Console Output
Started by upstream project "test_pr_s2i" build number 816
originally caused by:
Started by remote host 50.17.198.52
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/jobs/test_pull_requests_s2i/workspace
[workspace] $ /bin/sh -xe /tmp/jenkins2081706565443798283.sh
+ vagrant origin-local-checkout --replace
You don't seem to have the GOPATH environment variable set on your system.
See: 'go help gopath' for more details about GOPATH.
Waiting for the cloning process to finish
Checking repo integrity for /var/lib/jenkins/jobs/test_pull_requests_s2i/workspace/origin
~/jobs/test_pull_requests_s2i/workspace/origin ~/jobs/test_pull_requests_s2i/workspace
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# artifacts/
nothing added to commit but untracked files present (use "git add" to track)
~/jobs/test_pull_requests_s2i/workspace
Replacing: /var/lib/jenkins/jobs/test_pull_requests_s2i/workspace/origin
~/jobs/test_pull_requests_s2i/workspace/origin ~/jobs/test_pull_requests_s2i/workspace
Already on 'master'
HEAD is now at 357c1fe Merge pull request #23054 from mfojtik/template-processor-client
Removing .vagrant-openshift.json
Removing .vagrant/
Removing artifacts/
fatal: branch name required
~/jobs/test_pull_requests_s2i/workspace
Origin repositories cloned into /var/lib/jenkins/jobs/test_pull_requests_s2i/workspace
+ vagrant origin-local-checkout --replace --repo source-to-image
You don't seem to have the GOPATH environment variable set on your system.
See: 'go help gopath' for more details about GOPATH.
Waiting for the cloning process to finish
Checking repo integrity for /var/lib/jenkins/jobs/test_pull_requests_s2i/workspace/source-to-image
~/jobs/test_pull_requests_s2i/workspace/source-to-image ~/jobs/test_pull_requests_s2i/workspace
# On branch master
# Your branch is ahead of 'origin/master' by 4 commits.
# (use "git push" to publish your local commits)
#
nothing to commit, working directory clean
~/jobs/test_pull_requests_s2i/workspace
Replacing: /var/lib/jenkins/jobs/test_pull_requests_s2i/workspace/source-to-image
~/jobs/test_pull_requests_s2i/workspace/source-to-image ~/jobs/test_pull_requests_s2i/workspace
Already on 'master'
Your branch is ahead of 'origin/master' by 4 commits.
(use "git push" to publish your local commits)
HEAD is now at 45ec6af Merge pull request #967 from soulseen/master
Deleted branch tpr_isolate-testing_adambkaplan (was 0406936).
~/jobs/test_pull_requests_s2i/workspace
Origin repositories cloned into /var/lib/jenkins/jobs/test_pull_requests_s2i/workspace
+ '[' -n 975 ']'
+ set +x
*****Locally Merging Pull Request: https://github.com/openshift/source-to-image/pull/975
+ test_pull_requests --local_merge_pull_request 975 --repo source-to-image --config /var/lib/jenkins/.test_pull_requests_s2i.json
WARNING: Cache won't persist between runs.
*** Starting with empty cache
Rate limit remaining: 4928
Checking if current base repo commit ID matches what we expect
Retrying... attempt: 2
Retrying... attempt: 3
Retrying... attempt: 4
Retrying... attempt: 5
No matching bot comment was found for pull request #975 on repo source-to-image
Local merging pull request #975 for repo 'source-to-image'
+ pushd source-to-image
+ git checkout master
Already on 'master'
+ git checkout -b tpr_isolate-testing_adambkaplan
Switched to a new branch 'tpr_isolate-testing_adambkaplan'
+ git pull git@github.com:adambkaplan/source-to-image.git isolate-testing
From github.com:adambkaplan/source-to-image
* branch isolate-testing -> FETCH_HEAD
+ git pull git@github.com:adambkaplan/source-to-image.git isolate-testing --tags
From github.com:adambkaplan/source-to-image
* branch isolate-testing -> FETCH_HEAD
+ git checkout master
Switched to branch 'master'
+ git merge tpr_isolate-testing_adambkaplan
+ git submodule update --recursive
+ popd
Rate limit resets in: 3583s, at 2019-06-06T13:47:40-04:00 (1559843260)
Rate limit remaining: 4926; delta: 2
Rate limit is not too low.
Would run.
Cache stats: Hits: 4, Misses: 2, Bypass: 0
(raw): [:fresh, 4, :invalid, 0, :miss, 2, :unacceptable, 0, :valid, 0]
Done
~/jobs/test_pull_requests_s2i/workspace/source-to-image ~/jobs/test_pull_requests_s2i/workspace
Updating 45ec6af..6757ee9
Fast-forward
.travis.yml | 2 +-
Makefile | 20 +-
OWNERS | 7 +
cmd/doc.go | 1 +
hack/test-docker.sh | 27 +
hack/test-dockerfile.sh | 20 +
hack/test-integration.sh | 20 +-
hack/verify-govet.sh | 2 +-
pkg/api/describe/describer.go | 10 +-
pkg/doc.go | 1 +
test/doc.go | 1 +
test/integration/docker/doc.go | 2 +
test/integration/{ => docker}/dockerssl_test.go | 38 +-
test/integration/docker/integration_test.go | 737 +++++++++++++++++++++
test/integration/dockerfile/doc.go | 1 +
.../dockerfile_test.go} | 728 +-------------------
tools/doc.go | 1 +
17 files changed, 847 insertions(+), 771 deletions(-)
create mode 100644 OWNERS
create mode 100644 cmd/doc.go
create mode 100755 hack/test-docker.sh
create mode 100755 hack/test-dockerfile.sh
create mode 100644 pkg/doc.go
create mode 100644 test/doc.go
create mode 100644 test/integration/docker/doc.go
rename test/integration/{ => docker}/dockerssl_test.go (74%)
create mode 100644 test/integration/docker/integration_test.go
create mode 100644 test/integration/dockerfile/doc.go
rename test/integration/{integration_test.go => dockerfile/dockerfile_test.go} (58%)
create mode 100644 tools/doc.go
Already up-to-date.
Updating 45ec6af..6757ee9
Fast-forward
.travis.yml | 2 +-
Makefile | 20 +-
OWNERS | 7 +
cmd/doc.go | 1 +
hack/test-docker.sh | 27 +
hack/test-dockerfile.sh | 20 +
hack/test-integration.sh | 20 +-
hack/verify-govet.sh | 2 +-
pkg/api/describe/describer.go | 10 +-
pkg/doc.go | 1 +
test/doc.go | 1 +
test/integration/docker/doc.go | 2 +
test/integration/{ => docker}/dockerssl_test.go | 38 +-
test/integration/docker/integration_test.go | 737 +++++++++++++++++++++
test/integration/dockerfile/doc.go | 1 +
.../dockerfile_test.go} | 728 +-------------------
tools/doc.go | 1 +
17 files changed, 847 insertions(+), 771 deletions(-)
create mode 100644 OWNERS
create mode 100644 cmd/doc.go
create mode 100755 hack/test-docker.sh
create mode 100755 hack/test-dockerfile.sh
create mode 100644 pkg/doc.go
create mode 100644 test/doc.go
create mode 100644 test/integration/docker/doc.go
rename test/integration/{ => docker}/dockerssl_test.go (74%)
create mode 100644 test/integration/docker/integration_test.go
create mode 100644 test/integration/dockerfile/doc.go
rename test/integration/{integration_test.go => dockerfile/dockerfile_test.go} (58%)
create mode 100644 tools/doc.go
~/jobs/test_pull_requests_s2i/workspace
+ pushd origin
~/jobs/test_pull_requests_s2i/workspace/origin ~/jobs/test_pull_requests_s2i/workspace
+ vagrant origin-init --stage inst --os rhel7 --instance-type c4.large origin_test_pull_requests_s2i_1423
Reading AWS credentials from /var/lib/jenkins/.awscred
Searching devenv-rhel7_* for latest base AMI (required_name_tag=)
Found: ami-0b4c1d64a26a928c2 (devenv-rhel7_6324)
++ seq 0 2
+ for i in '$(seq 0 2)'
+ vagrant up --provider aws
Bringing machine 'openshiftdev' up with 'aws' provider...
==> openshiftdev: Warning! The AWS provider doesn't support any of the Vagrant
==> openshiftdev: high-level network configurations (`config.vm.network`). They
==> openshiftdev: will be silently ignored.
==> openshiftdev: Warning! You're launching this instance into a VPC without an
==> openshiftdev: elastic IP. Please verify you're properly connected to a VPN so
==> openshiftdev: you can access this machine, otherwise Vagrant will not be able
==> openshiftdev: to SSH into it.
==> openshiftdev: Launching an instance with the following settings...
==> openshiftdev: -- Type: c4.large
==> openshiftdev: -- AMI: ami-0b4c1d64a26a928c2
==> openshiftdev: -- Region: us-east-1
==> openshiftdev: -- Keypair: libra
==> openshiftdev: -- Subnet ID: subnet-cf57c596
==> openshiftdev: -- User Data: yes
==> openshiftdev: -- User Data:
==> openshiftdev: # cloud-config
==> openshiftdev:
==> openshiftdev: growpart:
==> openshiftdev: mode: auto
==> openshiftdev: devices: ['/']
==> openshiftdev: runcmd:
==> openshiftdev: - [ sh, -xc, "sed -i s/^Defaults.*requiretty/#Defaults requiretty/g /etc/sudoers"]
==> openshiftdev:
==> openshiftdev: -- Block Device Mapping: [{"DeviceName"=>"/dev/sda1", "Ebs.VolumeSize"=>25, "Ebs.VolumeType"=>"gp2"}, {"DeviceName"=>"/dev/sdb", "Ebs.VolumeSize"=>35, "Ebs.VolumeType"=>"gp2"}]
==> openshiftdev: -- Terminate On Shutdown: false
==> openshiftdev: -- Monitoring: false
==> openshiftdev: -- EBS optimized: false
==> openshiftdev: -- Assigning a public IP address in a VPC: false
==> openshiftdev: Waiting for instance to become "ready"...
==> openshiftdev: Waiting for SSH to become available...
==> openshiftdev: Machine is booted and ready for use!
==> openshiftdev: Running provisioner: setup (shell)...
openshiftdev: Running: /tmp/vagrant-shell20190606-17644-14ro56v.sh
==> openshiftdev: Host: ec2-3-93-1-162.compute-1.amazonaws.com
+ break
+ vagrant ssh -c 'wget -q https://dl.google.com/go/go1.12.5.linux-amd64.tar.gz && sudo tar -C /usr/local -xzf go1.12.5.linux-amd64.tar.gz && sudo rm /bin/go* && sudo ln -s /usr/local/go/bin/go /usr/local/go/bin/godoc /usr/local/go/bin/gofmt /bin'
+ vagrant clone-upstream-repos --clean --repo source-to-image
Running ssh/sudo command 'mkdir -p /ec2-user/.ssh;
mv /tmp/file20190606-19339-1qprp3j /ec2-user/.ssh/config &&
chown ec2-user:ec2-user /ec2-user/.ssh/config &&
chmod 0600 /ec2-user/.ssh/config' with timeout 14400. Attempt #0
Running ssh/sudo command 'mkdir -p /data/src/github.com/openshift/' with timeout 14400. Attempt #0
Running ssh/sudo command 'mkdir -p /data/src/github.com/openshift/builder && chown -R ec2-user:ec2-user /data/src/github.com/openshift/' with timeout 14400. Attempt #0
Running ssh/sudo command 'set -e
rm -fr /data/src/github.com/openshift/source-to-image-bare;
if [ ! -d /data/src/github.com/openshift/source-to-image-bare ]; then
git clone --quiet --bare https://github.com/openshift/source-to-image.git /data/src/github.com/openshift/source-to-image-bare >/dev/null
fi
' with timeout 14400. Attempt #0
+ vagrant sync-sti -c -s
Running ssh/sudo command 'rm -rf /data/src/github.com/openshift/source-to-image-bare;
' with timeout 14400. Attempt #0
Running ssh/sudo command 'mkdir -p /ec2-user/.ssh;
mv /tmp/file20190606-19539-zw55kr /ec2-user/.ssh/config &&
chown ec2-user:ec2-user /ec2-user/.ssh/config &&
chmod 0600 /ec2-user/.ssh/config' with timeout 14400. Attempt #0
Running ssh/sudo command 'mkdir -p /data/src/github.com/openshift/' with timeout 14400. Attempt #0
Running ssh/sudo command 'mkdir -p /data/src/github.com/openshift/builder && chown -R ec2-user:ec2-user /data/src/github.com/openshift/' with timeout 14400. Attempt #0
Running ssh/sudo command 'set -e
rm -fr /data/src/github.com/openshift/source-to-image-bare;
if [ ! -d /data/src/github.com/openshift/source-to-image-bare ]; then
git clone --quiet --bare https://github.com/openshift/source-to-image.git /data/src/github.com/openshift/source-to-image-bare >/dev/null
fi
' with timeout 14400. Attempt #0
Synchronizing local sources
Synchronizing [source-to-image@master] from source-to-image...
Warning: Permanently added '3.93.1.162' (ECDSA) to the list of known hosts.
Running ssh/sudo command 'set -e
if [ -d /data/src/github.com/openshift/source-to-image-bare ]; then
rm -rf /data/src/github.com/openshift/source-to-image
echo 'Cloning source-to-image ...'
git clone --quiet --recurse-submodules /data/src/github.com/openshift/source-to-image-bare /data/src/github.com/openshift/source-to-image
else
MISSING_REPO+='source-to-image-bare'
fi
if [ -n "$MISSING_REPO" ]; then
echo 'Missing required upstream repositories:'
echo $MISSING_REPO
echo 'To fix, execute command: vagrant clone-upstream-repos'
fi
' with timeout 14400. Attempt #0
Cloning source-to-image ...
Running ssh/sudo command '
pushd /data/src/github.com/openshift/source-to-image
commit_id=`git rev-parse $(git rev-parse --abbrev-ref HEAD)`
git_status=$(git status --porcelain)
if [ -f ~/sync/source-to-image ]
then
previous_commit_id=$(cat ~/sync/source-to-image)
fi
if [ "$previous_commit_id" != "$commit_id" ] || [ -n "$git_status" ]
then
echo "Performing source-to-image build..."
set -e
hack/verify-gofmt.sh
hack/build-go.sh
hack/build-test-images.sh
else
echo "Commit ID: $commit_id"
echo "Previous Commit ID: $previous_commit_id"
echo "Git Status: $git_status"
echo "No update for source-to-image, $(git rev-parse --abbrev-ref HEAD)"
fi
mkdir -p ~/sync
echo -n $commit_id > ~/sync/source-to-image
popd
' with timeout 14400. Attempt #0
/data/src/github.com/openshift/source-to-image ~
Performing source-to-image build...
go version go1.12.5 linux/amd64
++ Building go targets for linux/amd64: cmd/s2i
++ Placing binaries
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM busybox
Trying to pull repository docker.io/library/busybox ...
latest: Pulling from docker.io/library/busybox
53071b97a884: Pulling fs layer
53071b97a884: Verifying Checksum
53071b97a884: Download complete
53071b97a884: Pull complete
Digest: sha256:4b6ad3a68d34da29bf7c8ccb5d355ba8b4babcad1f99798204e7abb43e54ee3d
---> 64f5d945efcc
Step 2 : RUN mkdir -p /sti-fake/src && mkdir -p /opt/app-root/src && mkdir /usr/bin && ln -s /bin/env /usr/bin/env
---> Running in 545bdff61b6e
---> 4b8cad311275
Removing intermediate container 545bdff61b6e
Step 3 : WORKDIR /opt/app-root/src
---> Running in b8ac4858b6bc
---> ca335ff88898
Removing intermediate container b8ac4858b6bc
Step 4 : LABEL io.openshift.s2i.scripts-url http://127.0.0.1:23456/.s2i/bin
---> Running in 2176185d754b
---> 58595014fa7d
Removing intermediate container 2176185d754b
Successfully built 58595014fa7d
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM sti_test/sti-fake
---> 58595014fa7d
Step 2 : LABEL io.openshift.s2i.assemble-user "0"
---> Running in 4573d47d8c1e
---> 8e2177968e6c
Removing intermediate container 4573d47d8c1e
Step 3 : RUN mkdir -p /sti-fake && adduser -u 431 -h /sti-fake -s /sbin/nologin -D fakeuser && chown -R fakeuser /sti-fake
---> Running in 03aa69ecb0e2
---> 5118f78ff896
Removing intermediate container 03aa69ecb0e2
Step 4 : USER 431
---> Running in e026b81be9a9
---> 6b0012d16310
Removing intermediate container e026b81be9a9
Successfully built 6b0012d16310
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM sti_test/sti-fake
---> 58595014fa7d
Step 2 : LABEL io.openshift.s2i.assemble-user "431"
---> Running in 3f7faa39fd05
---> 1d67b2983c2a
Removing intermediate container 3f7faa39fd05
Step 3 : RUN mkdir -p /sti-fake && adduser -u 431 -h /sti-fake -s /sbin/nologin -D fakeuser && chown -R fakeuser /sti-fake
---> Running in 42d928288784
---> dacd31341332
Removing intermediate container 42d928288784
Step 4 : USER 431
---> Running in c0e3a422ac4a
---> 29a0d6ddf2ec
Removing intermediate container c0e3a422ac4a
Successfully built 29a0d6ddf2ec
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM busybox
---> 64f5d945efcc
Step 2 : RUN mkdir -p /sti-fake/src && mkdir /usr/bin && ln -s /bin/env /usr/bin/env
---> Running in bdb3f60ddd73
---> ee641325de54
Removing intermediate container bdb3f60ddd73
Step 3 : WORKDIR /
---> Running in 6043b35ae4ed
---> 74b0829a8cb6
Removing intermediate container 6043b35ae4ed
Step 4 : ENV STI_SCRIPTS_URL http://127.0.0.1:23456/.s2i/bin
---> Running in cd3393932632
---> 63ef8f87b0da
Removing intermediate container cd3393932632
Successfully built 63ef8f87b0da
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM sti_test/sti-fake
---> 58595014fa7d
Step 2 : RUN mkdir -p /sti-fake && adduser -u 431 -h /sti-fake -s /sbin/nologin -D fakeuser && chown -R fakeuser /sti-fake
---> Running in 97290c4e2ce0
---> 4c17c780c753
Removing intermediate container 97290c4e2ce0
Step 3 : USER fakeuser
---> Running in 4ec488a47dbe
---> 096950bd796f
Removing intermediate container 4ec488a47dbe
Successfully built 096950bd796f
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM busybox
---> 64f5d945efcc
Step 2 : RUN mkdir -p /sti-fake/src && mkdir -p /tmp/scripts && mkdir /usr/bin && ln -s /bin/env /usr/bin/env
---> Running in c0642e8744f6
---> 12d83337d166
Removing intermediate container c0642e8744f6
Step 3 : WORKDIR /
---> Running in a2161fabf769
---> 318d027ba8eb
Removing intermediate container a2161fabf769
Step 4 : ADD scripts/.s2i/bin/ /tmp/scripts/
---> 07a98952c61e
Removing intermediate container 5b32660327ca
Step 5 : LABEL io.openshift.s2i.scripts-url image:///tmp/scripts/
---> Running in 20f777245e14
---> 2e816c04eaa5
Removing intermediate container 20f777245e14
Successfully built 2e816c04eaa5
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM busybox
---> 64f5d945efcc
Step 2 : RUN mkdir -p /sti-fake/src && mkdir -p /tmp/scripts && mkdir /usr/bin && ln -s /bin/env /usr/bin/env
---> Using cache
---> 12d83337d166
Step 3 : WORKDIR /
---> Using cache
---> 318d027ba8eb
Step 4 : ADD scripts/.s2i/bin/run /tmp/scripts/
---> 35cce9cffa54
Removing intermediate container 7b7f4860061f
Step 5 : ADD scripts/.s2i/bin/assemble /tmp/scripts/
---> 891368063f57
Removing intermediate container 31936eb06c65
Step 6 : LABEL io.openshift.s2i.scripts-url image:///tmp/scripts/
---> Running in 1d3696cae49f
---> 58e718ef10ea
Removing intermediate container 1d3696cae49f
Successfully built 58e718ef10ea
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM busybox
---> 64f5d945efcc
Step 2 : RUN mkdir -p /sti-fake/src && rm /bin/tar && mkdir /usr/bin && ln -s /bin/env /usr/bin/env
---> Running in 5dcf550ba061
---> 5e05e9c3244d
Removing intermediate container 5dcf550ba061
Step 3 : WORKDIR /
---> Running in da6c56ce6f98
---> 4e58bac1b189
Removing intermediate container da6c56ce6f98
Successfully built 4e58bac1b189
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM sti_test/sti-fake
---> 58595014fa7d
Step 2 : ONBUILD run touch /sti-fake/src/onbuild
---> Running in f9a39776beef
---> a4c2e4e7a93c
Removing intermediate container f9a39776beef
Step 3 : ONBUILD copy . /tmp/src/
---> Running in 3854098a91b4
---> aa01307d5857
Removing intermediate container 3854098a91b4
Step 4 : WORKDIR /tmp/src
---> Running in ddf0608234d7
---> f4abc0f9bda7
Removing intermediate container ddf0608234d7
Successfully built f4abc0f9bda7
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM sti_test/sti-fake
---> 58595014fa7d
Step 2 : RUN mkdir -p /sti-fake && adduser -u 431 -h /sti-fake -s /sbin/nologin -D fakeuser && chown -R fakeuser /sti-fake
---> Using cache
---> 4c17c780c753
Step 3 : USER 431
---> Running in aa7c3132a5a8
---> 00b35b1c1639
Removing intermediate container aa7c3132a5a8
Successfully built 00b35b1c1639
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM sti_test/sti-fake
---> 58595014fa7d
Step 2 : ONBUILD user 0
---> Running in f553c8533545
---> d6c33d25e164
Removing intermediate container f553c8533545
Step 3 : ONBUILD run touch /tmp/onbuild
---> Running in c829fe6d66d6
---> ac5c3c9f667f
Removing intermediate container c829fe6d66d6
Step 4 : ONBUILD copy . /tmp/src/
---> Running in fa727a1bbf4f
---> e42f50339a96
Removing intermediate container fa727a1bbf4f
Step 5 : WORKDIR /tmp/src
---> Running in fb30345875e7
---> 7a01283bc864
Removing intermediate container fb30345875e7
Successfully built 7a01283bc864
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM sti_test/sti-fake
---> 58595014fa7d
Step 2 : USER 1001
---> Running in e958d225f748
---> 95756cd07e8b
Removing intermediate container e958d225f748
Step 3 : ONBUILD user 1001
---> Running in 8bc74d0104bf
---> f9ed9954fd75
Removing intermediate container 8bc74d0104bf
Step 4 : ONBUILD run touch /tmp/onbuild
---> Running in b8738a00a9d6
---> 21beccc41c83
Removing intermediate container b8738a00a9d6
Step 5 : ONBUILD copy . /tmp/src/
---> Running in 3150db28bfe2
---> b641443bc5c4
Removing intermediate container 3150db28bfe2
Step 6 : WORKDIR /tmp/src
---> Running in dcdf29cb1478
---> d548a2f9330c
Removing intermediate container dcdf29cb1478
Successfully built d548a2f9330c
~
+ vagrant test-sti --all -d
***************************************************
Running OUTPUT_COVERAGE=/tmp/sti/artifacts/coverage hack/test-go.sh...
ok github.com/openshift/source-to-image/pkg/api 1.011s coverage: 42.6% of statements
ok github.com/openshift/source-to-image/pkg/api/validation 1.021s coverage: 48.6% of statements
ok github.com/openshift/source-to-image/pkg/build/strategies/dockerfile 1.063s coverage: 3.6% of statements
ok github.com/openshift/source-to-image/pkg/build/strategies/layered 1.029s coverage: 80.5% of statements
ok github.com/openshift/source-to-image/pkg/build/strategies/onbuild 1.025s coverage: 70.7% of statements
ok github.com/openshift/source-to-image/pkg/build/strategies/sti 1.050s coverage: 52.2% of statements
ok github.com/openshift/source-to-image/pkg/docker 1.042s coverage: 46.4% of statements
ok github.com/openshift/source-to-image/pkg/ignore 1.021s coverage: 76.8% of statements
ok github.com/openshift/source-to-image/pkg/scm 1.152s coverage: 78.9% of statements
ok github.com/openshift/source-to-image/pkg/scm/downloaders/file 1.011s coverage: 82.6% of statements
ok github.com/openshift/source-to-image/pkg/scm/downloaders/git 1.011s coverage: 63.6% of statements
ok github.com/openshift/source-to-image/pkg/scm/git 1.110s coverage: 56.3% of statements
ok github.com/openshift/source-to-image/pkg/scripts 1.071s coverage: 74.9% of statements
ok github.com/openshift/source-to-image/pkg/tar 1.053s coverage: 58.2% of statements
ok github.com/openshift/source-to-image/pkg/util 1.119s coverage: 47.3% of statements
ok github.com/openshift/source-to-image/pkg/util/fs 1.010s coverage: 24.3% of statements
ok github.com/openshift/source-to-image/pkg/util/status 1.010s coverage: 100.0% of statements
ok github.com/openshift/source-to-image/pkg/util/user 1.010s coverage: 66.0% of statements
? github.com/openshift/source-to-image/test/integration/docker [no test files]
? github.com/openshift/source-to-image/test/integration/dockerfile [no test files]
real 1m30.921s
user 1m59.439s
sys 0m10.077s
Finished OUTPUT_COVERAGE=/tmp/sti/artifacts/coverage hack/test-go.sh
***************************************************
***************************************************
Running hack/test-integration.sh...
Running docker integration tests ...
=== RUN TestTCP
--- PASS: TestTCP (0.40s)
=== RUN TestUNIX
--- PASS: TestUNIX (0.06s)
=== RUN TestSSL
--- PASS: TestSSL (0.22s)
=== RUN TestSSLClientCert
--- PASS: TestSSLClientCert (0.21s)
=== RUN TestInjectionBuild
I0606 12:54:07.110273 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:07.115750 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:07.115815 12573 docker.go:730] Image sha256:58595014fa7de3f6572d3e4714538f737028caa7d608dca5dd8ccb2a3f07d26e contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:54:07.115880 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:54:07.115996 12573 sti.go:204] Preparing to build test/sti-fake-app
I0606 12:54:07.116496 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:54:07.116545 12573 clone.go:40] Cloning sources into "/tmp/s2i305251319/upload/src"
I0606 12:54:07.976676 12573 clone.go:56] Checked out "HEAD"
I0606 12:54:07.999762 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:54:08.029697 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I0606 12:54:08.029798 12573 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I0606 12:54:08.031261 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I0606 12:54:08.031356 12573 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I0606 12:54:08.032762 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I0606 12:54:08.032863 12573 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I0606 12:54:08.032953 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:54:08.032994 12573 sti.go:213] Clean build will be performed
I0606 12:54:08.033035 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:54:08.033083 12573 sti.go:227] Running "assemble" in "test/sti-fake-app"
I0606 12:54:08.033114 12573 sti.go:585] Using image name sti_test/sti-fake
I0606 12:54:08.035273 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:08.035393 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:54:08.037229 12573 injection.go:33] Using "/opt/app-root/src" as a destination for injecting "/tmp/s2i-test-dir924770040"
I0606 12:54:08.037296 12573 injection.go:33] Using "/opt/app-root/src/test" as a destination for injecting "/tmp/s2i-test-dir924770040"
I0606 12:54:08.037347 12573 injection.go:33] Using "/opt/app-root/src/test2" as a destination for injecting "/tmp/s2i-test-dir924770040"
I0606 12:54:08.041634 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:54:08.041775 12573 docker.go:961] Setting "/bin/sh -c while [ ! -f \"/tmp/injection-result\" ]; do sleep 0.5; done; if [ -s \"/tmp/injection-result\" ]; then exit 1; fi; tar -C /tmp -xf - && /tmp/scripts/assemble; result=$?; . /tmp/rm-injections; exit $result" command for container ...
I0606 12:54:08.042112 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_7401a310" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c while [ ! -f "/tmp/injection-result" ]; do sleep 0.5; done; if [ -s "/tmp/injection-result" ]; then exit 1; fi; tar -C /tmp -xf - && /tmp/scripts/assemble; result=$?; . /tmp/rm-injections; exit $result] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:54:08.610117 12573 docker.go:1002] Attaching to container "1c171256da31dc3d47f31847a8b8ec045dcf3a20cc51400b6cd3bc9a2641c036" ...
I0606 12:54:08.612490 12573 docker.go:1013] Starting container "1c171256da31dc3d47f31847a8b8ec045dcf3a20cc51400b6cd3bc9a2641c036" ...
I0606 12:54:09.044403 12573 sti.go:735] starting the injections uploading ...
I0606 12:54:09.045014 12573 docker.go:388] Uploading "/tmp/s2i-test-dir924770040" to "/" ...
I0606 12:54:09.045341 12573 tar.go:239] Adding "/tmp/s2i-test-dir924770040" to tar ...
I0606 12:54:09.046415 12573 tar.go:337] Adding to tar: /tmp/s2i-test-dir924770040/secret as s2i-test-dir924770040/secret
I0606 12:54:09.075163 12573 docker.go:388] Uploading "/tmp/s2i-test-dir924770040" to "/opt/app-root" ...
I0606 12:54:09.075799 12573 tar.go:239] Adding "/tmp/s2i-test-dir924770040" to tar ...
I0606 12:54:09.076147 12573 tar.go:337] Adding to tar: /tmp/s2i-test-dir924770040/secret as s2i-test-dir924770040/secret
I0606 12:54:09.103669 12573 docker.go:388] Uploading "/tmp/s2i-test-dir924770040" to "/opt/app-root/src" ...
I0606 12:54:09.103690 12573 tar.go:239] Adding "/tmp/s2i-test-dir924770040" to tar ...
I0606 12:54:09.104001 12573 tar.go:337] Adding to tar: /tmp/s2i-test-dir924770040/secret as s2i-test-dir924770040/secret
I0606 12:54:09.127741 12573 docker.go:388] Uploading "/tmp/s2i-test-dir924770040" to "/opt/app-root/src" ...
I0606 12:54:09.127810 12573 tar.go:239] Adding "/tmp/s2i-test-dir924770040" to tar ...
I0606 12:54:09.128138 12573 tar.go:337] Adding to tar: /tmp/s2i-test-dir924770040/secret as s2i-test-dir924770040/secret
I0606 12:54:09.152183 12573 docker.go:388] Uploading "/tmp/s2i-injection-remove208579818" to "/tmp" ...
I0606 12:54:09.152217 12573 tar.go:239] Adding "/tmp/s2i-injection-remove208579818" to tar ...
I0606 12:54:09.152389 12573 tar.go:337] Adding to tar: /tmp/s2i-injection-remove208579818 as s2i-injection-remove208579818
I0606 12:54:09.183881 12573 docker.go:388] Uploading "/tmp/s2i-injection-result402156353" to "/tmp" ...
I0606 12:54:09.183918 12573 tar.go:239] Adding "/tmp/s2i-injection-result402156353" to tar ...
I0606 12:54:09.184249 12573 tar.go:337] Adding to tar: /tmp/s2i-injection-result402156353 as s2i-injection-result402156353
I0606 12:54:09.208924 12573 sti.go:703] starting the source uploading ...
I0606 12:54:09.208995 12573 tar.go:239] Adding "/tmp/s2i305251319/upload" to tar ...
I0606 12:54:09.209241 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/scripts as scripts
I0606 12:54:09.209704 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/scripts/assemble as scripts/assemble
I0606 12:54:09.210229 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/scripts/run as scripts/run
I0606 12:54:09.210777 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/scripts/save-artifacts as scripts/save-artifacts
I0606 12:54:09.211326 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src as src
I0606 12:54:09.215677 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/.gitignore as src/.gitignore
I0606 12:54:09.216151 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/.s2i as src/.s2i
I0606 12:54:09.216617 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:54:09.217031 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:54:09.217570 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:54:09.217995 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/.travis.yml as src/.travis.yml
I0606 12:54:09.218387 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/Dockerfile as src/Dockerfile
I0606 12:54:09.218780 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/Gemfile as src/Gemfile
I0606 12:54:09.219182 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:54:09.219630 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/README.md as src/README.md
I0606 12:54:09.220003 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/Rakefile as src/Rakefile
I0606 12:54:09.220392 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/app.rb as src/app.rb
I0606 12:54:09.220999 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/config as src/config
I0606 12:54:09.221351 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/config/database.rb as src/config/database.rb
I0606 12:54:09.221761 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/config/database.yml as src/config/database.yml
I0606 12:54:09.222167 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/config.ru as src/config.ru
I0606 12:54:09.222974 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/db as src/db
I0606 12:54:09.223340 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/db/migrate as src/db/migrate
I0606 12:54:09.223740 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:54:09.224101 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/models.rb as src/models.rb
I0606 12:54:09.224746 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/run.sh as src/run.sh
I0606 12:54:09.225633 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/test as src/test
I0606 12:54:09.226361 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:54:09.227142 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/views as src/views
I0606 12:54:09.227534 12573 tar.go:337] Adding to tar: /tmp/s2i305251319/upload/src/views/main.erb as src/views/main.erb
I0606 12:54:09.603225 12573 docker.go:1044] Waiting for container "1c171256da31dc3d47f31847a8b8ec045dcf3a20cc51400b6cd3bc9a2641c036" to stop ...
I0606 12:54:09.804080 12573 docker.go:1069] Invoking PostExecute function
I0606 12:54:09.804133 12573 postexecutorstep.go:68] Skipping step: store previous image
I0606 12:54:09.804164 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:54:09.806329 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:54:09.806390 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i305251319/metadata'
I0606 12:54:09.806545 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:54:10.036768 12573 tar.go:401] Creating directory /tmp/s2i305251319/metadata
I0606 12:54:10.036863 12573 tar.go:469] Creating /tmp/s2i305251319/metadata/image_metadata.json
I0606 12:54:10.037042 12573 tar.go:479] Extracting/writing /tmp/s2i305251319/metadata/image_metadata.json
I0606 12:54:10.037201 12573 tar.go:425] Done extracting tar stream
I0606 12:54:10.037335 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:54:10.041499 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-fake-app Comment: Author: Changes:[] Pause:false Config:0xc00048bcc0}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts/run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-fake-app io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:54:11.475458 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:54:11.475508 12573 postexecutorstep.go:398] Successfully built test/sti-fake-app
I0606 12:54:11.475538 12573 postexecutorstep.go:93] Skipping step: remove previous image
I0606 12:54:11.476271 12573 docker.go:980] Removing container "1c171256da31dc3d47f31847a8b8ec045dcf3a20cc51400b6cd3bc9a2641c036" ...
I0606 12:54:11.494332 12573 docker.go:990] Removed container "1c171256da31dc3d47f31847a8b8ec045dcf3a20cc51400b6cd3bc9a2641c036"
I0606 12:54:11.494623 12573 cleanup.go:33] Removing temporary directory /tmp/s2i305251319
I0606 12:54:11.494670 12573 fs.go:314] Removing directory '/tmp/s2i305251319'
--- PASS: TestInjectionBuild (11.06s)
=== RUN TestInjectionBuildBadDestination
I0606 12:54:18.180129 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:18.185511 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:18.185587 12573 docker.go:730] Image sha256:58595014fa7de3f6572d3e4714538f737028caa7d608dca5dd8ccb2a3f07d26e contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:54:18.185651 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:54:18.185759 12573 sti.go:204] Preparing to build test/sti-fake-app
I0606 12:54:18.186189 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:54:18.186238 12573 clone.go:40] Cloning sources into "/tmp/s2i739512766/upload/src"
I0606 12:54:18.621374 12573 clone.go:56] Checked out "HEAD"
I0606 12:54:18.646394 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:54:18.659210 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I0606 12:54:18.659308 12573 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I0606 12:54:18.662710 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I0606 12:54:18.662833 12573 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I0606 12:54:18.664277 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I0606 12:54:18.664374 12573 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I0606 12:54:18.664439 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:54:18.664471 12573 sti.go:213] Clean build will be performed
I0606 12:54:18.664522 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:54:18.664584 12573 sti.go:227] Running "assemble" in "test/sti-fake-app"
I0606 12:54:18.664619 12573 sti.go:585] Using image name sti_test/sti-fake
I0606 12:54:18.668282 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:18.668377 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:54:18.674290 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:54:18.674438 12573 docker.go:961] Setting "/bin/sh -c while [ ! -f \"/tmp/injection-result\" ]; do sleep 0.5; done; if [ -s \"/tmp/injection-result\" ]; then exit 1; fi; tar -C /tmp -xf - && /tmp/scripts/assemble; result=$?; . /tmp/rm-injections; exit $result" command for container ...
I0606 12:54:18.674753 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_6a4c398b" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c while [ ! -f "/tmp/injection-result" ]; do sleep 0.5; done; if [ -s "/tmp/injection-result" ]; then exit 1; fi; tar -C /tmp -xf - && /tmp/scripts/assemble; result=$?; . /tmp/rm-injections; exit $result] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:54:19.222104 12573 docker.go:1002] Attaching to container "8726c6864c5ae921751fd48db4a20d026fe824c541a8a5691d5f24334883e810" ...
I0606 12:54:19.223303 12573 docker.go:1013] Starting container "8726c6864c5ae921751fd48db4a20d026fe824c541a8a5691d5f24334883e810" ...
I0606 12:54:19.590427 12573 sti.go:735] starting the injections uploading ...
I0606 12:54:19.590614 12573 docker.go:388] Uploading "/tmp/s2i-test-dir027330331" to "/bad" ...
I0606 12:54:19.590642 12573 tar.go:239] Adding "/tmp/s2i-test-dir027330331" to tar ...
I0606 12:54:19.591825 12573 tar.go:337] Adding to tar: /tmp/s2i-test-dir027330331/secret as s2i-test-dir027330331/secret
I0606 12:54:19.596518 12573 docker.go:393] error: Uploading to container failed: Error response from daemon: lstat /var/lib/docker/devicemapper/mnt/d5c716ab940fa8cf9a4bcddcf7f01bd9ba40ca851d30c4706c61c0e53e0009c9/rootfs/bad: no such file or directory
E0606 12:54:19.596606 12573 injection.go:151] The destination directory for "/tmp/s2i-test-dir027330331" injection must exist in container ("/bad/dir")
I0606 12:54:19.596873 12573 docker.go:388] Uploading "/tmp/s2i-injection-result323654560" to "/tmp" ...
I0606 12:54:19.597096 12573 tar.go:239] Adding "/tmp/s2i-injection-result323654560" to tar ...
I0606 12:54:19.597241 12573 tar.go:337] Adding to tar: /tmp/s2i-injection-result323654560 as s2i-injection-result323654560
I0606 12:54:20.130616 12573 docker.go:1044] Waiting for container "8726c6864c5ae921751fd48db4a20d026fe824c541a8a5691d5f24334883e810" to stop ...
I0606 12:54:20.269889 12573 docker.go:980] Removing container "8726c6864c5ae921751fd48db4a20d026fe824c541a8a5691d5f24334883e810" ...
I0606 12:54:20.286602 12573 docker.go:990] Removed container "8726c6864c5ae921751fd48db4a20d026fe824c541a8a5691d5f24334883e810"
I0606 12:54:20.287226 12573 cleanup.go:33] Removing temporary directory /tmp/s2i739512766
I0606 12:54:20.287272 12573 fs.go:314] Removing directory '/tmp/s2i739512766'
--- PASS: TestInjectionBuildBadDestination (2.13s)
=== RUN TestCleanBuild
I0606 12:54:20.305983 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:20.311472 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:20.311531 12573 docker.go:730] Image sha256:58595014fa7de3f6572d3e4714538f737028caa7d608dca5dd8ccb2a3f07d26e contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:54:20.311606 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:54:20.311712 12573 sti.go:204] Preparing to build test/sti-fake-app
I0606 12:54:20.312179 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:54:20.312229 12573 clone.go:40] Cloning sources into "/tmp/s2i861582975/upload/src"
I0606 12:54:20.521469 12573 clone.go:56] Checked out "HEAD"
I0606 12:54:20.545075 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:54:20.558353 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I0606 12:54:20.558453 12573 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I0606 12:54:20.561090 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I0606 12:54:20.561182 12573 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I0606 12:54:20.562735 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I0606 12:54:20.562841 12573 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I0606 12:54:20.562916 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:54:20.562960 12573 sti.go:213] Clean build will be performed
I0606 12:54:20.563001 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:54:20.563060 12573 sti.go:227] Running "assemble" in "test/sti-fake-app"
I0606 12:54:20.563117 12573 sti.go:585] Using image name sti_test/sti-fake
I0606 12:54:20.565678 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:20.565789 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:54:20.566165 12573 sti.go:703] starting the source uploading ...
I0606 12:54:20.566232 12573 tar.go:239] Adding "/tmp/s2i861582975/upload" to tar ...
I0606 12:54:20.566597 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/scripts as scripts
I0606 12:54:20.570053 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:54:20.570146 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:54:20.570433 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_2ff657b3" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:54:21.240250 12573 docker.go:1002] Attaching to container "cbd3cee00c7f7549f5b260dac71f127e5c99dbcfafef994f30e981083b2fd81e" ...
I0606 12:54:21.242313 12573 docker.go:1013] Starting container "cbd3cee00c7f7549f5b260dac71f127e5c99dbcfafef994f30e981083b2fd81e" ...
I0606 12:54:21.597262 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/scripts/assemble as scripts/assemble
I0606 12:54:21.598136 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/scripts/run as scripts/run
I0606 12:54:21.598653 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/scripts/save-artifacts as scripts/save-artifacts
I0606 12:54:21.599148 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src as src
I0606 12:54:21.602799 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/.gitignore as src/.gitignore
I0606 12:54:21.603335 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/.s2i as src/.s2i
I0606 12:54:21.603821 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:54:21.604257 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:54:21.604809 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:54:21.605316 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/.travis.yml as src/.travis.yml
I0606 12:54:21.605820 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/Dockerfile as src/Dockerfile
I0606 12:54:21.606305 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/Gemfile as src/Gemfile
I0606 12:54:21.606796 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:54:21.607329 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/README.md as src/README.md
I0606 12:54:21.607836 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/Rakefile as src/Rakefile
I0606 12:54:21.608904 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/app.rb as src/app.rb
I0606 12:54:21.609985 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/config as src/config
I0606 12:54:21.610465 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/config/database.rb as src/config/database.rb
I0606 12:54:21.611257 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/config/database.yml as src/config/database.yml
I0606 12:54:21.611856 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/config.ru as src/config.ru
I0606 12:54:21.612779 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/db as src/db
I0606 12:54:21.613744 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/db/migrate as src/db/migrate
I0606 12:54:21.614290 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:54:21.614818 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/models.rb as src/models.rb
I0606 12:54:21.615239 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/run.sh as src/run.sh
I0606 12:54:21.615666 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/test as src/test
I0606 12:54:21.616097 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:54:21.616649 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/views as src/views
I0606 12:54:21.617098 12573 tar.go:337] Adding to tar: /tmp/s2i861582975/upload/src/views/main.erb as src/views/main.erb
I0606 12:54:21.677704 12573 docker.go:1044] Waiting for container "cbd3cee00c7f7549f5b260dac71f127e5c99dbcfafef994f30e981083b2fd81e" to stop ...
I0606 12:54:21.853165 12573 docker.go:1069] Invoking PostExecute function
I0606 12:54:21.853225 12573 postexecutorstep.go:68] Skipping step: store previous image
I0606 12:54:21.853274 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:54:21.855424 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:54:21.855483 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i861582975/metadata'
I0606 12:54:21.855643 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:54:22.093670 12573 tar.go:401] Creating directory /tmp/s2i861582975/metadata
I0606 12:54:22.093759 12573 tar.go:469] Creating /tmp/s2i861582975/metadata/image_metadata.json
I0606 12:54:22.093907 12573 tar.go:479] Extracting/writing /tmp/s2i861582975/metadata/image_metadata.json
I0606 12:54:22.094046 12573 tar.go:425] Done extracting tar stream
I0606 12:54:22.094155 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:54:22.098192 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-fake-app Comment: Author: Changes:[] Pause:false Config:0xc00048ba40}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts/run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-fake-app io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:54:23.127568 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:54:23.127621 12573 postexecutorstep.go:398] Successfully built test/sti-fake-app
I0606 12:54:23.127654 12573 postexecutorstep.go:93] Skipping step: remove previous image
I0606 12:54:23.127736 12573 docker.go:980] Removing container "cbd3cee00c7f7549f5b260dac71f127e5c99dbcfafef994f30e981083b2fd81e" ...
I0606 12:54:23.149299 12573 docker.go:990] Removed container "cbd3cee00c7f7549f5b260dac71f127e5c99dbcfafef994f30e981083b2fd81e"
I0606 12:54:23.149416 12573 cleanup.go:33] Removing temporary directory /tmp/s2i861582975
I0606 12:54:23.149464 12573 fs.go:314] Removing directory '/tmp/s2i861582975'
--- PASS: TestCleanBuild (4.67s)
=== RUN TestCleanBuildLabel
I0606 12:54:24.976846 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:24.984238 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:24.984298 12573 docker.go:730] Image sha256:58595014fa7de3f6572d3e4714538f737028caa7d608dca5dd8ccb2a3f07d26e contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:54:24.984354 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:54:24.984455 12573 sti.go:204] Preparing to build test/sti-fake-app
I0606 12:54:24.985013 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:54:24.985063 12573 clone.go:40] Cloning sources into "/tmp/s2i479217417/upload/src"
I0606 12:54:25.295351 12573 clone.go:56] Checked out "HEAD"
I0606 12:54:25.319375 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:54:25.331966 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I0606 12:54:25.332083 12573 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I0606 12:54:25.333544 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I0606 12:54:25.333655 12573 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I0606 12:54:25.335097 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I0606 12:54:25.335193 12573 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I0606 12:54:25.335262 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:54:25.335299 12573 sti.go:213] Clean build will be performed
I0606 12:54:25.335345 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:54:25.335388 12573 sti.go:227] Running "assemble" in "test/sti-fake-app"
I0606 12:54:25.335420 12573 sti.go:585] Using image name sti_test/sti-fake
I0606 12:54:25.338048 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:25.338162 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:54:25.338491 12573 sti.go:703] starting the source uploading ...
I0606 12:54:25.338561 12573 tar.go:239] Adding "/tmp/s2i479217417/upload" to tar ...
I0606 12:54:25.338946 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/scripts as scripts
I0606 12:54:25.342306 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:54:25.342388 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:54:25.342709 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_4c8e352a" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:54:25.870879 12573 docker.go:1002] Attaching to container "34d1668422994331e22623d121fe284f26885cc1ce07e67e356f8b8b7dde5a08" ...
I0606 12:54:25.872281 12573 docker.go:1013] Starting container "34d1668422994331e22623d121fe284f26885cc1ce07e67e356f8b8b7dde5a08" ...
I0606 12:54:26.230142 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/scripts/assemble as scripts/assemble
I0606 12:54:26.230673 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/scripts/run as scripts/run
I0606 12:54:26.231178 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/scripts/save-artifacts as scripts/save-artifacts
I0606 12:54:26.231739 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src as src
I0606 12:54:26.235651 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/.gitignore as src/.gitignore
I0606 12:54:26.236119 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/.s2i as src/.s2i
I0606 12:54:26.236622 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:54:26.237044 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:54:26.237609 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:54:26.238106 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/.travis.yml as src/.travis.yml
I0606 12:54:26.238620 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/Dockerfile as src/Dockerfile
I0606 12:54:26.239157 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/Gemfile as src/Gemfile
I0606 12:54:26.239972 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:54:26.241441 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/README.md as src/README.md
I0606 12:54:26.241984 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/Rakefile as src/Rakefile
I0606 12:54:26.242504 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/app.rb as src/app.rb
I0606 12:54:26.243715 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/config as src/config
I0606 12:54:26.244179 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/config/database.rb as src/config/database.rb
I0606 12:54:26.244661 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/config/database.yml as src/config/database.yml
I0606 12:54:26.245068 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/config.ru as src/config.ru
I0606 12:54:26.245500 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/db as src/db
I0606 12:54:26.245894 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/db/migrate as src/db/migrate
I0606 12:54:26.246275 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:54:26.246746 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/models.rb as src/models.rb
I0606 12:54:26.247203 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/run.sh as src/run.sh
I0606 12:54:26.247663 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/test as src/test
I0606 12:54:26.248144 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:54:26.248608 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/views as src/views
I0606 12:54:26.249023 12573 tar.go:337] Adding to tar: /tmp/s2i479217417/upload/src/views/main.erb as src/views/main.erb
I0606 12:54:26.300713 12573 docker.go:1044] Waiting for container "34d1668422994331e22623d121fe284f26885cc1ce07e67e356f8b8b7dde5a08" to stop ...
I0606 12:54:26.467248 12573 docker.go:1069] Invoking PostExecute function
I0606 12:54:26.467304 12573 postexecutorstep.go:68] Skipping step: store previous image
I0606 12:54:26.467338 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:54:26.469496 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:54:26.469577 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i479217417/metadata'
I0606 12:54:26.469741 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:54:26.693737 12573 tar.go:401] Creating directory /tmp/s2i479217417/metadata
I0606 12:54:26.693825 12573 tar.go:469] Creating /tmp/s2i479217417/metadata/image_metadata.json
I0606 12:54:26.693966 12573 tar.go:479] Extracting/writing /tmp/s2i479217417/metadata/image_metadata.json
I0606 12:54:26.694122 12573 tar.go:425] Done extracting tar stream
I0606 12:54:26.694246 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:54:26.698282 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-fake-app Comment: Author: Changes:[] Pause:false Config:0xc00023e280}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts/run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-fake-app io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:54:27.782415 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:54:27.782468 12573 postexecutorstep.go:398] Successfully built test/sti-fake-app
I0606 12:54:27.782500 12573 postexecutorstep.go:93] Skipping step: remove previous image
I0606 12:54:27.782613 12573 docker.go:980] Removing container "34d1668422994331e22623d121fe284f26885cc1ce07e67e356f8b8b7dde5a08" ...
I0606 12:54:27.828971 12573 docker.go:990] Removed container "34d1668422994331e22623d121fe284f26885cc1ce07e67e356f8b8b7dde5a08"
I0606 12:54:27.829148 12573 cleanup.go:33] Removing temporary directory /tmp/s2i479217417
I0606 12:54:27.829211 12573 fs.go:314] Removing directory '/tmp/s2i479217417'
--- PASS: TestCleanBuildLabel (4.90s)
=== RUN TestCleanBuildUser
I0606 12:54:29.881507 12573 docker.go:490] Using locally available image "sti_test/sti-fake-user:latest"
I0606 12:54:29.888761 12573 docker.go:490] Using locally available image "sti_test/sti-fake-user:latest"
I0606 12:54:29.888821 12573 docker.go:730] Image sha256:096950bd796f9562792601a3d4215682727835e740cbc053cdde5edb66262865 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:54:29.888883 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:54:29.888991 12573 sti.go:204] Preparing to build test/sti-fake-app-user
I0606 12:54:29.889456 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:54:29.889507 12573 clone.go:40] Cloning sources into "/tmp/s2i426999843/upload/src"
I0606 12:54:30.130536 12573 clone.go:56] Checked out "HEAD"
I0606 12:54:30.154280 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:54:30.166968 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I0606 12:54:30.167075 12573 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I0606 12:54:30.168501 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I0606 12:54:30.168609 12573 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I0606 12:54:30.170061 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I0606 12:54:30.170170 12573 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I0606 12:54:30.170246 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:54:30.170290 12573 sti.go:213] Clean build will be performed
I0606 12:54:30.170342 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:54:30.170397 12573 sti.go:227] Running "assemble" in "test/sti-fake-app-user"
I0606 12:54:30.170431 12573 sti.go:585] Using image name sti_test/sti-fake-user
I0606 12:54:30.172689 12573 docker.go:490] Using locally available image "sti_test/sti-fake-user:latest"
I0606 12:54:30.172776 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:54:30.173111 12573 sti.go:703] starting the source uploading ...
I0606 12:54:30.173178 12573 tar.go:239] Adding "/tmp/s2i426999843/upload" to tar ...
I0606 12:54:30.173472 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/scripts as scripts
I0606 12:54:30.177100 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:54:30.177179 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:54:30.177479 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_user_3d3ed001" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake-user:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:54:30.719120 12573 docker.go:1002] Attaching to container "e776569a54766a6f6178c9f223cb110697f3c63bff43301d426a27bb100f4936" ...
I0606 12:54:30.720944 12573 docker.go:1013] Starting container "e776569a54766a6f6178c9f223cb110697f3c63bff43301d426a27bb100f4936" ...
I0606 12:54:31.088030 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/scripts/assemble as scripts/assemble
I0606 12:54:31.088542 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/scripts/run as scripts/run
I0606 12:54:31.089072 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/scripts/save-artifacts as scripts/save-artifacts
I0606 12:54:31.089686 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src as src
I0606 12:54:31.093150 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/.gitignore as src/.gitignore
I0606 12:54:31.093669 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/.s2i as src/.s2i
I0606 12:54:31.094124 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:54:31.094535 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:54:31.095014 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:54:31.095495 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/.travis.yml as src/.travis.yml
I0606 12:54:31.095979 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/Dockerfile as src/Dockerfile
I0606 12:54:31.096453 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/Gemfile as src/Gemfile
I0606 12:54:31.096968 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:54:31.097444 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/README.md as src/README.md
I0606 12:54:31.097979 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/Rakefile as src/Rakefile
I0606 12:54:31.098403 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/app.rb as src/app.rb
I0606 12:54:31.098855 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/config as src/config
I0606 12:54:31.099248 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/config/database.rb as src/config/database.rb
I0606 12:54:31.099721 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/config/database.yml as src/config/database.yml
I0606 12:54:31.100254 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/config.ru as src/config.ru
I0606 12:54:31.100796 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/db as src/db
I0606 12:54:31.101226 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/db/migrate as src/db/migrate
I0606 12:54:31.101703 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:54:31.102188 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/models.rb as src/models.rb
I0606 12:54:31.102606 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/run.sh as src/run.sh
I0606 12:54:31.103474 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/test as src/test
I0606 12:54:31.104407 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:54:31.104980 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/views as src/views
I0606 12:54:31.105984 12573 tar.go:337] Adding to tar: /tmp/s2i426999843/upload/src/views/main.erb as src/views/main.erb
I0606 12:54:31.157721 12573 docker.go:1044] Waiting for container "e776569a54766a6f6178c9f223cb110697f3c63bff43301d426a27bb100f4936" to stop ...
I0606 12:54:31.337744 12573 docker.go:1069] Invoking PostExecute function
I0606 12:54:31.337794 12573 postexecutorstep.go:68] Skipping step: store previous image
I0606 12:54:31.337823 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:54:31.340013 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:54:31.340071 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i426999843/metadata'
I0606 12:54:31.340254 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:54:31.573655 12573 tar.go:401] Creating directory /tmp/s2i426999843/metadata
I0606 12:54:31.573743 12573 tar.go:469] Creating /tmp/s2i426999843/metadata/image_metadata.json
I0606 12:54:31.573894 12573 tar.go:479] Extracting/writing /tmp/s2i426999843/metadata/image_metadata.json
I0606 12:54:31.574034 12573 tar.go:425] Done extracting tar stream
I0606 12:54:31.574129 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:54:31.578300 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-fake-app-user Comment: Author: Changes:[] Pause:false Config:0xc000206280}, config: {Hostname: Domainname: User:fakeuser AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts/run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-fake-app-user io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake-user io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:54:32.917360 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:54:32.917416 12573 postexecutorstep.go:398] Successfully built test/sti-fake-app-user
I0606 12:54:32.917447 12573 postexecutorstep.go:93] Skipping step: remove previous image
I0606 12:54:32.917548 12573 docker.go:980] Removing container "e776569a54766a6f6178c9f223cb110697f3c63bff43301d426a27bb100f4936" ...
I0606 12:54:32.935286 12573 docker.go:990] Removed container "e776569a54766a6f6178c9f223cb110697f3c63bff43301d426a27bb100f4936"
I0606 12:54:32.935422 12573 cleanup.go:33] Removing temporary directory /tmp/s2i426999843
I0606 12:54:32.935476 12573 fs.go:314] Removing directory '/tmp/s2i426999843'
--- PASS: TestCleanBuildUser (4.94s)
=== RUN TestCleanBuildFileScriptsURL
I0606 12:54:34.821923 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:34.827255 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:34.827317 12573 docker.go:730] Image sha256:58595014fa7de3f6572d3e4714538f737028caa7d608dca5dd8ccb2a3f07d26e contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:54:34.827377 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:54:34.827485 12573 sti.go:204] Preparing to build test/sti-fake-app
I0606 12:54:34.828004 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:54:34.828059 12573 clone.go:40] Cloning sources into "/tmp/s2i976965709/upload/src"
I0606 12:54:35.087011 12573 clone.go:56] Checked out "HEAD"
I0606 12:54:35.110380 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:54:35.121606 12573 download.go:77] Downloaded 'file:///data/src/github.com/openshift/source-to-image/_output/local/go/src/github.com/openshift/source-to-image/test/integration/scripts/.s2i/bin/assemble'
I0606 12:54:35.121714 12573 install.go:261] Using "assemble" installed from "file:///data/src/github.com/openshift/source-to-image/_output/local/go/src/github.com/openshift/source-to-image/test/integration/scripts/.s2i/bin/assemble"
I0606 12:54:35.121883 12573 download.go:77] Downloaded 'file:///data/src/github.com/openshift/source-to-image/_output/local/go/src/github.com/openshift/source-to-image/test/integration/scripts/.s2i/bin/run'
I0606 12:54:35.121982 12573 install.go:261] Using "run" installed from "file:///data/src/github.com/openshift/source-to-image/_output/local/go/src/github.com/openshift/source-to-image/test/integration/scripts/.s2i/bin/run"
I0606 12:54:35.122160 12573 download.go:77] Downloaded 'file:///data/src/github.com/openshift/source-to-image/_output/local/go/src/github.com/openshift/source-to-image/test/integration/scripts/.s2i/bin/save-artifacts'
I0606 12:54:35.122262 12573 install.go:261] Using "save-artifacts" installed from "file:///data/src/github.com/openshift/source-to-image/_output/local/go/src/github.com/openshift/source-to-image/test/integration/scripts/.s2i/bin/save-artifacts"
I0606 12:54:35.122333 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:54:35.122369 12573 sti.go:213] Clean build will be performed
I0606 12:54:35.122408 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:54:35.122449 12573 sti.go:227] Running "assemble" in "test/sti-fake-app"
I0606 12:54:35.122485 12573 sti.go:585] Using image name sti_test/sti-fake
I0606 12:54:35.124805 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:35.124921 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:54:35.125214 12573 sti.go:703] starting the source uploading ...
I0606 12:54:35.125281 12573 tar.go:239] Adding "/tmp/s2i976965709/upload" to tar ...
I0606 12:54:35.125999 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/scripts as scripts
I0606 12:54:35.131060 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:54:35.131147 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:54:35.131439 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_11c99f01" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:54:35.736877 12573 docker.go:1002] Attaching to container "c1e04f7ecbb54721acca6a9d943dc13f607b68b3341230099814e282c1410a25" ...
I0606 12:54:35.738303 12573 docker.go:1013] Starting container "c1e04f7ecbb54721acca6a9d943dc13f607b68b3341230099814e282c1410a25" ...
I0606 12:54:36.091810 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/scripts/assemble as scripts/assemble
I0606 12:54:36.092340 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/scripts/run as scripts/run
I0606 12:54:36.092882 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/scripts/save-artifacts as scripts/save-artifacts
I0606 12:54:36.093379 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src as src
I0606 12:54:36.096969 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/.gitignore as src/.gitignore
I0606 12:54:36.097499 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/.s2i as src/.s2i
I0606 12:54:36.097977 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:54:36.098407 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:54:36.098872 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:54:36.099311 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/.travis.yml as src/.travis.yml
I0606 12:54:36.099830 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/Dockerfile as src/Dockerfile
I0606 12:54:36.100319 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/Gemfile as src/Gemfile
I0606 12:54:36.100793 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:54:36.101279 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/README.md as src/README.md
I0606 12:54:36.101809 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/Rakefile as src/Rakefile
I0606 12:54:36.102343 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/app.rb as src/app.rb
I0606 12:54:36.102827 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/config as src/config
I0606 12:54:36.103229 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/config/database.rb as src/config/database.rb
I0606 12:54:36.103681 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/config/database.yml as src/config/database.yml
I0606 12:54:36.104137 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/config.ru as src/config.ru
I0606 12:54:36.104622 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/db as src/db
I0606 12:54:36.105074 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/db/migrate as src/db/migrate
I0606 12:54:36.105501 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:54:36.105984 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/models.rb as src/models.rb
I0606 12:54:36.106496 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/run.sh as src/run.sh
I0606 12:54:36.106974 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/test as src/test
I0606 12:54:36.107383 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:54:36.107877 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/views as src/views
I0606 12:54:36.108277 12573 tar.go:337] Adding to tar: /tmp/s2i976965709/upload/src/views/main.erb as src/views/main.erb
I0606 12:54:36.166777 12573 docker.go:1044] Waiting for container "c1e04f7ecbb54721acca6a9d943dc13f607b68b3341230099814e282c1410a25" to stop ...
I0606 12:54:36.341087 12573 docker.go:1069] Invoking PostExecute function
I0606 12:54:36.341150 12573 postexecutorstep.go:68] Skipping step: store previous image
I0606 12:54:36.341184 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:54:36.343383 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:54:36.343439 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i976965709/metadata'
I0606 12:54:36.343633 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:54:36.563646 12573 tar.go:401] Creating directory /tmp/s2i976965709/metadata
I0606 12:54:36.563736 12573 tar.go:469] Creating /tmp/s2i976965709/metadata/image_metadata.json
I0606 12:54:36.563886 12573 tar.go:479] Extracting/writing /tmp/s2i976965709/metadata/image_metadata.json
I0606 12:54:36.564032 12573 tar.go:425] Done extracting tar stream
I0606 12:54:36.564174 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:54:36.568685 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-fake-app Comment: Author: Changes:[] Pause:false Config:0xc00048be00}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts/run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-fake-app io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:54:37.595393 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:54:37.595449 12573 postexecutorstep.go:398] Successfully built test/sti-fake-app
I0606 12:54:37.595485 12573 postexecutorstep.go:93] Skipping step: remove previous image
I0606 12:54:37.595594 12573 docker.go:980] Removing container "c1e04f7ecbb54721acca6a9d943dc13f607b68b3341230099814e282c1410a25" ...
I0606 12:54:37.613173 12573 docker.go:990] Removed container "c1e04f7ecbb54721acca6a9d943dc13f607b68b3341230099814e282c1410a25"
I0606 12:54:37.613418 12573 cleanup.go:33] Removing temporary directory /tmp/s2i976965709
I0606 12:54:37.613457 12573 fs.go:314] Removing directory '/tmp/s2i976965709'
--- PASS: TestCleanBuildFileScriptsURL (4.61s)
=== RUN TestCleanBuildHttpScriptsURL
I0606 12:54:39.430867 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:39.436199 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:39.436258 12573 docker.go:730] Image sha256:58595014fa7de3f6572d3e4714538f737028caa7d608dca5dd8ccb2a3f07d26e contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:54:39.436315 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:54:39.436404 12573 sti.go:204] Preparing to build test/sti-fake-app
I0606 12:54:39.436846 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:54:39.436898 12573 clone.go:40] Cloning sources into "/tmp/s2i042067463/upload/src"
I0606 12:54:39.715276 12573 clone.go:56] Checked out "HEAD"
I0606 12:54:39.739443 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:54:39.752037 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I0606 12:54:39.752172 12573 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I0606 12:54:39.753596 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I0606 12:54:39.753689 12573 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I0606 12:54:39.755113 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I0606 12:54:39.755227 12573 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I0606 12:54:39.755321 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:54:39.755357 12573 sti.go:213] Clean build will be performed
I0606 12:54:39.755399 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:54:39.755457 12573 sti.go:227] Running "assemble" in "test/sti-fake-app"
I0606 12:54:39.755495 12573 sti.go:585] Using image name sti_test/sti-fake
I0606 12:54:39.758208 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:39.758299 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:54:39.758621 12573 sti.go:703] starting the source uploading ...
I0606 12:54:39.758688 12573 tar.go:239] Adding "/tmp/s2i042067463/upload" to tar ...
I0606 12:54:39.759079 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/scripts as scripts
I0606 12:54:39.762240 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:54:39.762328 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:54:39.762648 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_a931b557" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:54:40.293080 12573 docker.go:1002] Attaching to container "27a5e6ec102e2430e808743ed1f7752551c4a6c5b5d0807104338c2718b4f711" ...
I0606 12:54:40.294515 12573 docker.go:1013] Starting container "27a5e6ec102e2430e808743ed1f7752551c4a6c5b5d0807104338c2718b4f711" ...
I0606 12:54:40.801192 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/scripts/assemble as scripts/assemble
I0606 12:54:40.801710 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/scripts/run as scripts/run
I0606 12:54:40.802242 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/scripts/save-artifacts as scripts/save-artifacts
I0606 12:54:40.802858 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src as src
I0606 12:54:40.808726 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/.gitignore as src/.gitignore
I0606 12:54:40.809288 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/.s2i as src/.s2i
I0606 12:54:40.809745 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:54:40.810157 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:54:40.810634 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:54:40.811119 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/.travis.yml as src/.travis.yml
I0606 12:54:40.811610 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/Dockerfile as src/Dockerfile
I0606 12:54:40.812072 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/Gemfile as src/Gemfile
I0606 12:54:40.812536 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:54:40.813038 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/README.md as src/README.md
I0606 12:54:40.813505 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/Rakefile as src/Rakefile
I0606 12:54:40.813998 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/app.rb as src/app.rb
I0606 12:54:40.814503 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/config as src/config
I0606 12:54:40.814930 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/config/database.rb as src/config/database.rb
I0606 12:54:40.815414 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/config/database.yml as src/config/database.yml
I0606 12:54:40.815981 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/config.ru as src/config.ru
I0606 12:54:40.816497 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/db as src/db
I0606 12:54:40.816968 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/db/migrate as src/db/migrate
I0606 12:54:40.817433 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:54:40.817946 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/models.rb as src/models.rb
I0606 12:54:40.818428 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/run.sh as src/run.sh
I0606 12:54:40.818903 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/test as src/test
I0606 12:54:40.819304 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:54:40.819804 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/views as src/views
I0606 12:54:40.820243 12573 tar.go:337] Adding to tar: /tmp/s2i042067463/upload/src/views/main.erb as src/views/main.erb
I0606 12:54:40.870717 12573 docker.go:1044] Waiting for container "27a5e6ec102e2430e808743ed1f7752551c4a6c5b5d0807104338c2718b4f711" to stop ...
I0606 12:54:41.282300 12573 docker.go:1069] Invoking PostExecute function
I0606 12:54:41.282363 12573 postexecutorstep.go:68] Skipping step: store previous image
I0606 12:54:41.282396 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:54:41.284540 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:54:41.284611 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i042067463/metadata'
I0606 12:54:41.284758 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:54:41.527656 12573 tar.go:401] Creating directory /tmp/s2i042067463/metadata
I0606 12:54:41.527748 12573 tar.go:469] Creating /tmp/s2i042067463/metadata/image_metadata.json
I0606 12:54:41.527935 12573 tar.go:479] Extracting/writing /tmp/s2i042067463/metadata/image_metadata.json
I0606 12:54:41.528096 12573 tar.go:425] Done extracting tar stream
I0606 12:54:41.528215 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:54:41.532283 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-fake-app Comment: Author: Changes:[] Pause:false Config:0xc00048b900}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts/run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-fake-app io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:54:42.437330 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:54:42.437383 12573 postexecutorstep.go:398] Successfully built test/sti-fake-app
I0606 12:54:42.437425 12573 postexecutorstep.go:93] Skipping step: remove previous image
I0606 12:54:42.437506 12573 docker.go:980] Removing container "27a5e6ec102e2430e808743ed1f7752551c4a6c5b5d0807104338c2718b4f711" ...
I0606 12:54:42.454867 12573 docker.go:990] Removed container "27a5e6ec102e2430e808743ed1f7752551c4a6c5b5d0807104338c2718b4f711"
I0606 12:54:42.455114 12573 cleanup.go:33] Removing temporary directory /tmp/s2i042067463
I0606 12:54:42.455156 12573 fs.go:314] Removing directory '/tmp/s2i042067463'
--- PASS: TestCleanBuildHttpScriptsURL (4.83s)
=== RUN TestCleanBuildScripts
I0606 12:54:44.264922 12573 docker.go:490] Using locally available image "sti_test/sti-fake-scripts:latest"
I0606 12:54:44.270434 12573 docker.go:490] Using locally available image "sti_test/sti-fake-scripts:latest"
I0606 12:54:44.270492 12573 docker.go:730] Image sha256:2e816c04eaa5bc8b8711a91b2f9f479d521c545007fb3b48372e6b84e94918ff contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I0606 12:54:44.270585 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:54:44.270703 12573 sti.go:204] Preparing to build test/sti-fake-app-scripts
I0606 12:54:44.271642 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:54:44.271693 12573 clone.go:40] Cloning sources into "/tmp/s2i420344785/upload/src"
I0606 12:54:44.523459 12573 clone.go:56] Checked out "HEAD"
I0606 12:54:44.546714 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:54:44.557670 12573 install.go:261] Using "assemble" installed from "image:///tmp/scripts//assemble"
I0606 12:54:44.557804 12573 install.go:261] Using "run" installed from "image:///tmp/scripts//run"
I0606 12:54:44.557923 12573 install.go:261] Using "save-artifacts" installed from "image:///tmp/scripts//save-artifacts"
I0606 12:54:44.557995 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:54:44.558040 12573 sti.go:213] Clean build will be performed
I0606 12:54:44.558082 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:54:44.558123 12573 sti.go:227] Running "assemble" in "test/sti-fake-app-scripts"
I0606 12:54:44.558142 12573 sti.go:585] Using image name sti_test/sti-fake-scripts
I0606 12:54:44.560413 12573 docker.go:490] Using locally available image "sti_test/sti-fake-scripts:latest"
I0606 12:54:44.560527 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:54:44.560886 12573 sti.go:703] starting the source uploading ...
I0606 12:54:44.560955 12573 tar.go:239] Adding "/tmp/s2i420344785/upload" to tar ...
I0606 12:54:44.561191 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/scripts as scripts
I0606 12:54:44.564849 12573 docker.go:730] Image sha256:2e816c04eaa5bc8b8711a91b2f9f479d521c545007fb3b48372e6b84e94918ff contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I0606 12:54:44.564906 12573 docker.go:804] Base directory for S2I scripts is '/tmp/scripts/'. Untarring destination is '/tmp'.
I0606 12:54:44.564980 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:54:44.565262 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_scripts_80a61166" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake-scripts:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:54:45.168067 12573 docker.go:1002] Attaching to container "4460e3b2bcc09052f30ff11e2aee3b118ac469be9c7cc82ddc7dde832ff0421e" ...
I0606 12:54:45.170145 12573 docker.go:1013] Starting container "4460e3b2bcc09052f30ff11e2aee3b118ac469be9c7cc82ddc7dde832ff0421e" ...
I0606 12:54:45.547373 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src as src
I0606 12:54:45.551232 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/.gitignore as src/.gitignore
I0606 12:54:45.551739 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/.s2i as src/.s2i
I0606 12:54:45.552184 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:54:45.552606 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:54:45.553121 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:54:45.553610 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/.travis.yml as src/.travis.yml
I0606 12:54:45.554137 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/Dockerfile as src/Dockerfile
I0606 12:54:45.555051 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/Gemfile as src/Gemfile
I0606 12:54:45.556056 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:54:45.556599 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/README.md as src/README.md
I0606 12:54:45.557797 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/Rakefile as src/Rakefile
I0606 12:54:45.558263 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/app.rb as src/app.rb
I0606 12:54:45.558780 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/config as src/config
I0606 12:54:45.559264 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/config/database.rb as src/config/database.rb
I0606 12:54:45.559819 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/config/database.yml as src/config/database.yml
I0606 12:54:45.560345 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/config.ru as src/config.ru
I0606 12:54:45.560910 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/db as src/db
I0606 12:54:45.561418 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/db/migrate as src/db/migrate
I0606 12:54:45.561898 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:54:45.562414 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/models.rb as src/models.rb
I0606 12:54:45.562946 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/run.sh as src/run.sh
I0606 12:54:45.563433 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/test as src/test
I0606 12:54:45.564001 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:54:45.564511 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/views as src/views
I0606 12:54:45.564969 12573 tar.go:337] Adding to tar: /tmp/s2i420344785/upload/src/views/main.erb as src/views/main.erb
I0606 12:54:45.617719 12573 docker.go:1044] Waiting for container "4460e3b2bcc09052f30ff11e2aee3b118ac469be9c7cc82ddc7dde832ff0421e" to stop ...
I0606 12:54:45.805493 12573 docker.go:1069] Invoking PostExecute function
I0606 12:54:45.805551 12573 postexecutorstep.go:68] Skipping step: store previous image
I0606 12:54:45.805599 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:54:45.807751 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:54:45.807810 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i420344785/metadata'
I0606 12:54:45.807971 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:54:46.034570 12573 tar.go:401] Creating directory /tmp/s2i420344785/metadata
I0606 12:54:46.034664 12573 tar.go:469] Creating /tmp/s2i420344785/metadata/image_metadata.json
I0606 12:54:46.034794 12573 tar.go:479] Extracting/writing /tmp/s2i420344785/metadata/image_metadata.json
I0606 12:54:46.034951 12573 tar.go:425] Done extracting tar stream
I0606 12:54:46.035091 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:54:46.039233 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-fake-app-scripts Comment: Author: Changes:[] Pause:false Config:0xc000246280}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts//run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-fake-app-scripts io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake-scripts io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:image:///tmp/scripts/ testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:54:46.945418 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:54:46.945474 12573 postexecutorstep.go:398] Successfully built test/sti-fake-app-scripts
I0606 12:54:46.945507 12573 postexecutorstep.go:93] Skipping step: remove previous image
I0606 12:54:46.945617 12573 docker.go:980] Removing container "4460e3b2bcc09052f30ff11e2aee3b118ac469be9c7cc82ddc7dde832ff0421e" ...
I0606 12:54:46.964120 12573 docker.go:990] Removed container "4460e3b2bcc09052f30ff11e2aee3b118ac469be9c7cc82ddc7dde832ff0421e"
I0606 12:54:46.964264 12573 cleanup.go:33] Removing temporary directory /tmp/s2i420344785
I0606 12:54:46.964306 12573 fs.go:314] Removing directory '/tmp/s2i420344785'
--- PASS: TestCleanBuildScripts (4.55s)
=== RUN TestLayeredBuildNoTar
I0606 12:54:48.803763 12573 docker.go:490] Using locally available image "sti_test/sti-fake-no-tar:latest"
I0606 12:54:48.817902 12573 docker.go:490] Using locally available image "sti_test/sti-fake-no-tar:latest"
I0606 12:54:48.817953 12573 docker.go:728] warning: Image sha256:4e58bac1b189b55d3292d35d7693402e8921635ef4e075f1d6375f74912cab11 does not contain a value for the io.openshift.s2i.scripts-url label
I0606 12:54:48.818008 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:54:48.818146 12573 sti.go:204] Preparing to build test/sti-fake-no-tar
I0606 12:54:48.818662 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:54:48.818724 12573 clone.go:40] Cloning sources into "/tmp/s2i164701227/upload/src"
I0606 12:54:49.260140 12573 clone.go:56] Checked out "HEAD"
I0606 12:54:49.283519 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:54:49.294737 12573 download.go:77] Downloaded 'file:///data/src/github.com/openshift/source-to-image/_output/local/go/src/github.com/openshift/source-to-image/test/integration/scripts/.s2i/bin/assemble'
I0606 12:54:49.294849 12573 install.go:261] Using "assemble" installed from "file:///data/src/github.com/openshift/source-to-image/_output/local/go/src/github.com/openshift/source-to-image/test/integration/scripts/.s2i/bin/assemble"
I0606 12:54:49.295026 12573 download.go:77] Downloaded 'file:///data/src/github.com/openshift/source-to-image/_output/local/go/src/github.com/openshift/source-to-image/test/integration/scripts/.s2i/bin/run'
I0606 12:54:49.295122 12573 install.go:261] Using "run" installed from "file:///data/src/github.com/openshift/source-to-image/_output/local/go/src/github.com/openshift/source-to-image/test/integration/scripts/.s2i/bin/run"
I0606 12:54:49.295291 12573 download.go:77] Downloaded 'file:///data/src/github.com/openshift/source-to-image/_output/local/go/src/github.com/openshift/source-to-image/test/integration/scripts/.s2i/bin/save-artifacts'
I0606 12:54:49.295394 12573 install.go:261] Using "save-artifacts" installed from "file:///data/src/github.com/openshift/source-to-image/_output/local/go/src/github.com/openshift/source-to-image/test/integration/scripts/.s2i/bin/save-artifacts"
I0606 12:54:49.295459 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:54:49.295492 12573 sti.go:213] Clean build will be performed
I0606 12:54:49.295535 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:54:49.295591 12573 sti.go:227] Running "assemble" in "test/sti-fake-no-tar"
I0606 12:54:49.295625 12573 sti.go:585] Using image name sti_test/sti-fake-no-tar
I0606 12:54:49.297839 12573 docker.go:490] Using locally available image "sti_test/sti-fake-no-tar:latest"
I0606 12:54:49.297940 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:54:49.298274 12573 sti.go:703] starting the source uploading ...
I0606 12:54:49.298342 12573 tar.go:239] Adding "/tmp/s2i164701227/upload" to tar ...
I0606 12:54:49.298738 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/scripts as scripts
I0606 12:54:49.301762 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:54:49.301852 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:54:49.302144 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_no_tar_d9b30755" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake-no-tar:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:54:49.876913 12573 docker.go:1002] Attaching to container "87d40f1c8242033843c725ec665caa5917bcba0bf507983873ba46b7100f5632" ...
I0606 12:54:49.878397 12573 docker.go:1013] Starting container "87d40f1c8242033843c725ec665caa5917bcba0bf507983873ba46b7100f5632" ...
I0606 12:54:50.257893 12573 sti.go:715] /bin/sh: tar: not found
I0606 12:54:50.258363 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/scripts/assemble as scripts/assemble
I0606 12:54:50.258923 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/scripts/run as scripts/run
I0606 12:54:50.259461 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/scripts/save-artifacts as scripts/save-artifacts
I0606 12:54:50.260048 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src as src
I0606 12:54:50.264222 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/.gitignore as src/.gitignore
I0606 12:54:50.264796 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/.s2i as src/.s2i
I0606 12:54:50.265266 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:54:50.265708 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:54:50.266192 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:54:50.266697 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/.travis.yml as src/.travis.yml
I0606 12:54:50.267250 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/Dockerfile as src/Dockerfile
I0606 12:54:50.267799 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/Gemfile as src/Gemfile
I0606 12:54:50.268292 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:54:50.268829 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/README.md as src/README.md
I0606 12:54:50.269334 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/Rakefile as src/Rakefile
I0606 12:54:50.269890 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/app.rb as src/app.rb
I0606 12:54:50.270425 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/config as src/config
I0606 12:54:50.270890 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/config/database.rb as src/config/database.rb
I0606 12:54:50.271386 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/config/database.yml as src/config/database.yml
I0606 12:54:50.272702 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/config.ru as src/config.ru
I0606 12:54:50.273946 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/db as src/db
I0606 12:54:50.274722 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/db/migrate as src/db/migrate
I0606 12:54:50.275280 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:54:50.276339 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/models.rb as src/models.rb
I0606 12:54:50.276905 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/run.sh as src/run.sh
I0606 12:54:50.277528 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/test as src/test
I0606 12:54:50.278650 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:54:50.279196 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/views as src/views
I0606 12:54:50.280308 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/views/main.erb as src/views/main.erb
I0606 12:54:50.291077 12573 docker.go:1044] Waiting for container "87d40f1c8242033843c725ec665caa5917bcba0bf507983873ba46b7100f5632" to stop ...
I0606 12:54:50.418746 12573 docker.go:980] Removing container "87d40f1c8242033843c725ec665caa5917bcba0bf507983873ba46b7100f5632" ...
I0606 12:54:50.435278 12573 docker.go:990] Removed container "87d40f1c8242033843c725ec665caa5917bcba0bf507983873ba46b7100f5632"
I0606 12:54:50.435730 12573 sti.go:232] Image is missing basic requirements (sh or tar), layered build will be performed
I0606 12:54:50.437722 12573 layered.go:103] The scripts are included in "/tmp/s2i164701227/upload/scripts" directory
I0606 12:54:50.437917 12573 layered.go:127] Writing custom Dockerfile to /tmp/s2i164701227/upload
I0606 12:54:50.437956 12573 layered.go:160] Creating application source code image
I0606 12:54:50.438156 12573 layered.go:175] Building new image s2i-layered-temp-image-1559840090438075049 with scripts and sources already inside
I0606 12:54:50.438296 12573 docker.go:1135] Building container using config: {Tags:[s2i-layered-temp-image-1559840090438075049] SuppressOutput:false RemoteContext: NoCache:true Remove:true ForceRemove:true PullParent:false Isolation: CPUSetCPUs: CPUSetMems: CPUShares:0 CPUQuota:0 CPUPeriod:0 Memory:0 MemorySwap:0 CgroupParent: NetworkMode: ShmSize:0 Dockerfile: Ulimits:[] BuildArgs:map[] AuthConfigs:map[] Context:<nil> Labels:map[] Squash:false CacheFrom:[] SecurityOpt:[] ExtraHosts:[] Target: SessionID:}
I0606 12:54:50.438320 12573 tar.go:239] Adding "/tmp/s2i164701227/upload" to tar ...
I0606 12:54:50.438705 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/Dockerfile as Dockerfile
I0606 12:54:50.439431 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/scripts as scripts
I0606 12:54:50.439986 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/scripts/assemble as scripts/assemble
I0606 12:54:50.440551 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/scripts/run as scripts/run
I0606 12:54:50.441138 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/scripts/save-artifacts as scripts/save-artifacts
I0606 12:54:50.441747 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src as src
I0606 12:54:50.446430 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/.gitignore as src/.gitignore
I0606 12:54:50.446999 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/.s2i as src/.s2i
I0606 12:54:50.447520 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:54:50.448020 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:54:50.448590 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:54:50.449174 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/.travis.yml as src/.travis.yml
I0606 12:54:50.449758 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/Dockerfile as src/Dockerfile
I0606 12:54:50.450347 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/Gemfile as src/Gemfile
I0606 12:54:50.451057 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:54:50.451668 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/README.md as src/README.md
I0606 12:54:50.452249 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/Rakefile as src/Rakefile
I0606 12:54:50.452846 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/app.rb as src/app.rb
I0606 12:54:50.453437 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/config as src/config
I0606 12:54:50.453989 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/config/database.rb as src/config/database.rb
I0606 12:54:50.454573 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/config/database.yml as src/config/database.yml
I0606 12:54:50.455164 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/config.ru as src/config.ru
I0606 12:54:50.457451 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/db as src/db
I0606 12:54:50.458050 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/db/migrate as src/db/migrate
I0606 12:54:50.459178 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:54:50.459817 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/models.rb as src/models.rb
I0606 12:54:50.460968 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/run.sh as src/run.sh
I0606 12:54:50.461617 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/test as src/test
I0606 12:54:50.462860 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:54:50.463504 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/views as src/views
I0606 12:54:50.464088 12573 tar.go:337] Adding to tar: /tmp/s2i164701227/upload/src/views/main.erb as src/views/main.erb
I0606 12:54:50.468164 12573 layered.go:173] {"stream":"Step 1 : FROM sti_test/sti-fake-no-tar\n"}
I0606 12:54:50.468252 12573 layered.go:173] {"stream":" ---\u003e 4e58bac1b189\n"}
I0606 12:54:50.468317 12573 layered.go:173] {"stream":"Step 2 : COPY scripts /tmp/scripts\n"}
I0606 12:54:52.253825 12573 layered.go:173] {"stream":" ---\u003e f7db9a617f48\n"}
I0606 12:54:52.267336 12573 layered.go:173] {"stream":"Removing intermediate container 248771008f0b\n"}
I0606 12:54:52.267418 12573 layered.go:173] {"stream":"Step 3 : COPY src /tmp/src\n"}
I0606 12:54:54.462867 12573 layered.go:173] {"stream":" ---\u003e 88bafffb951d\n"}
I0606 12:54:54.477898 12573 layered.go:173] {"stream":"Removing intermediate container 4dc901117d96\n"}
I0606 12:54:54.480674 12573 layered.go:173] {"stream":"Successfully built 88bafffb951d\n"}
I0606 12:54:54.481918 12573 layered.go:193] Scripts dir has contents true
I0606 12:54:54.481974 12573 layered.go:208] Building test/sti-fake-no-tar using sti-enabled image
I0606 12:54:54.482026 12573 sti.go:585] Using image name s2i-layered-temp-image-1559840090438075049
I0606 12:54:54.484255 12573 docker.go:490] Using locally available image "s2i-layered-temp-image-1559840090438075049:latest"
I0606 12:54:54.484372 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:54:54.488345 12573 docker.go:804] Base directory for S2I scripts is '/tmp/scripts'. Untarring destination is '/tmp'.
I0606 12:54:54.488403 12573 docker.go:961] Setting "/tmp/scripts/assemble" command for container ...
I0606 12:54:54.488732 12573 docker.go:970] Creating container with options {Name:"s2i_s2i_layered_temp_image_1559840090438075049_f81f7bee" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:s2i-layered-temp-image-1559840090438075049:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:54:55.020640 12573 docker.go:1002] Attaching to container "593897d2cc3a3d0d7a81d9833bf9be042a226af49b64437f67ddb574b490b835" ...
I0606 12:54:55.022106 12573 docker.go:1013] Starting container "593897d2cc3a3d0d7a81d9833bf9be042a226af49b64437f67ddb574b490b835" ...
I0606 12:54:55.483846 12573 docker.go:1044] Waiting for container "593897d2cc3a3d0d7a81d9833bf9be042a226af49b64437f67ddb574b490b835" to stop ...
I0606 12:54:55.643050 12573 docker.go:1069] Invoking PostExecute function
I0606 12:54:55.643104 12573 postexecutorstep.go:68] Skipping step: store previous image
I0606 12:54:55.643133 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:54:55.645259 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:54:55.645316 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i164701227/metadata'
I0606 12:54:55.645536 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:54:55.875809 12573 tar.go:401] Creating directory /tmp/s2i164701227/metadata
I0606 12:54:55.875900 12573 tar.go:469] Creating /tmp/s2i164701227/metadata/image_metadata.json
I0606 12:54:55.876057 12573 tar.go:479] Extracting/writing /tmp/s2i164701227/metadata/image_metadata.json
I0606 12:54:55.876217 12573 tar.go:425] Done extracting tar stream
I0606 12:54:55.876345 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:54:55.880326 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-fake-no-tar Comment: Author: Changes:[] Pause:false Config:0xc00017ac80}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts/run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-fake-no-tar io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:s2i-layered-temp-image-1559840090438075049 io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:54:57.403375 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:54:57.403431 12573 postexecutorstep.go:398] Successfully built test/sti-fake-no-tar
I0606 12:54:57.403464 12573 postexecutorstep.go:93] Skipping step: remove previous image
I0606 12:54:57.403572 12573 docker.go:980] Removing container "593897d2cc3a3d0d7a81d9833bf9be042a226af49b64437f67ddb574b490b835" ...
I0606 12:54:57.421681 12573 docker.go:990] Removed container "593897d2cc3a3d0d7a81d9833bf9be042a226af49b64437f67ddb574b490b835"
I0606 12:54:57.421825 12573 cleanup.go:33] Removing temporary directory /tmp/s2i164701227
I0606 12:54:57.421868 12573 fs.go:314] Removing directory '/tmp/s2i164701227'
I0606 12:54:57.424626 12573 cleanup.go:42] Removing temporary image s2i-layered-temp-image-1559840090438075049
--- PASS: TestLayeredBuildNoTar (10.56s)
=== RUN TestCleanBuildCallbackInvoked
I0606 12:54:59.364533 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:59.369940 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:59.370001 12573 docker.go:730] Image sha256:58595014fa7de3f6572d3e4714538f737028caa7d608dca5dd8ccb2a3f07d26e contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:54:59.370056 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:54:59.370139 12573 sti.go:204] Preparing to build test/sti-fake-app
I0606 12:54:59.370620 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:54:59.370672 12573 clone.go:40] Cloning sources into "/tmp/s2i683637141/upload/src"
I0606 12:54:59.645149 12573 clone.go:56] Checked out "HEAD"
I0606 12:54:59.669303 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:54:59.681912 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I0606 12:54:59.682039 12573 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I0606 12:54:59.683509 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I0606 12:54:59.683626 12573 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I0606 12:54:59.685022 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I0606 12:54:59.685128 12573 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I0606 12:54:59.685195 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:54:59.685229 12573 sti.go:213] Clean build will be performed
I0606 12:54:59.685274 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:54:59.685318 12573 sti.go:227] Running "assemble" in "test/sti-fake-app"
I0606 12:54:59.685350 12573 sti.go:585] Using image name sti_test/sti-fake
I0606 12:54:59.687510 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:54:59.687636 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:54:59.687814 12573 sti.go:703] starting the source uploading ...
I0606 12:54:59.687878 12573 tar.go:239] Adding "/tmp/s2i683637141/upload" to tar ...
I0606 12:54:59.688227 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/scripts as scripts
I0606 12:54:59.691742 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:54:59.691828 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:54:59.692113 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_061ff751" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:55:00.208202 12573 docker.go:1002] Attaching to container "479d4c378ad77065cc06b865a6f4e53b628b0b199c26296cf92b5fc7e6755e14" ...
I0606 12:55:00.209576 12573 docker.go:1013] Starting container "479d4c378ad77065cc06b865a6f4e53b628b0b199c26296cf92b5fc7e6755e14" ...
I0606 12:55:00.580614 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/scripts/assemble as scripts/assemble
I0606 12:55:00.581117 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/scripts/run as scripts/run
I0606 12:55:00.581715 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/scripts/save-artifacts as scripts/save-artifacts
I0606 12:55:00.582362 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src as src
I0606 12:55:00.585919 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/.gitignore as src/.gitignore
I0606 12:55:00.586421 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/.s2i as src/.s2i
I0606 12:55:00.586878 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:55:00.587205 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:55:00.587589 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:55:00.587944 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/.travis.yml as src/.travis.yml
I0606 12:55:00.588328 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/Dockerfile as src/Dockerfile
I0606 12:55:00.588749 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/Gemfile as src/Gemfile
I0606 12:55:00.589160 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:55:00.589576 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/README.md as src/README.md
I0606 12:55:00.589998 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/Rakefile as src/Rakefile
I0606 12:55:00.590417 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/app.rb as src/app.rb
I0606 12:55:00.590858 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/config as src/config
I0606 12:55:00.591218 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/config/database.rb as src/config/database.rb
I0606 12:55:00.591676 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/config/database.yml as src/config/database.yml
I0606 12:55:00.592194 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/config.ru as src/config.ru
I0606 12:55:00.592697 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/db as src/db
I0606 12:55:00.593109 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/db/migrate as src/db/migrate
I0606 12:55:00.593547 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:55:00.594028 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/models.rb as src/models.rb
I0606 12:55:00.594507 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/run.sh as src/run.sh
I0606 12:55:00.595013 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/test as src/test
I0606 12:55:00.595430 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:55:00.596554 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/views as src/views
I0606 12:55:00.597655 12573 tar.go:337] Adding to tar: /tmp/s2i683637141/upload/src/views/main.erb as src/views/main.erb
I0606 12:55:00.655730 12573 docker.go:1044] Waiting for container "479d4c378ad77065cc06b865a6f4e53b628b0b199c26296cf92b5fc7e6755e14" to stop ...
I0606 12:55:00.829530 12573 docker.go:1069] Invoking PostExecute function
I0606 12:55:00.829598 12573 postexecutorstep.go:68] Skipping step: store previous image
I0606 12:55:00.829629 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:55:00.831885 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:55:00.831943 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i683637141/metadata'
I0606 12:55:00.832111 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:55:01.059677 12573 tar.go:401] Creating directory /tmp/s2i683637141/metadata
I0606 12:55:01.059770 12573 tar.go:469] Creating /tmp/s2i683637141/metadata/image_metadata.json
I0606 12:55:01.059957 12573 tar.go:479] Extracting/writing /tmp/s2i683637141/metadata/image_metadata.json
I0606 12:55:01.060124 12573 tar.go:425] Done extracting tar stream
I0606 12:55:01.060256 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:55:01.064338 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-fake-app Comment: Author: Changes:[] Pause:false Config:0xc00048b900}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts/run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-fake-app io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:55:02.344387 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:55:02.344447 12573 postexecutorstep.go:398] Successfully built test/sti-fake-app
I0606 12:55:02.344481 12573 postexecutorstep.go:93] Skipping step: remove previous image
I0606 12:55:02.344597 12573 docker.go:980] Removing container "479d4c378ad77065cc06b865a6f4e53b628b0b199c26296cf92b5fc7e6755e14" ...
I0606 12:55:02.361323 12573 docker.go:990] Removed container "479d4c378ad77065cc06b865a6f4e53b628b0b199c26296cf92b5fc7e6755e14"
I0606 12:55:02.361470 12573 cleanup.go:33] Removing temporary directory /tmp/s2i683637141
I0606 12:55:02.361520 12573 fs.go:314] Removing directory '/tmp/s2i683637141'
--- PASS: TestCleanBuildCallbackInvoked (4.95s)
=== RUN TestCleanBuildOnBuild
I0606 12:55:04.321243 12573 docker.go:490] Using locally available image "sti_test/sti-fake-onbuild:latest"
I0606 12:55:04.326878 12573 docker.go:490] Using locally available image "sti_test/sti-fake-onbuild:latest"
I0606 12:55:04.326942 12573 docker.go:730] Image sha256:f4abc0f9bda760eac98536517154bd60c023a2752f5187ab8259b65bedc73178 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:55:04.327006 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:55:04.327122 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:55:04.327165 12573 onbuild.go:87] Preparing the source code for build
I0606 12:55:04.327635 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:55:04.327684 12573 clone.go:40] Cloning sources into "/tmp/s2i985414799/upload/src"
I0606 12:55:05.781740 12573 clone.go:56] Checked out "HEAD"
I0606 12:55:05.805049 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:55:05.817786 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I0606 12:55:05.817900 12573 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I0606 12:55:05.819301 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I0606 12:55:05.819394 12573 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I0606 12:55:05.819475 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:55:05.819548 12573 onbuild.go:181] Found S2I 'run' script, copying to application source dir
I0606 12:55:05.819732 12573 fs.go:270] F "/tmp/s2i985414799/upload/scripts/run" -> "/tmp/s2i985414799/upload/src/run"
I0606 12:55:05.819857 12573 onbuild.go:185] Found S2I 'assemble' script, copying to application source dir
I0606 12:55:05.820035 12573 fs.go:270] F "/tmp/s2i985414799/upload/scripts/assemble" -> "/tmp/s2i985414799/upload/src/assemble"
I0606 12:55:05.820367 12573 onbuild.go:97] Creating application Dockerfile
I0606 12:55:05.821016 12573 entrypoint.go:33] Found valid ENTRYPOINT: run
I0606 12:55:05.821118 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:55:05.821289 12573 onbuild.go:106] Creating application source code image
I0606 12:55:05.821514 12573 onbuild.go:120] Building the application source
I0606 12:55:05.821665 12573 docker.go:1135] Building container using config: {Tags:[test/sti-fake-app-onbuild] SuppressOutput:false RemoteContext: NoCache:true Remove:true ForceRemove:true PullParent:false Isolation: CPUSetCPUs: CPUSetMems: CPUShares:0 CPUQuota:0 CPUPeriod:0 Memory:0 MemorySwap:0 CgroupParent: NetworkMode: ShmSize:0 Dockerfile: Ulimits:[] BuildArgs:map[] AuthConfigs:map[] Context:<nil> Labels:map[] Squash:false CacheFrom:[] SecurityOpt:[] ExtraHosts:[] Target: SessionID:}
I0606 12:55:05.823022 12573 tar.go:239] Adding "/tmp/s2i985414799/upload/src" to tar ...
I0606 12:55:05.827275 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/.gitignore as .gitignore
I0606 12:55:05.827885 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/.s2i as .s2i
I0606 12:55:05.828347 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/.s2i/bin as .s2i/bin
I0606 12:55:05.828798 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/.s2i/bin/README as .s2i/bin/README
I0606 12:55:05.829439 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/.s2i/environment as .s2i/environment
I0606 12:55:05.830044 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/.travis.yml as .travis.yml
I0606 12:55:05.830678 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/Dockerfile as Dockerfile
I0606 12:55:05.831268 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/Gemfile as Gemfile
I0606 12:55:05.831863 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/Gemfile.lock as Gemfile.lock
I0606 12:55:05.832448 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/README.md as README.md
I0606 12:55:05.833028 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/Rakefile as Rakefile
I0606 12:55:05.833600 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/app.rb as app.rb
I0606 12:55:05.834140 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/assemble as assemble
I0606 12:55:05.834740 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/config as config
I0606 12:55:05.835236 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/config/database.rb as config/database.rb
I0606 12:55:05.835821 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/config/database.yml as config/database.yml
I0606 12:55:05.836415 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/config.ru as config.ru
I0606 12:55:05.836984 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/db as db
I0606 12:55:05.837515 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/db/migrate as db/migrate
I0606 12:55:05.838117 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/db/migrate/20141102191902_create_key_pair.rb as db/migrate/20141102191902_create_key_pair.rb
I0606 12:55:05.838701 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/models.rb as models.rb
I0606 12:55:05.839263 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/run as run
I0606 12:55:05.843848 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/run.sh as run.sh
I0606 12:55:05.844449 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/test as test
I0606 12:55:05.845006 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/test/sample_test.rb as test/sample_test.rb
I0606 12:55:05.845612 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/views as views
I0606 12:55:05.846137 12573 tar.go:337] Adding to tar: /tmp/s2i985414799/upload/src/views/main.erb as views/main.erb
{"stream":"Step 1 : FROM sti_test/sti-fake-onbuild\n"}
{"stream":"\u001b[91m# Executing 2 build triggers...\n\u001b[0m"}
{"stream":"Step 1 : RUN touch /sti-fake/src/onbuild\n"}
{"stream":" ---\u003e Running in b52a8998b4db\n"}
{"stream":"Step 1 : COPY . /tmp/src/\n"}
{"stream":" ---\u003e 7316c9f459eb\n"}
{"stream":"Removing intermediate container b52a8998b4db\n"}
{"stream":"Removing intermediate container 75be1238e7c8\n"}
{"stream":"Step 2 : ENV RACK_ENV \"production\"\n"}
{"stream":" ---\u003e Running in f2d105410e07\n"}
{"stream":" ---\u003e 651f05e396d0\n"}
{"stream":"Removing intermediate container f2d105410e07\n"}
{"stream":"Step 3 : RUN sh assemble\n"}
{"stream":" ---\u003e Running in dd58985a49c2\n"}
{"stream":" ---\u003e a5710721ee6c\n"}
{"stream":"Removing intermediate container dd58985a49c2\n"}
{"stream":"Step 4 : ENTRYPOINT ./run\n"}
{"stream":" ---\u003e Running in 27f6ce1b1bb3\n"}
{"stream":" ---\u003e d9cde0472f1f\n"}
{"stream":"Removing intermediate container 27f6ce1b1bb3\n"}
{"stream":"Successfully built d9cde0472f1f\n"}
I0606 12:55:16.825929 12573 onbuild.go:129] Cleaning up temporary containers
I0606 12:55:16.825982 12573 cleanup.go:33] Removing temporary directory /tmp/s2i985414799
I0606 12:55:16.826021 12573 fs.go:314] Removing directory '/tmp/s2i985414799'
--- PASS: TestCleanBuildOnBuild (14.48s)
=== RUN TestCleanBuildOnBuildNoName
I0606 12:55:18.796583 12573 docker.go:490] Using locally available image "sti_test/sti-fake-onbuild:latest"
I0606 12:55:18.802232 12573 docker.go:490] Using locally available image "sti_test/sti-fake-onbuild:latest"
I0606 12:55:18.802292 12573 docker.go:730] Image sha256:f4abc0f9bda760eac98536517154bd60c023a2752f5187ab8259b65bedc73178 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:55:18.802347 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:55:18.802456 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:55:18.802498 12573 onbuild.go:87] Preparing the source code for build
I0606 12:55:18.802964 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:55:18.803014 12573 clone.go:40] Cloning sources into "/tmp/s2i406367906/upload/src"
I0606 12:55:19.171101 12573 clone.go:56] Checked out "HEAD"
I0606 12:55:19.195422 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:55:19.207967 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I0606 12:55:19.208061 12573 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I0606 12:55:19.209448 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I0606 12:55:19.209537 12573 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I0606 12:55:19.209639 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:55:19.209715 12573 onbuild.go:181] Found S2I 'run' script, copying to application source dir
I0606 12:55:19.209884 12573 fs.go:270] F "/tmp/s2i406367906/upload/scripts/run" -> "/tmp/s2i406367906/upload/src/run"
I0606 12:55:19.210019 12573 onbuild.go:185] Found S2I 'assemble' script, copying to application source dir
I0606 12:55:19.210202 12573 fs.go:270] F "/tmp/s2i406367906/upload/scripts/assemble" -> "/tmp/s2i406367906/upload/src/assemble"
I0606 12:55:19.210301 12573 onbuild.go:97] Creating application Dockerfile
I0606 12:55:19.210750 12573 entrypoint.go:33] Found valid ENTRYPOINT: run
I0606 12:55:19.210855 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:55:19.211027 12573 onbuild.go:106] Creating application source code image
I0606 12:55:19.211208 12573 onbuild.go:120] Building the application source
I0606 12:55:19.211345 12573 tar.go:239] Adding "/tmp/s2i406367906/upload/src" to tar ...
I0606 12:55:19.211362 12573 docker.go:1135] Building container using config: {Tags:[] SuppressOutput:false RemoteContext: NoCache:true Remove:true ForceRemove:true PullParent:false Isolation: CPUSetCPUs: CPUSetMems: CPUShares:0 CPUQuota:0 CPUPeriod:0 Memory:0 MemorySwap:0 CgroupParent: NetworkMode: ShmSize:0 Dockerfile: Ulimits:[] BuildArgs:map[] AuthConfigs:map[] Context:<nil> Labels:map[] Squash:false CacheFrom:[] SecurityOpt:[] ExtraHosts:[] Target: SessionID:}
I0606 12:55:19.215677 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/.gitignore as .gitignore
I0606 12:55:19.216242 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/.s2i as .s2i
I0606 12:55:19.216717 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/.s2i/bin as .s2i/bin
I0606 12:55:19.217139 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/.s2i/bin/README as .s2i/bin/README
I0606 12:55:19.217751 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/.s2i/environment as .s2i/environment
I0606 12:55:19.218242 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/.travis.yml as .travis.yml
I0606 12:55:19.218709 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/Dockerfile as Dockerfile
I0606 12:55:19.219175 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/Gemfile as Gemfile
I0606 12:55:19.219759 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/Gemfile.lock as Gemfile.lock
I0606 12:55:19.220342 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/README.md as README.md
I0606 12:55:19.220914 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/Rakefile as Rakefile
I0606 12:55:19.221472 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/app.rb as app.rb
I0606 12:55:19.222083 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/assemble as assemble
I0606 12:55:19.224107 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/config as config
I0606 12:55:19.224668 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/config/database.rb as config/database.rb
I0606 12:55:19.225550 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/config/database.yml as config/database.yml
I0606 12:55:19.226130 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/config.ru as config.ru
I0606 12:55:19.227155 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/db as db
I0606 12:55:19.227747 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/db/migrate as db/migrate
I0606 12:55:19.228912 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/db/migrate/20141102191902_create_key_pair.rb as db/migrate/20141102191902_create_key_pair.rb
I0606 12:55:19.229571 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/models.rb as models.rb
I0606 12:55:19.230195 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/run as run
I0606 12:55:19.231702 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/run.sh as run.sh
I0606 12:55:19.232363 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/test as test
I0606 12:55:19.232974 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/test/sample_test.rb as test/sample_test.rb
I0606 12:55:19.233967 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/views as views
I0606 12:55:19.234512 12573 tar.go:337] Adding to tar: /tmp/s2i406367906/upload/src/views/main.erb as views/main.erb
{"stream":"Step 1 : FROM sti_test/sti-fake-onbuild\n"}
{"stream":"\u001b[91m# Executing 2 build triggers...\n\u001b[0m"}
{"stream":"Step 1 : RUN touch /sti-fake/src/onbuild\n"}
{"stream":" ---\u003e Running in c700a67b191a\n"}
{"stream":"Step 1 : COPY . /tmp/src/\n"}
{"stream":" ---\u003e cf350d9ec017\n"}
{"stream":"Removing intermediate container c700a67b191a\n"}
{"stream":"Removing intermediate container 298825ece9ff\n"}
{"stream":"Step 2 : ENV RACK_ENV \"production\"\n"}
{"stream":" ---\u003e Running in 29787d8b429e\n"}
{"stream":" ---\u003e 0303dad00614\n"}
{"stream":"Removing intermediate container 29787d8b429e\n"}
{"stream":"Step 3 : RUN sh assemble\n"}
{"stream":" ---\u003e Running in a50cf7999c67\n"}
{"stream":" ---\u003e 845cc06ff85c\n"}
{"stream":"Removing intermediate container a50cf7999c67\n"}
{"stream":"Step 4 : ENTRYPOINT ./run\n"}
{"stream":" ---\u003e Running in 8d1175fbfc5c\n"}
{"stream":" ---\u003e edb9f564decf\n"}
{"stream":"Removing intermediate container 8d1175fbfc5c\n"}
{"stream":"Successfully built edb9f564decf\n"}
I0606 12:55:29.560174 12573 onbuild.go:129] Cleaning up temporary containers
I0606 12:55:29.560228 12573 cleanup.go:33] Removing temporary directory /tmp/s2i406367906
I0606 12:55:29.560269 12573 fs.go:314] Removing directory '/tmp/s2i406367906'
--- PASS: TestCleanBuildOnBuildNoName (10.77s)
=== RUN TestCleanBuildNoName
I0606 12:55:29.571593 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:55:29.576973 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:55:29.577034 12573 docker.go:730] Image sha256:58595014fa7de3f6572d3e4714538f737028caa7d608dca5dd8ccb2a3f07d26e contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:55:29.577090 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:55:29.577197 12573 sti.go:204] Preparing to build
I0606 12:55:29.577676 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:55:29.577726 12573 clone.go:40] Cloning sources into "/tmp/s2i117160345/upload/src"
I0606 12:55:29.803830 12573 clone.go:56] Checked out "HEAD"
I0606 12:55:29.827305 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:55:29.839999 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I0606 12:55:29.840099 12573 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I0606 12:55:29.841442 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I0606 12:55:29.841551 12573 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I0606 12:55:29.842973 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I0606 12:55:29.843081 12573 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I0606 12:55:29.843149 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:55:29.843186 12573 sti.go:213] Clean build will be performed
I0606 12:55:29.843230 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:55:29.843270 12573 sti.go:227] Running "assemble" in ""
I0606 12:55:29.843301 12573 sti.go:585] Using image name sti_test/sti-fake
I0606 12:55:29.845480 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:55:29.845604 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:55:29.845764 12573 sti.go:703] starting the source uploading ...
I0606 12:55:29.845828 12573 tar.go:239] Adding "/tmp/s2i117160345/upload" to tar ...
I0606 12:55:29.846157 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/scripts as scripts
I0606 12:55:29.849572 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:55:29.849650 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:55:29.849927 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_c2f4a3cf" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:55:30.425275 12573 docker.go:1002] Attaching to container "1cf6606d5f139251a49abe11a65a2057de8ccf7f9c0e78797bd3ddf17f981921" ...
I0606 12:55:30.427832 12573 docker.go:1013] Starting container "1cf6606d5f139251a49abe11a65a2057de8ccf7f9c0e78797bd3ddf17f981921" ...
I0606 12:55:30.806294 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/scripts/assemble as scripts/assemble
I0606 12:55:30.806819 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/scripts/run as scripts/run
I0606 12:55:30.807919 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/scripts/save-artifacts as scripts/save-artifacts
I0606 12:55:30.809042 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src as src
I0606 12:55:30.813516 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/.gitignore as src/.gitignore
I0606 12:55:30.814099 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/.s2i as src/.s2i
I0606 12:55:30.814574 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:55:30.814925 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:55:30.815315 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:55:30.815719 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/.travis.yml as src/.travis.yml
I0606 12:55:30.816115 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/Dockerfile as src/Dockerfile
I0606 12:55:30.816518 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/Gemfile as src/Gemfile
I0606 12:55:30.816911 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:55:30.817285 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/README.md as src/README.md
I0606 12:55:30.817690 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/Rakefile as src/Rakefile
I0606 12:55:30.818080 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/app.rb as src/app.rb
I0606 12:55:30.818471 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/config as src/config
I0606 12:55:30.818957 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/config/database.rb as src/config/database.rb
I0606 12:55:30.819472 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/config/database.yml as src/config/database.yml
I0606 12:55:30.820032 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/config.ru as src/config.ru
I0606 12:55:30.820455 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/db as src/db
I0606 12:55:30.820955 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/db/migrate as src/db/migrate
I0606 12:55:30.821359 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:55:30.821792 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/models.rb as src/models.rb
I0606 12:55:30.822301 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/run.sh as src/run.sh
I0606 12:55:30.822823 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/test as src/test
I0606 12:55:30.823314 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:55:30.823846 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/views as src/views
I0606 12:55:30.824312 12573 tar.go:337] Adding to tar: /tmp/s2i117160345/upload/src/views/main.erb as src/views/main.erb
I0606 12:55:30.878069 12573 docker.go:1044] Waiting for container "1cf6606d5f139251a49abe11a65a2057de8ccf7f9c0e78797bd3ddf17f981921" to stop ...
I0606 12:55:31.076223 12573 docker.go:1069] Invoking PostExecute function
I0606 12:55:31.076280 12573 postexecutorstep.go:68] Skipping step: store previous image
I0606 12:55:31.076320 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:55:31.078415 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:55:31.078474 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i117160345/metadata'
I0606 12:55:31.078719 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:55:31.312625 12573 tar.go:401] Creating directory /tmp/s2i117160345/metadata
I0606 12:55:31.312720 12573 tar.go:469] Creating /tmp/s2i117160345/metadata/image_metadata.json
I0606 12:55:31.312864 12573 tar.go:479] Extracting/writing /tmp/s2i117160345/metadata/image_metadata.json
I0606 12:55:31.313009 12573 tar.go:425] Done extracting tar stream
I0606 12:55:31.313150 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:55:31.317213 12573 docker.go:1103] Committing container with dockerOpts: {Reference: Comment: Author: Changes:[] Pause:false Config:0xc00048b900}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts/run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:55:32.464380 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:55:32.464436 12573 postexecutorstep.go:398] Successfully built sha256:f5e1e2fbd8416074e331d790c731e48b0e50e8a7fcaf30a0573d76dd544074c4
I0606 12:55:32.464472 12573 postexecutorstep.go:93] Skipping step: remove previous image
I0606 12:55:32.464583 12573 docker.go:980] Removing container "1cf6606d5f139251a49abe11a65a2057de8ccf7f9c0e78797bd3ddf17f981921" ...
I0606 12:55:32.481745 12573 docker.go:990] Removed container "1cf6606d5f139251a49abe11a65a2057de8ccf7f9c0e78797bd3ddf17f981921"
I0606 12:55:32.481888 12573 cleanup.go:33] Removing temporary directory /tmp/s2i117160345
I0606 12:55:32.481926 12573 fs.go:314] Removing directory '/tmp/s2i117160345'
--- PASS: TestCleanBuildNoName (2.92s)
=== RUN TestLayeredBuildNoTarNoName
I0606 12:55:32.494085 12573 docker.go:490] Using locally available image "sti_test/sti-fake-no-tar:latest"
I0606 12:55:32.499288 12573 docker.go:490] Using locally available image "sti_test/sti-fake-no-tar:latest"
I0606 12:55:32.499340 12573 docker.go:728] warning: Image sha256:4e58bac1b189b55d3292d35d7693402e8921635ef4e075f1d6375f74912cab11 does not contain a value for the io.openshift.s2i.scripts-url label
I0606 12:55:32.499393 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:55:32.499496 12573 sti.go:204] Preparing to build
I0606 12:55:32.499932 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:55:32.499987 12573 clone.go:40] Cloning sources into "/tmp/s2i506153267/upload/src"
I0606 12:55:32.738883 12573 clone.go:56] Checked out "HEAD"
I0606 12:55:32.762684 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:55:32.773727 12573 download.go:77] Downloaded 'file:///data/src/github.com/openshift/source-to-image/_output/local/go/src/github.com/openshift/source-to-image/test/integration/scripts/.s2i/bin/assemble'
I0606 12:55:32.773864 12573 install.go:261] Using "assemble" installed from "file:///data/src/github.com/openshift/source-to-image/_output/local/go/src/github.com/openshift/source-to-image/test/integration/scripts/.s2i/bin/assemble"
I0606 12:55:32.774057 12573 download.go:77] Downloaded 'file:///data/src/github.com/openshift/source-to-image/_output/local/go/src/github.com/openshift/source-to-image/test/integration/scripts/.s2i/bin/run'
I0606 12:55:32.774181 12573 install.go:261] Using "run" installed from "file:///data/src/github.com/openshift/source-to-image/_output/local/go/src/github.com/openshift/source-to-image/test/integration/scripts/.s2i/bin/run"
I0606 12:55:32.774403 12573 download.go:77] Downloaded 'file:///data/src/github.com/openshift/source-to-image/_output/local/go/src/github.com/openshift/source-to-image/test/integration/scripts/.s2i/bin/save-artifacts'
I0606 12:55:32.774529 12573 install.go:261] Using "save-artifacts" installed from "file:///data/src/github.com/openshift/source-to-image/_output/local/go/src/github.com/openshift/source-to-image/test/integration/scripts/.s2i/bin/save-artifacts"
I0606 12:55:32.774625 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:55:32.774663 12573 sti.go:213] Clean build will be performed
I0606 12:55:32.774703 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:55:32.774744 12573 sti.go:227] Running "assemble" in ""
I0606 12:55:32.774779 12573 sti.go:585] Using image name sti_test/sti-fake-no-tar
I0606 12:55:32.776984 12573 docker.go:490] Using locally available image "sti_test/sti-fake-no-tar:latest"
I0606 12:55:32.777085 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:55:32.777237 12573 sti.go:703] starting the source uploading ...
I0606 12:55:32.777299 12573 tar.go:239] Adding "/tmp/s2i506153267/upload" to tar ...
I0606 12:55:32.777697 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/scripts as scripts
I0606 12:55:32.781198 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:55:32.781272 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:55:32.781572 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_no_tar_b2a282ef" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake-no-tar:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:55:33.303226 12573 docker.go:1002] Attaching to container "b3c9ce94990d83399372cca73cabcd62811a3836b3c3e37eb97a680210533544" ...
I0606 12:55:33.304619 12573 docker.go:1013] Starting container "b3c9ce94990d83399372cca73cabcd62811a3836b3c3e37eb97a680210533544" ...
I0606 12:55:33.680972 12573 sti.go:715] /bin/sh: tar: not found
I0606 12:55:33.681352 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/scripts/assemble as scripts/assemble
I0606 12:55:33.681986 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/scripts/run as scripts/run
I0606 12:55:33.682538 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/scripts/save-artifacts as scripts/save-artifacts
I0606 12:55:33.683168 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src as src
I0606 12:55:33.687005 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/.gitignore as src/.gitignore
I0606 12:55:33.687760 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/.s2i as src/.s2i
I0606 12:55:33.688638 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:55:33.689352 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:55:33.690143 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:55:33.690642 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/.travis.yml as src/.travis.yml
I0606 12:55:33.691122 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/Dockerfile as src/Dockerfile
I0606 12:55:33.691537 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/Gemfile as src/Gemfile
I0606 12:55:33.691982 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:55:33.692430 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/README.md as src/README.md
I0606 12:55:33.692982 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/Rakefile as src/Rakefile
I0606 12:55:33.693532 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/app.rb as src/app.rb
I0606 12:55:33.694121 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/config as src/config
I0606 12:55:33.694630 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/config/database.rb as src/config/database.rb
I0606 12:55:33.695188 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/config/database.yml as src/config/database.yml
I0606 12:55:33.695740 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/config.ru as src/config.ru
I0606 12:55:33.696762 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/db as src/db
I0606 12:55:33.697240 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/db/migrate as src/db/migrate
I0606 12:55:33.697761 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:55:33.698258 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/models.rb as src/models.rb
I0606 12:55:33.698696 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/run.sh as src/run.sh
I0606 12:55:33.699313 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/test as src/test
I0606 12:55:33.699841 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:55:33.700344 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/views as src/views
I0606 12:55:33.700854 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/views/main.erb as src/views/main.erb
I0606 12:55:33.718696 12573 docker.go:1044] Waiting for container "b3c9ce94990d83399372cca73cabcd62811a3836b3c3e37eb97a680210533544" to stop ...
I0606 12:55:33.844753 12573 docker.go:980] Removing container "b3c9ce94990d83399372cca73cabcd62811a3836b3c3e37eb97a680210533544" ...
I0606 12:55:33.863844 12573 docker.go:990] Removed container "b3c9ce94990d83399372cca73cabcd62811a3836b3c3e37eb97a680210533544"
I0606 12:55:33.864204 12573 sti.go:232] Image is missing basic requirements (sh or tar), layered build will be performed
I0606 12:55:33.866136 12573 layered.go:103] The scripts are included in "/tmp/s2i506153267/upload/scripts" directory
I0606 12:55:33.866309 12573 layered.go:127] Writing custom Dockerfile to /tmp/s2i506153267/upload
I0606 12:55:33.866345 12573 layered.go:160] Creating application source code image
I0606 12:55:33.866525 12573 tar.go:239] Adding "/tmp/s2i506153267/upload" to tar ...
I0606 12:55:33.866584 12573 layered.go:175] Building new image s2i-layered-temp-image-1559840133866464453 with scripts and sources already inside
I0606 12:55:33.866733 12573 docker.go:1135] Building container using config: {Tags:[s2i-layered-temp-image-1559840133866464453] SuppressOutput:false RemoteContext: NoCache:true Remove:true ForceRemove:true PullParent:false Isolation: CPUSetCPUs: CPUSetMems: CPUShares:0 CPUQuota:0 CPUPeriod:0 Memory:0 MemorySwap:0 CgroupParent: NetworkMode: ShmSize:0 Dockerfile: Ulimits:[] BuildArgs:map[] AuthConfigs:map[] Context:<nil> Labels:map[] Squash:false CacheFrom:[] SecurityOpt:[] ExtraHosts:[] Target: SessionID:}
I0606 12:55:33.866865 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/Dockerfile as Dockerfile
I0606 12:55:33.867555 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/scripts as scripts
I0606 12:55:33.868043 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/scripts/assemble as scripts/assemble
I0606 12:55:33.868653 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/scripts/run as scripts/run
I0606 12:55:33.869289 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/scripts/save-artifacts as scripts/save-artifacts
I0606 12:55:33.870010 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src as src
I0606 12:55:33.874685 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/.gitignore as src/.gitignore
I0606 12:55:33.875237 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/.s2i as src/.s2i
I0606 12:55:33.875785 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:55:33.876272 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:55:33.876834 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:55:33.877432 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/.travis.yml as src/.travis.yml
I0606 12:55:33.878017 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/Dockerfile as src/Dockerfile
I0606 12:55:33.881593 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/Gemfile as src/Gemfile
I0606 12:55:33.883154 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:55:33.884294 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/README.md as src/README.md
I0606 12:55:33.885460 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/Rakefile as src/Rakefile
I0606 12:55:33.886126 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/app.rb as src/app.rb
I0606 12:55:33.886802 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/config as src/config
I0606 12:55:33.887824 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/config/database.rb as src/config/database.rb
I0606 12:55:33.888487 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/config/database.yml as src/config/database.yml
I0606 12:55:33.889758 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/config.ru as src/config.ru
I0606 12:55:33.890812 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/db as src/db
I0606 12:55:33.892266 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/db/migrate as src/db/migrate
I0606 12:55:33.892711 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:55:33.893140 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/models.rb as src/models.rb
I0606 12:55:33.893599 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/run.sh as src/run.sh
I0606 12:55:33.894237 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/test as src/test
I0606 12:55:33.894850 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:55:33.895468 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/views as src/views
I0606 12:55:33.896030 12573 tar.go:337] Adding to tar: /tmp/s2i506153267/upload/src/views/main.erb as src/views/main.erb
I0606 12:55:33.908492 12573 layered.go:173] {"stream":"Step 1 : FROM sti_test/sti-fake-no-tar\n"}
I0606 12:55:33.908539 12573 layered.go:173] {"stream":" ---\u003e 4e58bac1b189\n"}
I0606 12:55:33.908596 12573 layered.go:173] {"stream":"Step 2 : COPY scripts /tmp/scripts\n"}
I0606 12:55:35.855840 12573 layered.go:173] {"stream":" ---\u003e 0af82eba1ae5\n"}
I0606 12:55:35.870426 12573 layered.go:173] {"stream":"Removing intermediate container fc788d5b55d8\n"}
I0606 12:55:35.870508 12573 layered.go:173] {"stream":"Step 3 : COPY src /tmp/src\n"}
I0606 12:55:38.156822 12573 layered.go:173] {"stream":" ---\u003e bc25806ffcfc\n"}
I0606 12:55:38.171031 12573 layered.go:173] {"stream":"Removing intermediate container 27c53cbc79aa\n"}
I0606 12:55:38.173496 12573 layered.go:173] {"stream":"Successfully built bc25806ffcfc\n"}
I0606 12:55:38.174782 12573 layered.go:193] Scripts dir has contents true
I0606 12:55:38.174836 12573 layered.go:208] Building using sti-enabled image
I0606 12:55:38.174877 12573 sti.go:585] Using image name s2i-layered-temp-image-1559840133866464453
I0606 12:55:38.178061 12573 docker.go:490] Using locally available image "s2i-layered-temp-image-1559840133866464453:latest"
I0606 12:55:38.178182 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:55:38.182132 12573 docker.go:804] Base directory for S2I scripts is '/tmp/scripts'. Untarring destination is '/tmp'.
I0606 12:55:38.182190 12573 docker.go:961] Setting "/tmp/scripts/assemble" command for container ...
I0606 12:55:38.182510 12573 docker.go:970] Creating container with options {Name:"s2i_s2i_layered_temp_image_1559840133866464453_914814b0" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:s2i-layered-temp-image-1559840133866464453:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:55:38.712980 12573 docker.go:1002] Attaching to container "d3053c8d30ad2058d441372810b96a0da50f5f7ea0bfad2991fc25da32f1265f" ...
I0606 12:55:38.714860 12573 docker.go:1013] Starting container "d3053c8d30ad2058d441372810b96a0da50f5f7ea0bfad2991fc25da32f1265f" ...
I0606 12:55:39.154362 12573 docker.go:1044] Waiting for container "d3053c8d30ad2058d441372810b96a0da50f5f7ea0bfad2991fc25da32f1265f" to stop ...
I0606 12:55:39.311750 12573 docker.go:1069] Invoking PostExecute function
I0606 12:55:39.311811 12573 postexecutorstep.go:68] Skipping step: store previous image
I0606 12:55:39.311854 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:55:39.313912 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:55:39.313969 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i506153267/metadata'
I0606 12:55:39.314120 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:55:39.669624 12573 tar.go:401] Creating directory /tmp/s2i506153267/metadata
I0606 12:55:39.669720 12573 tar.go:469] Creating /tmp/s2i506153267/metadata/image_metadata.json
I0606 12:55:39.669877 12573 tar.go:479] Extracting/writing /tmp/s2i506153267/metadata/image_metadata.json
I0606 12:55:39.670045 12573 tar.go:425] Done extracting tar stream
I0606 12:55:39.670204 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:55:39.674137 12573 docker.go:1103] Committing container with dockerOpts: {Reference: Comment: Author: Changes:[] Pause:false Config:0xc00037e280}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts/run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:s2i-layered-temp-image-1559840133866464453 io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:55:41.100392 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:55:41.100447 12573 postexecutorstep.go:398] Successfully built sha256:0eabfb6bfddde2b69915292e0ae34b80ca6e34af1ff205a28c94d358a5daf168
I0606 12:55:41.100482 12573 postexecutorstep.go:93] Skipping step: remove previous image
I0606 12:55:41.100592 12573 docker.go:980] Removing container "d3053c8d30ad2058d441372810b96a0da50f5f7ea0bfad2991fc25da32f1265f" ...
I0606 12:55:41.118166 12573 docker.go:990] Removed container "d3053c8d30ad2058d441372810b96a0da50f5f7ea0bfad2991fc25da32f1265f"
I0606 12:55:41.118418 12573 cleanup.go:33] Removing temporary directory /tmp/s2i506153267
I0606 12:55:41.118457 12573 fs.go:314] Removing directory '/tmp/s2i506153267'
I0606 12:55:41.121150 12573 cleanup.go:42] Removing temporary image s2i-layered-temp-image-1559840133866464453
--- PASS: TestLayeredBuildNoTarNoName (8.64s)
=== RUN TestAllowedUIDsNamedUser
I0606 12:55:41.133203 12573 docker.go:490] Using locally available image "sti_test/sti-fake-user:latest"
--- PASS: TestAllowedUIDsNamedUser (0.01s)
=== RUN TestAllowedUIDsNumericUser
I0606 12:55:41.145022 12573 docker.go:490] Using locally available image "sti_test/sti-fake-numericuser:latest"
I0606 12:55:41.154232 12573 docker.go:490] Using locally available image "sti_test/sti-fake-numericuser:latest"
I0606 12:55:41.154293 12573 docker.go:730] Image sha256:00b35b1c163933553f488a4473ac1d1ab04f58ce879bd0a1a35fbbbc6ffa2201 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:55:41.154653 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
--- PASS: TestAllowedUIDsNumericUser (0.02s)
=== RUN TestAllowedUIDsOnBuildRootUser
I0606 12:55:41.164635 12573 docker.go:490] Using locally available image "sti_test/sti-fake-onbuild-rootuser:latest"
--- PASS: TestAllowedUIDsOnBuildRootUser (0.01s)
=== RUN TestAllowedUIDsOnBuildNumericUser
I0606 12:55:41.175664 12573 docker.go:490] Using locally available image "sti_test/sti-fake-onbuild-numericuser:latest"
I0606 12:55:41.186996 12573 docker.go:490] Using locally available image "sti_test/sti-fake-onbuild-numericuser:latest"
I0606 12:55:41.187056 12573 docker.go:730] Image sha256:d548a2f9330c9d960fc0893313636a72854401f6bda9afda1c8409d19036999f contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:55:41.187110 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:55:41.187224 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
--- PASS: TestAllowedUIDsOnBuildNumericUser (0.02s)
=== RUN TestAllowedUIDsAssembleRoot
I0606 12:55:41.193960 12573 docker.go:490] Using locally available image "sti_test/sti-fake-assemble-root:latest"
--- PASS: TestAllowedUIDsAssembleRoot (0.01s)
=== RUN TestAllowedUIDsAssembleUser
I0606 12:55:41.204190 12573 docker.go:490] Using locally available image "sti_test/sti-fake-assemble-user:latest"
I0606 12:55:41.211761 12573 docker.go:490] Using locally available image "sti_test/sti-fake-assemble-user:latest"
I0606 12:55:41.211823 12573 docker.go:730] Image sha256:29a0d6ddf2ec79af0416f1df8a358728768a0d24f966a6e8247ea7b2b0328bed contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:55:41.211874 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
--- PASS: TestAllowedUIDsAssembleUser (0.01s)
=== RUN TestIncrementalBuildAndRemovePreviousImage
I0606 12:55:41.218762 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:55:41.224348 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:55:41.224406 12573 docker.go:730] Image sha256:58595014fa7de3f6572d3e4714538f737028caa7d608dca5dd8ccb2a3f07d26e contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:55:41.224458 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:55:41.224544 12573 sti.go:204] Preparing to build test/sti-incremental-app
I0606 12:55:41.225037 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:55:41.225085 12573 clone.go:40] Cloning sources into "/tmp/s2i183211485/upload/src"
I0606 12:55:41.447032 12573 clone.go:56] Checked out "HEAD"
I0606 12:55:41.470704 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:55:41.483156 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I0606 12:55:41.483281 12573 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I0606 12:55:41.484709 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I0606 12:55:41.484802 12573 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I0606 12:55:41.486272 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I0606 12:55:41.486376 12573 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I0606 12:55:41.486457 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:55:41.486499 12573 sti.go:213] Clean build will be performed
I0606 12:55:41.486546 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:55:41.486619 12573 sti.go:227] Running "assemble" in "test/sti-incremental-app"
I0606 12:55:41.486662 12573 sti.go:585] Using image name sti_test/sti-fake
I0606 12:55:41.488988 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:55:41.489104 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:55:41.489267 12573 sti.go:703] starting the source uploading ...
I0606 12:55:41.489341 12573 tar.go:239] Adding "/tmp/s2i183211485/upload" to tar ...
I0606 12:55:41.489701 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/scripts as scripts
I0606 12:55:41.493318 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:55:41.493406 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:55:41.493707 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_ded03293" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:55:42.142223 12573 docker.go:1002] Attaching to container "68a3581f51404278ae6227db496d61316b90a39d7def1c22e5b74fe07c024d7e" ...
I0606 12:55:42.143696 12573 docker.go:1013] Starting container "68a3581f51404278ae6227db496d61316b90a39d7def1c22e5b74fe07c024d7e" ...
I0606 12:55:42.502786 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/scripts/assemble as scripts/assemble
I0606 12:55:42.503298 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/scripts/run as scripts/run
I0606 12:55:42.503815 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/scripts/save-artifacts as scripts/save-artifacts
I0606 12:55:42.504275 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src as src
I0606 12:55:42.508155 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/.gitignore as src/.gitignore
I0606 12:55:42.509302 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/.s2i as src/.s2i
I0606 12:55:42.510397 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:55:42.510882 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:55:42.511363 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:55:42.511841 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/.travis.yml as src/.travis.yml
I0606 12:55:42.512368 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/Dockerfile as src/Dockerfile
I0606 12:55:42.512799 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/Gemfile as src/Gemfile
I0606 12:55:42.513175 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:55:42.513531 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/README.md as src/README.md
I0606 12:55:42.513906 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/Rakefile as src/Rakefile
I0606 12:55:42.514252 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/app.rb as src/app.rb
I0606 12:55:42.514631 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/config as src/config
I0606 12:55:42.514982 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/config/database.rb as src/config/database.rb
I0606 12:55:42.515341 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/config/database.yml as src/config/database.yml
I0606 12:55:42.515773 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/config.ru as src/config.ru
I0606 12:55:42.516181 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/db as src/db
I0606 12:55:42.516609 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/db/migrate as src/db/migrate
I0606 12:55:42.517021 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:55:42.517414 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/models.rb as src/models.rb
I0606 12:55:42.517838 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/run.sh as src/run.sh
I0606 12:55:42.518259 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/test as src/test
I0606 12:55:42.518749 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:55:42.519118 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/views as src/views
I0606 12:55:42.519457 12573 tar.go:337] Adding to tar: /tmp/s2i183211485/upload/src/views/main.erb as src/views/main.erb
I0606 12:55:42.578719 12573 docker.go:1044] Waiting for container "68a3581f51404278ae6227db496d61316b90a39d7def1c22e5b74fe07c024d7e" to stop ...
I0606 12:55:42.764166 12573 docker.go:1069] Invoking PostExecute function
I0606 12:55:42.764228 12573 postexecutorstep.go:68] Skipping step: store previous image
I0606 12:55:42.764265 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:55:42.766341 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:55:42.766397 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i183211485/metadata'
I0606 12:55:42.766579 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:55:43.026736 12573 tar.go:401] Creating directory /tmp/s2i183211485/metadata
I0606 12:55:43.026832 12573 tar.go:469] Creating /tmp/s2i183211485/metadata/image_metadata.json
I0606 12:55:43.027028 12573 tar.go:479] Extracting/writing /tmp/s2i183211485/metadata/image_metadata.json
I0606 12:55:43.027170 12573 tar.go:425] Done extracting tar stream
I0606 12:55:43.027273 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:55:43.031291 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-incremental-app Comment: Author: Changes:[] Pause:false Config:0xc00048b900}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts/run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-incremental-app io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:55:44.575360 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:55:44.575412 12573 postexecutorstep.go:398] Successfully built test/sti-incremental-app
I0606 12:55:44.575443 12573 postexecutorstep.go:93] Skipping step: remove previous image
I0606 12:55:44.575532 12573 docker.go:980] Removing container "68a3581f51404278ae6227db496d61316b90a39d7def1c22e5b74fe07c024d7e" ...
I0606 12:55:44.592422 12573 docker.go:990] Removed container "68a3581f51404278ae6227db496d61316b90a39d7def1c22e5b74fe07c024d7e"
I0606 12:55:44.592666 12573 cleanup.go:33] Removing temporary directory /tmp/s2i183211485
I0606 12:55:44.592706 12573 fs.go:314] Removing directory '/tmp/s2i183211485'
I0606 12:55:44.599280 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:55:44.604775 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:55:44.604835 12573 docker.go:730] Image sha256:58595014fa7de3f6572d3e4714538f737028caa7d608dca5dd8ccb2a3f07d26e contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:55:44.604904 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:55:44.605010 12573 sti.go:204] Preparing to build test/sti-incremental-app
I0606 12:55:44.605456 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:55:44.605508 12573 clone.go:40] Cloning sources into "/tmp/s2i496515095/upload/src"
I0606 12:55:44.840349 12573 clone.go:56] Checked out "HEAD"
I0606 12:55:44.863565 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:55:44.876204 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I0606 12:55:44.876298 12573 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I0606 12:55:44.877674 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I0606 12:55:44.877787 12573 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I0606 12:55:44.879248 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I0606 12:55:44.879358 12573 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I0606 12:55:44.879410 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:55:44.882043 12573 docker.go:490] Using locally available image "test/sti-incremental-app:latest"
I0606 12:55:44.884291 12573 sti.go:211] Existing image for tag test/sti-incremental-app detected for incremental build
I0606 12:55:44.884339 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:55:44.884479 12573 sti.go:522] Saving build artifacts from image test/sti-incremental-app to path /tmp/s2i496515095/upload/artifacts
I0606 12:55:44.886776 12573 sti.go:546] The assemble user is not set, defaulting to "" user
I0606 12:55:44.891279 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:55:44.891342 12573 docker.go:961] Setting "/tmp/scripts/save-artifacts" command for container ...
I0606 12:55:44.891601 12573 docker.go:970] Creating container with options {Name:"s2i_test_sti_incremental_app_d41dc352" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[] Cmd:[/tmp/scripts/save-artifacts] Healthcheck:<nil> ArgsEscaped:false Image:test/sti-incremental-app:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:55:45.433391 12573 docker.go:1002] Attaching to container "52cfb5a16b86346458864fa340d3020b4f18b51c7174ac4470e8de07503b6935" ...
I0606 12:55:45.434703 12573 docker.go:1013] Starting container "52cfb5a16b86346458864fa340d3020b4f18b51c7174ac4470e8de07503b6935" ...
I0606 12:55:45.814012 12573 tar.go:392] Creating directory /tmp/s2i496515095/upload/artifacts
I0606 12:55:45.814265 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts
I0606 12:55:45.814345 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/.gitignore
I0606 12:55:45.814519 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/.gitignore
I0606 12:55:45.815282 12573 tar.go:392] Creating directory /tmp/s2i496515095/upload/artifacts/.s2i
I0606 12:55:45.815512 12573 tar.go:392] Creating directory /tmp/s2i496515095/upload/artifacts/.s2i/bin
I0606 12:55:45.815749 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts/.s2i/bin
I0606 12:55:45.815827 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/.s2i/bin/README
I0606 12:55:45.815929 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/.s2i/bin/README
I0606 12:55:45.816130 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts/.s2i
I0606 12:55:45.816200 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/.s2i/environment
I0606 12:55:45.816290 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/.s2i/environment
I0606 12:55:45.818241 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts
I0606 12:55:45.818323 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/.travis.yml
I0606 12:55:45.818430 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/.travis.yml
I0606 12:55:45.818728 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts
I0606 12:55:45.818801 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/Dockerfile
I0606 12:55:45.818900 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/Dockerfile
I0606 12:55:45.826397 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts
I0606 12:55:45.826475 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/Gemfile
I0606 12:55:45.826596 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/Gemfile
I0606 12:55:45.830504 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts
I0606 12:55:45.830600 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/Gemfile.lock
I0606 12:55:45.830706 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/Gemfile.lock
I0606 12:55:45.833689 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts
I0606 12:55:45.833767 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/README.md
I0606 12:55:45.833906 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/README.md
I0606 12:55:45.834101 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts
I0606 12:55:45.834168 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/Rakefile
I0606 12:55:45.834275 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/Rakefile
I0606 12:55:45.834493 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts
I0606 12:55:45.834562 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/app.rb
I0606 12:55:45.834672 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/app.rb
I0606 12:55:45.837055 12573 tar.go:392] Creating directory /tmp/s2i496515095/upload/artifacts/config
I0606 12:55:45.837322 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts/config
I0606 12:55:45.837401 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/config/database.rb
I0606 12:55:45.837503 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/config/database.rb
I0606 12:55:45.837748 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts/config
I0606 12:55:45.837822 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/config/database.yml
I0606 12:55:45.837925 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/config/database.yml
I0606 12:55:45.838138 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts
I0606 12:55:45.838213 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/config.ru
I0606 12:55:45.838318 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/config.ru
I0606 12:55:45.843214 12573 tar.go:392] Creating directory /tmp/s2i496515095/upload/artifacts/db
I0606 12:55:45.843452 12573 tar.go:392] Creating directory /tmp/s2i496515095/upload/artifacts/db/migrate
I0606 12:55:45.843703 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts/db/migrate
I0606 12:55:45.843784 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb
I0606 12:55:45.843895 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb
I0606 12:55:45.845106 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts
I0606 12:55:45.845186 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/models.rb
I0606 12:55:45.845293 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/models.rb
I0606 12:55:45.853761 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts
I0606 12:55:45.853842 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/run.sh
I0606 12:55:45.853949 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/run.sh
I0606 12:55:45.857764 12573 tar.go:392] Creating directory /tmp/s2i496515095/upload/artifacts/test
I0606 12:55:45.857993 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts/test
I0606 12:55:45.858071 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/test/sample_test.rb
I0606 12:55:45.858175 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/test/sample_test.rb
I0606 12:55:45.865981 12573 tar.go:392] Creating directory /tmp/s2i496515095/upload/artifacts/views
I0606 12:55:45.866257 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts/views
I0606 12:55:45.866334 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/views/main.erb
I0606 12:55:45.866439 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/views/main.erb
I0606 12:55:45.868353 12573 tar.go:401] Creating directory /tmp/s2i496515095/upload/artifacts
I0606 12:55:45.868434 12573 tar.go:469] Creating /tmp/s2i496515095/upload/artifacts/save-artifacts-invoked
I0606 12:55:45.868557 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/upload/artifacts/save-artifacts-invoked
I0606 12:55:45.868791 12573 tar.go:425] Done extracting tar stream
I0606 12:55:45.964735 12573 docker.go:1044] Waiting for container "52cfb5a16b86346458864fa340d3020b4f18b51c7174ac4470e8de07503b6935" to stop ...
I0606 12:55:46.108460 12573 docker.go:980] Removing container "52cfb5a16b86346458864fa340d3020b4f18b51c7174ac4470e8de07503b6935" ...
I0606 12:55:46.126083 12573 docker.go:990] Removed container "52cfb5a16b86346458864fa340d3020b4f18b51c7174ac4470e8de07503b6935"
I0606 12:55:46.126350 12573 sti.go:227] Running "assemble" in "test/sti-incremental-app"
I0606 12:55:46.126394 12573 sti.go:585] Using image name sti_test/sti-fake
I0606 12:55:46.128460 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:55:46.128587 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:55:46.128890 12573 sti.go:703] starting the source uploading ...
I0606 12:55:46.128960 12573 tar.go:239] Adding "/tmp/s2i496515095/upload" to tar ...
I0606 12:55:46.129381 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts as artifacts
I0606 12:55:46.132665 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:55:46.132753 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:55:46.133049 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_fa5ab320" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:55:46.783173 12573 docker.go:1002] Attaching to container "05ab0b9a58b81713999a8e142a3de62755e5c5e71f972e23f2c492d8f9279446" ...
I0606 12:55:46.786767 12573 docker.go:1013] Starting container "05ab0b9a58b81713999a8e142a3de62755e5c5e71f972e23f2c492d8f9279446" ...
I0606 12:55:47.175957 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/.gitignore as artifacts/.gitignore
I0606 12:55:47.176402 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/.s2i as artifacts/.s2i
I0606 12:55:47.176881 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/.s2i/bin as artifacts/.s2i/bin
I0606 12:55:47.177338 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/.s2i/bin/README as artifacts/.s2i/bin/README
I0606 12:55:47.177907 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/.s2i/environment as artifacts/.s2i/environment
I0606 12:55:47.178422 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/.travis.yml as artifacts/.travis.yml
I0606 12:55:47.178869 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/Dockerfile as artifacts/Dockerfile
I0606 12:55:47.179327 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/Gemfile as artifacts/Gemfile
I0606 12:55:47.179819 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/Gemfile.lock as artifacts/Gemfile.lock
I0606 12:55:47.180370 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/README.md as artifacts/README.md
I0606 12:55:47.180790 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/Rakefile as artifacts/Rakefile
I0606 12:55:47.181172 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/app.rb as artifacts/app.rb
I0606 12:55:47.181664 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/config as artifacts/config
I0606 12:55:47.182129 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/config/database.rb as artifacts/config/database.rb
I0606 12:55:47.182670 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/config/database.yml as artifacts/config/database.yml
I0606 12:55:47.183084 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/config.ru as artifacts/config.ru
I0606 12:55:47.183546 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/db as artifacts/db
I0606 12:55:47.184052 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/db/migrate as artifacts/db/migrate
I0606 12:55:47.184457 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb as artifacts/db/migrate/20141102191902_create_key_pair.rb
I0606 12:55:47.184893 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/models.rb as artifacts/models.rb
I0606 12:55:47.185275 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/run.sh as artifacts/run.sh
I0606 12:55:47.185738 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/save-artifacts-invoked as artifacts/save-artifacts-invoked
I0606 12:55:47.186201 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/test as artifacts/test
I0606 12:55:47.186672 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/test/sample_test.rb as artifacts/test/sample_test.rb
I0606 12:55:47.187157 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/views as artifacts/views
I0606 12:55:47.187661 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/artifacts/views/main.erb as artifacts/views/main.erb
I0606 12:55:47.188162 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/scripts as scripts
I0606 12:55:47.188592 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/scripts/assemble as scripts/assemble
I0606 12:55:47.189071 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/scripts/run as scripts/run
I0606 12:55:47.189591 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/scripts/save-artifacts as scripts/save-artifacts
I0606 12:55:47.190141 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src as src
I0606 12:55:47.193542 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/.gitignore as src/.gitignore
I0606 12:55:47.194056 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/.s2i as src/.s2i
I0606 12:55:47.194502 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:55:47.194931 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:55:47.195415 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:55:47.195922 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/.travis.yml as src/.travis.yml
I0606 12:55:47.196850 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/Dockerfile as src/Dockerfile
I0606 12:55:47.197835 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/Gemfile as src/Gemfile
I0606 12:55:47.198446 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:55:47.199393 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/README.md as src/README.md
I0606 12:55:47.199933 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/Rakefile as src/Rakefile
I0606 12:55:47.200426 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/app.rb as src/app.rb
I0606 12:55:47.200978 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/config as src/config
I0606 12:55:47.201454 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/config/database.rb as src/config/database.rb
I0606 12:55:47.201900 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/config/database.yml as src/config/database.yml
I0606 12:55:47.202285 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/config.ru as src/config.ru
I0606 12:55:47.202724 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/db as src/db
I0606 12:55:47.203186 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/db/migrate as src/db/migrate
I0606 12:55:47.203665 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:55:47.204136 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/models.rb as src/models.rb
I0606 12:55:47.204551 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/run.sh as src/run.sh
I0606 12:55:47.204925 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/test as src/test
I0606 12:55:47.205246 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:55:47.205611 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/views as src/views
I0606 12:55:47.205926 12573 tar.go:337] Adding to tar: /tmp/s2i496515095/upload/src/views/main.erb as src/views/main.erb
I0606 12:55:47.256877 12573 docker.go:1044] Waiting for container "05ab0b9a58b81713999a8e142a3de62755e5c5e71f972e23f2c492d8f9279446" to stop ...
I0606 12:55:47.458801 12573 docker.go:1069] Invoking PostExecute function
I0606 12:55:47.458866 12573 postexecutorstep.go:63] Executing step: store previous image
I0606 12:55:47.461365 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:55:47.463191 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:55:47.463247 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i496515095/metadata'
I0606 12:55:47.463694 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:55:47.701643 12573 tar.go:401] Creating directory /tmp/s2i496515095/metadata
I0606 12:55:47.701735 12573 tar.go:469] Creating /tmp/s2i496515095/metadata/image_metadata.json
I0606 12:55:47.701906 12573 tar.go:479] Extracting/writing /tmp/s2i496515095/metadata/image_metadata.json
I0606 12:55:47.702039 12573 tar.go:425] Done extracting tar stream
I0606 12:55:47.702176 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:55:47.706256 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-incremental-app Comment: Author: Changes:[] Pause:false Config:0xc0000d3a40}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts/run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-incremental-app io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:55:49.254398 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:55:49.254449 12573 postexecutorstep.go:398] Successfully built test/sti-incremental-app
I0606 12:55:49.254482 12573 postexecutorstep.go:88] Executing step: remove previous image
I0606 12:55:49.254513 12573 postexecutorstep.go:102] Removing previously-tagged image sha256:de1c763524849fd49375f039b0d1210663ca8391f6824de6d9c97a25738081ed
I0606 12:55:49.262084 12573 docker.go:980] Removing container "05ab0b9a58b81713999a8e142a3de62755e5c5e71f972e23f2c492d8f9279446" ...
I0606 12:55:49.281410 12573 docker.go:990] Removed container "05ab0b9a58b81713999a8e142a3de62755e5c5e71f972e23f2c492d8f9279446"
I0606 12:55:49.281636 12573 cleanup.go:33] Removing temporary directory /tmp/s2i496515095
I0606 12:55:49.281681 12573 fs.go:314] Removing directory '/tmp/s2i496515095'
--- PASS: TestIncrementalBuildAndRemovePreviousImage (10.08s)
=== RUN TestIncrementalBuildAndKeepPreviousImage
I0606 12:55:51.305980 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:55:51.311480 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:55:51.311541 12573 docker.go:730] Image sha256:58595014fa7de3f6572d3e4714538f737028caa7d608dca5dd8ccb2a3f07d26e contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:55:51.311621 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:55:51.311737 12573 sti.go:204] Preparing to build test/sti-incremental-app
I0606 12:55:51.312203 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:55:51.312254 12573 clone.go:40] Cloning sources into "/tmp/s2i674043489/upload/src"
I0606 12:55:51.530229 12573 clone.go:56] Checked out "HEAD"
I0606 12:55:51.554412 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:55:51.567021 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I0606 12:55:51.567125 12573 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I0606 12:55:51.568474 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I0606 12:55:51.568578 12573 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I0606 12:55:51.570027 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I0606 12:55:51.570123 12573 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I0606 12:55:51.570203 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:55:51.570247 12573 sti.go:213] Clean build will be performed
I0606 12:55:51.570290 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:55:51.570343 12573 sti.go:227] Running "assemble" in "test/sti-incremental-app"
I0606 12:55:51.570380 12573 sti.go:585] Using image name sti_test/sti-fake
I0606 12:55:51.573375 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:55:51.573478 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:55:51.573660 12573 sti.go:703] starting the source uploading ...
I0606 12:55:51.573727 12573 tar.go:239] Adding "/tmp/s2i674043489/upload" to tar ...
I0606 12:55:51.574057 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/scripts as scripts
I0606 12:55:51.577524 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:55:51.577618 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:55:51.577882 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_f31403fa" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:55:52.108497 12573 docker.go:1002] Attaching to container "cfbcc52073ce860faea6062d32f5e84719e18e8f4e0170696a065caa8180a437" ...
I0606 12:55:52.109931 12573 docker.go:1013] Starting container "cfbcc52073ce860faea6062d32f5e84719e18e8f4e0170696a065caa8180a437" ...
I0606 12:55:52.477538 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/scripts/assemble as scripts/assemble
I0606 12:55:52.478125 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/scripts/run as scripts/run
I0606 12:55:52.478681 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/scripts/save-artifacts as scripts/save-artifacts
I0606 12:55:52.479243 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src as src
I0606 12:55:52.482740 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/.gitignore as src/.gitignore
I0606 12:55:52.483301 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/.s2i as src/.s2i
I0606 12:55:52.484031 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:55:52.485010 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:55:52.485829 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:55:52.486680 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/.travis.yml as src/.travis.yml
I0606 12:55:52.487199 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/Dockerfile as src/Dockerfile
I0606 12:55:52.487719 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/Gemfile as src/Gemfile
I0606 12:55:52.488230 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:55:52.488747 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/README.md as src/README.md
I0606 12:55:52.489272 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/Rakefile as src/Rakefile
I0606 12:55:52.489734 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/app.rb as src/app.rb
I0606 12:55:52.490230 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/config as src/config
I0606 12:55:52.490681 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/config/database.rb as src/config/database.rb
I0606 12:55:52.491214 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/config/database.yml as src/config/database.yml
I0606 12:55:52.491729 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/config.ru as src/config.ru
I0606 12:55:52.492163 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/db as src/db
I0606 12:55:52.492731 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/db/migrate as src/db/migrate
I0606 12:55:52.493166 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:55:52.493645 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/models.rb as src/models.rb
I0606 12:55:52.494160 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/run.sh as src/run.sh
I0606 12:55:52.494695 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/test as src/test
I0606 12:55:52.495176 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:55:52.495707 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/views as src/views
I0606 12:55:52.496149 12573 tar.go:337] Adding to tar: /tmp/s2i674043489/upload/src/views/main.erb as src/views/main.erb
I0606 12:55:52.553755 12573 docker.go:1044] Waiting for container "cfbcc52073ce860faea6062d32f5e84719e18e8f4e0170696a065caa8180a437" to stop ...
I0606 12:55:52.736864 12573 docker.go:1069] Invoking PostExecute function
I0606 12:55:52.736924 12573 postexecutorstep.go:68] Skipping step: store previous image
I0606 12:55:52.736968 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:55:52.739064 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:55:52.739122 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i674043489/metadata'
I0606 12:55:52.739270 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:55:52.963694 12573 tar.go:401] Creating directory /tmp/s2i674043489/metadata
I0606 12:55:52.963791 12573 tar.go:469] Creating /tmp/s2i674043489/metadata/image_metadata.json
I0606 12:55:52.963989 12573 tar.go:479] Extracting/writing /tmp/s2i674043489/metadata/image_metadata.json
I0606 12:55:52.964130 12573 tar.go:425] Done extracting tar stream
I0606 12:55:52.964247 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:55:52.968297 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-incremental-app Comment: Author: Changes:[] Pause:false Config:0xc00048ba40}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts/run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-incremental-app io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:55:54.040359 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:55:54.040414 12573 postexecutorstep.go:398] Successfully built test/sti-incremental-app
I0606 12:55:54.040445 12573 postexecutorstep.go:93] Skipping step: remove previous image
I0606 12:55:54.041258 12573 docker.go:980] Removing container "cfbcc52073ce860faea6062d32f5e84719e18e8f4e0170696a065caa8180a437" ...
I0606 12:55:54.058158 12573 docker.go:990] Removed container "cfbcc52073ce860faea6062d32f5e84719e18e8f4e0170696a065caa8180a437"
I0606 12:55:54.058299 12573 cleanup.go:33] Removing temporary directory /tmp/s2i674043489
I0606 12:55:54.058361 12573 fs.go:314] Removing directory '/tmp/s2i674043489'
I0606 12:55:54.065059 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:55:54.070481 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:55:54.070541 12573 docker.go:730] Image sha256:58595014fa7de3f6572d3e4714538f737028caa7d608dca5dd8ccb2a3f07d26e contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:55:54.070621 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:55:54.070729 12573 sti.go:204] Preparing to build test/sti-incremental-app
I0606 12:55:54.071223 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:55:54.071274 12573 clone.go:40] Cloning sources into "/tmp/s2i447535419/upload/src"
I0606 12:55:54.375212 12573 clone.go:56] Checked out "HEAD"
I0606 12:55:54.398535 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:55:54.411127 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I0606 12:55:54.411224 12573 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I0606 12:55:54.412700 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I0606 12:55:54.412810 12573 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I0606 12:55:54.414213 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I0606 12:55:54.414334 12573 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I0606 12:55:54.414408 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:55:54.417017 12573 docker.go:490] Using locally available image "test/sti-incremental-app:latest"
I0606 12:55:54.419299 12573 sti.go:211] Existing image for tag test/sti-incremental-app detected for incremental build
I0606 12:55:54.419348 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:55:54.419467 12573 sti.go:522] Saving build artifacts from image test/sti-incremental-app to path /tmp/s2i447535419/upload/artifacts
I0606 12:55:54.421744 12573 sti.go:546] The assemble user is not set, defaulting to "" user
I0606 12:55:54.426311 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:55:54.426376 12573 docker.go:961] Setting "/tmp/scripts/save-artifacts" command for container ...
I0606 12:55:54.426678 12573 docker.go:970] Creating container with options {Name:"s2i_test_sti_incremental_app_7e432297" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[] Cmd:[/tmp/scripts/save-artifacts] Healthcheck:<nil> ArgsEscaped:false Image:test/sti-incremental-app:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:55:55.107618 12573 docker.go:1002] Attaching to container "7a36b5b2701c9f6c87757b92cb683f189149d03035305404d21d13efb5005d4a" ...
I0606 12:55:55.109899 12573 docker.go:1013] Starting container "7a36b5b2701c9f6c87757b92cb683f189149d03035305404d21d13efb5005d4a" ...
I0606 12:55:55.531935 12573 tar.go:392] Creating directory /tmp/s2i447535419/upload/artifacts
I0606 12:55:55.532709 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts
I0606 12:55:55.532785 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/.gitignore
I0606 12:55:55.532922 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/.gitignore
I0606 12:55:55.533237 12573 tar.go:392] Creating directory /tmp/s2i447535419/upload/artifacts/.s2i
I0606 12:55:55.533493 12573 tar.go:392] Creating directory /tmp/s2i447535419/upload/artifacts/.s2i/bin
I0606 12:55:55.533723 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts/.s2i/bin
I0606 12:55:55.533827 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/.s2i/bin/README
I0606 12:55:55.533925 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/.s2i/bin/README
I0606 12:55:55.534203 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts/.s2i
I0606 12:55:55.534275 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/.s2i/environment
I0606 12:55:55.534372 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/.s2i/environment
I0606 12:55:55.534660 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts
I0606 12:55:55.534738 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/.travis.yml
I0606 12:55:55.534844 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/.travis.yml
I0606 12:55:55.535124 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts
I0606 12:55:55.535200 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/Dockerfile
I0606 12:55:55.535302 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/Dockerfile
I0606 12:55:55.535589 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts
I0606 12:55:55.535660 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/Gemfile
I0606 12:55:55.535760 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/Gemfile
I0606 12:55:55.536035 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts
I0606 12:55:55.536107 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/Gemfile.lock
I0606 12:55:55.536207 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/Gemfile.lock
I0606 12:55:55.536671 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts
I0606 12:55:55.536763 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/README.md
I0606 12:55:55.536895 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/README.md
I0606 12:55:55.539797 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts
I0606 12:55:55.539877 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/Rakefile
I0606 12:55:55.539997 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/Rakefile
I0606 12:55:55.541802 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts
I0606 12:55:55.541882 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/app.rb
I0606 12:55:55.542001 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/app.rb
I0606 12:55:55.544800 12573 tar.go:392] Creating directory /tmp/s2i447535419/upload/artifacts/config
I0606 12:55:55.545037 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts/config
I0606 12:55:55.545111 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/config/database.rb
I0606 12:55:55.545208 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/config/database.rb
I0606 12:55:55.547795 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts/config
I0606 12:55:55.547874 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/config/database.yml
I0606 12:55:55.547988 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/config/database.yml
I0606 12:55:55.549787 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts
I0606 12:55:55.549866 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/config.ru
I0606 12:55:55.549983 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/config.ru
I0606 12:55:55.551313 12573 tar.go:392] Creating directory /tmp/s2i447535419/upload/artifacts/db
I0606 12:55:55.551532 12573 tar.go:392] Creating directory /tmp/s2i447535419/upload/artifacts/db/migrate
I0606 12:55:55.551776 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts/db/migrate
I0606 12:55:55.551855 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb
I0606 12:55:55.551950 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb
I0606 12:55:55.560977 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts
I0606 12:55:55.561056 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/models.rb
I0606 12:55:55.561163 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/models.rb
I0606 12:55:55.563740 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts
I0606 12:55:55.563815 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/run.sh
I0606 12:55:55.563920 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/run.sh
I0606 12:55:55.574757 12573 tar.go:392] Creating directory /tmp/s2i447535419/upload/artifacts/test
I0606 12:55:55.574982 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts/test
I0606 12:55:55.575051 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/test/sample_test.rb
I0606 12:55:55.575147 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/test/sample_test.rb
I0606 12:55:55.576777 12573 tar.go:392] Creating directory /tmp/s2i447535419/upload/artifacts/views
I0606 12:55:55.577003 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts/views
I0606 12:55:55.577075 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/views/main.erb
I0606 12:55:55.577177 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/views/main.erb
I0606 12:55:55.583795 12573 tar.go:401] Creating directory /tmp/s2i447535419/upload/artifacts
I0606 12:55:55.583873 12573 tar.go:469] Creating /tmp/s2i447535419/upload/artifacts/save-artifacts-invoked
I0606 12:55:55.583981 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/upload/artifacts/save-artifacts-invoked
I0606 12:55:55.584203 12573 tar.go:425] Done extracting tar stream
I0606 12:55:55.655390 12573 docker.go:1044] Waiting for container "7a36b5b2701c9f6c87757b92cb683f189149d03035305404d21d13efb5005d4a" to stop ...
I0606 12:55:55.792456 12573 docker.go:980] Removing container "7a36b5b2701c9f6c87757b92cb683f189149d03035305404d21d13efb5005d4a" ...
I0606 12:55:55.811183 12573 docker.go:990] Removed container "7a36b5b2701c9f6c87757b92cb683f189149d03035305404d21d13efb5005d4a"
I0606 12:55:55.811348 12573 sti.go:227] Running "assemble" in "test/sti-incremental-app"
I0606 12:55:55.811389 12573 sti.go:585] Using image name sti_test/sti-fake
I0606 12:55:55.813318 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:55:55.813427 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:55:55.813586 12573 sti.go:703] starting the source uploading ...
I0606 12:55:55.813667 12573 tar.go:239] Adding "/tmp/s2i447535419/upload" to tar ...
I0606 12:55:55.814087 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts as artifacts
I0606 12:55:55.817618 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:55:55.817707 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:55:55.818009 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_364f0051" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:55:56.385892 12573 docker.go:1002] Attaching to container "a72d916353d7df14fdd90002df538b6cc88b8ab1c6afc24a75b22f055dd1e83c" ...
I0606 12:55:56.387615 12573 docker.go:1013] Starting container "a72d916353d7df14fdd90002df538b6cc88b8ab1c6afc24a75b22f055dd1e83c" ...
I0606 12:55:56.742531 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/.gitignore as artifacts/.gitignore
I0606 12:55:56.743112 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/.s2i as artifacts/.s2i
I0606 12:55:56.744254 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/.s2i/bin as artifacts/.s2i/bin
I0606 12:55:56.744773 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/.s2i/bin/README as artifacts/.s2i/bin/README
I0606 12:55:56.745278 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/.s2i/environment as artifacts/.s2i/environment
I0606 12:55:56.745863 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/.travis.yml as artifacts/.travis.yml
I0606 12:55:56.746405 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/Dockerfile as artifacts/Dockerfile
I0606 12:55:56.746891 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/Gemfile as artifacts/Gemfile
I0606 12:55:56.747393 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/Gemfile.lock as artifacts/Gemfile.lock
I0606 12:55:56.747911 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/README.md as artifacts/README.md
I0606 12:55:56.748428 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/Rakefile as artifacts/Rakefile
I0606 12:55:56.748920 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/app.rb as artifacts/app.rb
I0606 12:55:56.749358 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/config as artifacts/config
I0606 12:55:56.749757 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/config/database.rb as artifacts/config/database.rb
I0606 12:55:56.750185 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/config/database.yml as artifacts/config/database.yml
I0606 12:55:56.750607 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/config.ru as artifacts/config.ru
I0606 12:55:56.751016 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/db as artifacts/db
I0606 12:55:56.751437 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/db/migrate as artifacts/db/migrate
I0606 12:55:56.751896 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb as artifacts/db/migrate/20141102191902_create_key_pair.rb
I0606 12:55:56.752323 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/models.rb as artifacts/models.rb
I0606 12:55:56.752822 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/run.sh as artifacts/run.sh
I0606 12:55:56.753313 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/save-artifacts-invoked as artifacts/save-artifacts-invoked
I0606 12:55:56.753807 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/test as artifacts/test
I0606 12:55:56.754285 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/test/sample_test.rb as artifacts/test/sample_test.rb
I0606 12:55:56.754753 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/views as artifacts/views
I0606 12:55:56.755178 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/artifacts/views/main.erb as artifacts/views/main.erb
I0606 12:55:56.755658 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/scripts as scripts
I0606 12:55:56.756113 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/scripts/assemble as scripts/assemble
I0606 12:55:56.756540 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/scripts/run as scripts/run
I0606 12:55:56.757017 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/scripts/save-artifacts as scripts/save-artifacts
I0606 12:55:56.757498 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src as src
I0606 12:55:56.761026 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/.gitignore as src/.gitignore
I0606 12:55:56.761552 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/.s2i as src/.s2i
I0606 12:55:56.762040 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:55:56.762455 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:55:56.762955 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:55:56.763436 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/.travis.yml as src/.travis.yml
I0606 12:55:56.763907 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/Dockerfile as src/Dockerfile
I0606 12:55:56.764281 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/Gemfile as src/Gemfile
I0606 12:55:56.764702 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:55:56.765099 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/README.md as src/README.md
I0606 12:55:56.765590 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/Rakefile as src/Rakefile
I0606 12:55:56.766756 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/app.rb as src/app.rb
I0606 12:55:56.767865 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/config as src/config
I0606 12:55:56.768358 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/config/database.rb as src/config/database.rb
I0606 12:55:56.768994 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/config/database.yml as src/config/database.yml
I0606 12:55:56.769462 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/config.ru as src/config.ru
I0606 12:55:56.770011 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/db as src/db
I0606 12:55:56.770482 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/db/migrate as src/db/migrate
I0606 12:55:56.771023 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:55:56.771517 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/models.rb as src/models.rb
I0606 12:55:56.772017 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/run.sh as src/run.sh
I0606 12:55:56.772538 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/test as src/test
I0606 12:55:56.773001 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:55:56.773505 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/views as src/views
I0606 12:55:56.773955 12573 tar.go:337] Adding to tar: /tmp/s2i447535419/upload/src/views/main.erb as src/views/main.erb
I0606 12:55:56.817746 12573 docker.go:1044] Waiting for container "a72d916353d7df14fdd90002df538b6cc88b8ab1c6afc24a75b22f055dd1e83c" to stop ...
I0606 12:55:56.999078 12573 docker.go:1069] Invoking PostExecute function
I0606 12:55:56.999139 12573 postexecutorstep.go:68] Skipping step: store previous image
I0606 12:55:56.999160 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:55:57.001752 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:55:57.001807 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i447535419/metadata'
I0606 12:55:57.002035 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:55:57.241676 12573 tar.go:401] Creating directory /tmp/s2i447535419/metadata
I0606 12:55:57.241766 12573 tar.go:469] Creating /tmp/s2i447535419/metadata/image_metadata.json
I0606 12:55:57.241929 12573 tar.go:479] Extracting/writing /tmp/s2i447535419/metadata/image_metadata.json
I0606 12:55:57.242084 12573 tar.go:425] Done extracting tar stream
I0606 12:55:57.242223 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:55:57.246258 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-incremental-app Comment: Author: Changes:[] Pause:false Config:0xc00048bcc0}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts/run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-incremental-app io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:55:58.185414 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:55:58.185465 12573 postexecutorstep.go:398] Successfully built test/sti-incremental-app
I0606 12:55:58.185494 12573 postexecutorstep.go:93] Skipping step: remove previous image
I0606 12:55:58.185606 12573 docker.go:980] Removing container "a72d916353d7df14fdd90002df538b6cc88b8ab1c6afc24a75b22f055dd1e83c" ...
I0606 12:55:58.205180 12573 docker.go:990] Removed container "a72d916353d7df14fdd90002df538b6cc88b8ab1c6afc24a75b22f055dd1e83c"
I0606 12:55:58.205425 12573 cleanup.go:33] Removing temporary directory /tmp/s2i447535419
I0606 12:55:58.205470 12573 fs.go:314] Removing directory '/tmp/s2i447535419'
--- PASS: TestIncrementalBuildAndKeepPreviousImage (8.92s)
=== RUN TestIncrementalBuildUser
I0606 12:56:00.230133 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:56:00.235526 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:56:00.235600 12573 docker.go:730] Image sha256:58595014fa7de3f6572d3e4714538f737028caa7d608dca5dd8ccb2a3f07d26e contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:56:00.235662 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:56:00.235747 12573 sti.go:204] Preparing to build test/sti-incremental-app-user
I0606 12:56:00.236189 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:56:00.236240 12573 clone.go:40] Cloning sources into "/tmp/s2i546596645/upload/src"
I0606 12:56:00.497444 12573 clone.go:56] Checked out "HEAD"
I0606 12:56:00.521688 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:56:00.536383 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I0606 12:56:00.536482 12573 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I0606 12:56:00.537871 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I0606 12:56:00.537979 12573 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I0606 12:56:00.539471 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I0606 12:56:00.539607 12573 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I0606 12:56:00.539690 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:56:00.539730 12573 sti.go:213] Clean build will be performed
I0606 12:56:00.539771 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:56:00.539812 12573 sti.go:227] Running "assemble" in "test/sti-incremental-app-user"
I0606 12:56:00.539833 12573 sti.go:585] Using image name sti_test/sti-fake
I0606 12:56:00.542087 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:56:00.542201 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:56:00.542368 12573 sti.go:703] starting the source uploading ...
I0606 12:56:00.542443 12573 tar.go:239] Adding "/tmp/s2i546596645/upload" to tar ...
I0606 12:56:00.542794 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/scripts as scripts
I0606 12:56:00.546243 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:56:00.546333 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:56:00.546672 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_bc576fdd" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:56:01.320552 12573 docker.go:1002] Attaching to container "3e3bbc56632b1a7311ecca00ccd84b0e45d1d17376a63a263d906d4bd0553349" ...
I0606 12:56:01.322020 12573 docker.go:1013] Starting container "3e3bbc56632b1a7311ecca00ccd84b0e45d1d17376a63a263d906d4bd0553349" ...
I0606 12:56:01.701175 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/scripts/assemble as scripts/assemble
I0606 12:56:01.701679 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/scripts/run as scripts/run
I0606 12:56:01.702141 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/scripts/save-artifacts as scripts/save-artifacts
I0606 12:56:01.702625 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src as src
I0606 12:56:01.706228 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/.gitignore as src/.gitignore
I0606 12:56:01.706811 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/.s2i as src/.s2i
I0606 12:56:01.707303 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:56:01.707683 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:56:01.708065 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:56:01.708464 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/.travis.yml as src/.travis.yml
I0606 12:56:01.708965 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/Dockerfile as src/Dockerfile
I0606 12:56:01.709402 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/Gemfile as src/Gemfile
I0606 12:56:01.709965 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:56:01.710432 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/README.md as src/README.md
I0606 12:56:01.710938 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/Rakefile as src/Rakefile
I0606 12:56:01.711434 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/app.rb as src/app.rb
I0606 12:56:01.711972 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/config as src/config
I0606 12:56:01.712438 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/config/database.rb as src/config/database.rb
I0606 12:56:01.712879 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/config/database.yml as src/config/database.yml
I0606 12:56:01.713763 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/config.ru as src/config.ru
I0606 12:56:01.714741 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/db as src/db
I0606 12:56:01.715669 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/db/migrate as src/db/migrate
I0606 12:56:01.716437 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:56:01.717011 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/models.rb as src/models.rb
I0606 12:56:01.717516 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/run.sh as src/run.sh
I0606 12:56:01.718083 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/test as src/test
I0606 12:56:01.718581 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:56:01.719044 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/views as src/views
I0606 12:56:01.719409 12573 tar.go:337] Adding to tar: /tmp/s2i546596645/upload/src/views/main.erb as src/views/main.erb
I0606 12:56:01.904339 12573 docker.go:1044] Waiting for container "3e3bbc56632b1a7311ecca00ccd84b0e45d1d17376a63a263d906d4bd0553349" to stop ...
I0606 12:56:02.088981 12573 docker.go:1069] Invoking PostExecute function
I0606 12:56:02.089035 12573 postexecutorstep.go:68] Skipping step: store previous image
I0606 12:56:02.089064 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:56:02.091184 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:56:02.091241 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i546596645/metadata'
I0606 12:56:02.091407 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:56:02.317823 12573 tar.go:401] Creating directory /tmp/s2i546596645/metadata
I0606 12:56:02.317913 12573 tar.go:469] Creating /tmp/s2i546596645/metadata/image_metadata.json
I0606 12:56:02.318121 12573 tar.go:479] Extracting/writing /tmp/s2i546596645/metadata/image_metadata.json
I0606 12:56:02.318289 12573 tar.go:425] Done extracting tar stream
I0606 12:56:02.318420 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:56:02.322495 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-incremental-app-user Comment: Author: Changes:[] Pause:false Config:0xc000226140}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts/run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-incremental-app-user io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:56:03.363370 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:56:03.363423 12573 postexecutorstep.go:398] Successfully built test/sti-incremental-app-user
I0606 12:56:03.363454 12573 postexecutorstep.go:93] Skipping step: remove previous image
I0606 12:56:03.363546 12573 docker.go:980] Removing container "3e3bbc56632b1a7311ecca00ccd84b0e45d1d17376a63a263d906d4bd0553349" ...
I0606 12:56:03.381284 12573 docker.go:990] Removed container "3e3bbc56632b1a7311ecca00ccd84b0e45d1d17376a63a263d906d4bd0553349"
I0606 12:56:03.381432 12573 cleanup.go:33] Removing temporary directory /tmp/s2i546596645
I0606 12:56:03.381475 12573 fs.go:314] Removing directory '/tmp/s2i546596645'
I0606 12:56:03.386176 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:56:03.391673 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:56:03.391733 12573 docker.go:730] Image sha256:58595014fa7de3f6572d3e4714538f737028caa7d608dca5dd8ccb2a3f07d26e contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:56:03.391790 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:56:03.391894 12573 sti.go:204] Preparing to build test/sti-incremental-app-user
I0606 12:56:03.392300 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:56:03.392349 12573 clone.go:40] Cloning sources into "/tmp/s2i127010463/upload/src"
I0606 12:56:05.049299 12573 clone.go:56] Checked out "HEAD"
I0606 12:56:05.072519 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:56:05.085026 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I0606 12:56:05.085153 12573 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I0606 12:56:05.086622 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I0606 12:56:05.086709 12573 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I0606 12:56:05.088429 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I0606 12:56:05.088540 12573 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I0606 12:56:05.088640 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:56:05.092861 12573 docker.go:490] Using locally available image "test/sti-incremental-app-user:latest"
I0606 12:56:05.095100 12573 sti.go:211] Existing image for tag test/sti-incremental-app-user detected for incremental build
I0606 12:56:05.095150 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:56:05.095281 12573 sti.go:522] Saving build artifacts from image test/sti-incremental-app-user to path /tmp/s2i127010463/upload/artifacts
I0606 12:56:05.097539 12573 sti.go:546] The assemble user is not set, defaulting to "" user
I0606 12:56:05.102161 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:56:05.102226 12573 docker.go:961] Setting "/tmp/scripts/save-artifacts" command for container ...
I0606 12:56:05.102494 12573 docker.go:970] Creating container with options {Name:"s2i_test_sti_incremental_app_user_3c6ac8ff" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[] Cmd:[/tmp/scripts/save-artifacts] Healthcheck:<nil> ArgsEscaped:false Image:test/sti-incremental-app-user:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:56:05.909039 12573 docker.go:1002] Attaching to container "33ab848d9554df3ca6acd7f9402fb764941eae3fd9ee1f4c5ac04496f014393e" ...
I0606 12:56:05.911480 12573 docker.go:1013] Starting container "33ab848d9554df3ca6acd7f9402fb764941eae3fd9ee1f4c5ac04496f014393e" ...
I0606 12:56:06.298845 12573 tar.go:392] Creating directory /tmp/s2i127010463/upload/artifacts
I0606 12:56:06.299076 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts
I0606 12:56:06.299154 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/.gitignore
I0606 12:56:06.299320 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/.gitignore
I0606 12:56:06.299618 12573 tar.go:392] Creating directory /tmp/s2i127010463/upload/artifacts/.s2i
I0606 12:56:06.299864 12573 tar.go:392] Creating directory /tmp/s2i127010463/upload/artifacts/.s2i/bin
I0606 12:56:06.300152 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts/.s2i/bin
I0606 12:56:06.300225 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/.s2i/bin/README
I0606 12:56:06.300335 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/.s2i/bin/README
I0606 12:56:06.300624 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts/.s2i
I0606 12:56:06.300706 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/.s2i/environment
I0606 12:56:06.300841 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/.s2i/environment
I0606 12:56:06.301114 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts
I0606 12:56:06.301190 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/.travis.yml
I0606 12:56:06.301298 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/.travis.yml
I0606 12:56:06.301596 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts
I0606 12:56:06.301669 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/Dockerfile
I0606 12:56:06.301769 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/Dockerfile
I0606 12:56:06.302153 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts
I0606 12:56:06.302229 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/Gemfile
I0606 12:56:06.302347 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/Gemfile
I0606 12:56:06.307008 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts
I0606 12:56:06.307090 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/Gemfile.lock
I0606 12:56:06.307212 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/Gemfile.lock
I0606 12:56:06.307437 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts
I0606 12:56:06.307510 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/README.md
I0606 12:56:06.307677 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/README.md
I0606 12:56:06.307884 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts
I0606 12:56:06.307958 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/Rakefile
I0606 12:56:06.308064 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/Rakefile
I0606 12:56:06.308276 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts
I0606 12:56:06.308351 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/app.rb
I0606 12:56:06.308455 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/app.rb
I0606 12:56:06.308710 12573 tar.go:392] Creating directory /tmp/s2i127010463/upload/artifacts/config
I0606 12:56:06.308932 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts/config
I0606 12:56:06.309009 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/config/database.rb
I0606 12:56:06.309108 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/config/database.rb
I0606 12:56:06.309328 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts/config
I0606 12:56:06.309399 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/config/database.yml
I0606 12:56:06.309499 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/config/database.yml
I0606 12:56:06.312032 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts
I0606 12:56:06.312112 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/config.ru
I0606 12:56:06.312227 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/config.ru
I0606 12:56:06.319327 12573 tar.go:392] Creating directory /tmp/s2i127010463/upload/artifacts/db
I0606 12:56:06.319612 12573 tar.go:392] Creating directory /tmp/s2i127010463/upload/artifacts/db/migrate
I0606 12:56:06.319865 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts/db/migrate
I0606 12:56:06.319947 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb
I0606 12:56:06.320052 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb
I0606 12:56:06.320272 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts
I0606 12:56:06.320347 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/models.rb
I0606 12:56:06.320456 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/models.rb
I0606 12:56:06.320682 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts
I0606 12:56:06.320754 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/run.sh
I0606 12:56:06.320857 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/run.sh
I0606 12:56:06.321070 12573 tar.go:392] Creating directory /tmp/s2i127010463/upload/artifacts/test
I0606 12:56:06.321299 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts/test
I0606 12:56:06.321369 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/test/sample_test.rb
I0606 12:56:06.321472 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/test/sample_test.rb
I0606 12:56:06.321698 12573 tar.go:392] Creating directory /tmp/s2i127010463/upload/artifacts/views
I0606 12:56:06.321929 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts/views
I0606 12:56:06.321999 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/views/main.erb
I0606 12:56:06.322099 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/views/main.erb
I0606 12:56:06.322331 12573 tar.go:401] Creating directory /tmp/s2i127010463/upload/artifacts
I0606 12:56:06.322406 12573 tar.go:469] Creating /tmp/s2i127010463/upload/artifacts/save-artifacts-invoked
I0606 12:56:06.322510 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/upload/artifacts/save-artifacts-invoked
I0606 12:56:06.322690 12573 tar.go:425] Done extracting tar stream
I0606 12:56:06.411714 12573 docker.go:1044] Waiting for container "33ab848d9554df3ca6acd7f9402fb764941eae3fd9ee1f4c5ac04496f014393e" to stop ...
I0606 12:56:06.546836 12573 docker.go:980] Removing container "33ab848d9554df3ca6acd7f9402fb764941eae3fd9ee1f4c5ac04496f014393e" ...
I0606 12:56:06.563907 12573 docker.go:990] Removed container "33ab848d9554df3ca6acd7f9402fb764941eae3fd9ee1f4c5ac04496f014393e"
I0606 12:56:06.564040 12573 sti.go:227] Running "assemble" in "test/sti-incremental-app-user"
I0606 12:56:06.564086 12573 sti.go:585] Using image name sti_test/sti-fake
I0606 12:56:06.566062 12573 docker.go:490] Using locally available image "sti_test/sti-fake:latest"
I0606 12:56:06.566184 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:56:06.566354 12573 sti.go:703] starting the source uploading ...
I0606 12:56:06.566434 12573 tar.go:239] Adding "/tmp/s2i127010463/upload" to tar ...
I0606 12:56:06.566849 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts as artifacts
I0606 12:56:06.570318 12573 docker.go:793] Both scripts and untarred source will be placed in '/tmp'
I0606 12:56:06.570409 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:56:06.570751 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_6b81e67e" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:56:07.234279 12573 docker.go:1002] Attaching to container "98f53d8bcfe31e7ef82a1ac0d54fc3157e7871e1d167eb5ab4a57d4eb5e35c3a" ...
I0606 12:56:07.236285 12573 docker.go:1013] Starting container "98f53d8bcfe31e7ef82a1ac0d54fc3157e7871e1d167eb5ab4a57d4eb5e35c3a" ...
I0606 12:56:07.606746 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/.gitignore as artifacts/.gitignore
I0606 12:56:07.607251 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/.s2i as artifacts/.s2i
I0606 12:56:07.607709 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/.s2i/bin as artifacts/.s2i/bin
I0606 12:56:07.608138 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/.s2i/bin/README as artifacts/.s2i/bin/README
I0606 12:56:07.608552 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/.s2i/environment as artifacts/.s2i/environment
I0606 12:56:07.609115 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/.travis.yml as artifacts/.travis.yml
I0606 12:56:07.609574 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/Dockerfile as artifacts/Dockerfile
I0606 12:56:07.610033 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/Gemfile as artifacts/Gemfile
I0606 12:56:07.610464 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/Gemfile.lock as artifacts/Gemfile.lock
I0606 12:56:07.610971 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/README.md as artifacts/README.md
I0606 12:56:07.611364 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/Rakefile as artifacts/Rakefile
I0606 12:56:07.611812 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/app.rb as artifacts/app.rb
I0606 12:56:07.612242 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/config as artifacts/config
I0606 12:56:07.612682 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/config/database.rb as artifacts/config/database.rb
I0606 12:56:07.613688 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/config/database.yml as artifacts/config/database.yml
I0606 12:56:07.614867 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/config.ru as artifacts/config.ru
I0606 12:56:07.615467 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/db as artifacts/db
I0606 12:56:07.616322 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/db/migrate as artifacts/db/migrate
I0606 12:56:07.616883 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb as artifacts/db/migrate/20141102191902_create_key_pair.rb
I0606 12:56:07.617827 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/models.rb as artifacts/models.rb
I0606 12:56:07.618339 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/run.sh as artifacts/run.sh
I0606 12:56:07.619433 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/save-artifacts-invoked as artifacts/save-artifacts-invoked
I0606 12:56:07.619971 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/test as artifacts/test
I0606 12:56:07.620433 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/test/sample_test.rb as artifacts/test/sample_test.rb
I0606 12:56:07.620834 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/views as artifacts/views
I0606 12:56:07.621338 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/artifacts/views/main.erb as artifacts/views/main.erb
I0606 12:56:07.621809 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/scripts as scripts
I0606 12:56:07.622234 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/scripts/assemble as scripts/assemble
I0606 12:56:07.622697 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/scripts/run as scripts/run
I0606 12:56:07.623186 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/scripts/save-artifacts as scripts/save-artifacts
I0606 12:56:07.623634 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src as src
I0606 12:56:07.626806 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/.gitignore as src/.gitignore
I0606 12:56:07.627315 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/.s2i as src/.s2i
I0606 12:56:07.627793 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:56:07.628233 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:56:07.628745 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:56:07.629238 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/.travis.yml as src/.travis.yml
I0606 12:56:07.629741 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/Dockerfile as src/Dockerfile
I0606 12:56:07.630235 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/Gemfile as src/Gemfile
I0606 12:56:07.630771 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:56:07.631294 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/README.md as src/README.md
I0606 12:56:07.631819 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/Rakefile as src/Rakefile
I0606 12:56:07.632308 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/app.rb as src/app.rb
I0606 12:56:07.632844 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/config as src/config
I0606 12:56:07.633244 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/config/database.rb as src/config/database.rb
I0606 12:56:07.633734 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/config/database.yml as src/config/database.yml
I0606 12:56:07.634182 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/config.ru as src/config.ru
I0606 12:56:07.634684 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/db as src/db
I0606 12:56:07.635127 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/db/migrate as src/db/migrate
I0606 12:56:07.635521 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:56:07.635977 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/models.rb as src/models.rb
I0606 12:56:07.636352 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/run.sh as src/run.sh
I0606 12:56:07.636782 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/test as src/test
I0606 12:56:07.637106 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:56:07.637600 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/views as src/views
I0606 12:56:07.638015 12573 tar.go:337] Adding to tar: /tmp/s2i127010463/upload/src/views/main.erb as src/views/main.erb
I0606 12:56:07.686718 12573 docker.go:1044] Waiting for container "98f53d8bcfe31e7ef82a1ac0d54fc3157e7871e1d167eb5ab4a57d4eb5e35c3a" to stop ...
I0606 12:56:07.867003 12573 docker.go:1069] Invoking PostExecute function
I0606 12:56:07.867057 12573 postexecutorstep.go:63] Executing step: store previous image
I0606 12:56:07.869541 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:56:07.871419 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:56:07.871476 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i127010463/metadata'
I0606 12:56:07.871655 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:56:08.263951 12573 tar.go:401] Creating directory /tmp/s2i127010463/metadata
I0606 12:56:08.264044 12573 tar.go:469] Creating /tmp/s2i127010463/metadata/image_metadata.json
I0606 12:56:08.264241 12573 tar.go:479] Extracting/writing /tmp/s2i127010463/metadata/image_metadata.json
I0606 12:56:08.264414 12573 tar.go:425] Done extracting tar stream
I0606 12:56:08.264545 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:56:08.270418 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-incremental-app-user Comment: Author: Changes:[] Pause:false Config:0xc00048b540}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts/run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-incremental-app-user io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:56:09.640387 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:56:09.640440 12573 postexecutorstep.go:398] Successfully built test/sti-incremental-app-user
I0606 12:56:09.640472 12573 postexecutorstep.go:88] Executing step: remove previous image
I0606 12:56:09.640504 12573 postexecutorstep.go:102] Removing previously-tagged image sha256:a2d4c0f6e3f2cb564d21d9e699d4721897c4ecf7b19c0ce42cfd04b708a28f41
I0606 12:56:09.648398 12573 docker.go:980] Removing container "98f53d8bcfe31e7ef82a1ac0d54fc3157e7871e1d167eb5ab4a57d4eb5e35c3a" ...
I0606 12:56:09.667682 12573 docker.go:990] Removed container "98f53d8bcfe31e7ef82a1ac0d54fc3157e7871e1d167eb5ab4a57d4eb5e35c3a"
I0606 12:56:09.667835 12573 cleanup.go:33] Removing temporary directory /tmp/s2i127010463
I0606 12:56:09.667874 12573 fs.go:314] Removing directory '/tmp/s2i127010463'
--- PASS: TestIncrementalBuildUser (11.55s)
=== RUN TestIncrementalBuildScripts
I0606 12:56:11.777924 12573 docker.go:490] Using locally available image "sti_test/sti-fake-scripts:latest"
I0606 12:56:11.783482 12573 docker.go:490] Using locally available image "sti_test/sti-fake-scripts:latest"
I0606 12:56:11.783539 12573 docker.go:730] Image sha256:2e816c04eaa5bc8b8711a91b2f9f479d521c545007fb3b48372e6b84e94918ff contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I0606 12:56:11.783617 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:56:11.783734 12573 sti.go:204] Preparing to build test/sti-incremental-app-scripts
I0606 12:56:11.784202 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:56:11.784255 12573 clone.go:40] Cloning sources into "/tmp/s2i496894505/upload/src"
I0606 12:56:12.102133 12573 clone.go:56] Checked out "HEAD"
I0606 12:56:12.125403 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:56:12.136368 12573 install.go:261] Using "assemble" installed from "image:///tmp/scripts//assemble"
I0606 12:56:12.136465 12573 install.go:261] Using "run" installed from "image:///tmp/scripts//run"
I0606 12:56:12.136592 12573 install.go:261] Using "save-artifacts" installed from "image:///tmp/scripts//save-artifacts"
I0606 12:56:12.136661 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:56:12.136701 12573 sti.go:213] Clean build will be performed
I0606 12:56:12.136741 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:56:12.136786 12573 sti.go:227] Running "assemble" in "test/sti-incremental-app-scripts"
I0606 12:56:12.136817 12573 sti.go:585] Using image name sti_test/sti-fake-scripts
I0606 12:56:12.139839 12573 docker.go:490] Using locally available image "sti_test/sti-fake-scripts:latest"
I0606 12:56:12.139954 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:56:12.140162 12573 sti.go:703] starting the source uploading ...
I0606 12:56:12.140226 12573 tar.go:239] Adding "/tmp/s2i496894505/upload" to tar ...
I0606 12:56:12.140590 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/scripts as scripts
I0606 12:56:12.144060 12573 docker.go:730] Image sha256:2e816c04eaa5bc8b8711a91b2f9f479d521c545007fb3b48372e6b84e94918ff contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I0606 12:56:12.144119 12573 docker.go:804] Base directory for S2I scripts is '/tmp/scripts/'. Untarring destination is '/tmp'.
I0606 12:56:12.144202 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:56:12.144484 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_scripts_0e1116c8" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake-scripts:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:56:12.687098 12573 docker.go:1002] Attaching to container "578c6e6f6d7f3f30a10e79f264b3d77535280caf42438b01d25217735f6a6b2a" ...
I0606 12:56:12.688497 12573 docker.go:1013] Starting container "578c6e6f6d7f3f30a10e79f264b3d77535280caf42438b01d25217735f6a6b2a" ...
I0606 12:56:13.049313 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src as src
I0606 12:56:13.054854 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/.gitignore as src/.gitignore
I0606 12:56:13.055381 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/.s2i as src/.s2i
I0606 12:56:13.055858 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:56:13.056230 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:56:13.056651 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:56:13.057064 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/.travis.yml as src/.travis.yml
I0606 12:56:13.057460 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/Dockerfile as src/Dockerfile
I0606 12:56:13.057866 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/Gemfile as src/Gemfile
I0606 12:56:13.058316 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:56:13.058803 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/README.md as src/README.md
I0606 12:56:13.059259 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/Rakefile as src/Rakefile
I0606 12:56:13.059784 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/app.rb as src/app.rb
I0606 12:56:13.060288 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/config as src/config
I0606 12:56:13.060715 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/config/database.rb as src/config/database.rb
I0606 12:56:13.061206 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/config/database.yml as src/config/database.yml
I0606 12:56:13.061693 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/config.ru as src/config.ru
I0606 12:56:13.062166 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/db as src/db
I0606 12:56:13.062630 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/db/migrate as src/db/migrate
I0606 12:56:13.063087 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:56:13.063537 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/models.rb as src/models.rb
I0606 12:56:13.063995 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/run.sh as src/run.sh
I0606 12:56:13.064479 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/test as src/test
I0606 12:56:13.064892 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:56:13.065360 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/views as src/views
I0606 12:56:13.065772 12573 tar.go:337] Adding to tar: /tmp/s2i496894505/upload/src/views/main.erb as src/views/main.erb
I0606 12:56:13.123510 12573 docker.go:1044] Waiting for container "578c6e6f6d7f3f30a10e79f264b3d77535280caf42438b01d25217735f6a6b2a" to stop ...
I0606 12:56:13.311349 12573 docker.go:1069] Invoking PostExecute function
I0606 12:56:13.311408 12573 postexecutorstep.go:68] Skipping step: store previous image
I0606 12:56:13.311460 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:56:13.313648 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:56:13.313703 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i496894505/metadata'
I0606 12:56:13.313872 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:56:13.533670 12573 tar.go:401] Creating directory /tmp/s2i496894505/metadata
I0606 12:56:13.533766 12573 tar.go:469] Creating /tmp/s2i496894505/metadata/image_metadata.json
I0606 12:56:13.533943 12573 tar.go:479] Extracting/writing /tmp/s2i496894505/metadata/image_metadata.json
I0606 12:56:13.534090 12573 tar.go:425] Done extracting tar stream
I0606 12:56:13.534227 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:56:13.538377 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-incremental-app-scripts Comment: Author: Changes:[] Pause:false Config:0xc00048ba40}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts//run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-incremental-app-scripts io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake-scripts io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:image:///tmp/scripts/ testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:56:14.552334 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:56:14.552389 12573 postexecutorstep.go:398] Successfully built test/sti-incremental-app-scripts
I0606 12:56:14.552420 12573 postexecutorstep.go:93] Skipping step: remove previous image
I0606 12:56:14.552508 12573 docker.go:980] Removing container "578c6e6f6d7f3f30a10e79f264b3d77535280caf42438b01d25217735f6a6b2a" ...
I0606 12:56:14.568600 12573 docker.go:990] Removed container "578c6e6f6d7f3f30a10e79f264b3d77535280caf42438b01d25217735f6a6b2a"
I0606 12:56:14.568760 12573 cleanup.go:33] Removing temporary directory /tmp/s2i496894505
I0606 12:56:14.568803 12573 fs.go:314] Removing directory '/tmp/s2i496894505'
I0606 12:56:14.575078 12573 docker.go:490] Using locally available image "sti_test/sti-fake-scripts:latest"
I0606 12:56:14.580659 12573 docker.go:490] Using locally available image "sti_test/sti-fake-scripts:latest"
I0606 12:56:14.580717 12573 docker.go:730] Image sha256:2e816c04eaa5bc8b8711a91b2f9f479d521c545007fb3b48372e6b84e94918ff contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I0606 12:56:14.580787 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:56:14.580897 12573 sti.go:204] Preparing to build test/sti-incremental-app-scripts
I0606 12:56:14.581415 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:56:14.581465 12573 clone.go:40] Cloning sources into "/tmp/s2i119117379/upload/src"
I0606 12:56:14.846112 12573 clone.go:56] Checked out "HEAD"
I0606 12:56:14.869295 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:56:14.880222 12573 install.go:261] Using "assemble" installed from "image:///tmp/scripts//assemble"
I0606 12:56:14.880341 12573 install.go:261] Using "run" installed from "image:///tmp/scripts//run"
I0606 12:56:14.880452 12573 install.go:261] Using "save-artifacts" installed from "image:///tmp/scripts//save-artifacts"
I0606 12:56:14.880524 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:56:14.883229 12573 docker.go:490] Using locally available image "test/sti-incremental-app-scripts:latest"
I0606 12:56:14.885456 12573 sti.go:211] Existing image for tag test/sti-incremental-app-scripts detected for incremental build
I0606 12:56:14.885508 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:56:14.885649 12573 sti.go:522] Saving build artifacts from image test/sti-incremental-app-scripts to path /tmp/s2i119117379/upload/artifacts
I0606 12:56:14.887911 12573 sti.go:546] The assemble user is not set, defaulting to "" user
I0606 12:56:14.892666 12573 docker.go:730] Image sha256:f1dea75311761ca012b7c53f64f2f76fc8705d1e5f9f8f95b8ec7d3918210e0e contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I0606 12:56:14.892711 12573 docker.go:804] Base directory for S2I scripts is '/tmp/scripts/'. Untarring destination is '/tmp'.
I0606 12:56:14.892768 12573 docker.go:961] Setting "/tmp/scripts/save-artifacts" command for container ...
I0606 12:56:14.893032 12573 docker.go:970] Creating container with options {Name:"s2i_test_sti_incremental_app_scripts_882576c9" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[] Cmd:[/tmp/scripts/save-artifacts] Healthcheck:<nil> ArgsEscaped:false Image:test/sti-incremental-app-scripts:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:56:15.429415 12573 docker.go:1002] Attaching to container "350825ada108c1365806f0a9413e2710d6f12322e0123e44f22e554ae2c55848" ...
I0606 12:56:15.430884 12573 docker.go:1013] Starting container "350825ada108c1365806f0a9413e2710d6f12322e0123e44f22e554ae2c55848" ...
I0606 12:56:15.801876 12573 tar.go:392] Creating directory /tmp/s2i119117379/upload/artifacts
I0606 12:56:15.802090 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts
I0606 12:56:15.802165 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/.gitignore
I0606 12:56:15.802303 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/.gitignore
I0606 12:56:15.803853 12573 tar.go:392] Creating directory /tmp/s2i119117379/upload/artifacts/.s2i
I0606 12:56:15.804367 12573 tar.go:392] Creating directory /tmp/s2i119117379/upload/artifacts/.s2i/bin
I0606 12:56:15.804701 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts/.s2i/bin
I0606 12:56:15.804782 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/.s2i/bin/README
I0606 12:56:15.804892 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/.s2i/bin/README
I0606 12:56:15.806909 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts/.s2i
I0606 12:56:15.806994 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/.s2i/environment
I0606 12:56:15.807100 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/.s2i/environment
I0606 12:56:15.807396 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts
I0606 12:56:15.807473 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/.travis.yml
I0606 12:56:15.807611 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/.travis.yml
I0606 12:56:15.807853 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts
I0606 12:56:15.807931 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/Dockerfile
I0606 12:56:15.808040 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/Dockerfile
I0606 12:56:15.808800 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts
I0606 12:56:15.808875 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/Gemfile
I0606 12:56:15.808980 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/Gemfile
I0606 12:56:15.812057 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts
I0606 12:56:15.812137 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/Gemfile.lock
I0606 12:56:15.812242 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/Gemfile.lock
I0606 12:56:15.813947 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts
I0606 12:56:15.814028 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/README.md
I0606 12:56:15.814158 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/README.md
I0606 12:56:15.817923 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts
I0606 12:56:15.818006 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/Rakefile
I0606 12:56:15.818117 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/Rakefile
I0606 12:56:15.819922 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts
I0606 12:56:15.820001 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/app.rb
I0606 12:56:15.820101 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/app.rb
I0606 12:56:15.824948 12573 tar.go:392] Creating directory /tmp/s2i119117379/upload/artifacts/config
I0606 12:56:15.825172 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts/config
I0606 12:56:15.825240 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/config/database.rb
I0606 12:56:15.825339 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/config/database.rb
I0606 12:56:15.834812 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts/config
I0606 12:56:15.834897 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/config/database.yml
I0606 12:56:15.835016 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/config/database.yml
I0606 12:56:15.835234 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts
I0606 12:56:15.835309 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/config.ru
I0606 12:56:15.835411 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/config.ru
I0606 12:56:15.844769 12573 tar.go:392] Creating directory /tmp/s2i119117379/upload/artifacts/db
I0606 12:56:15.845001 12573 tar.go:392] Creating directory /tmp/s2i119117379/upload/artifacts/db/migrate
I0606 12:56:15.845273 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts/db/migrate
I0606 12:56:15.845352 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb
I0606 12:56:15.845449 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb
I0606 12:56:15.853445 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts
I0606 12:56:15.853522 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/models.rb
I0606 12:56:15.853644 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/models.rb
I0606 12:56:15.859759 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts
I0606 12:56:15.859843 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/run.sh
I0606 12:56:15.859947 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/run.sh
I0606 12:56:15.863760 12573 tar.go:392] Creating directory /tmp/s2i119117379/upload/artifacts/test
I0606 12:56:15.863987 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts/test
I0606 12:56:15.864061 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/test/sample_test.rb
I0606 12:56:15.864158 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/test/sample_test.rb
I0606 12:56:15.867764 12573 tar.go:392] Creating directory /tmp/s2i119117379/upload/artifacts/views
I0606 12:56:15.867998 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts/views
I0606 12:56:15.868074 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/views/main.erb
I0606 12:56:15.868173 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/views/main.erb
I0606 12:56:15.872841 12573 tar.go:401] Creating directory /tmp/s2i119117379/upload/artifacts
I0606 12:56:15.872921 12573 tar.go:469] Creating /tmp/s2i119117379/upload/artifacts/save-artifacts-invoked
I0606 12:56:15.873038 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/upload/artifacts/save-artifacts-invoked
I0606 12:56:15.873168 12573 tar.go:425] Done extracting tar stream
I0606 12:56:15.914608 12573 docker.go:1044] Waiting for container "350825ada108c1365806f0a9413e2710d6f12322e0123e44f22e554ae2c55848" to stop ...
I0606 12:56:16.131629 12573 docker.go:980] Removing container "350825ada108c1365806f0a9413e2710d6f12322e0123e44f22e554ae2c55848" ...
I0606 12:56:16.148243 12573 docker.go:990] Removed container "350825ada108c1365806f0a9413e2710d6f12322e0123e44f22e554ae2c55848"
I0606 12:56:16.148428 12573 sti.go:227] Running "assemble" in "test/sti-incremental-app-scripts"
I0606 12:56:16.148480 12573 sti.go:585] Using image name sti_test/sti-fake-scripts
I0606 12:56:16.150468 12573 docker.go:490] Using locally available image "sti_test/sti-fake-scripts:latest"
I0606 12:56:16.150603 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:56:16.150962 12573 sti.go:703] starting the source uploading ...
I0606 12:56:16.151031 12573 tar.go:239] Adding "/tmp/s2i119117379/upload" to tar ...
I0606 12:56:16.151356 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts as artifacts
I0606 12:56:16.154968 12573 docker.go:730] Image sha256:2e816c04eaa5bc8b8711a91b2f9f479d521c545007fb3b48372e6b84e94918ff contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I0606 12:56:16.155019 12573 docker.go:804] Base directory for S2I scripts is '/tmp/scripts/'. Untarring destination is '/tmp'.
I0606 12:56:16.155104 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:56:16.155389 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_scripts_748d754d" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake-scripts:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:56:16.692606 12573 docker.go:1002] Attaching to container "670766239e13ed1984be4de22db9a07e92d131b8c54c8703a932ab4c3086656e" ...
I0606 12:56:16.694035 12573 docker.go:1013] Starting container "670766239e13ed1984be4de22db9a07e92d131b8c54c8703a932ab4c3086656e" ...
I0606 12:56:17.066991 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/.gitignore as artifacts/.gitignore
I0606 12:56:17.068008 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/.s2i as artifacts/.s2i
I0606 12:56:17.068991 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/.s2i/bin as artifacts/.s2i/bin
I0606 12:56:17.069517 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/.s2i/bin/README as artifacts/.s2i/bin/README
I0606 12:56:17.070048 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/.s2i/environment as artifacts/.s2i/environment
I0606 12:56:17.070666 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/.travis.yml as artifacts/.travis.yml
I0606 12:56:17.071173 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/Dockerfile as artifacts/Dockerfile
I0606 12:56:17.071687 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/Gemfile as artifacts/Gemfile
I0606 12:56:17.072126 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/Gemfile.lock as artifacts/Gemfile.lock
I0606 12:56:17.072577 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/README.md as artifacts/README.md
I0606 12:56:17.073109 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/Rakefile as artifacts/Rakefile
I0606 12:56:17.073645 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/app.rb as artifacts/app.rb
I0606 12:56:17.074193 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/config as artifacts/config
I0606 12:56:17.074709 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/config/database.rb as artifacts/config/database.rb
I0606 12:56:17.075224 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/config/database.yml as artifacts/config/database.yml
I0606 12:56:17.075789 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/config.ru as artifacts/config.ru
I0606 12:56:17.076313 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/db as artifacts/db
I0606 12:56:17.076819 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/db/migrate as artifacts/db/migrate
I0606 12:56:17.077371 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb as artifacts/db/migrate/20141102191902_create_key_pair.rb
I0606 12:56:17.077853 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/models.rb as artifacts/models.rb
I0606 12:56:17.078294 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/run.sh as artifacts/run.sh
I0606 12:56:17.078766 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/save-artifacts-invoked as artifacts/save-artifacts-invoked
I0606 12:56:17.079188 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/test as artifacts/test
I0606 12:56:17.079628 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/test/sample_test.rb as artifacts/test/sample_test.rb
I0606 12:56:17.080146 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/views as artifacts/views
I0606 12:56:17.080541 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/artifacts/views/main.erb as artifacts/views/main.erb
I0606 12:56:17.081002 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/scripts as scripts
I0606 12:56:17.081383 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src as src
I0606 12:56:17.084975 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/.gitignore as src/.gitignore
I0606 12:56:17.085491 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/.s2i as src/.s2i
I0606 12:56:17.085946 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:56:17.086319 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:56:17.086787 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:56:17.087247 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/.travis.yml as src/.travis.yml
I0606 12:56:17.087747 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/Dockerfile as src/Dockerfile
I0606 12:56:17.088531 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/Gemfile as src/Gemfile
I0606 12:56:17.089480 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:56:17.090291 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/README.md as src/README.md
I0606 12:56:17.090997 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/Rakefile as src/Rakefile
I0606 12:56:17.091483 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/app.rb as src/app.rb
I0606 12:56:17.092025 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/config as src/config
I0606 12:56:17.092427 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/config/database.rb as src/config/database.rb
I0606 12:56:17.092960 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/config/database.yml as src/config/database.yml
I0606 12:56:17.093374 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/config.ru as src/config.ru
I0606 12:56:17.093866 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/db as src/db
I0606 12:56:17.094291 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/db/migrate as src/db/migrate
I0606 12:56:17.094717 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:56:17.095137 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/models.rb as src/models.rb
I0606 12:56:17.095623 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/run.sh as src/run.sh
I0606 12:56:17.096131 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/test as src/test
I0606 12:56:17.096537 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:56:17.096992 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/views as src/views
I0606 12:56:17.097381 12573 tar.go:337] Adding to tar: /tmp/s2i119117379/upload/src/views/main.erb as src/views/main.erb
I0606 12:56:17.151011 12573 docker.go:1044] Waiting for container "670766239e13ed1984be4de22db9a07e92d131b8c54c8703a932ab4c3086656e" to stop ...
I0606 12:56:17.342071 12573 docker.go:1069] Invoking PostExecute function
I0606 12:56:17.342141 12573 postexecutorstep.go:63] Executing step: store previous image
I0606 12:56:17.344764 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:56:17.346624 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:56:17.346678 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i119117379/metadata'
I0606 12:56:17.346816 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:56:17.577698 12573 tar.go:401] Creating directory /tmp/s2i119117379/metadata
I0606 12:56:17.577790 12573 tar.go:469] Creating /tmp/s2i119117379/metadata/image_metadata.json
I0606 12:56:17.577973 12573 tar.go:479] Extracting/writing /tmp/s2i119117379/metadata/image_metadata.json
I0606 12:56:17.578146 12573 tar.go:425] Done extracting tar stream
I0606 12:56:17.578270 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:56:17.582363 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-incremental-app-scripts Comment: Author: Changes:[] Pause:false Config:0xc00048bb80}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts//run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-incremental-app-scripts io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake-scripts io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:image:///tmp/scripts/ testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:56:18.976601 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:56:18.976654 12573 postexecutorstep.go:398] Successfully built test/sti-incremental-app-scripts
I0606 12:56:18.976684 12573 postexecutorstep.go:88] Executing step: remove previous image
I0606 12:56:18.976713 12573 postexecutorstep.go:102] Removing previously-tagged image sha256:f1dea75311761ca012b7c53f64f2f76fc8705d1e5f9f8f95b8ec7d3918210e0e
I0606 12:56:18.984519 12573 docker.go:980] Removing container "670766239e13ed1984be4de22db9a07e92d131b8c54c8703a932ab4c3086656e" ...
I0606 12:56:19.002681 12573 docker.go:990] Removed container "670766239e13ed1984be4de22db9a07e92d131b8c54c8703a932ab4c3086656e"
I0606 12:56:19.002876 12573 cleanup.go:33] Removing temporary directory /tmp/s2i119117379
I0606 12:56:19.002937 12573 fs.go:314] Removing directory '/tmp/s2i119117379'
--- PASS: TestIncrementalBuildScripts (9.41s)
=== RUN TestIncrementalBuildScriptsNoSaveArtifacts
I0606 12:56:21.177236 12573 docker.go:490] Using locally available image "sti_test/sti-fake-scripts-no-save-artifacts:latest"
I0606 12:56:21.182861 12573 docker.go:490] Using locally available image "sti_test/sti-fake-scripts-no-save-artifacts:latest"
I0606 12:56:21.182915 12573 docker.go:730] Image sha256:58e718ef10ea6706ee256bcad80fb2cf8bb51f4139b327b53cfbd1f0ecd9f767 contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I0606 12:56:21.182974 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:56:21.183084 12573 sti.go:204] Preparing to build test/sti-incremental-app-scripts-no-save-artifacts
I0606 12:56:21.183594 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:56:21.183645 12573 clone.go:40] Cloning sources into "/tmp/s2i916703597/upload/src"
I0606 12:56:21.565856 12573 clone.go:56] Checked out "HEAD"
I0606 12:56:21.589969 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:56:21.600919 12573 install.go:261] Using "assemble" installed from "image:///tmp/scripts//assemble"
I0606 12:56:21.601033 12573 install.go:261] Using "run" installed from "image:///tmp/scripts//run"
I0606 12:56:21.601151 12573 install.go:261] Using "save-artifacts" installed from "image:///tmp/scripts//save-artifacts"
I0606 12:56:21.601221 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:56:21.601263 12573 sti.go:213] Clean build will be performed
I0606 12:56:21.601305 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:56:21.601365 12573 sti.go:227] Running "assemble" in "test/sti-incremental-app-scripts-no-save-artifacts"
I0606 12:56:21.601400 12573 sti.go:585] Using image name sti_test/sti-fake-scripts-no-save-artifacts
I0606 12:56:21.603804 12573 docker.go:490] Using locally available image "sti_test/sti-fake-scripts-no-save-artifacts:latest"
I0606 12:56:21.603922 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:56:21.604107 12573 sti.go:703] starting the source uploading ...
I0606 12:56:21.604170 12573 tar.go:239] Adding "/tmp/s2i916703597/upload" to tar ...
I0606 12:56:21.604536 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/scripts as scripts
I0606 12:56:21.608090 12573 docker.go:730] Image sha256:58e718ef10ea6706ee256bcad80fb2cf8bb51f4139b327b53cfbd1f0ecd9f767 contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I0606 12:56:21.608146 12573 docker.go:804] Base directory for S2I scripts is '/tmp/scripts/'. Untarring destination is '/tmp'.
I0606 12:56:21.608209 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:56:21.608476 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_scripts_no_save_artifacts_0147e411" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake-scripts-no-save-artifacts:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:56:22.162347 12573 docker.go:1002] Attaching to container "ed04ac82f57c2c7bc00332292ba54663cfa2097046d25031b177dfe3399bd958" ...
I0606 12:56:22.163785 12573 docker.go:1013] Starting container "ed04ac82f57c2c7bc00332292ba54663cfa2097046d25031b177dfe3399bd958" ...
I0606 12:56:22.525197 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src as src
I0606 12:56:22.529061 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/.gitignore as src/.gitignore
I0606 12:56:22.529585 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/.s2i as src/.s2i
I0606 12:56:22.530061 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:56:22.530465 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:56:22.530967 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:56:22.531439 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/.travis.yml as src/.travis.yml
I0606 12:56:22.531830 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/Dockerfile as src/Dockerfile
I0606 12:56:22.532229 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/Gemfile as src/Gemfile
I0606 12:56:22.532650 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:56:22.533079 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/README.md as src/README.md
I0606 12:56:22.533468 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/Rakefile as src/Rakefile
I0606 12:56:22.533883 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/app.rb as src/app.rb
I0606 12:56:22.534762 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/config as src/config
I0606 12:56:22.535795 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/config/database.rb as src/config/database.rb
I0606 12:56:22.537602 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/config/database.yml as src/config/database.yml
I0606 12:56:22.538113 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/config.ru as src/config.ru
I0606 12:56:22.538615 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/db as src/db
I0606 12:56:22.539116 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/db/migrate as src/db/migrate
I0606 12:56:22.539578 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:56:22.540051 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/models.rb as src/models.rb
I0606 12:56:22.540517 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/run.sh as src/run.sh
I0606 12:56:22.541019 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/test as src/test
I0606 12:56:22.541421 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:56:22.541932 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/views as src/views
I0606 12:56:22.542345 12573 tar.go:337] Adding to tar: /tmp/s2i916703597/upload/src/views/main.erb as src/views/main.erb
I0606 12:56:22.605504 12573 docker.go:1044] Waiting for container "ed04ac82f57c2c7bc00332292ba54663cfa2097046d25031b177dfe3399bd958" to stop ...
I0606 12:56:22.913688 12573 docker.go:1069] Invoking PostExecute function
I0606 12:56:22.913747 12573 postexecutorstep.go:68] Skipping step: store previous image
I0606 12:56:22.913790 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:56:22.915944 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:56:22.916004 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i916703597/metadata'
I0606 12:56:22.916179 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:56:23.141673 12573 tar.go:401] Creating directory /tmp/s2i916703597/metadata
I0606 12:56:23.141764 12573 tar.go:469] Creating /tmp/s2i916703597/metadata/image_metadata.json
I0606 12:56:23.141943 12573 tar.go:479] Extracting/writing /tmp/s2i916703597/metadata/image_metadata.json
I0606 12:56:23.142077 12573 tar.go:425] Done extracting tar stream
I0606 12:56:23.142186 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:56:23.146302 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-incremental-app-scripts-no-save-artifacts Comment: Author: Changes:[] Pause:false Config:0xc00048ba40}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts//run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-incremental-app-scripts-no-save-artifacts io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake-scripts-no-save-artifacts io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:image:///tmp/scripts/ testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:56:24.061398 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:56:24.061454 12573 postexecutorstep.go:398] Successfully built test/sti-incremental-app-scripts-no-save-artifacts
I0606 12:56:24.061491 12573 postexecutorstep.go:93] Skipping step: remove previous image
I0606 12:56:24.062251 12573 docker.go:980] Removing container "ed04ac82f57c2c7bc00332292ba54663cfa2097046d25031b177dfe3399bd958" ...
I0606 12:56:24.085631 12573 docker.go:990] Removed container "ed04ac82f57c2c7bc00332292ba54663cfa2097046d25031b177dfe3399bd958"
I0606 12:56:24.085840 12573 cleanup.go:33] Removing temporary directory /tmp/s2i916703597
I0606 12:56:24.085879 12573 fs.go:314] Removing directory '/tmp/s2i916703597'
I0606 12:56:24.090623 12573 docker.go:490] Using locally available image "sti_test/sti-fake-scripts-no-save-artifacts:latest"
I0606 12:56:24.096223 12573 docker.go:490] Using locally available image "sti_test/sti-fake-scripts-no-save-artifacts:latest"
I0606 12:56:24.096279 12573 docker.go:730] Image sha256:58e718ef10ea6706ee256bcad80fb2cf8bb51f4139b327b53cfbd1f0ecd9f767 contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I0606 12:56:24.096337 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:56:24.096448 12573 sti.go:204] Preparing to build test/sti-incremental-app-scripts-no-save-artifacts
I0606 12:56:24.096927 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:56:24.096977 12573 clone.go:40] Cloning sources into "/tmp/s2i279662119/upload/src"
I0606 12:56:24.354685 12573 clone.go:56] Checked out "HEAD"
I0606 12:56:24.378048 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:56:24.388992 12573 install.go:261] Using "assemble" installed from "image:///tmp/scripts//assemble"
I0606 12:56:24.389080 12573 install.go:261] Using "run" installed from "image:///tmp/scripts//run"
I0606 12:56:24.389154 12573 install.go:261] Using "save-artifacts" installed from "image:///tmp/scripts//save-artifacts"
I0606 12:56:24.389207 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:56:24.393280 12573 docker.go:490] Using locally available image "test/sti-incremental-app-scripts-no-save-artifacts:latest"
I0606 12:56:24.396135 12573 sti.go:211] Existing image for tag test/sti-incremental-app-scripts-no-save-artifacts detected for incremental build
I0606 12:56:24.396184 12573 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I0606 12:56:24.396337 12573 sti.go:522] Saving build artifacts from image test/sti-incremental-app-scripts-no-save-artifacts to path /tmp/s2i279662119/upload/artifacts
I0606 12:56:24.398635 12573 sti.go:546] The assemble user is not set, defaulting to "" user
I0606 12:56:24.403300 12573 docker.go:730] Image sha256:acc963ba393b75afc50f0b983258743fa669b44388b0425b273aa6e36fb238e9 contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I0606 12:56:24.403344 12573 docker.go:804] Base directory for S2I scripts is '/tmp/scripts/'. Untarring destination is '/tmp'.
I0606 12:56:24.403396 12573 docker.go:961] Setting "/tmp/scripts/save-artifacts" command for container ...
I0606 12:56:24.403683 12573 docker.go:970] Creating container with options {Name:"s2i_test_sti_incremental_app_scripts_no_save_artifacts_c211dcf6" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[] Cmd:[/tmp/scripts/save-artifacts] Healthcheck:<nil> ArgsEscaped:false Image:test/sti-incremental-app-scripts-no-save-artifacts:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:56:24.936888 12573 docker.go:1002] Attaching to container "49341734ec0daa58bfd0bd0801d2a815aa76f6125e3a8c26dad27ca8d938e73c" ...
I0606 12:56:24.938447 12573 docker.go:1013] Starting container "49341734ec0daa58bfd0bd0801d2a815aa76f6125e3a8c26dad27ca8d938e73c" ...
I0606 12:56:25.456351 12573 docker.go:980] Removing container "49341734ec0daa58bfd0bd0801d2a815aa76f6125e3a8c26dad27ca8d938e73c" ...
I0606 12:56:25.474155 12573 docker.go:990] Removed container "49341734ec0daa58bfd0bd0801d2a815aa76f6125e3a8c26dad27ca8d938e73c"
W0606 12:56:25.474347 12573 sti.go:219] Clean build will be performed because of error saving previous build artifacts
I0606 12:56:25.474402 12573 sti.go:220] error: Error response from daemon: invalid header field value "oci runtime error: container_linux.go:247: starting container process caused \"exec: \\\"/tmp/scripts/save-artifacts\\\": stat /tmp/scripts/save-artifacts: no such file or directory\"\n"
I0606 12:56:25.474475 12573 sti.go:227] Running "assemble" in "test/sti-incremental-app-scripts-no-save-artifacts"
I0606 12:56:25.474523 12573 sti.go:585] Using image name sti_test/sti-fake-scripts-no-save-artifacts
I0606 12:56:25.476576 12573 docker.go:490] Using locally available image "sti_test/sti-fake-scripts-no-save-artifacts:latest"
I0606 12:56:25.476688 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:56:25.476851 12573 sti.go:703] starting the source uploading ...
I0606 12:56:25.476914 12573 tar.go:239] Adding "/tmp/s2i279662119/upload" to tar ...
I0606 12:56:25.477294 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/artifacts as artifacts
I0606 12:56:25.480870 12573 docker.go:730] Image sha256:58e718ef10ea6706ee256bcad80fb2cf8bb51f4139b327b53cfbd1f0ecd9f767 contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I0606 12:56:25.480920 12573 docker.go:804] Base directory for S2I scripts is '/tmp/scripts/'. Untarring destination is '/tmp'.
I0606 12:56:25.480985 12573 docker.go:961] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I0606 12:56:25.481252 12573 docker.go:970] Creating container with options {Name:"s2i_sti_test_sti_fake_scripts_no_save_artifacts_f7866aa7" Config:{Hostname: Domainname: User: AttachStdin:false AttachStdout:true AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:true StdinOnce:true Env:[RACK_ENV=production] Cmd:[/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble] Healthcheck:<nil> ArgsEscaped:false Image:sti_test/sti-fake-scripts-no-save-artifacts:latest Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout:<nil> Shell:[]} HostConfig:&{Binds:[] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode: PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:false VolumeDriver: VolumesFrom:[] CapAdd:[] CapDrop:[] DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:67108864 Sysctls:map[] Runtime: ConsoleSize:[0 0] Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DiskQuota:0 KernelMemory:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness:<nil> OomKillDisable:<nil> PidsLimit:0 Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[] Init:<nil>}} ...
I0606 12:56:26.018002 12573 docker.go:1002] Attaching to container "90b0f332a572e5754f0643156e0bbd05e2d9b9374e6b2522e9ae31f952f937e9" ...
I0606 12:56:26.019552 12573 docker.go:1013] Starting container "90b0f332a572e5754f0643156e0bbd05e2d9b9374e6b2522e9ae31f952f937e9" ...
I0606 12:56:26.381186 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/scripts as scripts
I0606 12:56:26.381661 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src as src
I0606 12:56:26.385272 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/.gitignore as src/.gitignore
I0606 12:56:26.385863 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/.s2i as src/.s2i
I0606 12:56:26.386351 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/.s2i/bin as src/.s2i/bin
I0606 12:56:26.386779 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/.s2i/bin/README as src/.s2i/bin/README
I0606 12:56:26.387200 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/.s2i/environment as src/.s2i/environment
I0606 12:56:26.387705 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/.travis.yml as src/.travis.yml
I0606 12:56:26.388187 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/Dockerfile as src/Dockerfile
I0606 12:56:26.388615 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/Gemfile as src/Gemfile
I0606 12:56:26.389099 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/Gemfile.lock as src/Gemfile.lock
I0606 12:56:26.389579 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/README.md as src/README.md
I0606 12:56:26.390101 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/Rakefile as src/Rakefile
I0606 12:56:26.390633 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/app.rb as src/app.rb
I0606 12:56:26.391091 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/config as src/config
I0606 12:56:26.391533 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/config/database.rb as src/config/database.rb
I0606 12:56:26.392084 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/config/database.yml as src/config/database.yml
I0606 12:56:26.392632 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/config.ru as src/config.ru
I0606 12:56:26.393128 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/db as src/db
I0606 12:56:26.393640 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/db/migrate as src/db/migrate
I0606 12:56:26.394083 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I0606 12:56:26.394527 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/models.rb as src/models.rb
I0606 12:56:26.395028 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/run.sh as src/run.sh
I0606 12:56:26.395522 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/test as src/test
I0606 12:56:26.396360 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/test/sample_test.rb as src/test/sample_test.rb
I0606 12:56:26.397413 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/views as src/views
I0606 12:56:26.397899 12573 tar.go:337] Adding to tar: /tmp/s2i279662119/upload/src/views/main.erb as src/views/main.erb
I0606 12:56:26.456675 12573 docker.go:1044] Waiting for container "90b0f332a572e5754f0643156e0bbd05e2d9b9374e6b2522e9ae31f952f937e9" to stop ...
I0606 12:56:26.775991 12573 docker.go:1069] Invoking PostExecute function
I0606 12:56:26.776054 12573 postexecutorstep.go:63] Executing step: store previous image
I0606 12:56:26.778754 12573 postexecutorstep.go:117] Executing step: commit image
I0606 12:56:26.780586 12573 postexecutorstep.go:523] Checking for new Labels to apply...
I0606 12:56:26.780642 12573 postexecutorstep.go:531] Creating the download path '/tmp/s2i279662119/metadata'
I0606 12:56:26.780794 12573 postexecutorstep.go:465] Downloading file "/tmp/.s2i/image_metadata.json"
I0606 12:56:27.022662 12573 tar.go:401] Creating directory /tmp/s2i279662119/metadata
I0606 12:56:27.022750 12573 tar.go:469] Creating /tmp/s2i279662119/metadata/image_metadata.json
I0606 12:56:27.022934 12573 tar.go:479] Extracting/writing /tmp/s2i279662119/metadata/image_metadata.json
I0606 12:56:27.023086 12573 tar.go:425] Done extracting tar stream
I0606 12:56:27.023217 12573 postexecutorstep.go:556] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I0606 12:56:27.027399 12573 docker.go:1103] Committing container with dockerOpts: {Reference:test/sti-incremental-app-scripts-no-save-artifacts Comment: Author: Changes:[] Pause:false Config:0xc000206280}, config: {Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RACK_ENV=production] Cmd:[/tmp/scripts//run] Healthcheck:<nil> ArgsEscaped:false Image: Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[io.k8s.display-name:test/sti-incremental-app-scripts-no-save-artifacts io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Thu Jan 17 17:21:03 2019 -0500 io.openshift.s2i.build.commit.id:787f1beae9956c959c6af62ee43bfdda73769cf7 io.openshift.s2i.build.commit.message:Merge pull request #78 from bparees/v22 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.image:sti_test/sti-fake-scripts-no-save-artifacts io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.scripts-url:image:///tmp/scripts/ testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I0606 12:56:28.549386 12573 postexecutorstep.go:393] Executing step: report success
I0606 12:56:28.549450 12573 postexecutorstep.go:398] Successfully built test/sti-incremental-app-scripts-no-save-artifacts
I0606 12:56:28.549482 12573 postexecutorstep.go:88] Executing step: remove previous image
I0606 12:56:28.549511 12573 postexecutorstep.go:102] Removing previously-tagged image sha256:acc963ba393b75afc50f0b983258743fa669b44388b0425b273aa6e36fb238e9
I0606 12:56:28.557762 12573 docker.go:980] Removing container "90b0f332a572e5754f0643156e0bbd05e2d9b9374e6b2522e9ae31f952f937e9" ...
I0606 12:56:28.575137 12573 docker.go:990] Removed container "90b0f332a572e5754f0643156e0bbd05e2d9b9374e6b2522e9ae31f952f937e9"
I0606 12:56:28.575268 12573 cleanup.go:33] Removing temporary directory /tmp/s2i279662119
I0606 12:56:28.575308 12573 fs.go:314] Removing directory '/tmp/s2i279662119'
--- PASS: TestIncrementalBuildScriptsNoSaveArtifacts (9.71s)
=== RUN TestIncrementalBuildOnBuild
I0606 12:56:30.885825 12573 docker.go:490] Using locally available image "sti_test/sti-fake-onbuild:latest"
I0606 12:56:30.891372 12573 docker.go:490] Using locally available image "sti_test/sti-fake-onbuild:latest"
I0606 12:56:30.891431 12573 docker.go:730] Image sha256:f4abc0f9bda760eac98536517154bd60c023a2752f5187ab8259b65bedc73178 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:56:30.891484 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:56:30.891607 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:56:30.891645 12573 onbuild.go:87] Preparing the source code for build
I0606 12:56:30.892246 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:56:30.892295 12573 clone.go:40] Cloning sources into "/tmp/s2i912915185/upload/src"
I0606 12:56:31.246389 12573 clone.go:56] Checked out "HEAD"
I0606 12:56:31.269698 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:56:31.282461 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I0606 12:56:31.282599 12573 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I0606 12:56:31.284037 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I0606 12:56:31.284137 12573 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I0606 12:56:31.284252 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:56:31.284319 12573 onbuild.go:181] Found S2I 'run' script, copying to application source dir
I0606 12:56:31.284493 12573 fs.go:270] F "/tmp/s2i912915185/upload/scripts/run" -> "/tmp/s2i912915185/upload/src/run"
I0606 12:56:31.284633 12573 onbuild.go:185] Found S2I 'assemble' script, copying to application source dir
I0606 12:56:31.284829 12573 fs.go:270] F "/tmp/s2i912915185/upload/scripts/assemble" -> "/tmp/s2i912915185/upload/src/assemble"
I0606 12:56:31.285224 12573 onbuild.go:97] Creating application Dockerfile
I0606 12:56:31.285846 12573 entrypoint.go:33] Found valid ENTRYPOINT: run
I0606 12:56:31.285947 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:56:31.286117 12573 onbuild.go:106] Creating application source code image
I0606 12:56:31.286360 12573 onbuild.go:120] Building the application source
I0606 12:56:31.286497 12573 docker.go:1135] Building container using config: {Tags:[test/sti-incremental-app-onbuild] SuppressOutput:false RemoteContext: NoCache:true Remove:true ForceRemove:true PullParent:false Isolation: CPUSetCPUs: CPUSetMems: CPUShares:0 CPUQuota:0 CPUPeriod:0 Memory:0 MemorySwap:0 CgroupParent: NetworkMode: ShmSize:0 Dockerfile: Ulimits:[] BuildArgs:map[] AuthConfigs:map[] Context:<nil> Labels:map[] Squash:false CacheFrom:[] SecurityOpt:[] ExtraHosts:[] Target: SessionID:}
I0606 12:56:31.286933 12573 tar.go:239] Adding "/tmp/s2i912915185/upload/src" to tar ...
I0606 12:56:31.292484 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/.gitignore as .gitignore
I0606 12:56:31.293080 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/.s2i as .s2i
I0606 12:56:31.293611 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/.s2i/bin as .s2i/bin
I0606 12:56:31.294027 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/.s2i/bin/README as .s2i/bin/README
I0606 12:56:31.294520 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/.s2i/environment as .s2i/environment
I0606 12:56:31.295144 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/.travis.yml as .travis.yml
I0606 12:56:31.295727 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/Dockerfile as Dockerfile
I0606 12:56:31.296294 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/Gemfile as Gemfile
I0606 12:56:31.296862 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/Gemfile.lock as Gemfile.lock
I0606 12:56:31.297405 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/README.md as README.md
I0606 12:56:31.297942 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/Rakefile as Rakefile
I0606 12:56:31.298464 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/app.rb as app.rb
I0606 12:56:31.299047 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/assemble as assemble
I0606 12:56:31.299632 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/config as config
I0606 12:56:31.300169 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/config/database.rb as config/database.rb
I0606 12:56:31.300777 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/config/database.yml as config/database.yml
I0606 12:56:31.301348 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/config.ru as config.ru
I0606 12:56:31.301954 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/db as db
I0606 12:56:31.302477 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/db/migrate as db/migrate
I0606 12:56:31.303067 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/db/migrate/20141102191902_create_key_pair.rb as db/migrate/20141102191902_create_key_pair.rb
I0606 12:56:31.303624 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/models.rb as models.rb
I0606 12:56:31.304194 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/run as run
I0606 12:56:31.304769 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/run.sh as run.sh
I0606 12:56:31.305340 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/test as test
I0606 12:56:31.305897 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/test/sample_test.rb as test/sample_test.rb
I0606 12:56:31.306479 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/views as views
I0606 12:56:31.307015 12573 tar.go:337] Adding to tar: /tmp/s2i912915185/upload/src/views/main.erb as views/main.erb
{"stream":"Step 1 : FROM sti_test/sti-fake-onbuild\n"}
{"stream":"\u001b[91m# Executing 2 build triggers...\n\u001b[0m"}
{"stream":"Step 1 : RUN touch /sti-fake/src/onbuild\n"}
{"stream":" ---\u003e Running in d412b35f1267\n"}
{"stream":"Step 1 : COPY . /tmp/src/\n"}
{"stream":" ---\u003e a6a9ae9a6967\n"}
{"stream":"Removing intermediate container d412b35f1267\n"}
{"stream":"Removing intermediate container 90ef66dce618\n"}
{"stream":"Step 2 : ENV RACK_ENV \"production\"\n"}
{"stream":" ---\u003e Running in be0c8d7ffacc\n"}
{"stream":" ---\u003e 642f3dcae0d9\n"}
{"stream":"Removing intermediate container be0c8d7ffacc\n"}
{"stream":"Step 3 : RUN sh assemble\n"}
{"stream":" ---\u003e Running in e142dd125d08\n"}
{"stream":" ---\u003e 119d6ff6310f\n"}
{"stream":"Removing intermediate container e142dd125d08\n"}
{"stream":"Step 4 : ENTRYPOINT ./run\n"}
{"stream":" ---\u003e Running in 8b60ddf063be\n"}
{"stream":" ---\u003e b7d604bfce87\n"}
{"stream":"Removing intermediate container 8b60ddf063be\n"}
{"stream":"Successfully built b7d604bfce87\n"}
I0606 12:56:42.144592 12573 onbuild.go:129] Cleaning up temporary containers
I0606 12:56:42.144649 12573 cleanup.go:33] Removing temporary directory /tmp/s2i912915185
I0606 12:56:42.144687 12573 fs.go:314] Removing directory '/tmp/s2i912915185'
I0606 12:56:42.152944 12573 docker.go:490] Using locally available image "sti_test/sti-fake-onbuild:latest"
I0606 12:56:42.158586 12573 docker.go:490] Using locally available image "sti_test/sti-fake-onbuild:latest"
I0606 12:56:42.158650 12573 docker.go:730] Image sha256:f4abc0f9bda760eac98536517154bd60c023a2752f5187ab8259b65bedc73178 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I0606 12:56:42.158716 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:56:42.158831 12573 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I0606 12:56:42.158869 12573 onbuild.go:87] Preparing the source code for build
I0606 12:56:42.159412 12573 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I0606 12:56:42.159460 12573 clone.go:40] Cloning sources into "/tmp/s2i682490268/upload/src"
I0606 12:56:42.418646 12573 clone.go:56] Checked out "HEAD"
I0606 12:56:42.443024 12573 clone.go:62] Updated submodules for "HEAD"
I0606 12:56:42.455417 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I0606 12:56:42.455541 12573 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I0606 12:56:42.456901 12573 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I0606 12:56:42.456992 12573 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I0606 12:56:42.457074 12573 ignore.go:66] .s2iignore file does not exist
I0606 12:56:42.457153 12573 onbuild.go:181] Found S2I 'run' script, copying to application source dir
I0606 12:56:42.457324 12573 fs.go:270] F "/tmp/s2i682490268/upload/scripts/run" -> "/tmp/s2i682490268/upload/src/run"
I0606 12:56:42.457455 12573 onbuild.go:185] Found S2I 'assemble' script, copying to application source dir
I0606 12:56:42.457682 12573 fs.go:270] F "/tmp/s2i682490268/upload/scripts/assemble" -> "/tmp/s2i682490268/upload/src/assemble"
I0606 12:56:42.457806 12573 onbuild.go:97] Creating application Dockerfile
I0606 12:56:42.458230 12573 entrypoint.go:33] Found valid ENTRYPOINT: run
I0606 12:56:42.458346 12573 environment.go:41] Setting 1 environment variables provided by environment file in sources
I0606 12:56:42.458541 12573 onbuild.go:106] Creating application source code image
I0606 12:56:42.458739 12573 onbuild.go:120] Building the application source
I0606 12:56:42.458879 12573 docker.go:1135] Building container using config: {Tags:[test/sti-incremental-app-onbuild] SuppressOutput:false RemoteContext: NoCache:true Remove:true ForceRemove:true PullParent:false Isolation: CPUSetCPUs: CPUSetMems: CPUShares:0 CPUQuota:0 CPUPeriod:0 Memory:0 MemorySwap:0 CgroupParent: NetworkMode: ShmSize:0 Dockerfile: Ulimits:[] BuildArgs:map[] AuthConfigs:map[] Context:<nil> Labels:map[] Squash:false CacheFrom:[] SecurityOpt:[] ExtraHosts:[] Target: SessionID:}
I0606 12:56:42.458925 12573 tar.go:239] Adding "/tmp/s2i682490268/upload/src" to tar ...
I0606 12:56:42.463205 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/.gitignore as .gitignore
I0606 12:56:42.463819 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/.s2i as .s2i
I0606 12:56:42.464327 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/.s2i/bin as .s2i/bin
I0606 12:56:42.464768 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/.s2i/bin/README as .s2i/bin/README
I0606 12:56:42.465257 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/.s2i/environment as .s2i/environment
I0606 12:56:42.465788 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/.travis.yml as .travis.yml
I0606 12:56:42.466308 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/Dockerfile as Dockerfile
I0606 12:56:42.467737 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/Gemfile as Gemfile
I0606 12:56:42.468877 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/Gemfile.lock as Gemfile.lock
I0606 12:56:42.470000 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/README.md as README.md
I0606 12:56:42.470657 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/Rakefile as Rakefile
I0606 12:56:42.471237 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/app.rb as app.rb
I0606 12:56:42.472304 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/assemble as assemble
I0606 12:56:42.472992 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/config as config
I0606 12:56:42.474136 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/config/database.rb as config/database.rb
I0606 12:56:42.474783 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/config/database.yml as config/database.yml
I0606 12:56:42.476186 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/config.ru as config.ru
I0606 12:56:42.476862 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/db as db
I0606 12:56:42.477448 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/db/migrate as db/migrate
I0606 12:56:42.478154 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/db/migrate/20141102191902_create_key_pair.rb as db/migrate/20141102191902_create_key_pair.rb
I0606 12:56:42.478935 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/models.rb as models.rb
I0606 12:56:42.479521 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/run as run
I0606 12:56:42.480162 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/run.sh as run.sh
I0606 12:56:42.480816 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/test as test
I0606 12:56:42.481403 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/test/sample_test.rb as test/sample_test.rb
I0606 12:56:42.482040 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/views as views
I0606 12:56:42.482604 12573 tar.go:337] Adding to tar: /tmp/s2i682490268/upload/src/views/main.erb as views/main.erb
{"stream":"Step 1 : FROM sti_test/sti-fake-onbuild\n"}
{"stream":"\u001b[91m# Executing 2 build triggers...\n\u001b[0m"}
{"stream":"Step 1 : RUN touch /sti-fake/src/onbuild\n"}
{"stream":" ---\u003e Running in 2247d54e292b\n"}
{"stream":"Step 1 : COPY . /tmp/src/\n"}
{"stream":" ---\u003e 889c630d9f6e\n"}
{"stream":"Removing intermediate container 2247d54e292b\n"}
{"stream":"Removing intermediate container f28ed4c9e367\n"}
{"stream":"Step 2 : ENV RACK_ENV \"production\"\n"}
{"stream":" ---\u003e Running in 1630c126d3a9\n"}
{"stream":" ---\u003e a6d9834d0692\n"}
{"stream":"Removing intermediate container 1630c126d3a9\n"}
{"stream":"Step 3 : RUN sh assemble\n"}
{"stream":" ---\u003e Running in 4335c3a86a29\n"}
{"stream":" ---\u003e a5ac2d44e75f\n"}
{"stream":"Removing intermediate container 4335c3a86a29\n"}
{"stream":"Step 4 : ENTRYPOINT ./run\n"}
{"stream":" ---\u003e Running in 8cba9275851c\n"}
{"stream":" ---\u003e aaba97231358\n"}
{"stream":"Removing intermediate container 8cba9275851c\n"}
{"stream":"Successfully built aaba97231358\n"}
I0606 12:56:53.830625 12573 onbuild.go:129] Cleaning up temporary containers
I0606 12:56:53.830698 12573 cleanup.go:33] Removing temporary directory /tmp/s2i682490268
I0606 12:56:53.830746 12573 fs.go:314] Removing directory '/tmp/s2i682490268'
--- PASS: TestIncrementalBuildOnBuild (25.40s)
PASS
coverage: 0.0% of statements
ok github.com/openshift/source-to-image/test/integration/docker 171.089s coverage: 0.0% of statements
Complete
Running dockerfile integration tests ...
=== RUN TestDockerfileBuild
--- PASS: TestDockerfileBuild (0.37s)
=== RUN TestDockerfileBuildDefaultDockerfile
--- PASS: TestDockerfileBuildDefaultDockerfile (0.40s)
=== RUN TestDockerfileBuildEnv
--- PASS: TestDockerfileBuildEnv (0.51s)
=== RUN TestDockerfileBuildLabels
--- PASS: TestDockerfileBuildLabels (0.30s)
=== RUN TestDockerfileBuildInjections
--- PASS: TestDockerfileBuildInjections (0.27s)
=== RUN TestDockerfileBuildScriptsURLAssemble
--- PASS: TestDockerfileBuildScriptsURLAssemble (0.35s)
=== RUN TestDockerfileBuildScriptsURLRun
--- PASS: TestDockerfileBuildScriptsURLRun (0.56s)
=== RUN TestDockerfileBuildScriptsURLNone
--- PASS: TestDockerfileBuildScriptsURLNone (1.10s)
=== RUN TestDockerfileBuildSourceScriptsAssemble
--- PASS: TestDockerfileBuildSourceScriptsAssemble (0.00s)
=== RUN TestDockerfileBuildSourceScriptsRun
--- PASS: TestDockerfileBuildSourceScriptsRun (0.01s)
=== RUN TestDockerfileBuildScriptsURLImage
--- PASS: TestDockerfileBuildScriptsURLImage (0.00s)
=== RUN TestDockerfileBuildImageScriptsURLAssemble
--- PASS: TestDockerfileBuildImageScriptsURLAssemble (1.39s)
=== RUN TestDockerfileBuildImageScriptsURLRun
--- PASS: TestDockerfileBuildImageScriptsURLRun (1.40s)
=== RUN TestDockerfileBuildImageScriptsURLImage
--- PASS: TestDockerfileBuildImageScriptsURLImage (0.00s)
=== RUN TestDockerfileBuildScriptsAndImageURL
--- PASS: TestDockerfileBuildScriptsAndImageURL (1.12s)
=== RUN TestDockerfileBuildScriptsAndImageURLConflicts
--- PASS: TestDockerfileBuildScriptsAndImageURLConflicts (0.92s)
=== RUN TestDockerfileIncrementalBuild
--- PASS: TestDockerfileIncrementalBuild (0.60s)
=== RUN TestDockerfileIncrementalSourceSave
--- PASS: TestDockerfileIncrementalSourceSave (0.01s)
=== RUN TestDockerfileIncrementalSaveURL
--- PASS: TestDockerfileIncrementalSaveURL (0.50s)
=== RUN TestDockerfileIncrementalTag
--- PASS: TestDockerfileIncrementalTag (0.39s)
=== RUN TestDockerfileIncrementalAssembleUser
--- PASS: TestDockerfileIncrementalAssembleUser (0.41s)
=== RUN TestDockerfileLocalSource
--- PASS: TestDockerfileLocalSource (0.01s)
PASS
coverage: 0.0% of statements
ok github.com/openshift/source-to-image/test/integration/dockerfile 11.635s coverage: 0.0% of statements
Complete
real 3m5.509s
user 0m10.127s
sys 0m4.941s
Finished hack/test-integration.sh
***************************************************
***************************************************
Running hack/test-stirunimage.sh...
working dir: /tmp/sti/test-work.XBLr
s2i working dir: /tmp/sti/test-work.XBLr
/tmp/sti/test-work.XBLr /data/src/github.com/openshift/source-to-image
cloning source into working dir
TEST PASSED
s2i build with relative path without file://
TEST PASSED
s2i build with volume options
TEST PASSED
/data/src/github.com/openshift/source-to-image
s2i build with absolute path with file://
TEST PASSED
s2i build with absolute path without file://
TEST PASSED
s2i build with non-git repo file location
TEST PASSED
I0606 12:59:47.689991 24695 download.go:38] Copying sources from "/tmp/sti/test-work.XBLr/cakephp-ex" to "/tmp/s2i310064905/upload/src"
TEST PASSED
s2i rebuild
TEST PASSED
TEST PASSED
s2i usage
TEST PASSED
I0606 13:01:33.709441 26310 sti.go:711] Sample invocation:
TEST PASSED
s2i build with overriding assemble/run scripts
Running custom assemble
TEST PASSED
Running custom run
TEST PASSED
s2i build with add-host option
Gem::RemoteFetcher::FetchError: Errno::ECONNREFUSED: Failed to open TCP connection to rubygems.org:443 (Connection refused - connect(2) for "rubygems.org" port 443) (https://rubygems.org/gems/rake-12.3.0.gem)
TEST PASSED
s2i build with remote git repo
TEST PASSED
s2i build with runtime image
TEST PASSED
s2i build with Dockerfile output
TEST PASSED
s2i build with --run==true option
Waiting up to 15*TIME_MIN for the build to finish ...
The image test-jee-app:latest has been started in container b96a9d884acbf2026d1b2a76c8a7fb634f0f11c78fb43330eec3c9d38d0d7246 as a result of the --run=true option. The container's stdout/stderr will be redirected to this command's glog output to help you validate its behavior. You can also inspect the container with docker commands if you like. If the container is set up to stay running, you will have to Ctrl-C to exit this command, which should also stop the container b96a9d884acbf2026d1b2a76c8a7fb634f0f11c78fb43330eec3c9d38d0d7246. This particular invocation attempts to run with the port mappings
[INFO] Success running command s2i --run=true
[INFO] Success terminating associated docker container
Cleaning up working dir /tmp/sti/test-work.XBLr
Complete
real 7m28.895s
user 0m9.384s
sys 0m4.875s
Finished hack/test-stirunimage.sh
***************************************************
==> openshiftdev: Downloading logs
==> openshiftdev: Downloading artifacts from '/tmp/sti/' to '/var/lib/jenkins/jobs/test_pull_requests_s2i/workspace/origin/artifacts/sti/'
==> openshiftdev: Downloading artifacts from '/var/log/yum.log' to '/var/lib/jenkins/jobs/test_pull_requests_s2i/workspace/origin/artifacts/yum.log'
==> openshiftdev: Downloading artifacts from '/var/log/secure' to '/var/lib/jenkins/jobs/test_pull_requests_s2i/workspace/origin/artifacts/secure'
==> openshiftdev: Downloading artifacts from '/var/log/audit/audit.log' to '/var/lib/jenkins/jobs/test_pull_requests_s2i/workspace/origin/artifacts/audit.log'
+ popd
~/jobs/test_pull_requests_s2i/workspace
[description-setter] Description set: <a href="https://github.com/openshift/source-to-image/pull/975">https://github.com/openshift/source-to-image/pull/975</a>
[PostBuildScript] - Executing post build scripts.
[PostBuildScript] - Build does not have any of the results []. Did not execute build step #0.
Finished: SUCCESS