Console Output
Started by upstream project "test_pr_s2i" build number 786
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/jenkins7730036683481089689.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
From https://github.com/openshift/origin
b61acc2..49b21e0 master -> origin/master
Already on 'master'
Your branch is behind 'origin/master' by 9 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
HEAD is now at 49b21e0 Merge pull request #21340 from bparees/service
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 1 commit.
# (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
From https://github.com/openshift/source-to-image
9eb3030..3c34ff8 master -> origin/master
Already on 'master'
Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded.
(use "git pull" to update your local branch)
HEAD is now at 3c34ff8 Merge pull request #938 from vdemeester/937-fix-recursive-copy
Deleted branch tpr_937-fix-recursive-copy_vdemeester (was 5ebf24b).
~/jobs/test_pull_requests_s2i/workspace
Origin repositories cloned into /var/lib/jenkins/jobs/test_pull_requests_s2i/workspace
+ '[' -n 939 ']'
+ set +x
*****Locally Merging Pull Request: https://github.com/openshift/source-to-image/pull/939
+ test_pull_requests --local_merge_pull_request 939 --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: 4973
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 #939 on repo source-to-image
Local merging pull request #939 for repo 'source-to-image'
+ pushd source-to-image
+ git checkout release-3.11
Switched to a new branch 'release-3.11'
+ git checkout -b tpr_timeout311_bparees
Switched to a new branch 'tpr_timeout311_bparees'
+ git pull git@github.com:bparees/source-to-image.git timeout311
From github.com:bparees/source-to-image
* branch timeout311 -> FETCH_HEAD
+ git pull git@github.com:bparees/source-to-image.git timeout311 --tags
From github.com:bparees/source-to-image
* branch timeout311 -> FETCH_HEAD
- [tag update] v0.4 -> v0.4
- [tag update] v0.5 -> v0.5
- [tag update] v1.0.2 -> v1.0.2
- [tag update] v1.0.3 -> v1.0.3
+ git checkout release-3.11
Switched to branch 'release-3.11'
+ git merge tpr_timeout311_bparees
+ git submodule update --recursive
+ popd
Rate limit resets in: 2631s, at 2018-10-24T10:52:01-04:00 (1540392721)
Rate limit remaining: 4971; 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
Branch release-3.11 set up to track remote branch release-3.11 from origin.
Updating ac6dc98..b78bac6
Fast-forward
.travis.yml | 2 +-
hack/install-tools.sh | 2 +-
pkg/build/strategies/sti/sti.go | 5 +++++
pkg/tar/tar.go | 4 ++--
4 files changed, 9 insertions(+), 4 deletions(-)
Already up-to-date.
Updating ac6dc98..b78bac6
Fast-forward
.travis.yml | 2 +-
hack/install-tools.sh | 2 +-
pkg/build/strategies/sti/sti.go | 5 +++++
pkg/tar/tar.go | 4 ++--
4 files changed, 9 insertions(+), 4 deletions(-)
~/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_1388
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-shell20181024-29225-19x6ktq.sh
==> openshiftdev: Host: ec2-35-153-207-51.compute-1.amazonaws.com
+ break
+ vagrant clone-upstream-repos --clean --repo source-to-image
Running ssh/sudo command 'mkdir -p /ec2-user/.ssh;
mv /tmp/file20181024-32060-1gt7gs4 /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/file20181024-604-qeugd2 /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@release-3.11] from source-to-image...
Warning: Permanently added '35.153.207.51' (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.7.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
90e01955edcd: Pulling fs layer
90e01955edcd: Verifying Checksum
90e01955edcd: Download complete
90e01955edcd: Pull complete
Digest: sha256:2a03a6059f21e150ae84b0973863609494aad70f0a80eaeb64bddd8d92465812
---> 59788edf1f3e
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 5d5c6a75b2e3
---> 868940b98bcf
Removing intermediate container 5d5c6a75b2e3
Step 3 : WORKDIR /opt/app-root/src
---> Running in d211cf134ea0
---> 6d7e4145cdac
Removing intermediate container d211cf134ea0
Step 4 : LABEL io.openshift.s2i.scripts-url http://127.0.0.1:23456/.s2i/bin
---> Running in b93494a1774c
---> 4880b8106ca2
Removing intermediate container b93494a1774c
Successfully built 4880b8106ca2
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM sti_test/sti-fake
---> 4880b8106ca2
Step 2 : LABEL io.openshift.s2i.assemble-user "0"
---> Running in 6307bbf96dc7
---> e27ae61eece6
Removing intermediate container 6307bbf96dc7
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 6b618a92c7d0
---> 39836f111de0
Removing intermediate container 6b618a92c7d0
Step 4 : USER 431
---> Running in 1f64a1d93352
---> f3c5e6ef91f8
Removing intermediate container 1f64a1d93352
Successfully built f3c5e6ef91f8
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM sti_test/sti-fake
---> 4880b8106ca2
Step 2 : LABEL io.openshift.s2i.assemble-user "431"
---> Running in f9096eb3bc7e
---> 95a8d724b42a
Removing intermediate container f9096eb3bc7e
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 86cce1520b06
---> e8e50cf88401
Removing intermediate container 86cce1520b06
Step 4 : USER 431
---> Running in 72bbf570e623
---> 86a63b9a6703
Removing intermediate container 72bbf570e623
Successfully built 86a63b9a6703
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM busybox
---> 59788edf1f3e
Step 2 : RUN mkdir -p /sti-fake/src && mkdir /usr/bin && ln -s /bin/env /usr/bin/env
---> Running in 52a1d3052a63
---> 9be27905f362
Removing intermediate container 52a1d3052a63
Step 3 : WORKDIR /
---> Running in cad958596d65
---> 93f4bb3f1b6e
Removing intermediate container cad958596d65
Step 4 : ENV STI_SCRIPTS_URL http://127.0.0.1:23456/.s2i/bin
---> Running in eafc9bba2fce
---> 1f6419f963b0
Removing intermediate container eafc9bba2fce
Successfully built 1f6419f963b0
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM sti_test/sti-fake
---> 4880b8106ca2
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 469433bd6530
---> 470227e4cfc4
Removing intermediate container 469433bd6530
Step 3 : USER fakeuser
---> Running in e184fce2e1a2
---> c2e4316f8951
Removing intermediate container e184fce2e1a2
Successfully built c2e4316f8951
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM busybox
---> 59788edf1f3e
Step 2 : RUN mkdir -p /sti-fake/src && mkdir -p /tmp/scripts && mkdir /usr/bin && ln -s /bin/env /usr/bin/env
---> Running in ed20b3e1db3d
---> a5cf60a5bf38
Removing intermediate container ed20b3e1db3d
Step 3 : WORKDIR /
---> Running in 7be9af3cbcfd
---> 4ffce43aacee
Removing intermediate container 7be9af3cbcfd
Step 4 : ADD scripts/.s2i/bin/ /tmp/scripts/
---> e800f805683d
Removing intermediate container 00cf2c4717d9
Step 5 : LABEL io.openshift.s2i.scripts-url image:///tmp/scripts/
---> Running in c8acce930530
---> fd0f4748cc71
Removing intermediate container c8acce930530
Successfully built fd0f4748cc71
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM busybox
---> 59788edf1f3e
Step 2 : RUN mkdir -p /sti-fake/src && mkdir -p /tmp/scripts && mkdir /usr/bin && ln -s /bin/env /usr/bin/env
---> Using cache
---> a5cf60a5bf38
Step 3 : WORKDIR /
---> Using cache
---> 4ffce43aacee
Step 4 : ADD scripts/.s2i/bin/run /tmp/scripts/
---> 7527163da58e
Removing intermediate container d5fa2fcd7682
Step 5 : ADD scripts/.s2i/bin/assemble /tmp/scripts/
---> 1a11c76b13c2
Removing intermediate container eda82c279944
Step 6 : LABEL io.openshift.s2i.scripts-url image:///tmp/scripts/
---> Running in 1a585232f839
---> f2ae36a71d6c
Removing intermediate container 1a585232f839
Successfully built f2ae36a71d6c
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM busybox
---> 59788edf1f3e
Step 2 : RUN mkdir -p /sti-fake/src && rm /bin/tar && mkdir /usr/bin && ln -s /bin/env /usr/bin/env
---> Running in 7add520402f7
---> d84c7a202f3f
Removing intermediate container 7add520402f7
Step 3 : WORKDIR /
---> Running in 44b1714ed945
---> bf2187e58125
Removing intermediate container 44b1714ed945
Successfully built bf2187e58125
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM sti_test/sti-fake
---> 4880b8106ca2
Step 2 : ONBUILD run touch /sti-fake/src/onbuild
---> Running in 2e5e0c4cb363
---> 6bdd54a7b3d1
Removing intermediate container 2e5e0c4cb363
Step 3 : ONBUILD copy . /tmp/src/
---> Running in ebf041440852
---> 2ed2db23b727
Removing intermediate container ebf041440852
Step 4 : WORKDIR /tmp/src
---> Running in b5d4d6821c15
---> b6f7f083dd70
Removing intermediate container b5d4d6821c15
Successfully built b6f7f083dd70
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM sti_test/sti-fake
---> 4880b8106ca2
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
---> 470227e4cfc4
Step 3 : USER 431
---> Running in 7cb0b86ef54a
---> b3ca81902d4c
Removing intermediate container 7cb0b86ef54a
Successfully built b3ca81902d4c
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM sti_test/sti-fake
---> 4880b8106ca2
Step 2 : ONBUILD user 0
---> Running in b3f71353a9f8
---> efa978c81cde
Removing intermediate container b3f71353a9f8
Step 3 : ONBUILD run touch /tmp/onbuild
---> Running in fffa0a47f0c7
---> ea65804da9fe
Removing intermediate container fffa0a47f0c7
Step 4 : ONBUILD copy . /tmp/src/
---> Running in 74260607c891
---> d87a9d351d32
Removing intermediate container 74260607c891
Step 5 : WORKDIR /tmp/src
---> Running in ca27655fb80c
---> d347473a97af
Removing intermediate container ca27655fb80c
Successfully built d347473a97af
Sending build context to Docker daemon 7.168 kB
Step 1 : FROM sti_test/sti-fake
---> 4880b8106ca2
Step 2 : USER 1001
---> Running in 09000fcd1d53
---> b71b3994c8ec
Removing intermediate container 09000fcd1d53
Step 3 : ONBUILD user 1001
---> Running in 14b685d346bd
---> 403a11206d5e
Removing intermediate container 14b685d346bd
Step 4 : ONBUILD run touch /tmp/onbuild
---> Running in 41b94df4d4d2
---> 63e003653eb3
Removing intermediate container 41b94df4d4d2
Step 5 : ONBUILD copy . /tmp/src/
---> Running in 29f6a724765d
---> 494cc9154208
Removing intermediate container 29f6a724765d
Step 6 : WORKDIR /tmp/src
---> Running in 8790782ce5fb
---> 12b10283afb3
Removing intermediate container 8790782ce5fb
Successfully built 12b10283afb3
~
+ 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.024s coverage: 48.6% of statements
ok github.com/openshift/source-to-image/pkg/build/strategies/dockerfile 1.028s coverage: 2.3% of statements
ok github.com/openshift/source-to-image/pkg/build/strategies/layered 1.032s coverage: 80.5% of statements
ok github.com/openshift/source-to-image/pkg/build/strategies/onbuild 1.030s coverage: 70.7% of statements
ok github.com/openshift/source-to-image/pkg/build/strategies/sti 1.057s coverage: 52.2% of statements
ok github.com/openshift/source-to-image/pkg/docker 1.045s coverage: 46.7% of statements
ok github.com/openshift/source-to-image/pkg/ignore 1.020s coverage: 76.8% of statements
ok github.com/openshift/source-to-image/pkg/scm 1.064s coverage: 78.9% of statements
ok github.com/openshift/source-to-image/pkg/scm/downloaders/file 1.010s coverage: 92.3% of statements
ok github.com/openshift/source-to-image/pkg/scm/downloaders/git 1.010s coverage: 63.6% of statements
ok github.com/openshift/source-to-image/pkg/scm/git 1.105s coverage: 56.3% of statements
ok github.com/openshift/source-to-image/pkg/scripts 1.031s coverage: 70.8% of statements
ok github.com/openshift/source-to-image/pkg/tar 1.035s coverage: 58.7% of statements
ok github.com/openshift/source-to-image/pkg/util 1.118s coverage: 47.3% of statements
ok github.com/openshift/source-to-image/pkg/util/fs 1.010s coverage: 24.2% of statements
ok github.com/openshift/source-to-image/pkg/util/status 1.009s coverage: 100.0% of statements
ok github.com/openshift/source-to-image/pkg/util/user 1.009s coverage: 66.0% of statements
? github.com/openshift/source-to-image/test/integration [no test files]
real 4m21.761s
user 6m29.882s
sys 0m33.355s
Finished OUTPUT_COVERAGE=/tmp/sti/artifacts/coverage hack/test-go.sh
***************************************************
***************************************************
Running hack/test-integration.sh...
Running integration tests ...
=== RUN TestTCP
--- PASS: TestTCP (1.52s)
=== RUN TestUNIX
--- PASS: TestUNIX (1.50s)
=== RUN TestSSL
--- PASS: TestSSL (1.93s)
=== RUN TestSSLClientCert
--- PASS: TestSSLClientCert (1.87s)
=== RUN TestInjectionBuild
I1024 10:17:09.976695 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:09.982843 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:09.982906 22627 docker.go:716] Image sha256:4880b8106ca25581571798e6756113311ecd62ee7407756b18f4c0192d2d7860 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:17:09.982990 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:17:09.983099 22627 sti.go:204] Preparing to build test/sti-fake-app
I1024 10:17:09.983532 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:17:09.983582 22627 clone.go:40] Cloning sources into "/tmp/s2i722530743/upload/src"
I1024 10:17:10.238558 22627 clone.go:56] Checked out "HEAD"
I1024 10:17:10.262905 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:17:10.303745 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I1024 10:17:10.303901 22627 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I1024 10:17:10.305429 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I1024 10:17:10.305534 22627 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I1024 10:17:10.306974 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I1024 10:17:10.307089 22627 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I1024 10:17:10.307179 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:17:10.307221 22627 sti.go:213] Clean build will be performed
I1024 10:17:10.307279 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:17:10.307345 22627 sti.go:227] Running "assemble" in "test/sti-fake-app"
I1024 10:17:10.307392 22627 sti.go:572] Using image name sti_test/sti-fake
I1024 10:17:10.310266 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:10.310374 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:17:10.312541 22627 injection.go:33] Using "/opt/app-root/src" as a destination for injecting "/tmp/s2i-test-dir847887288"
I1024 10:17:10.312613 22627 injection.go:33] Using "/opt/app-root/src/test" as a destination for injecting "/tmp/s2i-test-dir847887288"
I1024 10:17:10.312705 22627 injection.go:33] Using "/opt/app-root/src/test2" as a destination for injecting "/tmp/s2i-test-dir847887288"
I1024 10:17:10.318094 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:17:10.318258 22627 docker.go:947] 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 ...
I1024 10:17:10.318669 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_9acb0442" 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>}} ...
I1024 10:17:10.699783 22627 docker.go:988] Attaching to container "1b5dd965f4eda445c044b3a8e93c85127082c7a6d23ecf7eb4e5f2d91ce8a23a" ...
I1024 10:17:10.702926 22627 docker.go:999] Starting container "1b5dd965f4eda445c044b3a8e93c85127082c7a6d23ecf7eb4e5f2d91ce8a23a" ...
I1024 10:17:11.020808 22627 sti.go:721] starting the injections uploading ...
I1024 10:17:11.021063 22627 docker.go:383] Uploading "/tmp/s2i-test-dir847887288" to "/" ...
I1024 10:17:11.021358 22627 tar.go:217] Adding "/tmp/s2i-test-dir847887288" to tar ...
I1024 10:17:11.021761 22627 tar.go:312] Adding to tar: /tmp/s2i-test-dir847887288/secret as s2i-test-dir847887288/secret
I1024 10:17:11.049958 22627 docker.go:383] Uploading "/tmp/s2i-test-dir847887288" to "/opt/app-root" ...
I1024 10:17:11.050012 22627 tar.go:217] Adding "/tmp/s2i-test-dir847887288" to tar ...
I1024 10:17:11.050310 22627 tar.go:312] Adding to tar: /tmp/s2i-test-dir847887288/secret as s2i-test-dir847887288/secret
I1024 10:17:11.077239 22627 docker.go:383] Uploading "/tmp/s2i-test-dir847887288" to "/opt/app-root/src" ...
I1024 10:17:11.077327 22627 tar.go:217] Adding "/tmp/s2i-test-dir847887288" to tar ...
I1024 10:17:11.077630 22627 tar.go:312] Adding to tar: /tmp/s2i-test-dir847887288/secret as s2i-test-dir847887288/secret
I1024 10:17:11.102905 22627 docker.go:383] Uploading "/tmp/s2i-test-dir847887288" to "/opt/app-root/src" ...
I1024 10:17:11.103113 22627 tar.go:217] Adding "/tmp/s2i-test-dir847887288" to tar ...
I1024 10:17:11.103364 22627 tar.go:312] Adding to tar: /tmp/s2i-test-dir847887288/secret as s2i-test-dir847887288/secret
I1024 10:17:11.131007 22627 docker.go:383] Uploading "/tmp/s2i-injection-remove260172202" to "/tmp" ...
I1024 10:17:11.131025 22627 tar.go:217] Adding "/tmp/s2i-injection-remove260172202" to tar ...
I1024 10:17:11.131252 22627 tar.go:312] Adding to tar: /tmp/s2i-injection-remove260172202 as s2i-injection-remove260172202
I1024 10:17:11.157834 22627 docker.go:383] Uploading "/tmp/s2i-injection-result595982593" to "/tmp" ...
I1024 10:17:11.157873 22627 tar.go:217] Adding "/tmp/s2i-injection-result595982593" to tar ...
I1024 10:17:11.158200 22627 tar.go:312] Adding to tar: /tmp/s2i-injection-result595982593 as s2i-injection-result595982593
I1024 10:17:11.189231 22627 sti.go:689] starting the source uploading ...
I1024 10:17:11.189323 22627 tar.go:217] Adding "/tmp/s2i722530743/upload" to tar ...
I1024 10:17:11.189602 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/scripts as scripts
I1024 10:17:11.189995 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/scripts/assemble as scripts/assemble
I1024 10:17:11.190376 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/scripts/run as scripts/run
I1024 10:17:11.190740 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/scripts/save-artifacts as scripts/save-artifacts
I1024 10:17:11.191067 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src as src
I1024 10:17:11.194330 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/.gitignore as src/.gitignore
I1024 10:17:11.194614 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/.s2i as src/.s2i
I1024 10:17:11.194903 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:17:11.195154 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:17:11.195474 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:17:11.195819 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/.travis.yml as src/.travis.yml
I1024 10:17:11.196154 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/Dockerfile as src/Dockerfile
I1024 10:17:11.196485 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/Gemfile as src/Gemfile
I1024 10:17:11.196840 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:17:11.197155 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/README.md as src/README.md
I1024 10:17:11.197424 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/Rakefile as src/Rakefile
I1024 10:17:11.197738 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/app.rb as src/app.rb
I1024 10:17:11.198030 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/config as src/config
I1024 10:17:11.198291 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/config/database.rb as src/config/database.rb
I1024 10:17:11.198604 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/config/database.yml as src/config/database.yml
I1024 10:17:11.198967 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/config.ru as src/config.ru
I1024 10:17:11.199265 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/db as src/db
I1024 10:17:11.199555 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/db/migrate as src/db/migrate
I1024 10:17:11.199891 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:17:11.200175 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/models.rb as src/models.rb
I1024 10:17:11.200486 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/run.sh as src/run.sh
I1024 10:17:11.200824 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/test as src/test
I1024 10:17:11.201128 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:17:11.201446 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/views as src/views
I1024 10:17:11.201776 22627 tar.go:312] Adding to tar: /tmp/s2i722530743/upload/src/views/main.erb as src/views/main.erb
I1024 10:17:11.583912 22627 docker.go:1030] Waiting for container "1b5dd965f4eda445c044b3a8e93c85127082c7a6d23ecf7eb4e5f2d91ce8a23a" to stop ...
I1024 10:17:11.752069 22627 docker.go:1055] Invoking PostExecute function
I1024 10:17:11.752143 22627 postexecutorstep.go:68] Skipping step: store previous image
I1024 10:17:11.752174 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:17:11.754778 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:17:11.754839 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i722530743/metadata'
I1024 10:17:11.755005 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:17:11.899192 22627 tar.go:376] Creating directory /tmp/s2i722530743/metadata
I1024 10:17:11.899281 22627 tar.go:444] Creating /tmp/s2i722530743/metadata/image_metadata.json
I1024 10:17:11.899451 22627 tar.go:454] Extracting/writing /tmp/s2i722530743/metadata/image_metadata.json
I1024 10:17:11.899619 22627 tar.go:400] Done extracting tar stream
I1024 10:17:11.899746 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:17:11.904696 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-fake-app Comment: Author: Changes:[] Pause:false Config:0xc420414640}, 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.scripts-url:http://127.0.0.1:23456/.s2i/bin io.k8s.display-name:test/sti-fake-app io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.commit.message:Merge pull request #71 from bparees/gemfile2 io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world testLabel:testLabel_value io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:17:13.070842 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:17:13.070900 22627 postexecutorstep.go:397] Successfully built test/sti-fake-app
I1024 10:17:13.070932 22627 postexecutorstep.go:93] Skipping step: remove previous image
I1024 10:17:13.071909 22627 docker.go:966] Removing container "1b5dd965f4eda445c044b3a8e93c85127082c7a6d23ecf7eb4e5f2d91ce8a23a" ...
I1024 10:17:13.086013 22627 docker.go:976] Removed container "1b5dd965f4eda445c044b3a8e93c85127082c7a6d23ecf7eb4e5f2d91ce8a23a"
I1024 10:17:13.086283 22627 cleanup.go:33] Removing temporary directory /tmp/s2i722530743
I1024 10:17:13.086327 22627 fs.go:302] Removing directory '/tmp/s2i722530743'
--- PASS: TestInjectionBuild (7.56s)
=== RUN TestInjectionBuildBadDestination
I1024 10:17:17.543725 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:17.550077 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:17.550145 22627 docker.go:716] Image sha256:4880b8106ca25581571798e6756113311ecd62ee7407756b18f4c0192d2d7860 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:17:17.550225 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:17:17.550335 22627 sti.go:204] Preparing to build test/sti-fake-app
I1024 10:17:17.550893 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:17:17.550942 22627 clone.go:40] Cloning sources into "/tmp/s2i415306366/upload/src"
I1024 10:17:17.768166 22627 clone.go:56] Checked out "HEAD"
I1024 10:17:17.794944 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:17:17.817467 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I1024 10:17:17.817598 22627 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I1024 10:17:17.819112 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I1024 10:17:17.819217 22627 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I1024 10:17:17.820688 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I1024 10:17:17.820811 22627 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I1024 10:17:17.820894 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:17:17.820934 22627 sti.go:213] Clean build will be performed
I1024 10:17:17.820989 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:17:17.821055 22627 sti.go:227] Running "assemble" in "test/sti-fake-app"
I1024 10:17:17.821099 22627 sti.go:572] Using image name sti_test/sti-fake
I1024 10:17:17.823974 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:17.824075 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:17:17.830860 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:17:17.831006 22627 docker.go:947] 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 ...
I1024 10:17:17.831303 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_f0c5341e" 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>}} ...
I1024 10:17:18.192744 22627 docker.go:988] Attaching to container "1b87c796e9b11679b6cec5849163f07c0e70f5430c12e00105b4088eaef96072" ...
I1024 10:17:18.196366 22627 docker.go:999] Starting container "1b87c796e9b11679b6cec5849163f07c0e70f5430c12e00105b4088eaef96072" ...
I1024 10:17:18.539230 22627 sti.go:721] starting the injections uploading ...
I1024 10:17:18.539446 22627 docker.go:383] Uploading "/tmp/s2i-test-dir271858907" to "/bad" ...
I1024 10:17:18.539483 22627 tar.go:217] Adding "/tmp/s2i-test-dir271858907" to tar ...
I1024 10:17:18.539807 22627 tar.go:312] Adding to tar: /tmp/s2i-test-dir271858907/secret as s2i-test-dir271858907/secret
I1024 10:17:18.545762 22627 docker.go:388] error: Uploading to container failed: Error response from daemon: lstat /var/lib/docker/devicemapper/mnt/b4ab9d5d670646f38f15de7dbf2fe9842091009c9baf0451bfca3e2cf64e0ee1/rootfs/bad: no such file or directory
E1024 10:17:18.545847 22627 injection.go:151] The destination directory for "/tmp/s2i-test-dir271858907" injection must exist in container ("/bad/dir")
I1024 10:17:18.546103 22627 docker.go:383] Uploading "/tmp/s2i-injection-result593484896" to "/tmp" ...
I1024 10:17:18.546281 22627 tar.go:217] Adding "/tmp/s2i-injection-result593484896" to tar ...
I1024 10:17:18.546428 22627 tar.go:312] Adding to tar: /tmp/s2i-injection-result593484896 as s2i-injection-result593484896
I1024 10:17:19.079584 22627 docker.go:1030] Waiting for container "1b87c796e9b11679b6cec5849163f07c0e70f5430c12e00105b4088eaef96072" to stop ...
I1024 10:17:19.201586 22627 docker.go:966] Removing container "1b87c796e9b11679b6cec5849163f07c0e70f5430c12e00105b4088eaef96072" ...
I1024 10:17:19.225453 22627 docker.go:976] Removed container "1b87c796e9b11679b6cec5849163f07c0e70f5430c12e00105b4088eaef96072"
I1024 10:17:19.226335 22627 cleanup.go:33] Removing temporary directory /tmp/s2i415306366
I1024 10:17:19.226379 22627 fs.go:302] Removing directory '/tmp/s2i415306366'
--- PASS: TestInjectionBuildBadDestination (1.70s)
=== RUN TestCleanBuild
I1024 10:17:19.241665 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:19.248115 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:19.248177 22627 docker.go:716] Image sha256:4880b8106ca25581571798e6756113311ecd62ee7407756b18f4c0192d2d7860 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:17:19.248246 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:17:19.248337 22627 sti.go:204] Preparing to build test/sti-fake-app
I1024 10:17:19.248932 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:17:19.248985 22627 clone.go:40] Cloning sources into "/tmp/s2i752068159/upload/src"
I1024 10:17:19.444528 22627 clone.go:56] Checked out "HEAD"
I1024 10:17:19.471228 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:17:19.492909 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I1024 10:17:19.493067 22627 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I1024 10:17:19.494563 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I1024 10:17:19.494697 22627 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I1024 10:17:19.496194 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I1024 10:17:19.496320 22627 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I1024 10:17:19.496419 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:17:19.496461 22627 sti.go:213] Clean build will be performed
I1024 10:17:19.496533 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:17:19.496607 22627 sti.go:227] Running "assemble" in "test/sti-fake-app"
I1024 10:17:19.496648 22627 sti.go:572] Using image name sti_test/sti-fake
I1024 10:17:19.499753 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:19.499862 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:17:19.500150 22627 sti.go:689] starting the source uploading ...
I1024 10:17:19.500246 22627 tar.go:217] Adding "/tmp/s2i752068159/upload" to tar ...
I1024 10:17:19.500651 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/scripts as scripts
I1024 10:17:19.504527 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:17:19.504622 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:17:19.504954 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_aa209b8e" 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>}} ...
I1024 10:17:19.848488 22627 docker.go:988] Attaching to container "ae8e46787db8ff16d4c6ff2f0d9922329ac16e1170651552ed748554f1cbb00c" ...
I1024 10:17:19.850685 22627 docker.go:999] Starting container "ae8e46787db8ff16d4c6ff2f0d9922329ac16e1170651552ed748554f1cbb00c" ...
I1024 10:17:20.140482 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/scripts/assemble as scripts/assemble
I1024 10:17:20.140843 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/scripts/run as scripts/run
I1024 10:17:20.141300 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/scripts/save-artifacts as scripts/save-artifacts
I1024 10:17:20.141656 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src as src
I1024 10:17:20.145073 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/.gitignore as src/.gitignore
I1024 10:17:20.145390 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/.s2i as src/.s2i
I1024 10:17:20.145703 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:17:20.145972 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:17:20.146275 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:17:20.146588 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/.travis.yml as src/.travis.yml
I1024 10:17:20.146934 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/Dockerfile as src/Dockerfile
I1024 10:17:20.147321 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/Gemfile as src/Gemfile
I1024 10:17:20.147661 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:17:20.147996 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/README.md as src/README.md
I1024 10:17:20.148315 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/Rakefile as src/Rakefile
I1024 10:17:20.148674 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/app.rb as src/app.rb
I1024 10:17:20.149075 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/config as src/config
I1024 10:17:20.149406 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/config/database.rb as src/config/database.rb
I1024 10:17:20.149796 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/config/database.yml as src/config/database.yml
I1024 10:17:20.150126 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/config.ru as src/config.ru
I1024 10:17:20.150495 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/db as src/db
I1024 10:17:20.150839 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/db/migrate as src/db/migrate
I1024 10:17:20.151197 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:17:20.151547 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/models.rb as src/models.rb
I1024 10:17:20.151859 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/run.sh as src/run.sh
I1024 10:17:20.152178 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/test as src/test
I1024 10:17:20.152496 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:17:20.152843 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/views as src/views
I1024 10:17:20.153142 22627 tar.go:312] Adding to tar: /tmp/s2i752068159/upload/src/views/main.erb as src/views/main.erb
I1024 10:17:20.201178 22627 docker.go:1030] Waiting for container "ae8e46787db8ff16d4c6ff2f0d9922329ac16e1170651552ed748554f1cbb00c" to stop ...
I1024 10:17:20.357771 22627 docker.go:1055] Invoking PostExecute function
I1024 10:17:20.357834 22627 postexecutorstep.go:68] Skipping step: store previous image
I1024 10:17:20.357866 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:17:20.360439 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:17:20.360502 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i752068159/metadata'
I1024 10:17:20.360686 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:17:20.508940 22627 tar.go:376] Creating directory /tmp/s2i752068159/metadata
I1024 10:17:20.509025 22627 tar.go:444] Creating /tmp/s2i752068159/metadata/image_metadata.json
I1024 10:17:20.509181 22627 tar.go:454] Extracting/writing /tmp/s2i752068159/metadata/image_metadata.json
I1024 10:17:20.512668 22627 tar.go:400] Done extracting tar stream
I1024 10:17:20.513022 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:17:20.518274 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-fake-app Comment: Author: Changes:[] Pause:false Config:0xc420414640}, 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.message:Merge pull request #71 from bparees/gemfile2 io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096 testLabel:testLabel_value io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin io.k8s.display-name:test/sti-fake-app io.openshift.s2i.build.image:sti_test/sti-fake] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:17:21.101728 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:17:21.101789 22627 postexecutorstep.go:397] Successfully built test/sti-fake-app
I1024 10:17:21.101821 22627 postexecutorstep.go:93] Skipping step: remove previous image
I1024 10:17:21.101944 22627 docker.go:966] Removing container "ae8e46787db8ff16d4c6ff2f0d9922329ac16e1170651552ed748554f1cbb00c" ...
I1024 10:17:21.115762 22627 docker.go:976] Removed container "ae8e46787db8ff16d4c6ff2f0d9922329ac16e1170651552ed748554f1cbb00c"
I1024 10:17:21.115995 22627 cleanup.go:33] Removing temporary directory /tmp/s2i752068159
I1024 10:17:21.116057 22627 fs.go:302] Removing directory '/tmp/s2i752068159'
--- PASS: TestCleanBuild (3.21s)
=== RUN TestCleanBuildLabel
I1024 10:17:22.452407 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:22.458758 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:22.458821 22627 docker.go:716] Image sha256:4880b8106ca25581571798e6756113311ecd62ee7407756b18f4c0192d2d7860 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:17:22.458890 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:17:22.459003 22627 sti.go:204] Preparing to build test/sti-fake-app
I1024 10:17:22.459479 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:17:22.459529 22627 clone.go:40] Cloning sources into "/tmp/s2i119825609/upload/src"
I1024 10:17:22.653650 22627 clone.go:56] Checked out "HEAD"
I1024 10:17:22.678446 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:17:22.698170 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I1024 10:17:22.698287 22627 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I1024 10:17:22.699782 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I1024 10:17:22.699889 22627 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I1024 10:17:22.701410 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I1024 10:17:22.701519 22627 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I1024 10:17:22.701601 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:17:22.701643 22627 sti.go:213] Clean build will be performed
I1024 10:17:22.701709 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:17:22.701767 22627 sti.go:227] Running "assemble" in "test/sti-fake-app"
I1024 10:17:22.701811 22627 sti.go:572] Using image name sti_test/sti-fake
I1024 10:17:22.704707 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:22.704810 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:17:22.705175 22627 sti.go:689] starting the source uploading ...
I1024 10:17:22.705253 22627 tar.go:217] Adding "/tmp/s2i119825609/upload" to tar ...
I1024 10:17:22.705608 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/scripts as scripts
I1024 10:17:22.709402 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:17:22.709475 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:17:22.709814 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_700e0976" 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>}} ...
I1024 10:17:23.059468 22627 docker.go:988] Attaching to container "8c511637f268ad2b1b2f16dd910b51532a1ee1350e6eb00ba47372dc6e325314" ...
I1024 10:17:23.061137 22627 docker.go:999] Starting container "8c511637f268ad2b1b2f16dd910b51532a1ee1350e6eb00ba47372dc6e325314" ...
I1024 10:17:23.389477 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/scripts/assemble as scripts/assemble
I1024 10:17:23.389864 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/scripts/run as scripts/run
I1024 10:17:23.390236 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/scripts/save-artifacts as scripts/save-artifacts
I1024 10:17:23.390564 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src as src
I1024 10:17:23.393919 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/.gitignore as src/.gitignore
I1024 10:17:23.394225 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/.s2i as src/.s2i
I1024 10:17:23.394559 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:17:23.394844 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:17:23.395163 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:17:23.395471 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/.travis.yml as src/.travis.yml
I1024 10:17:23.395850 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/Dockerfile as src/Dockerfile
I1024 10:17:23.396218 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/Gemfile as src/Gemfile
I1024 10:17:23.396563 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:17:23.400468 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/README.md as src/README.md
I1024 10:17:23.400856 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/Rakefile as src/Rakefile
I1024 10:17:23.401235 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/app.rb as src/app.rb
I1024 10:17:23.401592 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/config as src/config
I1024 10:17:23.401954 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/config/database.rb as src/config/database.rb
I1024 10:17:23.402319 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/config/database.yml as src/config/database.yml
I1024 10:17:23.402710 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/config.ru as src/config.ru
I1024 10:17:23.403068 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/db as src/db
I1024 10:17:23.403386 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/db/migrate as src/db/migrate
I1024 10:17:23.403753 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:17:23.404111 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/models.rb as src/models.rb
I1024 10:17:23.404477 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/run.sh as src/run.sh
I1024 10:17:23.404855 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/test as src/test
I1024 10:17:23.405207 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:17:23.405550 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/views as src/views
I1024 10:17:23.405949 22627 tar.go:312] Adding to tar: /tmp/s2i119825609/upload/src/views/main.erb as src/views/main.erb
I1024 10:17:23.459595 22627 docker.go:1030] Waiting for container "8c511637f268ad2b1b2f16dd910b51532a1ee1350e6eb00ba47372dc6e325314" to stop ...
I1024 10:17:23.624417 22627 docker.go:1055] Invoking PostExecute function
I1024 10:17:23.624471 22627 postexecutorstep.go:68] Skipping step: store previous image
I1024 10:17:23.624492 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:17:23.626964 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:17:23.627025 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i119825609/metadata'
I1024 10:17:23.627183 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:17:23.781820 22627 tar.go:376] Creating directory /tmp/s2i119825609/metadata
I1024 10:17:23.781899 22627 tar.go:444] Creating /tmp/s2i119825609/metadata/image_metadata.json
I1024 10:17:23.782023 22627 tar.go:454] Extracting/writing /tmp/s2i119825609/metadata/image_metadata.json
I1024 10:17:23.782195 22627 tar.go:400] Done extracting tar stream
I1024 10:17:23.782335 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:17:23.787043 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-fake-app Comment: Author: Changes:[] Pause:false Config:0xc4202ca3c0}, 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.image:sti_test/sti-fake io.openshift.s2i.build.commit.date:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096 io.openshift.s2i.build.commit.message:Merge pull request #71 from bparees/gemfile2 io.k8s.display-name:test/sti-fake-app io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> testLabel:testLabel_value io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:17:24.400655 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:17:24.400733 22627 postexecutorstep.go:397] Successfully built test/sti-fake-app
I1024 10:17:24.400769 22627 postexecutorstep.go:93] Skipping step: remove previous image
I1024 10:17:24.400890 22627 docker.go:966] Removing container "8c511637f268ad2b1b2f16dd910b51532a1ee1350e6eb00ba47372dc6e325314" ...
I1024 10:17:24.414464 22627 docker.go:976] Removed container "8c511637f268ad2b1b2f16dd910b51532a1ee1350e6eb00ba47372dc6e325314"
I1024 10:17:24.414721 22627 cleanup.go:33] Removing temporary directory /tmp/s2i119825609
I1024 10:17:24.414766 22627 fs.go:302] Removing directory '/tmp/s2i119825609'
--- PASS: TestCleanBuildLabel (3.26s)
=== RUN TestCleanBuildUser
I1024 10:17:25.716456 22627 docker.go:485] Using locally available image "sti_test/sti-fake-user:latest"
I1024 10:17:25.722722 22627 docker.go:485] Using locally available image "sti_test/sti-fake-user:latest"
I1024 10:17:25.722781 22627 docker.go:716] Image sha256:c2e4316f8951bdd7d7b8897d2cb40d4c354abb581772d74fefcb4ea9e84f8a82 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:17:25.722856 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:17:25.722973 22627 sti.go:204] Preparing to build test/sti-fake-app-user
I1024 10:17:25.723484 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:17:25.723534 22627 clone.go:40] Cloning sources into "/tmp/s2i567539683/upload/src"
I1024 10:17:25.914810 22627 clone.go:56] Checked out "HEAD"
I1024 10:17:25.939180 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:17:25.958237 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I1024 10:17:25.958370 22627 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I1024 10:17:25.959905 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I1024 10:17:25.960016 22627 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I1024 10:17:25.961507 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I1024 10:17:25.961620 22627 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I1024 10:17:25.961689 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:17:25.961727 22627 sti.go:213] Clean build will be performed
I1024 10:17:25.961767 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:17:25.961799 22627 sti.go:227] Running "assemble" in "test/sti-fake-app-user"
I1024 10:17:25.961821 22627 sti.go:572] Using image name sti_test/sti-fake-user
I1024 10:17:25.964636 22627 docker.go:485] Using locally available image "sti_test/sti-fake-user:latest"
I1024 10:17:25.964756 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:17:25.964945 22627 sti.go:689] starting the source uploading ...
I1024 10:17:25.965017 22627 tar.go:217] Adding "/tmp/s2i567539683/upload" to tar ...
I1024 10:17:25.965371 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/scripts as scripts
I1024 10:17:25.969449 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:17:25.969523 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:17:25.969868 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_user_6cb50b02" 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>}} ...
I1024 10:17:26.341552 22627 docker.go:988] Attaching to container "b13de079c8ecee6ede0a910ff100181922e6039ed428272def82c9d2a0822a05" ...
I1024 10:17:26.342981 22627 docker.go:999] Starting container "b13de079c8ecee6ede0a910ff100181922e6039ed428272def82c9d2a0822a05" ...
I1024 10:17:26.633740 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/scripts/assemble as scripts/assemble
I1024 10:17:26.634134 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/scripts/run as scripts/run
I1024 10:17:26.634575 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/scripts/save-artifacts as scripts/save-artifacts
I1024 10:17:26.634944 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src as src
I1024 10:17:26.638356 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/.gitignore as src/.gitignore
I1024 10:17:26.639075 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/.s2i as src/.s2i
I1024 10:17:26.639335 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:17:26.639689 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:17:26.640028 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:17:26.640331 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/.travis.yml as src/.travis.yml
I1024 10:17:26.640640 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/Dockerfile as src/Dockerfile
I1024 10:17:26.641013 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/Gemfile as src/Gemfile
I1024 10:17:26.641407 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:17:26.641782 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/README.md as src/README.md
I1024 10:17:26.642155 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/Rakefile as src/Rakefile
I1024 10:17:26.642523 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/app.rb as src/app.rb
I1024 10:17:26.642842 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/config as src/config
I1024 10:17:26.646496 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/config/database.rb as src/config/database.rb
I1024 10:17:26.647215 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/config/database.yml as src/config/database.yml
I1024 10:17:26.647558 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/config.ru as src/config.ru
I1024 10:17:26.647982 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/db as src/db
I1024 10:17:26.648283 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/db/migrate as src/db/migrate
I1024 10:17:26.648659 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:17:26.649271 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/models.rb as src/models.rb
I1024 10:17:26.649632 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/run.sh as src/run.sh
I1024 10:17:26.649975 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/test as src/test
I1024 10:17:26.650270 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:17:26.650574 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/views as src/views
I1024 10:17:26.650922 22627 tar.go:312] Adding to tar: /tmp/s2i567539683/upload/src/views/main.erb as src/views/main.erb
I1024 10:17:26.702753 22627 docker.go:1030] Waiting for container "b13de079c8ecee6ede0a910ff100181922e6039ed428272def82c9d2a0822a05" to stop ...
I1024 10:17:26.857215 22627 docker.go:1055] Invoking PostExecute function
I1024 10:17:26.857270 22627 postexecutorstep.go:68] Skipping step: store previous image
I1024 10:17:26.857303 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:17:26.859755 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:17:26.859817 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i567539683/metadata'
I1024 10:17:26.859962 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:17:27.012039 22627 tar.go:376] Creating directory /tmp/s2i567539683/metadata
I1024 10:17:27.012117 22627 tar.go:444] Creating /tmp/s2i567539683/metadata/image_metadata.json
I1024 10:17:27.012238 22627 tar.go:454] Extracting/writing /tmp/s2i567539683/metadata/image_metadata.json
I1024 10:17:27.012413 22627 tar.go:400] Done extracting tar stream
I1024 10:17:27.012557 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:17:27.017380 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-fake-app-user Comment: Author: Changes:[] Pause:false Config:0xc4204143c0}, 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.openshift.s2i.build.image:sti_test/sti-fake-user io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.message:Merge pull request #71 from bparees/gemfile2 io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.k8s.display-name:test/sti-fake-app-user io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin io.openshift.s2i.build.commit.date:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096 io.openshift.s2i.build.commit.ref:master testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:17:27.789633 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:17:27.789704 22627 postexecutorstep.go:397] Successfully built test/sti-fake-app-user
I1024 10:17:27.789738 22627 postexecutorstep.go:93] Skipping step: remove previous image
I1024 10:17:27.789854 22627 docker.go:966] Removing container "b13de079c8ecee6ede0a910ff100181922e6039ed428272def82c9d2a0822a05" ...
I1024 10:17:27.803198 22627 docker.go:976] Removed container "b13de079c8ecee6ede0a910ff100181922e6039ed428272def82c9d2a0822a05"
I1024 10:17:27.803441 22627 cleanup.go:33] Removing temporary directory /tmp/s2i567539683
I1024 10:17:27.803484 22627 fs.go:302] Removing directory '/tmp/s2i567539683'
--- PASS: TestCleanBuildUser (3.52s)
=== RUN TestCleanBuildFileScriptsURL
I1024 10:17:29.240614 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:29.246811 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:29.246871 22627 docker.go:716] Image sha256:4880b8106ca25581571798e6756113311ecd62ee7407756b18f4c0192d2d7860 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:17:29.246947 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:17:29.247071 22627 sti.go:204] Preparing to build test/sti-fake-app
I1024 10:17:29.247568 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:17:29.247630 22627 clone.go:40] Cloning sources into "/tmp/s2i847385101/upload/src"
I1024 10:17:29.430228 22627 clone.go:56] Checked out "HEAD"
I1024 10:17:29.454547 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:17:29.471807 22627 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'
I1024 10:17:29.471955 22627 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"
I1024 10:17:29.472174 22627 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'
I1024 10:17:29.472303 22627 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"
I1024 10:17:29.472613 22627 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'
I1024 10:17:29.472782 22627 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"
I1024 10:17:29.472868 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:17:29.472926 22627 sti.go:213] Clean build will be performed
I1024 10:17:29.472992 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:17:29.473062 22627 sti.go:227] Running "assemble" in "test/sti-fake-app"
I1024 10:17:29.473106 22627 sti.go:572] Using image name sti_test/sti-fake
I1024 10:17:29.476019 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:29.476124 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:17:29.476529 22627 sti.go:689] starting the source uploading ...
I1024 10:17:29.476606 22627 tar.go:217] Adding "/tmp/s2i847385101/upload" to tar ...
I1024 10:17:29.476911 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/scripts as scripts
I1024 10:17:29.481296 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:17:29.481388 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:17:29.481711 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_afd3a30c" 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>}} ...
I1024 10:17:29.843715 22627 docker.go:988] Attaching to container "5170e130d18b2921763fa1a9147455556fcb39108d837a1d55ecd2bd12f9dd7c" ...
I1024 10:17:29.845246 22627 docker.go:999] Starting container "5170e130d18b2921763fa1a9147455556fcb39108d837a1d55ecd2bd12f9dd7c" ...
I1024 10:17:30.140235 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/scripts/assemble as scripts/assemble
I1024 10:17:30.140644 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/scripts/run as scripts/run
I1024 10:17:30.141046 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/scripts/save-artifacts as scripts/save-artifacts
I1024 10:17:30.141412 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src as src
I1024 10:17:30.149413 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/.gitignore as src/.gitignore
I1024 10:17:30.149755 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/.s2i as src/.s2i
I1024 10:17:30.150056 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:17:30.150352 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:17:30.150693 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:17:30.151054 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/.travis.yml as src/.travis.yml
I1024 10:17:30.151418 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/Dockerfile as src/Dockerfile
I1024 10:17:30.151767 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/Gemfile as src/Gemfile
I1024 10:17:30.152153 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:17:30.152514 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/README.md as src/README.md
I1024 10:17:30.152847 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/Rakefile as src/Rakefile
I1024 10:17:30.153125 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/app.rb as src/app.rb
I1024 10:17:30.153487 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/config as src/config
I1024 10:17:30.153821 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/config/database.rb as src/config/database.rb
I1024 10:17:30.154118 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/config/database.yml as src/config/database.yml
I1024 10:17:30.154484 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/config.ru as src/config.ru
I1024 10:17:30.154815 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/db as src/db
I1024 10:17:30.155141 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/db/migrate as src/db/migrate
I1024 10:17:30.155480 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:17:30.155771 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/models.rb as src/models.rb
I1024 10:17:30.156059 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/run.sh as src/run.sh
I1024 10:17:30.156395 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/test as src/test
I1024 10:17:30.156732 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:17:30.157004 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/views as src/views
I1024 10:17:30.157335 22627 tar.go:312] Adding to tar: /tmp/s2i847385101/upload/src/views/main.erb as src/views/main.erb
I1024 10:17:30.213134 22627 docker.go:1030] Waiting for container "5170e130d18b2921763fa1a9147455556fcb39108d837a1d55ecd2bd12f9dd7c" to stop ...
I1024 10:17:30.362712 22627 docker.go:1055] Invoking PostExecute function
I1024 10:17:30.362768 22627 postexecutorstep.go:68] Skipping step: store previous image
I1024 10:17:30.362801 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:17:30.365334 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:17:30.365395 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i847385101/metadata'
I1024 10:17:30.365545 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:17:30.515091 22627 tar.go:376] Creating directory /tmp/s2i847385101/metadata
I1024 10:17:30.515174 22627 tar.go:444] Creating /tmp/s2i847385101/metadata/image_metadata.json
I1024 10:17:30.515317 22627 tar.go:454] Extracting/writing /tmp/s2i847385101/metadata/image_metadata.json
I1024 10:17:30.515476 22627 tar.go:400] Done extracting tar stream
I1024 10:17:30.515595 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:17:30.520313 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-fake-app Comment: Author: Changes:[] Pause:false Config:0xc4202ca640}, 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.ref:master io.openshift.s2i.build.commit.message:Merge pull request #71 from bparees/gemfile2 io.k8s.display-name:test/sti-fake-app testLabel:testLabel_value io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin io.openshift.s2i.build.commit.date:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096 io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com>] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:17:31.147666 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:17:31.147745 22627 postexecutorstep.go:397] Successfully built test/sti-fake-app
I1024 10:17:31.147777 22627 postexecutorstep.go:93] Skipping step: remove previous image
I1024 10:17:31.147904 22627 docker.go:966] Removing container "5170e130d18b2921763fa1a9147455556fcb39108d837a1d55ecd2bd12f9dd7c" ...
I1024 10:17:31.161855 22627 docker.go:976] Removed container "5170e130d18b2921763fa1a9147455556fcb39108d837a1d55ecd2bd12f9dd7c"
I1024 10:17:31.162093 22627 cleanup.go:33] Removing temporary directory /tmp/s2i847385101
I1024 10:17:31.162135 22627 fs.go:302] Removing directory '/tmp/s2i847385101'
--- PASS: TestCleanBuildFileScriptsURL (3.29s)
=== RUN TestCleanBuildHttpScriptsURL
I1024 10:17:32.534097 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:32.540469 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:32.540523 22627 docker.go:716] Image sha256:4880b8106ca25581571798e6756113311ecd62ee7407756b18f4c0192d2d7860 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:17:32.540566 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:17:32.540643 22627 sti.go:204] Preparing to build test/sti-fake-app
I1024 10:17:32.541078 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:17:32.541115 22627 clone.go:40] Cloning sources into "/tmp/s2i174958023/upload/src"
I1024 10:17:32.737151 22627 clone.go:56] Checked out "HEAD"
I1024 10:17:32.762647 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:17:32.781971 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I1024 10:17:32.782103 22627 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I1024 10:17:32.783529 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I1024 10:17:32.783644 22627 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I1024 10:17:32.790585 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I1024 10:17:32.790721 22627 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I1024 10:17:32.790804 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:17:32.790848 22627 sti.go:213] Clean build will be performed
I1024 10:17:32.790910 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:17:32.790975 22627 sti.go:227] Running "assemble" in "test/sti-fake-app"
I1024 10:17:32.791016 22627 sti.go:572] Using image name sti_test/sti-fake
I1024 10:17:32.794986 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:32.795095 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:17:32.795467 22627 sti.go:689] starting the source uploading ...
I1024 10:17:32.795541 22627 tar.go:217] Adding "/tmp/s2i174958023/upload" to tar ...
I1024 10:17:32.795927 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/scripts as scripts
I1024 10:17:32.799742 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:17:32.799840 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:17:32.800154 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_10cd9672" 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>}} ...
I1024 10:17:33.153666 22627 docker.go:988] Attaching to container "0ceefafa9735a8519b60feb31a409b78e587fa015d59c050afd59a8cff162e20" ...
I1024 10:17:33.155256 22627 docker.go:999] Starting container "0ceefafa9735a8519b60feb31a409b78e587fa015d59c050afd59a8cff162e20" ...
I1024 10:17:33.842998 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/scripts/assemble as scripts/assemble
I1024 10:17:33.843343 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/scripts/run as scripts/run
I1024 10:17:33.843769 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/scripts/save-artifacts as scripts/save-artifacts
I1024 10:17:33.844136 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src as src
I1024 10:17:33.847476 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/.gitignore as src/.gitignore
I1024 10:17:33.847782 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/.s2i as src/.s2i
I1024 10:17:33.848118 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:17:33.848397 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:17:33.848745 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:17:33.849115 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/.travis.yml as src/.travis.yml
I1024 10:17:33.849471 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/Dockerfile as src/Dockerfile
I1024 10:17:33.849805 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/Gemfile as src/Gemfile
I1024 10:17:33.850213 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:17:33.850555 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/README.md as src/README.md
I1024 10:17:33.850961 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/Rakefile as src/Rakefile
I1024 10:17:33.851331 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/app.rb as src/app.rb
I1024 10:17:33.851611 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/config as src/config
I1024 10:17:33.851912 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/config/database.rb as src/config/database.rb
I1024 10:17:33.852208 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/config/database.yml as src/config/database.yml
I1024 10:17:33.852571 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/config.ru as src/config.ru
I1024 10:17:33.852944 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/db as src/db
I1024 10:17:33.853262 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/db/migrate as src/db/migrate
I1024 10:17:33.853691 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:17:33.854039 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/models.rb as src/models.rb
I1024 10:17:33.854385 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/run.sh as src/run.sh
I1024 10:17:33.854724 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/test as src/test
I1024 10:17:33.855138 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:17:33.855399 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/views as src/views
I1024 10:17:33.855640 22627 tar.go:312] Adding to tar: /tmp/s2i174958023/upload/src/views/main.erb as src/views/main.erb
I1024 10:17:33.906963 22627 docker.go:1030] Waiting for container "0ceefafa9735a8519b60feb31a409b78e587fa015d59c050afd59a8cff162e20" to stop ...
I1024 10:17:34.075977 22627 docker.go:1055] Invoking PostExecute function
I1024 10:17:34.076037 22627 postexecutorstep.go:68] Skipping step: store previous image
I1024 10:17:34.076069 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:17:34.078571 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:17:34.078633 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i174958023/metadata'
I1024 10:17:34.078814 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:17:34.227053 22627 tar.go:376] Creating directory /tmp/s2i174958023/metadata
I1024 10:17:34.227140 22627 tar.go:444] Creating /tmp/s2i174958023/metadata/image_metadata.json
I1024 10:17:34.227327 22627 tar.go:454] Extracting/writing /tmp/s2i174958023/metadata/image_metadata.json
I1024 10:17:34.227498 22627 tar.go:400] Done extracting tar stream
I1024 10:17:34.227623 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:17:34.232489 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-fake-app Comment: Author: Changes:[] Pause:false Config:0xc420415040}, 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.scripts-url:http://127.0.0.1:23456/.s2i/bin io.openshift.s2i.build.commit.date:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> testLabel:testLabel_value io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.commit.message:Merge pull request #71 from bparees/gemfile2 io.k8s.display-name:test/sti-fake-app] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:17:34.868645 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:17:34.868727 22627 postexecutorstep.go:397] Successfully built test/sti-fake-app
I1024 10:17:34.868765 22627 postexecutorstep.go:93] Skipping step: remove previous image
I1024 10:17:34.868873 22627 docker.go:966] Removing container "0ceefafa9735a8519b60feb31a409b78e587fa015d59c050afd59a8cff162e20" ...
I1024 10:17:34.882270 22627 docker.go:976] Removed container "0ceefafa9735a8519b60feb31a409b78e587fa015d59c050afd59a8cff162e20"
I1024 10:17:34.882497 22627 cleanup.go:33] Removing temporary directory /tmp/s2i174958023
I1024 10:17:34.882539 22627 fs.go:302] Removing directory '/tmp/s2i174958023'
--- PASS: TestCleanBuildHttpScriptsURL (3.70s)
=== RUN TestCleanBuildScripts
I1024 10:17:36.234965 22627 docker.go:485] Using locally available image "sti_test/sti-fake-scripts:latest"
I1024 10:17:36.241230 22627 docker.go:485] Using locally available image "sti_test/sti-fake-scripts:latest"
I1024 10:17:36.241289 22627 docker.go:716] Image sha256:fd0f4748cc716755cbdb5152a890f6509345b5afe7050eac2ffe322328ee85a6 contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I1024 10:17:36.241350 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:17:36.241428 22627 sti.go:204] Preparing to build test/sti-fake-app-scripts
I1024 10:17:36.241910 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:17:36.241949 22627 clone.go:40] Cloning sources into "/tmp/s2i558939025/upload/src"
I1024 10:17:36.437408 22627 clone.go:56] Checked out "HEAD"
I1024 10:17:36.461852 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:17:36.479493 22627 install.go:261] Using "assemble" installed from "image:///tmp/scripts//assemble"
I1024 10:17:36.479621 22627 install.go:261] Using "run" installed from "image:///tmp/scripts//run"
I1024 10:17:36.479760 22627 install.go:261] Using "save-artifacts" installed from "image:///tmp/scripts//save-artifacts"
I1024 10:17:36.479848 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:17:36.479891 22627 sti.go:213] Clean build will be performed
I1024 10:17:36.479953 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:17:36.480049 22627 sti.go:227] Running "assemble" in "test/sti-fake-app-scripts"
I1024 10:17:36.480088 22627 sti.go:572] Using image name sti_test/sti-fake-scripts
I1024 10:17:36.483196 22627 docker.go:485] Using locally available image "sti_test/sti-fake-scripts:latest"
I1024 10:17:36.483304 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:17:36.483503 22627 sti.go:689] starting the source uploading ...
I1024 10:17:36.483586 22627 tar.go:217] Adding "/tmp/s2i558939025/upload" to tar ...
I1024 10:17:36.483941 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/scripts as scripts
I1024 10:17:36.497571 22627 docker.go:716] Image sha256:fd0f4748cc716755cbdb5152a890f6509345b5afe7050eac2ffe322328ee85a6 contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I1024 10:17:36.497621 22627 docker.go:791] Base directory for S2I scripts is '/tmp/scripts/'. Untarring destination is '/tmp'.
I1024 10:17:36.497721 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:17:36.498032 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_scripts_2811a558" 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>}} ...
I1024 10:17:36.928692 22627 docker.go:988] Attaching to container "bca036482e313402d5afc8367a1f8421f8270fa04cfbbb69e42af1952e62cd62" ...
I1024 10:17:36.930609 22627 docker.go:999] Starting container "bca036482e313402d5afc8367a1f8421f8270fa04cfbbb69e42af1952e62cd62" ...
I1024 10:17:37.234410 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src as src
I1024 10:17:37.237884 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/.gitignore as src/.gitignore
I1024 10:17:37.238224 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/.s2i as src/.s2i
I1024 10:17:37.238552 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:17:37.238873 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:17:37.239242 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:17:37.239573 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/.travis.yml as src/.travis.yml
I1024 10:17:37.239909 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/Dockerfile as src/Dockerfile
I1024 10:17:37.240272 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/Gemfile as src/Gemfile
I1024 10:17:37.240667 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:17:37.240996 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/README.md as src/README.md
I1024 10:17:37.241265 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/Rakefile as src/Rakefile
I1024 10:17:37.241524 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/app.rb as src/app.rb
I1024 10:17:37.241915 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/config as src/config
I1024 10:17:37.242216 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/config/database.rb as src/config/database.rb
I1024 10:17:37.242530 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/config/database.yml as src/config/database.yml
I1024 10:17:37.242882 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/config.ru as src/config.ru
I1024 10:17:37.243223 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/db as src/db
I1024 10:17:37.243536 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/db/migrate as src/db/migrate
I1024 10:17:37.243858 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:17:37.244141 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/models.rb as src/models.rb
I1024 10:17:37.244417 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/run.sh as src/run.sh
I1024 10:17:37.244795 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/test as src/test
I1024 10:17:37.245131 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:17:37.245463 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/views as src/views
I1024 10:17:37.245782 22627 tar.go:312] Adding to tar: /tmp/s2i558939025/upload/src/views/main.erb as src/views/main.erb
I1024 10:17:37.298780 22627 docker.go:1030] Waiting for container "bca036482e313402d5afc8367a1f8421f8270fa04cfbbb69e42af1952e62cd62" to stop ...
I1024 10:17:37.455539 22627 docker.go:1055] Invoking PostExecute function
I1024 10:17:37.456305 22627 postexecutorstep.go:68] Skipping step: store previous image
I1024 10:17:37.456338 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:17:37.458901 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:17:37.458970 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i558939025/metadata'
I1024 10:17:37.459139 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:17:37.604056 22627 tar.go:376] Creating directory /tmp/s2i558939025/metadata
I1024 10:17:37.604141 22627 tar.go:444] Creating /tmp/s2i558939025/metadata/image_metadata.json
I1024 10:17:37.604328 22627 tar.go:454] Extracting/writing /tmp/s2i558939025/metadata/image_metadata.json
I1024 10:17:37.604501 22627 tar.go:400] Done extracting tar stream
I1024 10:17:37.604632 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:17:37.609464 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-fake-app-scripts Comment: Author: Changes:[] Pause:false Config:0xc4202cb400}, 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.image:sti_test/sti-fake-scripts io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096 io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.k8s.display-name:test/sti-fake-app-scripts io.openshift.s2i.scripts-url:image:///tmp/scripts/ io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.commit.message:Merge pull request #71 from bparees/gemfile2 testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:17:38.249682 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:17:38.249746 22627 postexecutorstep.go:397] Successfully built test/sti-fake-app-scripts
I1024 10:17:38.249779 22627 postexecutorstep.go:93] Skipping step: remove previous image
I1024 10:17:38.250787 22627 docker.go:966] Removing container "bca036482e313402d5afc8367a1f8421f8270fa04cfbbb69e42af1952e62cd62" ...
I1024 10:17:38.265369 22627 docker.go:976] Removed container "bca036482e313402d5afc8367a1f8421f8270fa04cfbbb69e42af1952e62cd62"
I1024 10:17:38.265585 22627 cleanup.go:33] Removing temporary directory /tmp/s2i558939025
I1024 10:17:38.265627 22627 fs.go:302] Removing directory '/tmp/s2i558939025'
--- PASS: TestCleanBuildScripts (3.35s)
=== RUN TestLayeredBuildNoTar
I1024 10:17:39.574713 22627 docker.go:485] Using locally available image "sti_test/sti-fake-no-tar:latest"
I1024 10:17:39.580790 22627 docker.go:485] Using locally available image "sti_test/sti-fake-no-tar:latest"
I1024 10:17:39.580844 22627 docker.go:714] warning: Image sha256:bf2187e58125b5e522bd0397abf480bc8cf42edb66f0e131a33d7550f2278a6e does not contain a value for the io.openshift.s2i.scripts-url label
I1024 10:17:39.580915 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:17:39.581025 22627 sti.go:204] Preparing to build test/sti-fake-no-tar
I1024 10:17:39.581512 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:17:39.581563 22627 clone.go:40] Cloning sources into "/tmp/s2i172875243/upload/src"
I1024 10:17:39.778053 22627 clone.go:56] Checked out "HEAD"
I1024 10:17:39.802655 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:17:39.820141 22627 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'
I1024 10:17:39.820290 22627 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"
I1024 10:17:39.820522 22627 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'
I1024 10:17:39.820653 22627 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"
I1024 10:17:39.820939 22627 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'
I1024 10:17:39.821054 22627 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"
I1024 10:17:39.821113 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:17:39.821153 22627 sti.go:213] Clean build will be performed
I1024 10:17:39.821186 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:17:39.821217 22627 sti.go:227] Running "assemble" in "test/sti-fake-no-tar"
I1024 10:17:39.821235 22627 sti.go:572] Using image name sti_test/sti-fake-no-tar
I1024 10:17:39.824300 22627 docker.go:485] Using locally available image "sti_test/sti-fake-no-tar:latest"
I1024 10:17:39.824399 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:17:39.824698 22627 sti.go:689] starting the source uploading ...
I1024 10:17:39.824792 22627 tar.go:217] Adding "/tmp/s2i172875243/upload" to tar ...
I1024 10:17:39.825136 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/scripts as scripts
I1024 10:17:39.828988 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:17:39.829081 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:17:39.829399 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_no_tar_18d2fe90" 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>}} ...
I1024 10:17:40.209696 22627 docker.go:988] Attaching to container "73ecb66f57b6c243b7dfba80531593218af1d5c97637a338e456a84763344115" ...
I1024 10:17:40.211597 22627 docker.go:999] Starting container "73ecb66f57b6c243b7dfba80531593218af1d5c97637a338e456a84763344115" ...
I1024 10:17:40.525787 22627 sti.go:701] /bin/sh: tar: not found
I1024 10:17:40.526101 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/scripts/assemble as scripts/assemble
I1024 10:17:40.526533 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/scripts/run as scripts/run
I1024 10:17:40.526990 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/scripts/save-artifacts as scripts/save-artifacts
I1024 10:17:40.527341 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src as src
I1024 10:17:40.532185 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/.gitignore as src/.gitignore
I1024 10:17:40.532496 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/.s2i as src/.s2i
I1024 10:17:40.532814 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:17:40.533126 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:17:40.533478 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:17:40.533854 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/.travis.yml as src/.travis.yml
I1024 10:17:40.534225 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/Dockerfile as src/Dockerfile
I1024 10:17:40.534571 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/Gemfile as src/Gemfile
I1024 10:17:40.534949 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:17:40.535315 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/README.md as src/README.md
I1024 10:17:40.536243 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/Rakefile as src/Rakefile
I1024 10:17:40.536642 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/app.rb as src/app.rb
I1024 10:17:40.537005 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/config as src/config
I1024 10:17:40.537281 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/config/database.rb as src/config/database.rb
I1024 10:17:40.537567 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/config/database.yml as src/config/database.yml
I1024 10:17:40.537942 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/config.ru as src/config.ru
I1024 10:17:40.538268 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/db as src/db
I1024 10:17:40.538546 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/db/migrate as src/db/migrate
I1024 10:17:40.538881 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:17:40.539193 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/models.rb as src/models.rb
I1024 10:17:40.543298 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/run.sh as src/run.sh
I1024 10:17:40.543730 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/test as src/test
I1024 10:17:40.544073 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:17:40.544542 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/views as src/views
I1024 10:17:40.544870 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/views/main.erb as src/views/main.erb
I1024 10:17:40.562343 22627 docker.go:1030] Waiting for container "73ecb66f57b6c243b7dfba80531593218af1d5c97637a338e456a84763344115" to stop ...
I1024 10:17:40.672984 22627 docker.go:966] Removing container "73ecb66f57b6c243b7dfba80531593218af1d5c97637a338e456a84763344115" ...
I1024 10:17:40.687096 22627 docker.go:976] Removed container "73ecb66f57b6c243b7dfba80531593218af1d5c97637a338e456a84763344115"
I1024 10:17:40.687712 22627 sti.go:232] Image is missing basic requirements (sh or tar), layered build will be performed
I1024 10:17:40.689916 22627 layered.go:103] The scripts are included in "/tmp/s2i172875243/upload/scripts" directory
I1024 10:17:40.690104 22627 layered.go:127] Writing custom Dockerfile to /tmp/s2i172875243/upload
I1024 10:17:40.690145 22627 layered.go:160] Creating application source code image
I1024 10:17:40.690355 22627 tar.go:217] Adding "/tmp/s2i172875243/upload" to tar ...
I1024 10:17:40.690390 22627 layered.go:175] Building new image s2i-layered-temp-image-1540390660690262144 with scripts and sources already inside
I1024 10:17:40.690551 22627 docker.go:1121] Building container using config: {Tags:[s2i-layered-temp-image-1540390660690262144] 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:}
I1024 10:17:40.690737 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/Dockerfile as Dockerfile
I1024 10:17:40.691417 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/scripts as scripts
I1024 10:17:40.691814 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/scripts/assemble as scripts/assemble
I1024 10:17:40.692201 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/scripts/run as scripts/run
I1024 10:17:40.692651 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/scripts/save-artifacts as scripts/save-artifacts
I1024 10:17:40.693052 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src as src
I1024 10:17:40.697372 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/.gitignore as src/.gitignore
I1024 10:17:40.697704 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/.s2i as src/.s2i
I1024 10:17:40.698040 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:17:40.698351 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:17:40.698720 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:17:40.699082 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/.travis.yml as src/.travis.yml
I1024 10:17:40.699443 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/Dockerfile as src/Dockerfile
I1024 10:17:40.699820 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/Gemfile as src/Gemfile
I1024 10:17:40.700177 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:17:40.700551 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/README.md as src/README.md
I1024 10:17:40.700954 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/Rakefile as src/Rakefile
I1024 10:17:40.701319 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/app.rb as src/app.rb
I1024 10:17:40.701695 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/config as src/config
I1024 10:17:40.702059 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/config/database.rb as src/config/database.rb
I1024 10:17:40.702440 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/config/database.yml as src/config/database.yml
I1024 10:17:40.702966 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/config.ru as src/config.ru
I1024 10:17:40.703342 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/db as src/db
I1024 10:17:40.703692 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/db/migrate as src/db/migrate
I1024 10:17:40.704106 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:17:40.704463 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/models.rb as src/models.rb
I1024 10:17:40.704861 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/run.sh as src/run.sh
I1024 10:17:40.705243 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/test as src/test
I1024 10:17:40.705609 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:17:40.705982 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/views as src/views
I1024 10:17:40.706342 22627 tar.go:312] Adding to tar: /tmp/s2i172875243/upload/src/views/main.erb as src/views/main.erb
I1024 10:17:40.720030 22627 layered.go:173] {"stream":"Step 1 : FROM sti_test/sti-fake-no-tar\n"}
I1024 10:17:40.720135 22627 layered.go:173] {"stream":" ---\u003e bf2187e58125\n"}
I1024 10:17:40.720173 22627 layered.go:173] {"stream":"Step 2 : COPY scripts /tmp/scripts\n"}
I1024 10:17:42.233998 22627 layered.go:173] {"stream":" ---\u003e 9199787831bd\n"}
I1024 10:17:42.244119 22627 layered.go:173] {"stream":"Removing intermediate container f79412723db6\n"}
I1024 10:17:42.244201 22627 layered.go:173] {"stream":"Step 3 : COPY src /tmp/src\n"}
I1024 10:17:43.929094 22627 layered.go:173] {"stream":" ---\u003e 10503cacf300\n"}
I1024 10:17:43.938786 22627 layered.go:173] {"stream":"Removing intermediate container 0d5db8b1880b\n"}
I1024 10:17:43.940953 22627 layered.go:173] {"stream":"Successfully built 10503cacf300\n"}
I1024 10:17:43.942367 22627 layered.go:193] Scripts dir has contents true
I1024 10:17:43.942424 22627 layered.go:208] Building test/sti-fake-no-tar using sti-enabled image
I1024 10:17:43.942475 22627 sti.go:572] Using image name s2i-layered-temp-image-1540390660690262144
I1024 10:17:43.945148 22627 docker.go:485] Using locally available image "s2i-layered-temp-image-1540390660690262144:latest"
I1024 10:17:43.945264 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:17:43.949742 22627 docker.go:791] Base directory for S2I scripts is '/tmp/scripts'. Untarring destination is '/tmp'.
I1024 10:17:43.949803 22627 docker.go:947] Setting "/tmp/scripts/assemble" command for container ...
I1024 10:17:43.950094 22627 docker.go:956] Creating container with options {Name:"s2i_s2i_layered_temp_image_1540390660690262144_4d088f48" 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-1540390660690262144: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>}} ...
I1024 10:17:44.313642 22627 docker.go:988] Attaching to container "4003b7b58abaa63a726c022527765c4c0ecef9d8b684f85578e6483f4915cc0a" ...
I1024 10:17:44.315057 22627 docker.go:999] Starting container "4003b7b58abaa63a726c022527765c4c0ecef9d8b684f85578e6483f4915cc0a" ...
I1024 10:17:44.669960 22627 docker.go:1030] Waiting for container "4003b7b58abaa63a726c022527765c4c0ecef9d8b684f85578e6483f4915cc0a" to stop ...
I1024 10:17:44.811167 22627 docker.go:1055] Invoking PostExecute function
I1024 10:17:44.811225 22627 postexecutorstep.go:68] Skipping step: store previous image
I1024 10:17:44.811255 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:17:44.813752 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:17:44.813823 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i172875243/metadata'
I1024 10:17:44.813996 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:17:44.962100 22627 tar.go:376] Creating directory /tmp/s2i172875243/metadata
I1024 10:17:44.962185 22627 tar.go:444] Creating /tmp/s2i172875243/metadata/image_metadata.json
I1024 10:17:44.962359 22627 tar.go:454] Extracting/writing /tmp/s2i172875243/metadata/image_metadata.json
I1024 10:17:44.962539 22627 tar.go:400] Done extracting tar stream
I1024 10:17:44.962677 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:17:44.971320 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-fake-no-tar Comment: Author: Changes:[] Pause:false Config:0xc4204143c0}, 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.message:Merge pull request #71 from bparees/gemfile2 io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> testLabel:testLabel_value io.openshift.s2i.build.commit.ref:master io.k8s.display-name:test/sti-fake-no-tar io.openshift.s2i.build.image:s2i-layered-temp-image-1540390660690262144 io.openshift.s2i.build.commit.date:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096 io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:17:46.171737 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:17:46.171798 22627 postexecutorstep.go:397] Successfully built test/sti-fake-no-tar
I1024 10:17:46.171831 22627 postexecutorstep.go:93] Skipping step: remove previous image
I1024 10:17:46.171950 22627 docker.go:966] Removing container "4003b7b58abaa63a726c022527765c4c0ecef9d8b684f85578e6483f4915cc0a" ...
I1024 10:17:46.186164 22627 docker.go:976] Removed container "4003b7b58abaa63a726c022527765c4c0ecef9d8b684f85578e6483f4915cc0a"
I1024 10:17:46.186413 22627 cleanup.go:33] Removing temporary directory /tmp/s2i172875243
I1024 10:17:46.186462 22627 fs.go:302] Removing directory '/tmp/s2i172875243'
I1024 10:17:46.188901 22627 cleanup.go:42] Removing temporary image s2i-layered-temp-image-1540390660690262144
--- PASS: TestLayeredBuildNoTar (7.92s)
=== RUN TestCleanBuildCallbackInvoked
I1024 10:17:47.492408 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:47.498856 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:47.498924 22627 docker.go:716] Image sha256:4880b8106ca25581571798e6756113311ecd62ee7407756b18f4c0192d2d7860 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:17:47.499005 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:17:47.499114 22627 sti.go:204] Preparing to build test/sti-fake-app
I1024 10:17:47.499634 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:17:47.499699 22627 clone.go:40] Cloning sources into "/tmp/s2i208589141/upload/src"
I1024 10:17:47.708225 22627 clone.go:56] Checked out "HEAD"
I1024 10:17:47.733570 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:17:47.753301 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I1024 10:17:47.753439 22627 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I1024 10:17:47.754925 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I1024 10:17:47.755031 22627 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I1024 10:17:47.756430 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I1024 10:17:47.756561 22627 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I1024 10:17:47.756649 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:17:47.756707 22627 sti.go:213] Clean build will be performed
I1024 10:17:47.756770 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:17:47.756835 22627 sti.go:227] Running "assemble" in "test/sti-fake-app"
I1024 10:17:47.756897 22627 sti.go:572] Using image name sti_test/sti-fake
I1024 10:17:47.759787 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:17:47.759892 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:17:47.760267 22627 sti.go:689] starting the source uploading ...
I1024 10:17:47.760342 22627 tar.go:217] Adding "/tmp/s2i208589141/upload" to tar ...
I1024 10:17:47.760701 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/scripts as scripts
I1024 10:17:47.764488 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:17:47.764583 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:17:47.764894 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_83e4f98d" 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>}} ...
I1024 10:17:48.115700 22627 docker.go:988] Attaching to container "8f4fcd14a1ed7505d2fd1dfabebb3108b953e0ea988e1b5ec11952cc7fc96168" ...
I1024 10:17:48.117240 22627 docker.go:999] Starting container "8f4fcd14a1ed7505d2fd1dfabebb3108b953e0ea988e1b5ec11952cc7fc96168" ...
I1024 10:17:48.922071 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/scripts/assemble as scripts/assemble
I1024 10:17:48.922472 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/scripts/run as scripts/run
I1024 10:17:48.922873 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/scripts/save-artifacts as scripts/save-artifacts
I1024 10:17:48.923236 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src as src
I1024 10:17:48.926744 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/.gitignore as src/.gitignore
I1024 10:17:48.927081 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/.s2i as src/.s2i
I1024 10:17:48.927392 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:17:48.927697 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:17:48.928002 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:17:48.928358 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/.travis.yml as src/.travis.yml
I1024 10:17:48.928667 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/Dockerfile as src/Dockerfile
I1024 10:17:48.929000 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/Gemfile as src/Gemfile
I1024 10:17:48.929323 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:17:48.929664 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/README.md as src/README.md
I1024 10:17:48.930009 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/Rakefile as src/Rakefile
I1024 10:17:48.930305 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/app.rb as src/app.rb
I1024 10:17:48.930574 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/config as src/config
I1024 10:17:48.930876 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/config/database.rb as src/config/database.rb
I1024 10:17:48.935664 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/config/database.yml as src/config/database.yml
I1024 10:17:48.936031 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/config.ru as src/config.ru
I1024 10:17:48.936471 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/db as src/db
I1024 10:17:48.936796 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/db/migrate as src/db/migrate
I1024 10:17:48.937166 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:17:48.937498 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/models.rb as src/models.rb
I1024 10:17:48.937796 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/run.sh as src/run.sh
I1024 10:17:48.938117 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/test as src/test
I1024 10:17:48.938438 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:17:48.938734 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/views as src/views
I1024 10:17:48.939103 22627 tar.go:312] Adding to tar: /tmp/s2i208589141/upload/src/views/main.erb as src/views/main.erb
I1024 10:17:48.991557 22627 docker.go:1030] Waiting for container "8f4fcd14a1ed7505d2fd1dfabebb3108b953e0ea988e1b5ec11952cc7fc96168" to stop ...
I1024 10:17:49.154348 22627 docker.go:1055] Invoking PostExecute function
I1024 10:17:49.154409 22627 postexecutorstep.go:68] Skipping step: store previous image
I1024 10:17:49.154439 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:17:49.156998 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:17:49.157063 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i208589141/metadata'
I1024 10:17:49.157222 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:17:49.300275 22627 tar.go:376] Creating directory /tmp/s2i208589141/metadata
I1024 10:17:49.300359 22627 tar.go:444] Creating /tmp/s2i208589141/metadata/image_metadata.json
I1024 10:17:49.300525 22627 tar.go:454] Extracting/writing /tmp/s2i208589141/metadata/image_metadata.json
I1024 10:17:49.300713 22627 tar.go:400] Done extracting tar stream
I1024 10:17:49.300834 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:17:49.305747 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-fake-app Comment: Author: Changes:[] Pause:false Config:0xc4202ca640}, 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:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096 testLabel:testLabel_value io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.commit.message:Merge pull request #71 from bparees/gemfile2 io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.build.image:sti_test/sti-fake] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:17:50.585948 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:17:50.586008 22627 postexecutorstep.go:397] Successfully built test/sti-fake-app
I1024 10:17:50.586043 22627 postexecutorstep.go:93] Skipping step: remove previous image
I1024 10:17:50.586167 22627 docker.go:966] Removing container "8f4fcd14a1ed7505d2fd1dfabebb3108b953e0ea988e1b5ec11952cc7fc96168" ...
I1024 10:17:50.598744 22627 docker.go:976] Removed container "8f4fcd14a1ed7505d2fd1dfabebb3108b953e0ea988e1b5ec11952cc7fc96168"
I1024 10:17:50.599014 22627 cleanup.go:33] Removing temporary directory /tmp/s2i208589141
I1024 10:17:50.599060 22627 fs.go:302] Removing directory '/tmp/s2i208589141'
--- PASS: TestCleanBuildCallbackInvoked (4.38s)
=== RUN TestCleanBuildOnBuild
I1024 10:17:51.875111 22627 docker.go:485] Using locally available image "sti_test/sti-fake-onbuild:latest"
I1024 10:17:51.881654 22627 docker.go:485] Using locally available image "sti_test/sti-fake-onbuild:latest"
I1024 10:17:51.881730 22627 docker.go:716] Image sha256:b6f7f083dd700c89658b668e5c10e25983ab99c60d052747ee942852ae8f9db7 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:17:51.881803 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:17:51.881927 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:17:51.881969 22627 onbuild.go:87] Preparing the source code for build
I1024 10:17:51.882488 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:17:51.882537 22627 clone.go:40] Cloning sources into "/tmp/s2i175802447/upload/src"
I1024 10:17:52.084870 22627 clone.go:56] Checked out "HEAD"
I1024 10:17:52.109499 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:17:52.129094 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I1024 10:17:52.129224 22627 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I1024 10:17:52.130668 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I1024 10:17:52.130786 22627 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I1024 10:17:52.130865 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:17:52.130937 22627 onbuild.go:181] Found S2I 'run' script, copying to application source dir
I1024 10:17:52.131118 22627 fs.go:260] F "/tmp/s2i175802447/upload/scripts/run" -> "/tmp/s2i175802447/upload/src/run"
I1024 10:17:52.131243 22627 onbuild.go:185] Found S2I 'assemble' script, copying to application source dir
I1024 10:17:52.131416 22627 fs.go:260] F "/tmp/s2i175802447/upload/scripts/assemble" -> "/tmp/s2i175802447/upload/src/assemble"
I1024 10:17:52.131523 22627 onbuild.go:97] Creating application Dockerfile
I1024 10:17:52.131968 22627 entrypoint.go:33] Found valid ENTRYPOINT: run
I1024 10:17:52.132063 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:17:52.132219 22627 onbuild.go:106] Creating application source code image
I1024 10:17:52.132409 22627 tar.go:217] Adding "/tmp/s2i175802447/upload/src" to tar ...
I1024 10:17:52.132452 22627 onbuild.go:120] Building the application source
I1024 10:17:52.132620 22627 docker.go:1121] 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:}
I1024 10:17:52.135775 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/.gitignore as .gitignore
I1024 10:17:52.136187 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/.s2i as .s2i
I1024 10:17:52.136492 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/.s2i/bin as .s2i/bin
I1024 10:17:52.136802 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/.s2i/bin/README as .s2i/bin/README
I1024 10:17:52.137143 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/.s2i/environment as .s2i/environment
I1024 10:17:52.137521 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/.travis.yml as .travis.yml
I1024 10:17:52.137929 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/Dockerfile as Dockerfile
I1024 10:17:52.138316 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/Gemfile as Gemfile
I1024 10:17:52.146513 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/Gemfile.lock as Gemfile.lock
I1024 10:17:52.147026 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/README.md as README.md
I1024 10:17:52.147466 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/Rakefile as Rakefile
I1024 10:17:52.147935 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/app.rb as app.rb
I1024 10:17:52.148382 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/assemble as assemble
I1024 10:17:52.148851 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/config as config
I1024 10:17:52.149285 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/config/database.rb as config/database.rb
I1024 10:17:52.149762 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/config/database.yml as config/database.yml
I1024 10:17:52.150254 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/config.ru as config.ru
I1024 10:17:52.150712 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/db as db
I1024 10:17:52.151123 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/db/migrate as db/migrate
I1024 10:17:52.151597 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/db/migrate/20141102191902_create_key_pair.rb as db/migrate/20141102191902_create_key_pair.rb
I1024 10:17:52.152041 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/models.rb as models.rb
I1024 10:17:52.152474 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/run as run
I1024 10:17:52.152918 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/run.sh as run.sh
I1024 10:17:52.153347 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/test as test
I1024 10:17:52.153780 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/test/sample_test.rb as test/sample_test.rb
I1024 10:17:52.154181 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/upload/src/views as views
I1024 10:17:52.154612 22627 tar.go:312] Adding to tar: /tmp/s2i175802447/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 f2194c7c4c92\n"}
{"stream":"Step 1 : COPY . /tmp/src/\n"}
{"stream":" ---\u003e 38e6d7c1797d\n"}
{"stream":"Removing intermediate container f4b0f9c1194b\n"}
{"stream":"Removing intermediate container f2194c7c4c92\n"}
{"stream":"Step 2 : ENV RACK_ENV \"production\"\n"}
{"stream":" ---\u003e Running in 72a6b99fdcab\n"}
{"stream":" ---\u003e 5eddbfa07e96\n"}
{"stream":"Removing intermediate container 72a6b99fdcab\n"}
{"stream":"Step 3 : RUN sh assemble\n"}
{"stream":" ---\u003e Running in b1fe4ce81a2c\n"}
{"stream":" ---\u003e 0228ea2a9058\n"}
{"stream":"Removing intermediate container b1fe4ce81a2c\n"}
{"stream":"Step 4 : ENTRYPOINT ./run\n"}
{"stream":" ---\u003e Running in 7f36ed9622f8\n"}
{"stream":" ---\u003e 2c0ff702f821\n"}
{"stream":"Removing intermediate container 7f36ed9622f8\n"}
{"stream":"Successfully built 2c0ff702f821\n"}
I1024 10:17:59.891627 22627 onbuild.go:129] Cleaning up temporary containers
I1024 10:17:59.891710 22627 cleanup.go:33] Removing temporary directory /tmp/s2i175802447
I1024 10:17:59.891756 22627 fs.go:302] Removing directory '/tmp/s2i175802447'
--- PASS: TestCleanBuildOnBuild (9.45s)
=== RUN TestCleanBuildOnBuildNoName
I1024 10:18:01.319099 22627 docker.go:485] Using locally available image "sti_test/sti-fake-onbuild:latest"
I1024 10:18:01.325578 22627 docker.go:485] Using locally available image "sti_test/sti-fake-onbuild:latest"
I1024 10:18:01.325642 22627 docker.go:716] Image sha256:b6f7f083dd700c89658b668e5c10e25983ab99c60d052747ee942852ae8f9db7 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:18:01.325734 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:18:01.325856 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:18:01.325894 22627 onbuild.go:87] Preparing the source code for build
I1024 10:18:01.326439 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:18:01.326489 22627 clone.go:40] Cloning sources into "/tmp/s2i783753058/upload/src"
I1024 10:18:02.204240 22627 clone.go:56] Checked out "HEAD"
I1024 10:18:02.229771 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:18:02.249322 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I1024 10:18:02.249455 22627 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I1024 10:18:02.250894 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I1024 10:18:02.251016 22627 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I1024 10:18:02.251071 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:18:02.251115 22627 onbuild.go:181] Found S2I 'run' script, copying to application source dir
I1024 10:18:02.251235 22627 fs.go:260] F "/tmp/s2i783753058/upload/scripts/run" -> "/tmp/s2i783753058/upload/src/run"
I1024 10:18:02.251329 22627 onbuild.go:185] Found S2I 'assemble' script, copying to application source dir
I1024 10:18:02.251441 22627 fs.go:260] F "/tmp/s2i783753058/upload/scripts/assemble" -> "/tmp/s2i783753058/upload/src/assemble"
I1024 10:18:02.251522 22627 onbuild.go:97] Creating application Dockerfile
I1024 10:18:02.251920 22627 entrypoint.go:33] Found valid ENTRYPOINT: run
I1024 10:18:02.252016 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:18:02.252170 22627 onbuild.go:106] Creating application source code image
I1024 10:18:02.252357 22627 onbuild.go:120] Building the application source
I1024 10:18:02.252506 22627 docker.go:1121] 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:}
I1024 10:18:02.252542 22627 tar.go:217] Adding "/tmp/s2i783753058/upload/src" to tar ...
I1024 10:18:02.255893 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/.gitignore as .gitignore
I1024 10:18:02.256287 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/.s2i as .s2i
I1024 10:18:02.256602 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/.s2i/bin as .s2i/bin
I1024 10:18:02.256922 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/.s2i/bin/README as .s2i/bin/README
I1024 10:18:02.257270 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/.s2i/environment as .s2i/environment
I1024 10:18:02.257649 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/.travis.yml as .travis.yml
I1024 10:18:02.258049 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/Dockerfile as Dockerfile
I1024 10:18:02.258432 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/Gemfile as Gemfile
I1024 10:18:02.258800 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/Gemfile.lock as Gemfile.lock
I1024 10:18:02.259123 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/README.md as README.md
I1024 10:18:02.259431 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/Rakefile as Rakefile
I1024 10:18:02.259771 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/app.rb as app.rb
I1024 10:18:02.260147 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/assemble as assemble
I1024 10:18:02.260509 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/config as config
I1024 10:18:02.260891 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/config/database.rb as config/database.rb
I1024 10:18:02.261286 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/config/database.yml as config/database.yml
I1024 10:18:02.261712 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/config.ru as config.ru
I1024 10:18:02.262073 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/db as db
I1024 10:18:02.262404 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/db/migrate as db/migrate
I1024 10:18:02.262941 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/db/migrate/20141102191902_create_key_pair.rb as db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:02.263353 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/models.rb as models.rb
I1024 10:18:02.263743 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/run as run
I1024 10:18:02.264109 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/run.sh as run.sh
I1024 10:18:02.264451 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/test as test
I1024 10:18:02.264805 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/test/sample_test.rb as test/sample_test.rb
I1024 10:18:02.265129 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/upload/src/views as views
I1024 10:18:02.265464 22627 tar.go:312] Adding to tar: /tmp/s2i783753058/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 1a126e5fb144\n"}
{"stream":"Step 1 : COPY . /tmp/src/\n"}
{"stream":" ---\u003e 82ff8b41897a\n"}
{"stream":"Removing intermediate container 1a126e5fb144\n"}
{"stream":"Removing intermediate container 8a4915cb6dd6\n"}
{"stream":"Step 2 : ENV RACK_ENV \"production\"\n"}
{"stream":" ---\u003e Running in 93d3b65dee9a\n"}
{"stream":" ---\u003e 872e7165facc\n"}
{"stream":"Removing intermediate container 93d3b65dee9a\n"}
{"stream":"Step 3 : RUN sh assemble\n"}
{"stream":" ---\u003e Running in a25989d73664\n"}
{"stream":" ---\u003e 0c848df5f9bb\n"}
{"stream":"Removing intermediate container a25989d73664\n"}
{"stream":"Step 4 : ENTRYPOINT ./run\n"}
{"stream":" ---\u003e Running in a7d1edb95a26\n"}
{"stream":" ---\u003e b0e534f8ed28\n"}
{"stream":"Removing intermediate container a7d1edb95a26\n"}
{"stream":"Successfully built b0e534f8ed28\n"}
I1024 10:18:10.835167 22627 onbuild.go:129] Cleaning up temporary containers
I1024 10:18:10.835249 22627 cleanup.go:33] Removing temporary directory /tmp/s2i783753058
I1024 10:18:10.835300 22627 fs.go:302] Removing directory '/tmp/s2i783753058'
--- PASS: TestCleanBuildOnBuildNoName (9.53s)
=== RUN TestCleanBuildNoName
I1024 10:18:10.851991 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:10.858360 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:10.858422 22627 docker.go:716] Image sha256:4880b8106ca25581571798e6756113311ecd62ee7407756b18f4c0192d2d7860 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:18:10.858492 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:18:10.858598 22627 sti.go:204] Preparing to build
I1024 10:18:10.859166 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:18:10.859229 22627 clone.go:40] Cloning sources into "/tmp/s2i731448153/upload/src"
I1024 10:18:11.087443 22627 clone.go:56] Checked out "HEAD"
I1024 10:18:11.112463 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:18:11.132209 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I1024 10:18:11.132324 22627 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I1024 10:18:11.133750 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I1024 10:18:11.133861 22627 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I1024 10:18:11.135243 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I1024 10:18:11.135354 22627 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I1024 10:18:11.135411 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:18:11.135438 22627 sti.go:213] Clean build will be performed
I1024 10:18:11.135485 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:18:11.135516 22627 sti.go:227] Running "assemble" in ""
I1024 10:18:11.135538 22627 sti.go:572] Using image name sti_test/sti-fake
I1024 10:18:11.139210 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:11.139318 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:18:11.139502 22627 sti.go:689] starting the source uploading ...
I1024 10:18:11.139573 22627 tar.go:217] Adding "/tmp/s2i731448153/upload" to tar ...
I1024 10:18:11.139970 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/scripts as scripts
I1024 10:18:11.143976 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:18:11.144069 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:18:11.144383 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_d04ab55f" 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>}} ...
I1024 10:18:11.507476 22627 docker.go:988] Attaching to container "339686e04512f3315007fd49a5141064f9d76b6e84d0b33cc843d1b1b033270f" ...
I1024 10:18:11.510123 22627 docker.go:999] Starting container "339686e04512f3315007fd49a5141064f9d76b6e84d0b33cc843d1b1b033270f" ...
I1024 10:18:11.802500 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/scripts/assemble as scripts/assemble
I1024 10:18:11.802857 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/scripts/run as scripts/run
I1024 10:18:11.803235 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/scripts/save-artifacts as scripts/save-artifacts
I1024 10:18:11.803602 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src as src
I1024 10:18:11.806884 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/.gitignore as src/.gitignore
I1024 10:18:11.807195 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/.s2i as src/.s2i
I1024 10:18:11.807471 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:18:11.807810 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:18:11.808136 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:18:11.808493 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/.travis.yml as src/.travis.yml
I1024 10:18:11.808846 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/Dockerfile as src/Dockerfile
I1024 10:18:11.809177 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/Gemfile as src/Gemfile
I1024 10:18:11.809483 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:18:11.809788 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/README.md as src/README.md
I1024 10:18:11.810075 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/Rakefile as src/Rakefile
I1024 10:18:11.810363 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/app.rb as src/app.rb
I1024 10:18:11.810635 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/config as src/config
I1024 10:18:11.810938 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/config/database.rb as src/config/database.rb
I1024 10:18:11.811231 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/config/database.yml as src/config/database.yml
I1024 10:18:11.811527 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/config.ru as src/config.ru
I1024 10:18:11.811826 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/db as src/db
I1024 10:18:11.812122 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/db/migrate as src/db/migrate
I1024 10:18:11.812462 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:11.812775 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/models.rb as src/models.rb
I1024 10:18:11.813092 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/run.sh as src/run.sh
I1024 10:18:11.813450 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/test as src/test
I1024 10:18:11.813744 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:18:11.814021 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/views as src/views
I1024 10:18:11.814280 22627 tar.go:312] Adding to tar: /tmp/s2i731448153/upload/src/views/main.erb as src/views/main.erb
I1024 10:18:11.863961 22627 docker.go:1030] Waiting for container "339686e04512f3315007fd49a5141064f9d76b6e84d0b33cc843d1b1b033270f" to stop ...
I1024 10:18:12.015570 22627 docker.go:1055] Invoking PostExecute function
I1024 10:18:12.015629 22627 postexecutorstep.go:68] Skipping step: store previous image
I1024 10:18:12.015661 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:18:12.018209 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:18:12.018271 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i731448153/metadata'
I1024 10:18:12.018448 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:18:12.181033 22627 tar.go:376] Creating directory /tmp/s2i731448153/metadata
I1024 10:18:12.181129 22627 tar.go:444] Creating /tmp/s2i731448153/metadata/image_metadata.json
I1024 10:18:12.181307 22627 tar.go:454] Extracting/writing /tmp/s2i731448153/metadata/image_metadata.json
I1024 10:18:12.185162 22627 tar.go:400] Done extracting tar stream
I1024 10:18:12.185372 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:18:12.190444 22627 docker.go:1089] Committing container with dockerOpts: {Reference: Comment: Author: Changes:[] Pause:false Config:0xc4204143c0}, 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.ref:master testLabel:testLabel_value io.openshift.s2i.build.commit.message:Merge pull request #71 from bparees/gemfile2 io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.commit.date:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096 io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:18:13.101795 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:18:13.101867 22627 postexecutorstep.go:397] Successfully built sha256:396caa65f46606a04cf3305cf2e3fa52a4881ed9bd65f96344a75536f2e95f41
I1024 10:18:13.101900 22627 postexecutorstep.go:93] Skipping step: remove previous image
I1024 10:18:13.102022 22627 docker.go:966] Removing container "339686e04512f3315007fd49a5141064f9d76b6e84d0b33cc843d1b1b033270f" ...
I1024 10:18:13.115319 22627 docker.go:976] Removed container "339686e04512f3315007fd49a5141064f9d76b6e84d0b33cc843d1b1b033270f"
I1024 10:18:13.115568 22627 cleanup.go:33] Removing temporary directory /tmp/s2i731448153
I1024 10:18:13.115619 22627 fs.go:302] Removing directory '/tmp/s2i731448153'
--- PASS: TestCleanBuildNoName (2.28s)
=== RUN TestLayeredBuildNoTarNoName
I1024 10:18:13.125739 22627 docker.go:485] Using locally available image "sti_test/sti-fake-no-tar:latest"
I1024 10:18:13.131919 22627 docker.go:485] Using locally available image "sti_test/sti-fake-no-tar:latest"
I1024 10:18:13.131970 22627 docker.go:714] warning: Image sha256:bf2187e58125b5e522bd0397abf480bc8cf42edb66f0e131a33d7550f2278a6e does not contain a value for the io.openshift.s2i.scripts-url label
I1024 10:18:13.132046 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:18:13.132157 22627 sti.go:204] Preparing to build
I1024 10:18:13.132668 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:18:13.132749 22627 clone.go:40] Cloning sources into "/tmp/s2i445517555/upload/src"
I1024 10:18:13.347307 22627 clone.go:56] Checked out "HEAD"
I1024 10:18:13.372178 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:18:13.389753 22627 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'
I1024 10:18:13.389908 22627 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"
I1024 10:18:13.390148 22627 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'
I1024 10:18:13.390306 22627 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"
I1024 10:18:13.390557 22627 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'
I1024 10:18:13.390721 22627 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"
I1024 10:18:13.390809 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:18:13.390858 22627 sti.go:213] Clean build will be performed
I1024 10:18:13.390934 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:18:13.390982 22627 sti.go:227] Running "assemble" in ""
I1024 10:18:13.391032 22627 sti.go:572] Using image name sti_test/sti-fake-no-tar
I1024 10:18:13.393986 22627 docker.go:485] Using locally available image "sti_test/sti-fake-no-tar:latest"
I1024 10:18:13.394097 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:18:13.394467 22627 sti.go:689] starting the source uploading ...
I1024 10:18:13.394543 22627 tar.go:217] Adding "/tmp/s2i445517555/upload" to tar ...
I1024 10:18:13.394905 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/scripts as scripts
I1024 10:18:13.398534 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:18:13.398630 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:18:13.398989 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_no_tar_36d9ff45" 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>}} ...
I1024 10:18:13.958455 22627 docker.go:988] Attaching to container "d5a409132e555c207fed0184ad5c6a4b203211203de7361be37df871931b9f08" ...
I1024 10:18:13.959969 22627 docker.go:999] Starting container "d5a409132e555c207fed0184ad5c6a4b203211203de7361be37df871931b9f08" ...
I1024 10:18:14.255198 22627 sti.go:701] /bin/sh: tar: not found
I1024 10:18:14.255346 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/scripts/assemble as scripts/assemble
I1024 10:18:14.255721 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/scripts/run as scripts/run
I1024 10:18:14.256116 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/scripts/save-artifacts as scripts/save-artifacts
I1024 10:18:14.256475 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src as src
I1024 10:18:14.260999 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/.gitignore as src/.gitignore
I1024 10:18:14.261327 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/.s2i as src/.s2i
I1024 10:18:14.261638 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:18:14.261974 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:18:14.262327 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:18:14.262701 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/.travis.yml as src/.travis.yml
I1024 10:18:14.263070 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/Dockerfile as src/Dockerfile
I1024 10:18:14.263430 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/Gemfile as src/Gemfile
I1024 10:18:14.263799 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:18:14.264163 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/README.md as src/README.md
I1024 10:18:14.264525 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/Rakefile as src/Rakefile
I1024 10:18:14.264895 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/app.rb as src/app.rb
I1024 10:18:14.265259 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/config as src/config
I1024 10:18:14.265628 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/config/database.rb as src/config/database.rb
I1024 10:18:14.266306 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/config/database.yml as src/config/database.yml
I1024 10:18:14.266696 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/config.ru as src/config.ru
I1024 10:18:14.267035 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/db as src/db
I1024 10:18:14.267382 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/db/migrate as src/db/migrate
I1024 10:18:14.267782 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:14.268108 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/models.rb as src/models.rb
I1024 10:18:14.272108 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/run.sh as src/run.sh
I1024 10:18:14.272437 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/test as src/test
I1024 10:18:14.272789 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:18:14.273186 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/views as src/views
I1024 10:18:14.273510 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/views/main.erb as src/views/main.erb
I1024 10:18:14.288886 22627 docker.go:1030] Waiting for container "d5a409132e555c207fed0184ad5c6a4b203211203de7361be37df871931b9f08" to stop ...
I1024 10:18:14.402785 22627 docker.go:966] Removing container "d5a409132e555c207fed0184ad5c6a4b203211203de7361be37df871931b9f08" ...
I1024 10:18:14.415462 22627 docker.go:976] Removed container "d5a409132e555c207fed0184ad5c6a4b203211203de7361be37df871931b9f08"
I1024 10:18:14.416063 22627 sti.go:232] Image is missing basic requirements (sh or tar), layered build will be performed
I1024 10:18:14.418305 22627 layered.go:103] The scripts are included in "/tmp/s2i445517555/upload/scripts" directory
I1024 10:18:14.418487 22627 layered.go:127] Writing custom Dockerfile to /tmp/s2i445517555/upload
I1024 10:18:14.418525 22627 layered.go:160] Creating application source code image
I1024 10:18:14.418756 22627 layered.go:175] Building new image s2i-layered-temp-image-1540390694418644591 with scripts and sources already inside
I1024 10:18:14.418900 22627 docker.go:1121] Building container using config: {Tags:[s2i-layered-temp-image-1540390694418644591] 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:}
I1024 10:18:14.418909 22627 tar.go:217] Adding "/tmp/s2i445517555/upload" to tar ...
I1024 10:18:14.419278 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/Dockerfile as Dockerfile
I1024 10:18:14.419766 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/scripts as scripts
I1024 10:18:14.420148 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/scripts/assemble as scripts/assemble
I1024 10:18:14.420490 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/scripts/run as scripts/run
I1024 10:18:14.420927 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/scripts/save-artifacts as scripts/save-artifacts
I1024 10:18:14.421265 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src as src
I1024 10:18:14.425550 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/.gitignore as src/.gitignore
I1024 10:18:14.425926 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/.s2i as src/.s2i
I1024 10:18:14.426264 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:18:14.426570 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:18:14.426938 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:18:14.427298 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/.travis.yml as src/.travis.yml
I1024 10:18:14.427662 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/Dockerfile as src/Dockerfile
I1024 10:18:14.428043 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/Gemfile as src/Gemfile
I1024 10:18:14.428399 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:18:14.428815 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/README.md as src/README.md
I1024 10:18:14.429210 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/Rakefile as src/Rakefile
I1024 10:18:14.429576 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/app.rb as src/app.rb
I1024 10:18:14.429958 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/config as src/config
I1024 10:18:14.430322 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/config/database.rb as src/config/database.rb
I1024 10:18:14.430724 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/config/database.yml as src/config/database.yml
I1024 10:18:14.431117 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/config.ru as src/config.ru
I1024 10:18:14.431465 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/db as src/db
I1024 10:18:14.431907 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/db/migrate as src/db/migrate
I1024 10:18:14.432339 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:14.432733 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/models.rb as src/models.rb
I1024 10:18:14.433130 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/run.sh as src/run.sh
I1024 10:18:14.433509 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/test as src/test
I1024 10:18:14.433886 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:18:14.434237 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/views as src/views
I1024 10:18:14.434603 22627 tar.go:312] Adding to tar: /tmp/s2i445517555/upload/src/views/main.erb as src/views/main.erb
I1024 10:18:14.447155 22627 layered.go:173] {"stream":"Step 1 : FROM sti_test/sti-fake-no-tar\n"}
I1024 10:18:14.447253 22627 layered.go:173] {"stream":" ---\u003e bf2187e58125\n"}
I1024 10:18:14.447293 22627 layered.go:173] {"stream":"Step 2 : COPY scripts /tmp/scripts\n"}
I1024 10:18:15.801211 22627 layered.go:173] {"stream":" ---\u003e 2c72d2d7f0f3\n"}
I1024 10:18:15.811603 22627 layered.go:173] {"stream":"Removing intermediate container eb7a19c8946c\n"}
I1024 10:18:15.811696 22627 layered.go:173] {"stream":"Step 3 : COPY src /tmp/src\n"}
I1024 10:18:17.534992 22627 layered.go:173] {"stream":" ---\u003e 87020722fbc9\n"}
I1024 10:18:17.545659 22627 layered.go:173] {"stream":"Removing intermediate container 0dd66d8249ff\n"}
I1024 10:18:17.548140 22627 layered.go:173] {"stream":"Successfully built 87020722fbc9\n"}
I1024 10:18:17.549544 22627 layered.go:193] Scripts dir has contents true
I1024 10:18:17.549599 22627 layered.go:208] Building using sti-enabled image
I1024 10:18:17.549662 22627 sti.go:572] Using image name s2i-layered-temp-image-1540390694418644591
I1024 10:18:17.552383 22627 docker.go:485] Using locally available image "s2i-layered-temp-image-1540390694418644591:latest"
I1024 10:18:17.552498 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:18:17.557038 22627 docker.go:791] Base directory for S2I scripts is '/tmp/scripts'. Untarring destination is '/tmp'.
I1024 10:18:17.557102 22627 docker.go:947] Setting "/tmp/scripts/assemble" command for container ...
I1024 10:18:17.557452 22627 docker.go:956] Creating container with options {Name:"s2i_s2i_layered_temp_image_1540390694418644591_6172bfe3" 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-1540390694418644591: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>}} ...
I1024 10:18:17.926206 22627 docker.go:988] Attaching to container "131c695a15de1e7def5ce5825127691ccbfee9c84bbf3822663d094c6ee26161" ...
I1024 10:18:17.927980 22627 docker.go:999] Starting container "131c695a15de1e7def5ce5825127691ccbfee9c84bbf3822663d094c6ee26161" ...
I1024 10:18:18.274605 22627 docker.go:1030] Waiting for container "131c695a15de1e7def5ce5825127691ccbfee9c84bbf3822663d094c6ee26161" to stop ...
I1024 10:18:18.404197 22627 docker.go:1055] Invoking PostExecute function
I1024 10:18:18.404272 22627 postexecutorstep.go:68] Skipping step: store previous image
I1024 10:18:18.404303 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:18:18.406832 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:18:18.406896 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i445517555/metadata'
I1024 10:18:18.407065 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:18:18.555227 22627 tar.go:376] Creating directory /tmp/s2i445517555/metadata
I1024 10:18:18.555315 22627 tar.go:444] Creating /tmp/s2i445517555/metadata/image_metadata.json
I1024 10:18:18.555466 22627 tar.go:454] Extracting/writing /tmp/s2i445517555/metadata/image_metadata.json
I1024 10:18:18.555645 22627 tar.go:400] Done extracting tar stream
I1024 10:18:18.555814 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:18:18.560386 22627 docker.go:1089] Committing container with dockerOpts: {Reference: Comment: Author: Changes:[] Pause:false Config:0xc4202cb2c0}, 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.date:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096 io.openshift.s2i.build.commit.ref:master testLabel:testLabel_value io.openshift.s2i.build.commit.message:Merge pull request #71 from bparees/gemfile2 io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.build.image:s2i-layered-temp-image-1540390694418644591 io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com>] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:18:20.038762 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:18:20.038824 22627 postexecutorstep.go:397] Successfully built sha256:51a4d770ce0ed518e374fb798c6007f5159766b6f97836be899bad64b55c73dc
I1024 10:18:20.038862 22627 postexecutorstep.go:93] Skipping step: remove previous image
I1024 10:18:20.038982 22627 docker.go:966] Removing container "131c695a15de1e7def5ce5825127691ccbfee9c84bbf3822663d094c6ee26161" ...
I1024 10:18:20.052637 22627 docker.go:976] Removed container "131c695a15de1e7def5ce5825127691ccbfee9c84bbf3822663d094c6ee26161"
I1024 10:18:20.052893 22627 cleanup.go:33] Removing temporary directory /tmp/s2i445517555
I1024 10:18:20.052956 22627 fs.go:302] Removing directory '/tmp/s2i445517555'
I1024 10:18:20.058455 22627 cleanup.go:42] Removing temporary image s2i-layered-temp-image-1540390694418644591
--- PASS: TestLayeredBuildNoTarNoName (6.94s)
=== RUN TestAllowedUIDsNamedUser
I1024 10:18:20.071356 22627 docker.go:485] Using locally available image "sti_test/sti-fake-user:latest"
--- PASS: TestAllowedUIDsNamedUser (0.01s)
=== RUN TestAllowedUIDsNumericUser
I1024 10:18:20.086173 22627 docker.go:485] Using locally available image "sti_test/sti-fake-numericuser:latest"
I1024 10:18:20.096502 22627 docker.go:485] Using locally available image "sti_test/sti-fake-numericuser:latest"
I1024 10:18:20.096566 22627 docker.go:716] Image sha256:b3ca81902d4cc08628e7f8de56f8de43ef3c8f7d3a5e8f785bc7ab93d0212b6e contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:18:20.096644 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
--- PASS: TestAllowedUIDsNumericUser (0.02s)
=== RUN TestAllowedUIDsOnBuildRootUser
I1024 10:18:20.104953 22627 docker.go:485] Using locally available image "sti_test/sti-fake-onbuild-rootuser:latest"
--- PASS: TestAllowedUIDsOnBuildRootUser (0.01s)
=== RUN TestAllowedUIDsOnBuildNumericUser
I1024 10:18:20.117733 22627 docker.go:485] Using locally available image "sti_test/sti-fake-onbuild-numericuser:latest"
I1024 10:18:20.130868 22627 docker.go:485] Using locally available image "sti_test/sti-fake-onbuild-numericuser:latest"
I1024 10:18:20.130927 22627 docker.go:716] Image sha256:12b10283afb3d1333a0c897920765b8427d720b1fd939b460d5e7189d8940c64 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:18:20.130988 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:18:20.131101 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
--- PASS: TestAllowedUIDsOnBuildNumericUser (0.02s)
=== RUN TestAllowedUIDsAssembleRoot
I1024 10:18:20.138093 22627 docker.go:485] Using locally available image "sti_test/sti-fake-assemble-root:latest"
--- PASS: TestAllowedUIDsAssembleRoot (0.01s)
=== RUN TestAllowedUIDsAssembleUser
I1024 10:18:20.150508 22627 docker.go:485] Using locally available image "sti_test/sti-fake-assemble-user:latest"
I1024 10:18:20.159027 22627 docker.go:485] Using locally available image "sti_test/sti-fake-assemble-user:latest"
I1024 10:18:20.159088 22627 docker.go:716] Image sha256:86a63b9a6703c3392b77c3117928d3cadc541ef0c3010b5a5c2b23e59b334f8a contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:18:20.159156 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
--- PASS: TestAllowedUIDsAssembleUser (0.02s)
=== RUN TestIncrementalBuildAndRemovePreviousImage
I1024 10:18:20.167748 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:20.174030 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:20.174093 22627 docker.go:716] Image sha256:4880b8106ca25581571798e6756113311ecd62ee7407756b18f4c0192d2d7860 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:18:20.174160 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:18:20.174272 22627 sti.go:204] Preparing to build test/sti-incremental-app
I1024 10:18:20.174841 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:18:20.174890 22627 clone.go:40] Cloning sources into "/tmp/s2i137638813/upload/src"
I1024 10:18:20.397511 22627 clone.go:56] Checked out "HEAD"
I1024 10:18:20.422259 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:18:20.442218 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I1024 10:18:20.442345 22627 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I1024 10:18:20.443801 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I1024 10:18:20.443917 22627 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I1024 10:18:20.445391 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I1024 10:18:20.445521 22627 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I1024 10:18:20.445605 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:18:20.445647 22627 sti.go:213] Clean build will be performed
I1024 10:18:20.445722 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:18:20.445809 22627 sti.go:227] Running "assemble" in "test/sti-incremental-app"
I1024 10:18:20.445855 22627 sti.go:572] Using image name sti_test/sti-fake
I1024 10:18:20.448750 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:20.448834 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:18:20.448996 22627 sti.go:689] starting the source uploading ...
I1024 10:18:20.449067 22627 tar.go:217] Adding "/tmp/s2i137638813/upload" to tar ...
I1024 10:18:20.449416 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/scripts as scripts
I1024 10:18:20.453703 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:18:20.453778 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:18:20.454057 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_516c42b0" 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>}} ...
I1024 10:18:20.813917 22627 docker.go:988] Attaching to container "17ca0bb9c3137c03c47c59be2a70085f9b672950f7dce361ae2f3d3062de1d7c" ...
I1024 10:18:20.815583 22627 docker.go:999] Starting container "17ca0bb9c3137c03c47c59be2a70085f9b672950f7dce361ae2f3d3062de1d7c" ...
I1024 10:18:21.105183 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/scripts/assemble as scripts/assemble
I1024 10:18:21.105602 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/scripts/run as scripts/run
I1024 10:18:21.105979 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/scripts/save-artifacts as scripts/save-artifacts
I1024 10:18:21.106274 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src as src
I1024 10:18:21.112169 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/.gitignore as src/.gitignore
I1024 10:18:21.112533 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/.s2i as src/.s2i
I1024 10:18:21.112898 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:18:21.113564 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:18:21.114058 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:18:21.114438 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/.travis.yml as src/.travis.yml
I1024 10:18:21.114793 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/Dockerfile as src/Dockerfile
I1024 10:18:21.115170 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/Gemfile as src/Gemfile
I1024 10:18:21.115528 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:18:21.115951 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/README.md as src/README.md
I1024 10:18:21.116353 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/Rakefile as src/Rakefile
I1024 10:18:21.116791 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/app.rb as src/app.rb
I1024 10:18:21.117586 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/config as src/config
I1024 10:18:21.117949 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/config/database.rb as src/config/database.rb
I1024 10:18:21.118550 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/config/database.yml as src/config/database.yml
I1024 10:18:21.118925 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/config.ru as src/config.ru
I1024 10:18:21.119256 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/db as src/db
I1024 10:18:21.119573 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/db/migrate as src/db/migrate
I1024 10:18:21.119938 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:21.120271 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/models.rb as src/models.rb
I1024 10:18:21.120612 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/run.sh as src/run.sh
I1024 10:18:21.120977 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/test as src/test
I1024 10:18:21.121275 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:18:21.121534 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/views as src/views
I1024 10:18:21.121839 22627 tar.go:312] Adding to tar: /tmp/s2i137638813/upload/src/views/main.erb as src/views/main.erb
I1024 10:18:21.171149 22627 docker.go:1030] Waiting for container "17ca0bb9c3137c03c47c59be2a70085f9b672950f7dce361ae2f3d3062de1d7c" to stop ...
I1024 10:18:21.328558 22627 docker.go:1055] Invoking PostExecute function
I1024 10:18:21.328618 22627 postexecutorstep.go:68] Skipping step: store previous image
I1024 10:18:21.328648 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:18:21.331239 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:18:21.331301 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i137638813/metadata'
I1024 10:18:21.331459 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:18:21.477979 22627 tar.go:376] Creating directory /tmp/s2i137638813/metadata
I1024 10:18:21.478067 22627 tar.go:444] Creating /tmp/s2i137638813/metadata/image_metadata.json
I1024 10:18:21.478227 22627 tar.go:454] Extracting/writing /tmp/s2i137638813/metadata/image_metadata.json
I1024 10:18:21.478400 22627 tar.go:400] Done extracting tar stream
I1024 10:18:21.478535 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:18:21.483480 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-incremental-app Comment: Author: Changes:[] Pause:false Config:0xc4202ca8c0}, 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.scripts-url:http://127.0.0.1:23456/.s2i/bin io.openshift.s2i.build.commit.date:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.commit.message:Merge pull request #71 from bparees/gemfile2 io.k8s.display-name:test/sti-incremental-app io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:18:22.636655 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:18:22.636736 22627 postexecutorstep.go:397] Successfully built test/sti-incremental-app
I1024 10:18:22.636768 22627 postexecutorstep.go:93] Skipping step: remove previous image
I1024 10:18:22.636888 22627 docker.go:966] Removing container "17ca0bb9c3137c03c47c59be2a70085f9b672950f7dce361ae2f3d3062de1d7c" ...
I1024 10:18:22.652005 22627 docker.go:976] Removed container "17ca0bb9c3137c03c47c59be2a70085f9b672950f7dce361ae2f3d3062de1d7c"
I1024 10:18:22.652202 22627 cleanup.go:33] Removing temporary directory /tmp/s2i137638813
I1024 10:18:22.652244 22627 fs.go:302] Removing directory '/tmp/s2i137638813'
I1024 10:18:22.657301 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:22.663579 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:22.663639 22627 docker.go:716] Image sha256:4880b8106ca25581571798e6756113311ecd62ee7407756b18f4c0192d2d7860 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:18:22.663734 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:18:22.663830 22627 sti.go:204] Preparing to build test/sti-incremental-app
I1024 10:18:22.664237 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:18:22.664276 22627 clone.go:40] Cloning sources into "/tmp/s2i160594903/upload/src"
I1024 10:18:22.856751 22627 clone.go:56] Checked out "HEAD"
I1024 10:18:22.880826 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:18:22.900979 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I1024 10:18:22.901109 22627 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I1024 10:18:22.902609 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I1024 10:18:22.902735 22627 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I1024 10:18:22.904242 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I1024 10:18:22.904367 22627 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I1024 10:18:22.904453 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:18:22.907831 22627 docker.go:485] Using locally available image "test/sti-incremental-app:latest"
I1024 10:18:22.910596 22627 sti.go:211] Existing image for tag test/sti-incremental-app detected for incremental build
I1024 10:18:22.910652 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:18:22.910798 22627 sti.go:510] Saving build artifacts from image test/sti-incremental-app to path /tmp/s2i160594903/upload/artifacts
I1024 10:18:22.913575 22627 sti.go:534] The assemble user is not set, defaulting to "" user
I1024 10:18:22.918952 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:18:22.919024 22627 docker.go:947] Setting "/tmp/scripts/save-artifacts" command for container ...
I1024 10:18:22.919314 22627 docker.go:956] Creating container with options {Name:"s2i_test_sti_incremental_app_78092a35" 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>}} ...
I1024 10:18:23.289693 22627 docker.go:988] Attaching to container "8dbb045ab5e6c114aa5a9595dc5f7c3d09bad92b3443a36a0670c82d89e9eb6e" ...
I1024 10:18:23.291527 22627 docker.go:999] Starting container "8dbb045ab5e6c114aa5a9595dc5f7c3d09bad92b3443a36a0670c82d89e9eb6e" ...
I1024 10:18:23.927648 22627 tar.go:367] Creating directory /tmp/s2i160594903/upload/artifacts
I1024 10:18:23.927850 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts
I1024 10:18:23.927925 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/.gitignore
I1024 10:18:23.928073 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/.gitignore
I1024 10:18:23.928992 22627 tar.go:367] Creating directory /tmp/s2i160594903/upload/artifacts/.s2i
I1024 10:18:23.929218 22627 tar.go:367] Creating directory /tmp/s2i160594903/upload/artifacts/.s2i/bin
I1024 10:18:23.929435 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts/.s2i/bin
I1024 10:18:23.929499 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/.s2i/bin/README
I1024 10:18:23.929616 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/.s2i/bin/README
I1024 10:18:23.930139 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts/.s2i
I1024 10:18:23.930208 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/.s2i/environment
I1024 10:18:23.930327 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/.s2i/environment
I1024 10:18:23.932338 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts
I1024 10:18:23.932409 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/.travis.yml
I1024 10:18:23.932510 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/.travis.yml
I1024 10:18:23.934087 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts
I1024 10:18:23.934178 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/Dockerfile
I1024 10:18:23.934288 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/Dockerfile
I1024 10:18:23.942660 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts
I1024 10:18:23.942752 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/Gemfile
I1024 10:18:23.942852 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/Gemfile
I1024 10:18:23.943173 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts
I1024 10:18:23.943236 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/Gemfile.lock
I1024 10:18:23.943331 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/Gemfile.lock
I1024 10:18:23.943638 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts
I1024 10:18:23.943724 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/README.md
I1024 10:18:23.943845 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/README.md
I1024 10:18:23.953478 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts
I1024 10:18:23.953551 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/Rakefile
I1024 10:18:23.953656 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/Rakefile
I1024 10:18:23.957899 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts
I1024 10:18:23.957971 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/app.rb
I1024 10:18:23.958079 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/app.rb
I1024 10:18:23.972902 22627 tar.go:367] Creating directory /tmp/s2i160594903/upload/artifacts/config
I1024 10:18:23.973140 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts/config
I1024 10:18:23.973202 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/config/database.rb
I1024 10:18:23.973303 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/config/database.rb
I1024 10:18:23.973596 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts/config
I1024 10:18:23.973660 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/config/database.yml
I1024 10:18:23.973775 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/config/database.yml
I1024 10:18:23.974058 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts
I1024 10:18:23.974122 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/config.ru
I1024 10:18:23.974219 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/config.ru
I1024 10:18:23.978889 22627 tar.go:367] Creating directory /tmp/s2i160594903/upload/artifacts/db
I1024 10:18:23.979116 22627 tar.go:367] Creating directory /tmp/s2i160594903/upload/artifacts/db/migrate
I1024 10:18:23.979347 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts/db/migrate
I1024 10:18:23.979430 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:23.979528 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:23.983882 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts
I1024 10:18:23.983950 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/models.rb
I1024 10:18:23.984053 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/models.rb
I1024 10:18:23.988980 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts
I1024 10:18:23.989047 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/run.sh
I1024 10:18:23.989145 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/run.sh
I1024 10:18:23.999929 22627 tar.go:367] Creating directory /tmp/s2i160594903/upload/artifacts/test
I1024 10:18:24.000177 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts/test
I1024 10:18:24.000240 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/test/sample_test.rb
I1024 10:18:24.000333 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/test/sample_test.rb
I1024 10:18:24.015884 22627 tar.go:367] Creating directory /tmp/s2i160594903/upload/artifacts/views
I1024 10:18:24.016129 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts/views
I1024 10:18:24.016189 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/views/main.erb
I1024 10:18:24.016289 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/views/main.erb
I1024 10:18:24.025057 22627 tar.go:376] Creating directory /tmp/s2i160594903/upload/artifacts
I1024 10:18:24.025129 22627 tar.go:444] Creating /tmp/s2i160594903/upload/artifacts/save-artifacts-invoked
I1024 10:18:24.025229 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/upload/artifacts/save-artifacts-invoked
I1024 10:18:24.025474 22627 tar.go:400] Done extracting tar stream
I1024 10:18:24.078069 22627 docker.go:1030] Waiting for container "8dbb045ab5e6c114aa5a9595dc5f7c3d09bad92b3443a36a0670c82d89e9eb6e" to stop ...
I1024 10:18:24.209146 22627 docker.go:966] Removing container "8dbb045ab5e6c114aa5a9595dc5f7c3d09bad92b3443a36a0670c82d89e9eb6e" ...
I1024 10:18:24.222424 22627 docker.go:976] Removed container "8dbb045ab5e6c114aa5a9595dc5f7c3d09bad92b3443a36a0670c82d89e9eb6e"
I1024 10:18:24.222676 22627 sti.go:227] Running "assemble" in "test/sti-incremental-app"
I1024 10:18:24.222741 22627 sti.go:572] Using image name sti_test/sti-fake
I1024 10:18:24.225328 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:24.225450 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:18:24.225821 22627 sti.go:689] starting the source uploading ...
I1024 10:18:24.225898 22627 tar.go:217] Adding "/tmp/s2i160594903/upload" to tar ...
I1024 10:18:24.226248 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts as artifacts
I1024 10:18:24.230121 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:18:24.230211 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:18:24.230553 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_4874ed16" 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>}} ...
I1024 10:18:24.596867 22627 docker.go:988] Attaching to container "e2d482411e543850310425d473258e0a7ffadf3217f38d71c08bab795675b42b" ...
I1024 10:18:24.598595 22627 docker.go:999] Starting container "e2d482411e543850310425d473258e0a7ffadf3217f38d71c08bab795675b42b" ...
I1024 10:18:24.894460 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/.gitignore as artifacts/.gitignore
I1024 10:18:24.894823 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/.s2i as artifacts/.s2i
I1024 10:18:24.895202 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/.s2i/bin as artifacts/.s2i/bin
I1024 10:18:24.895575 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/.s2i/bin/README as artifacts/.s2i/bin/README
I1024 10:18:24.895975 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/.s2i/environment as artifacts/.s2i/environment
I1024 10:18:24.896392 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/.travis.yml as artifacts/.travis.yml
I1024 10:18:24.896804 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/Dockerfile as artifacts/Dockerfile
I1024 10:18:24.897243 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/Gemfile as artifacts/Gemfile
I1024 10:18:24.897619 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/Gemfile.lock as artifacts/Gemfile.lock
I1024 10:18:24.897965 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/README.md as artifacts/README.md
I1024 10:18:24.898290 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/Rakefile as artifacts/Rakefile
I1024 10:18:24.898589 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/app.rb as artifacts/app.rb
I1024 10:18:24.898997 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/config as artifacts/config
I1024 10:18:24.899290 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/config/database.rb as artifacts/config/database.rb
I1024 10:18:24.899588 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/config/database.yml as artifacts/config/database.yml
I1024 10:18:24.899877 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/config.ru as artifacts/config.ru
I1024 10:18:24.900134 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/db as artifacts/db
I1024 10:18:24.900437 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/db/migrate as artifacts/db/migrate
I1024 10:18:24.900801 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb as artifacts/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:24.901143 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/models.rb as artifacts/models.rb
I1024 10:18:24.901515 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/run.sh as artifacts/run.sh
I1024 10:18:24.901906 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/save-artifacts-invoked as artifacts/save-artifacts-invoked
I1024 10:18:24.902190 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/test as artifacts/test
I1024 10:18:24.902539 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/test/sample_test.rb as artifacts/test/sample_test.rb
I1024 10:18:24.902882 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/views as artifacts/views
I1024 10:18:24.903203 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/artifacts/views/main.erb as artifacts/views/main.erb
I1024 10:18:24.903543 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/scripts as scripts
I1024 10:18:24.903853 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/scripts/assemble as scripts/assemble
I1024 10:18:24.904146 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/scripts/run as scripts/run
I1024 10:18:24.904493 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/scripts/save-artifacts as scripts/save-artifacts
I1024 10:18:24.904796 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src as src
I1024 10:18:24.907923 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/.gitignore as src/.gitignore
I1024 10:18:24.908199 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/.s2i as src/.s2i
I1024 10:18:24.908505 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:18:24.908795 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:18:24.909139 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:18:24.909449 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/.travis.yml as src/.travis.yml
I1024 10:18:24.909818 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/Dockerfile as src/Dockerfile
I1024 10:18:24.910178 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/Gemfile as src/Gemfile
I1024 10:18:24.914442 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:18:24.914831 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/README.md as src/README.md
I1024 10:18:24.915293 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/Rakefile as src/Rakefile
I1024 10:18:24.915766 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/app.rb as src/app.rb
I1024 10:18:24.916081 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/config as src/config
I1024 10:18:24.916417 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/config/database.rb as src/config/database.rb
I1024 10:18:24.916744 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/config/database.yml as src/config/database.yml
I1024 10:18:24.917062 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/config.ru as src/config.ru
I1024 10:18:24.917394 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/db as src/db
I1024 10:18:24.917725 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/db/migrate as src/db/migrate
I1024 10:18:24.918042 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:24.918350 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/models.rb as src/models.rb
I1024 10:18:24.918617 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/run.sh as src/run.sh
I1024 10:18:24.918995 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/test as src/test
I1024 10:18:24.919318 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:18:24.919603 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/views as src/views
I1024 10:18:24.919903 22627 tar.go:312] Adding to tar: /tmp/s2i160594903/upload/src/views/main.erb as src/views/main.erb
I1024 10:18:24.965555 22627 docker.go:1030] Waiting for container "e2d482411e543850310425d473258e0a7ffadf3217f38d71c08bab795675b42b" to stop ...
I1024 10:18:25.132946 22627 docker.go:1055] Invoking PostExecute function
I1024 10:18:25.133006 22627 postexecutorstep.go:63] Executing step: store previous image
I1024 10:18:25.136084 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:18:25.138180 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:18:25.138241 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i160594903/metadata'
I1024 10:18:25.138406 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:18:25.286018 22627 tar.go:376] Creating directory /tmp/s2i160594903/metadata
I1024 10:18:25.286109 22627 tar.go:444] Creating /tmp/s2i160594903/metadata/image_metadata.json
I1024 10:18:25.286260 22627 tar.go:454] Extracting/writing /tmp/s2i160594903/metadata/image_metadata.json
I1024 10:18:25.286438 22627 tar.go:400] Done extracting tar stream
I1024 10:18:25.286560 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:18:25.291462 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-incremental-app Comment: Author: Changes:[] Pause:false Config:0xc420414640}, 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.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> testLabel:testLabel_value io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.commit.message:Merge pull request #71 from bparees/gemfile2 io.openshift.s2i.build.commit.date:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096 io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin io.k8s.display-name:test/sti-incremental-app] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:18:26.408878 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:18:26.408938 22627 postexecutorstep.go:397] Successfully built test/sti-incremental-app
I1024 10:18:26.408971 22627 postexecutorstep.go:88] Executing step: remove previous image
I1024 10:18:26.409002 22627 postexecutorstep.go:102] Removing previously-tagged image sha256:3fadc670911cdba37acfdb936d45124222e27e9632998eac1796e3c09ae1d099
I1024 10:18:26.414971 22627 docker.go:966] Removing container "e2d482411e543850310425d473258e0a7ffadf3217f38d71c08bab795675b42b" ...
I1024 10:18:26.428458 22627 docker.go:976] Removed container "e2d482411e543850310425d473258e0a7ffadf3217f38d71c08bab795675b42b"
I1024 10:18:26.428700 22627 cleanup.go:33] Removing temporary directory /tmp/s2i160594903
I1024 10:18:26.428743 22627 fs.go:302] Removing directory '/tmp/s2i160594903'
--- PASS: TestIncrementalBuildAndRemovePreviousImage (7.74s)
=== RUN TestIncrementalBuildAndKeepPreviousImage
I1024 10:18:27.913645 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:27.920015 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:27.920075 22627 docker.go:716] Image sha256:4880b8106ca25581571798e6756113311ecd62ee7407756b18f4c0192d2d7860 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:18:27.920150 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:18:27.920257 22627 sti.go:204] Preparing to build test/sti-incremental-app
I1024 10:18:27.920763 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:18:27.920812 22627 clone.go:40] Cloning sources into "/tmp/s2i179354145/upload/src"
I1024 10:18:28.122965 22627 clone.go:56] Checked out "HEAD"
I1024 10:18:28.148446 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:18:28.168804 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I1024 10:18:28.168923 22627 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I1024 10:18:28.170399 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I1024 10:18:28.170518 22627 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I1024 10:18:28.172040 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I1024 10:18:28.172163 22627 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I1024 10:18:28.172248 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:18:28.172299 22627 sti.go:213] Clean build will be performed
I1024 10:18:28.172361 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:18:28.172419 22627 sti.go:227] Running "assemble" in "test/sti-incremental-app"
I1024 10:18:28.172476 22627 sti.go:572] Using image name sti_test/sti-fake
I1024 10:18:28.175811 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:28.175921 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:18:28.176281 22627 sti.go:689] starting the source uploading ...
I1024 10:18:28.176362 22627 tar.go:217] Adding "/tmp/s2i179354145/upload" to tar ...
I1024 10:18:28.176734 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/scripts as scripts
I1024 10:18:28.180502 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:18:28.180594 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:18:28.180939 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_4b08b92b" 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>}} ...
I1024 10:18:28.548843 22627 docker.go:988] Attaching to container "7d003c75d82d840f8f16439bba06650aff85df84b7e2f273ed37156960dedf5f" ...
I1024 10:18:28.551569 22627 docker.go:999] Starting container "7d003c75d82d840f8f16439bba06650aff85df84b7e2f273ed37156960dedf5f" ...
I1024 10:18:28.846801 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/scripts/assemble as scripts/assemble
I1024 10:18:28.847220 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/scripts/run as scripts/run
I1024 10:18:28.847654 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/scripts/save-artifacts as scripts/save-artifacts
I1024 10:18:28.848047 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src as src
I1024 10:18:28.853558 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/.gitignore as src/.gitignore
I1024 10:18:28.853955 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/.s2i as src/.s2i
I1024 10:18:28.854256 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:18:28.854653 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:18:28.855028 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:18:28.855332 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/.travis.yml as src/.travis.yml
I1024 10:18:28.855725 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/Dockerfile as src/Dockerfile
I1024 10:18:28.856105 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/Gemfile as src/Gemfile
I1024 10:18:28.856466 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:18:28.856785 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/README.md as src/README.md
I1024 10:18:28.857079 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/Rakefile as src/Rakefile
I1024 10:18:28.857350 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/app.rb as src/app.rb
I1024 10:18:28.857630 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/config as src/config
I1024 10:18:28.857915 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/config/database.rb as src/config/database.rb
I1024 10:18:28.858211 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/config/database.yml as src/config/database.yml
I1024 10:18:28.858490 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/config.ru as src/config.ru
I1024 10:18:28.858769 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/db as src/db
I1024 10:18:28.859024 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/db/migrate as src/db/migrate
I1024 10:18:28.859324 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:28.859590 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/models.rb as src/models.rb
I1024 10:18:28.859961 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/run.sh as src/run.sh
I1024 10:18:28.860295 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/test as src/test
I1024 10:18:28.860613 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:18:28.860909 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/views as src/views
I1024 10:18:28.861280 22627 tar.go:312] Adding to tar: /tmp/s2i179354145/upload/src/views/main.erb as src/views/main.erb
I1024 10:18:28.913802 22627 docker.go:1030] Waiting for container "7d003c75d82d840f8f16439bba06650aff85df84b7e2f273ed37156960dedf5f" to stop ...
I1024 10:18:29.062699 22627 docker.go:1055] Invoking PostExecute function
I1024 10:18:29.062757 22627 postexecutorstep.go:68] Skipping step: store previous image
I1024 10:18:29.062788 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:18:29.065423 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:18:29.065487 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i179354145/metadata'
I1024 10:18:29.065633 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:18:29.215007 22627 tar.go:376] Creating directory /tmp/s2i179354145/metadata
I1024 10:18:29.215102 22627 tar.go:444] Creating /tmp/s2i179354145/metadata/image_metadata.json
I1024 10:18:29.215272 22627 tar.go:454] Extracting/writing /tmp/s2i179354145/metadata/image_metadata.json
I1024 10:18:29.215446 22627 tar.go:400] Done extracting tar stream
I1024 10:18:29.215590 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:18:29.220465 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-incremental-app Comment: Author: Changes:[] Pause:false Config:0xc4202ca8c0}, 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.message:Merge pull request #71 from bparees/gemfile2 io.k8s.display-name:test/sti-incremental-app io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> testLabel:testLabel_value io.openshift.s2i.build.commit.date:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:18:29.857834 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:18:29.857894 22627 postexecutorstep.go:397] Successfully built test/sti-incremental-app
I1024 10:18:29.857928 22627 postexecutorstep.go:93] Skipping step: remove previous image
I1024 10:18:29.858047 22627 docker.go:966] Removing container "7d003c75d82d840f8f16439bba06650aff85df84b7e2f273ed37156960dedf5f" ...
I1024 10:18:29.871765 22627 docker.go:976] Removed container "7d003c75d82d840f8f16439bba06650aff85df84b7e2f273ed37156960dedf5f"
I1024 10:18:29.871986 22627 cleanup.go:33] Removing temporary directory /tmp/s2i179354145
I1024 10:18:29.872047 22627 fs.go:302] Removing directory '/tmp/s2i179354145'
I1024 10:18:29.876988 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:29.883264 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:29.883325 22627 docker.go:716] Image sha256:4880b8106ca25581571798e6756113311ecd62ee7407756b18f4c0192d2d7860 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:18:29.883400 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:18:29.883517 22627 sti.go:204] Preparing to build test/sti-incremental-app
I1024 10:18:29.883987 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:18:29.884040 22627 clone.go:40] Cloning sources into "/tmp/s2i775179515/upload/src"
I1024 10:18:30.083347 22627 clone.go:56] Checked out "HEAD"
I1024 10:18:30.107845 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:18:30.128073 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I1024 10:18:30.128203 22627 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I1024 10:18:30.129735 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I1024 10:18:30.129848 22627 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I1024 10:18:30.131371 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I1024 10:18:30.131503 22627 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I1024 10:18:30.131589 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:18:30.135073 22627 docker.go:485] Using locally available image "test/sti-incremental-app:latest"
I1024 10:18:30.137815 22627 sti.go:211] Existing image for tag test/sti-incremental-app detected for incremental build
I1024 10:18:30.137869 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:18:30.138005 22627 sti.go:510] Saving build artifacts from image test/sti-incremental-app to path /tmp/s2i775179515/upload/artifacts
I1024 10:18:30.140707 22627 sti.go:534] The assemble user is not set, defaulting to "" user
I1024 10:18:30.146015 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:18:30.146082 22627 docker.go:947] Setting "/tmp/scripts/save-artifacts" command for container ...
I1024 10:18:30.146368 22627 docker.go:956] Creating container with options {Name:"s2i_test_sti_incremental_app_add87e4a" 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>}} ...
I1024 10:18:30.532942 22627 docker.go:988] Attaching to container "4b788dafa229fa0317622baa51e0f82f46b07af4c8bc8403858c307cdcde6b4a" ...
I1024 10:18:30.535885 22627 docker.go:999] Starting container "4b788dafa229fa0317622baa51e0f82f46b07af4c8bc8403858c307cdcde6b4a" ...
I1024 10:18:30.844526 22627 tar.go:367] Creating directory /tmp/s2i775179515/upload/artifacts
I1024 10:18:30.844888 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts
I1024 10:18:30.844966 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/.gitignore
I1024 10:18:30.845125 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/.gitignore
I1024 10:18:30.846429 22627 tar.go:367] Creating directory /tmp/s2i775179515/upload/artifacts/.s2i
I1024 10:18:30.846773 22627 tar.go:367] Creating directory /tmp/s2i775179515/upload/artifacts/.s2i/bin
I1024 10:18:30.846979 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts/.s2i/bin
I1024 10:18:30.847042 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/.s2i/bin/README
I1024 10:18:30.847144 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/.s2i/bin/README
I1024 10:18:30.853654 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts/.s2i
I1024 10:18:30.853748 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/.s2i/environment
I1024 10:18:30.853873 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/.s2i/environment
I1024 10:18:30.854216 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts
I1024 10:18:30.854290 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/.travis.yml
I1024 10:18:30.854402 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/.travis.yml
I1024 10:18:30.854750 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts
I1024 10:18:30.854820 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/Dockerfile
I1024 10:18:30.854921 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/Dockerfile
I1024 10:18:30.861039 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts
I1024 10:18:30.861109 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/Gemfile
I1024 10:18:30.861213 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/Gemfile
I1024 10:18:30.861433 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts
I1024 10:18:30.861496 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/Gemfile.lock
I1024 10:18:30.861593 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/Gemfile.lock
I1024 10:18:30.863669 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts
I1024 10:18:30.863750 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/README.md
I1024 10:18:30.863874 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/README.md
I1024 10:18:30.871051 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts
I1024 10:18:30.871124 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/Rakefile
I1024 10:18:30.871226 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/Rakefile
I1024 10:18:30.877059 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts
I1024 10:18:30.877130 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/app.rb
I1024 10:18:30.877233 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/app.rb
I1024 10:18:30.879760 22627 tar.go:367] Creating directory /tmp/s2i775179515/upload/artifacts/config
I1024 10:18:30.880007 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts/config
I1024 10:18:30.880072 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/config/database.rb
I1024 10:18:30.880171 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/config/database.rb
I1024 10:18:30.882031 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts/config
I1024 10:18:30.882101 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/config/database.yml
I1024 10:18:30.882198 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/config/database.yml
I1024 10:18:30.884747 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts
I1024 10:18:30.884819 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/config.ru
I1024 10:18:30.884923 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/config.ru
I1024 10:18:30.885132 22627 tar.go:367] Creating directory /tmp/s2i775179515/upload/artifacts/db
I1024 10:18:30.885345 22627 tar.go:367] Creating directory /tmp/s2i775179515/upload/artifacts/db/migrate
I1024 10:18:30.885576 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts/db/migrate
I1024 10:18:30.885644 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:30.885755 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:30.887828 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts
I1024 10:18:30.887902 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/models.rb
I1024 10:18:30.888008 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/models.rb
I1024 10:18:30.889932 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts
I1024 10:18:30.890001 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/run.sh
I1024 10:18:30.890101 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/run.sh
I1024 10:18:30.893888 22627 tar.go:367] Creating directory /tmp/s2i775179515/upload/artifacts/test
I1024 10:18:30.894123 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts/test
I1024 10:18:30.894188 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/test/sample_test.rb
I1024 10:18:30.894282 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/test/sample_test.rb
I1024 10:18:30.899010 22627 tar.go:367] Creating directory /tmp/s2i775179515/upload/artifacts/views
I1024 10:18:30.899241 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts/views
I1024 10:18:30.899303 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/views/main.erb
I1024 10:18:30.899401 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/views/main.erb
I1024 10:18:30.900369 22627 tar.go:376] Creating directory /tmp/s2i775179515/upload/artifacts
I1024 10:18:30.900440 22627 tar.go:444] Creating /tmp/s2i775179515/upload/artifacts/save-artifacts-invoked
I1024 10:18:30.900545 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/upload/artifacts/save-artifacts-invoked
I1024 10:18:30.900771 22627 tar.go:400] Done extracting tar stream
I1024 10:18:30.984878 22627 docker.go:1030] Waiting for container "4b788dafa229fa0317622baa51e0f82f46b07af4c8bc8403858c307cdcde6b4a" to stop ...
I1024 10:18:31.120512 22627 docker.go:966] Removing container "4b788dafa229fa0317622baa51e0f82f46b07af4c8bc8403858c307cdcde6b4a" ...
I1024 10:18:31.134772 22627 docker.go:976] Removed container "4b788dafa229fa0317622baa51e0f82f46b07af4c8bc8403858c307cdcde6b4a"
I1024 10:18:31.135055 22627 sti.go:227] Running "assemble" in "test/sti-incremental-app"
I1024 10:18:31.135106 22627 sti.go:572] Using image name sti_test/sti-fake
I1024 10:18:31.137471 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:31.137589 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:18:31.137799 22627 sti.go:689] starting the source uploading ...
I1024 10:18:31.137873 22627 tar.go:217] Adding "/tmp/s2i775179515/upload" to tar ...
I1024 10:18:31.138235 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts as artifacts
I1024 10:18:31.142210 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:18:31.142299 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:18:31.142619 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_37f317c5" 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>}} ...
I1024 10:18:31.506735 22627 docker.go:988] Attaching to container "618a32ce44852d37354361fb36b81a4bbd7e74607ed80a542a73006d6dcfdc38" ...
I1024 10:18:31.508177 22627 docker.go:999] Starting container "618a32ce44852d37354361fb36b81a4bbd7e74607ed80a542a73006d6dcfdc38" ...
I1024 10:18:31.808593 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/.gitignore as artifacts/.gitignore
I1024 10:18:31.808994 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/.s2i as artifacts/.s2i
I1024 10:18:31.809348 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/.s2i/bin as artifacts/.s2i/bin
I1024 10:18:31.809671 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/.s2i/bin/README as artifacts/.s2i/bin/README
I1024 10:18:31.810020 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/.s2i/environment as artifacts/.s2i/environment
I1024 10:18:31.810339 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/.travis.yml as artifacts/.travis.yml
I1024 10:18:31.810666 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/Dockerfile as artifacts/Dockerfile
I1024 10:18:31.811107 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/Gemfile as artifacts/Gemfile
I1024 10:18:31.811491 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/Gemfile.lock as artifacts/Gemfile.lock
I1024 10:18:31.811879 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/README.md as artifacts/README.md
I1024 10:18:31.812225 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/Rakefile as artifacts/Rakefile
I1024 10:18:31.812621 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/app.rb as artifacts/app.rb
I1024 10:18:31.812981 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/config as artifacts/config
I1024 10:18:31.813278 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/config/database.rb as artifacts/config/database.rb
I1024 10:18:31.813615 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/config/database.yml as artifacts/config/database.yml
I1024 10:18:31.813954 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/config.ru as artifacts/config.ru
I1024 10:18:31.814267 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/db as artifacts/db
I1024 10:18:31.814535 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/db/migrate as artifacts/db/migrate
I1024 10:18:31.814894 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb as artifacts/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:31.815193 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/models.rb as artifacts/models.rb
I1024 10:18:31.815574 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/run.sh as artifacts/run.sh
I1024 10:18:31.815936 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/save-artifacts-invoked as artifacts/save-artifacts-invoked
I1024 10:18:31.816201 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/test as artifacts/test
I1024 10:18:31.816545 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/test/sample_test.rb as artifacts/test/sample_test.rb
I1024 10:18:31.816888 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/views as artifacts/views
I1024 10:18:31.817209 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/artifacts/views/main.erb as artifacts/views/main.erb
I1024 10:18:31.817540 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/scripts as scripts
I1024 10:18:31.817888 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/scripts/assemble as scripts/assemble
I1024 10:18:31.818229 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/scripts/run as scripts/run
I1024 10:18:31.818630 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/scripts/save-artifacts as scripts/save-artifacts
I1024 10:18:31.818976 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src as src
I1024 10:18:31.822601 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/.gitignore as src/.gitignore
I1024 10:18:31.822929 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/.s2i as src/.s2i
I1024 10:18:31.823247 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:18:31.823549 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:18:31.824296 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:18:31.825059 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/.travis.yml as src/.travis.yml
I1024 10:18:31.825461 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/Dockerfile as src/Dockerfile
I1024 10:18:31.825872 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/Gemfile as src/Gemfile
I1024 10:18:31.826300 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:18:31.826713 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/README.md as src/README.md
I1024 10:18:31.827103 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/Rakefile as src/Rakefile
I1024 10:18:31.827475 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/app.rb as src/app.rb
I1024 10:18:31.827879 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/config as src/config
I1024 10:18:31.828264 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/config/database.rb as src/config/database.rb
I1024 10:18:31.828698 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/config/database.yml as src/config/database.yml
I1024 10:18:31.829107 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/config.ru as src/config.ru
I1024 10:18:31.829477 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/db as src/db
I1024 10:18:31.829840 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/db/migrate as src/db/migrate
I1024 10:18:31.830513 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:31.830848 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/models.rb as src/models.rb
I1024 10:18:31.831280 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/run.sh as src/run.sh
I1024 10:18:31.831760 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/test as src/test
I1024 10:18:31.832064 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:18:31.832573 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/views as src/views
I1024 10:18:31.832877 22627 tar.go:312] Adding to tar: /tmp/s2i775179515/upload/src/views/main.erb as src/views/main.erb
I1024 10:18:31.878098 22627 docker.go:1030] Waiting for container "618a32ce44852d37354361fb36b81a4bbd7e74607ed80a542a73006d6dcfdc38" to stop ...
I1024 10:18:32.030748 22627 docker.go:1055] Invoking PostExecute function
I1024 10:18:32.030806 22627 postexecutorstep.go:68] Skipping step: store previous image
I1024 10:18:32.030837 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:18:32.033586 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:18:32.033649 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i775179515/metadata'
I1024 10:18:32.033826 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:18:32.183206 22627 tar.go:376] Creating directory /tmp/s2i775179515/metadata
I1024 10:18:32.183300 22627 tar.go:444] Creating /tmp/s2i775179515/metadata/image_metadata.json
I1024 10:18:32.183473 22627 tar.go:454] Extracting/writing /tmp/s2i775179515/metadata/image_metadata.json
I1024 10:18:32.183647 22627 tar.go:400] Done extracting tar stream
I1024 10:18:32.183802 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:18:32.188642 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-incremental-app Comment: Author: Changes:[] Pause:false Config:0xc4204143c0}, 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.scripts-url:http://127.0.0.1:23456/.s2i/bin io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096 testLabel:testLabel_value io.openshift.s2i.build.commit.message:Merge pull request #71 from bparees/gemfile2 io.k8s.display-name:test/sti-incremental-app io.openshift.s2i.build.commit.date:Fri Feb 9 18:24:07 2018 -0500] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:18:32.829779 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:18:32.829848 22627 postexecutorstep.go:397] Successfully built test/sti-incremental-app
I1024 10:18:32.829882 22627 postexecutorstep.go:93] Skipping step: remove previous image
I1024 10:18:32.830012 22627 docker.go:966] Removing container "618a32ce44852d37354361fb36b81a4bbd7e74607ed80a542a73006d6dcfdc38" ...
I1024 10:18:32.844190 22627 docker.go:976] Removed container "618a32ce44852d37354361fb36b81a4bbd7e74607ed80a542a73006d6dcfdc38"
I1024 10:18:32.844373 22627 cleanup.go:33] Removing temporary directory /tmp/s2i775179515
I1024 10:18:32.844416 22627 fs.go:302] Removing directory '/tmp/s2i775179515'
--- PASS: TestIncrementalBuildAndKeepPreviousImage (6.55s)
=== RUN TestIncrementalBuildUser
I1024 10:18:34.466112 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:34.472272 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:34.472335 22627 docker.go:716] Image sha256:4880b8106ca25581571798e6756113311ecd62ee7407756b18f4c0192d2d7860 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:18:34.472413 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:18:34.472527 22627 sti.go:204] Preparing to build test/sti-incremental-app-user
I1024 10:18:34.473126 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:18:34.473176 22627 clone.go:40] Cloning sources into "/tmp/s2i150865637/upload/src"
I1024 10:18:34.675534 22627 clone.go:56] Checked out "HEAD"
I1024 10:18:34.701441 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:18:34.722707 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I1024 10:18:34.722837 22627 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I1024 10:18:34.724303 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I1024 10:18:34.724432 22627 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I1024 10:18:34.725908 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I1024 10:18:34.726014 22627 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I1024 10:18:34.726071 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:18:34.726099 22627 sti.go:213] Clean build will be performed
I1024 10:18:34.726153 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:18:34.726189 22627 sti.go:227] Running "assemble" in "test/sti-incremental-app-user"
I1024 10:18:34.726210 22627 sti.go:572] Using image name sti_test/sti-fake
I1024 10:18:34.729073 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:34.729176 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:18:34.729354 22627 sti.go:689] starting the source uploading ...
I1024 10:18:34.729424 22627 tar.go:217] Adding "/tmp/s2i150865637/upload" to tar ...
I1024 10:18:34.729797 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/scripts as scripts
I1024 10:18:34.733830 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:18:34.733906 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:18:34.734196 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_34040e1e" 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>}} ...
I1024 10:18:35.102567 22627 docker.go:988] Attaching to container "2f0f7f2e5a988279c947dea73737b276a646d0c7ff01533221c3fdd1fc94081e" ...
I1024 10:18:35.104159 22627 docker.go:999] Starting container "2f0f7f2e5a988279c947dea73737b276a646d0c7ff01533221c3fdd1fc94081e" ...
I1024 10:18:35.397948 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/scripts/assemble as scripts/assemble
I1024 10:18:35.398376 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/scripts/run as scripts/run
I1024 10:18:35.398776 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/scripts/save-artifacts as scripts/save-artifacts
I1024 10:18:35.399131 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src as src
I1024 10:18:35.402416 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/.gitignore as src/.gitignore
I1024 10:18:35.402754 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/.s2i as src/.s2i
I1024 10:18:35.403066 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:18:35.403325 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:18:35.403680 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:18:35.407943 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/.travis.yml as src/.travis.yml
I1024 10:18:35.408310 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/Dockerfile as src/Dockerfile
I1024 10:18:35.408868 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/Gemfile as src/Gemfile
I1024 10:18:35.409511 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:18:35.409871 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/README.md as src/README.md
I1024 10:18:35.410216 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/Rakefile as src/Rakefile
I1024 10:18:35.410574 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/app.rb as src/app.rb
I1024 10:18:35.410887 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/config as src/config
I1024 10:18:35.411213 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/config/database.rb as src/config/database.rb
I1024 10:18:35.411550 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/config/database.yml as src/config/database.yml
I1024 10:18:35.411937 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/config.ru as src/config.ru
I1024 10:18:35.412272 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/db as src/db
I1024 10:18:35.412572 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/db/migrate as src/db/migrate
I1024 10:18:35.412968 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:35.413300 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/models.rb as src/models.rb
I1024 10:18:35.413634 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/run.sh as src/run.sh
I1024 10:18:35.413969 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/test as src/test
I1024 10:18:35.414330 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:18:35.414644 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/views as src/views
I1024 10:18:35.414971 22627 tar.go:312] Adding to tar: /tmp/s2i150865637/upload/src/views/main.erb as src/views/main.erb
I1024 10:18:35.459433 22627 docker.go:1030] Waiting for container "2f0f7f2e5a988279c947dea73737b276a646d0c7ff01533221c3fdd1fc94081e" to stop ...
I1024 10:18:35.610815 22627 docker.go:1055] Invoking PostExecute function
I1024 10:18:35.610888 22627 postexecutorstep.go:68] Skipping step: store previous image
I1024 10:18:35.610918 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:18:35.613479 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:18:35.613541 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i150865637/metadata'
I1024 10:18:35.613728 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:18:35.764998 22627 tar.go:376] Creating directory /tmp/s2i150865637/metadata
I1024 10:18:35.765083 22627 tar.go:444] Creating /tmp/s2i150865637/metadata/image_metadata.json
I1024 10:18:35.765239 22627 tar.go:454] Extracting/writing /tmp/s2i150865637/metadata/image_metadata.json
I1024 10:18:35.765406 22627 tar.go:400] Done extracting tar stream
I1024 10:18:35.765546 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:18:35.770531 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-incremental-app-user Comment: Author: Changes:[] Pause:false Config:0xc4204143c0}, 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.scripts-url:http://127.0.0.1:23456/.s2i/bin io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096 io.openshift.s2i.build.commit.ref:master io.k8s.display-name:test/sti-incremental-app-user io.openshift.s2i.build.image:sti_test/sti-fake io.openshift.s2i.build.commit.message:Merge pull request #71 from bparees/gemfile2 io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.date:Fri Feb 9 18:24:07 2018 -0500 testLabel:testLabel_value] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:18:36.406708 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:18:36.406769 22627 postexecutorstep.go:397] Successfully built test/sti-incremental-app-user
I1024 10:18:36.406804 22627 postexecutorstep.go:93] Skipping step: remove previous image
I1024 10:18:36.406927 22627 docker.go:966] Removing container "2f0f7f2e5a988279c947dea73737b276a646d0c7ff01533221c3fdd1fc94081e" ...
I1024 10:18:36.419734 22627 docker.go:976] Removed container "2f0f7f2e5a988279c947dea73737b276a646d0c7ff01533221c3fdd1fc94081e"
I1024 10:18:36.419966 22627 cleanup.go:33] Removing temporary directory /tmp/s2i150865637
I1024 10:18:36.420021 22627 fs.go:302] Removing directory '/tmp/s2i150865637'
I1024 10:18:36.424973 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:36.431376 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:36.431438 22627 docker.go:716] Image sha256:4880b8106ca25581571798e6756113311ecd62ee7407756b18f4c0192d2d7860 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:18:36.431512 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:18:36.431617 22627 sti.go:204] Preparing to build test/sti-incremental-app-user
I1024 10:18:36.432082 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:18:36.432132 22627 clone.go:40] Cloning sources into "/tmp/s2i035102815/upload/src"
I1024 10:18:36.624932 22627 clone.go:56] Checked out "HEAD"
I1024 10:18:36.649579 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:18:36.669539 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I1024 10:18:36.669671 22627 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I1024 10:18:36.671234 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I1024 10:18:36.671365 22627 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I1024 10:18:36.672847 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/save-artifacts'
I1024 10:18:36.672960 22627 install.go:261] Using "save-artifacts" installed from "http://127.0.0.1:23456/.s2i/bin/save-artifacts"
I1024 10:18:36.673020 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:18:36.676331 22627 docker.go:485] Using locally available image "test/sti-incremental-app-user:latest"
I1024 10:18:36.679047 22627 sti.go:211] Existing image for tag test/sti-incremental-app-user detected for incremental build
I1024 10:18:36.679105 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:18:36.679261 22627 sti.go:510] Saving build artifacts from image test/sti-incremental-app-user to path /tmp/s2i035102815/upload/artifacts
I1024 10:18:36.681914 22627 sti.go:534] The assemble user is not set, defaulting to "" user
I1024 10:18:36.687355 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:18:36.687423 22627 docker.go:947] Setting "/tmp/scripts/save-artifacts" command for container ...
I1024 10:18:36.687723 22627 docker.go:956] Creating container with options {Name:"s2i_test_sti_incremental_app_user_5c6211b5" 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>}} ...
I1024 10:18:37.149512 22627 docker.go:988] Attaching to container "297bf6469e83d51fc6492503a668a05f0eba046cfc93eb2065fe8f85a67dcf76" ...
I1024 10:18:37.151033 22627 docker.go:999] Starting container "297bf6469e83d51fc6492503a668a05f0eba046cfc93eb2065fe8f85a67dcf76" ...
I1024 10:18:37.456211 22627 tar.go:367] Creating directory /tmp/s2i035102815/upload/artifacts
I1024 10:18:37.456393 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts
I1024 10:18:37.456459 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/.gitignore
I1024 10:18:37.456603 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/.gitignore
I1024 10:18:37.457166 22627 tar.go:367] Creating directory /tmp/s2i035102815/upload/artifacts/.s2i
I1024 10:18:37.457443 22627 tar.go:367] Creating directory /tmp/s2i035102815/upload/artifacts/.s2i/bin
I1024 10:18:37.457696 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts/.s2i/bin
I1024 10:18:37.457774 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/.s2i/bin/README
I1024 10:18:37.457897 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/.s2i/bin/README
I1024 10:18:37.459735 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts/.s2i
I1024 10:18:37.459824 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/.s2i/environment
I1024 10:18:37.459930 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/.s2i/environment
I1024 10:18:37.460438 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts
I1024 10:18:37.460512 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/.travis.yml
I1024 10:18:37.460654 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/.travis.yml
I1024 10:18:37.472795 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts
I1024 10:18:37.472867 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/Dockerfile
I1024 10:18:37.472998 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/Dockerfile
I1024 10:18:37.473302 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts
I1024 10:18:37.473365 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/Gemfile
I1024 10:18:37.473464 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/Gemfile
I1024 10:18:37.473934 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts
I1024 10:18:37.474002 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/Gemfile.lock
I1024 10:18:37.474106 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/Gemfile.lock
I1024 10:18:37.477904 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts
I1024 10:18:37.477972 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/README.md
I1024 10:18:37.478103 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/README.md
I1024 10:18:37.478390 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts
I1024 10:18:37.478458 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/Rakefile
I1024 10:18:37.478557 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/Rakefile
I1024 10:18:37.483895 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts
I1024 10:18:37.483966 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/app.rb
I1024 10:18:37.484071 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/app.rb
I1024 10:18:37.485892 22627 tar.go:367] Creating directory /tmp/s2i035102815/upload/artifacts/config
I1024 10:18:37.486118 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts/config
I1024 10:18:37.486180 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/config/database.rb
I1024 10:18:37.486281 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/config/database.rb
I1024 10:18:37.487922 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts/config
I1024 10:18:37.487995 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/config/database.yml
I1024 10:18:37.488091 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/config/database.yml
I1024 10:18:37.495088 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts
I1024 10:18:37.495157 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/config.ru
I1024 10:18:37.495258 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/config.ru
I1024 10:18:37.502884 22627 tar.go:367] Creating directory /tmp/s2i035102815/upload/artifacts/db
I1024 10:18:37.503093 22627 tar.go:367] Creating directory /tmp/s2i035102815/upload/artifacts/db/migrate
I1024 10:18:37.503290 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts/db/migrate
I1024 10:18:37.503354 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:37.503452 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:37.503671 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts
I1024 10:18:37.503754 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/models.rb
I1024 10:18:37.503859 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/models.rb
I1024 10:18:37.504672 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts
I1024 10:18:37.504738 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/run.sh
I1024 10:18:37.504855 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/run.sh
I1024 10:18:37.516883 22627 tar.go:367] Creating directory /tmp/s2i035102815/upload/artifacts/test
I1024 10:18:37.517116 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts/test
I1024 10:18:37.517182 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/test/sample_test.rb
I1024 10:18:37.517275 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/test/sample_test.rb
I1024 10:18:37.525885 22627 tar.go:367] Creating directory /tmp/s2i035102815/upload/artifacts/views
I1024 10:18:37.526123 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts/views
I1024 10:18:37.526190 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/views/main.erb
I1024 10:18:37.526285 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/views/main.erb
I1024 10:18:37.536700 22627 tar.go:376] Creating directory /tmp/s2i035102815/upload/artifacts
I1024 10:18:37.536789 22627 tar.go:444] Creating /tmp/s2i035102815/upload/artifacts/save-artifacts-invoked
I1024 10:18:37.536891 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/upload/artifacts/save-artifacts-invoked
I1024 10:18:37.537098 22627 tar.go:400] Done extracting tar stream
I1024 10:18:37.612839 22627 docker.go:1030] Waiting for container "297bf6469e83d51fc6492503a668a05f0eba046cfc93eb2065fe8f85a67dcf76" to stop ...
I1024 10:18:37.743312 22627 docker.go:966] Removing container "297bf6469e83d51fc6492503a668a05f0eba046cfc93eb2065fe8f85a67dcf76" ...
I1024 10:18:37.756421 22627 docker.go:976] Removed container "297bf6469e83d51fc6492503a668a05f0eba046cfc93eb2065fe8f85a67dcf76"
I1024 10:18:37.756689 22627 sti.go:227] Running "assemble" in "test/sti-incremental-app-user"
I1024 10:18:37.756737 22627 sti.go:572] Using image name sti_test/sti-fake
I1024 10:18:37.759126 22627 docker.go:485] Using locally available image "sti_test/sti-fake:latest"
I1024 10:18:37.759241 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:18:37.759658 22627 sti.go:689] starting the source uploading ...
I1024 10:18:37.759746 22627 tar.go:217] Adding "/tmp/s2i035102815/upload" to tar ...
I1024 10:18:37.760028 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts as artifacts
I1024 10:18:37.764190 22627 docker.go:779] Both scripts and untarred source will be placed in '/tmp'
I1024 10:18:37.764265 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:18:37.764550 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_9217a4d1" 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>}} ...
I1024 10:18:38.125957 22627 docker.go:988] Attaching to container "594e1dc577c5e508108c032418b7a834391d07024712f367f4b28c5aba0c350e" ...
I1024 10:18:38.127624 22627 docker.go:999] Starting container "594e1dc577c5e508108c032418b7a834391d07024712f367f4b28c5aba0c350e" ...
I1024 10:18:38.418565 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/.gitignore as artifacts/.gitignore
I1024 10:18:38.418909 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/.s2i as artifacts/.s2i
I1024 10:18:38.419256 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/.s2i/bin as artifacts/.s2i/bin
I1024 10:18:38.419573 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/.s2i/bin/README as artifacts/.s2i/bin/README
I1024 10:18:38.419947 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/.s2i/environment as artifacts/.s2i/environment
I1024 10:18:38.420330 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/.travis.yml as artifacts/.travis.yml
I1024 10:18:38.420718 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/Dockerfile as artifacts/Dockerfile
I1024 10:18:38.421094 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/Gemfile as artifacts/Gemfile
I1024 10:18:38.421475 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/Gemfile.lock as artifacts/Gemfile.lock
I1024 10:18:38.421877 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/README.md as artifacts/README.md
I1024 10:18:38.422270 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/Rakefile as artifacts/Rakefile
I1024 10:18:38.422663 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/app.rb as artifacts/app.rb
I1024 10:18:38.423027 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/config as artifacts/config
I1024 10:18:38.423341 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/config/database.rb as artifacts/config/database.rb
I1024 10:18:38.423737 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/config/database.yml as artifacts/config/database.yml
I1024 10:18:38.424120 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/config.ru as artifacts/config.ru
I1024 10:18:38.424469 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/db as artifacts/db
I1024 10:18:38.424829 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/db/migrate as artifacts/db/migrate
I1024 10:18:38.425166 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb as artifacts/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:38.425458 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/models.rb as artifacts/models.rb
I1024 10:18:38.425847 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/run.sh as artifacts/run.sh
I1024 10:18:38.426282 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/save-artifacts-invoked as artifacts/save-artifacts-invoked
I1024 10:18:38.426584 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/test as artifacts/test
I1024 10:18:38.426897 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/test/sample_test.rb as artifacts/test/sample_test.rb
I1024 10:18:38.427180 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/views as artifacts/views
I1024 10:18:38.427493 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/artifacts/views/main.erb as artifacts/views/main.erb
I1024 10:18:38.427845 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/scripts as scripts
I1024 10:18:38.428165 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/scripts/assemble as scripts/assemble
I1024 10:18:38.428524 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/scripts/run as scripts/run
I1024 10:18:38.428930 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/scripts/save-artifacts as scripts/save-artifacts
I1024 10:18:38.429273 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src as src
I1024 10:18:38.434892 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/.gitignore as src/.gitignore
I1024 10:18:38.435255 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/.s2i as src/.s2i
I1024 10:18:38.435607 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:18:38.435980 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:18:38.436382 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:18:38.436800 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/.travis.yml as src/.travis.yml
I1024 10:18:38.437560 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/Dockerfile as src/Dockerfile
I1024 10:18:38.437921 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/Gemfile as src/Gemfile
I1024 10:18:38.438278 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:18:38.438854 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/README.md as src/README.md
I1024 10:18:38.439144 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/Rakefile as src/Rakefile
I1024 10:18:38.439500 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/app.rb as src/app.rb
I1024 10:18:38.439833 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/config as src/config
I1024 10:18:38.440120 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/config/database.rb as src/config/database.rb
I1024 10:18:38.440420 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/config/database.yml as src/config/database.yml
I1024 10:18:38.440804 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/config.ru as src/config.ru
I1024 10:18:38.441094 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/db as src/db
I1024 10:18:38.441363 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/db/migrate as src/db/migrate
I1024 10:18:38.441746 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:38.442039 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/models.rb as src/models.rb
I1024 10:18:38.442348 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/run.sh as src/run.sh
I1024 10:18:38.442702 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/test as src/test
I1024 10:18:38.443047 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:18:38.443300 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/views as src/views
I1024 10:18:38.443565 22627 tar.go:312] Adding to tar: /tmp/s2i035102815/upload/src/views/main.erb as src/views/main.erb
I1024 10:18:38.491144 22627 docker.go:1030] Waiting for container "594e1dc577c5e508108c032418b7a834391d07024712f367f4b28c5aba0c350e" to stop ...
I1024 10:18:38.660425 22627 docker.go:1055] Invoking PostExecute function
I1024 10:18:38.660492 22627 postexecutorstep.go:63] Executing step: store previous image
I1024 10:18:38.663767 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:18:38.665972 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:18:38.666034 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i035102815/metadata'
I1024 10:18:38.666201 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:18:38.822996 22627 tar.go:376] Creating directory /tmp/s2i035102815/metadata
I1024 10:18:38.823081 22627 tar.go:444] Creating /tmp/s2i035102815/metadata/image_metadata.json
I1024 10:18:38.823233 22627 tar.go:454] Extracting/writing /tmp/s2i035102815/metadata/image_metadata.json
I1024 10:18:38.823403 22627 tar.go:400] Done extracting tar stream
I1024 10:18:38.823541 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:18:38.828525 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-incremental-app-user Comment: Author: Changes:[] Pause:false Config:0xc4204148c0}, 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.date:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.commit.message:Merge pull request #71 from bparees/gemfile2 testLabel:testLabel_value io.openshift.s2i.scripts-url:http://127.0.0.1:23456/.s2i/bin io.k8s.display-name:test/sti-incremental-app-user io.openshift.s2i.build.image:sti_test/sti-fake] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:18:39.988728 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:18:39.988787 22627 postexecutorstep.go:397] Successfully built test/sti-incremental-app-user
I1024 10:18:39.988819 22627 postexecutorstep.go:88] Executing step: remove previous image
I1024 10:18:39.988850 22627 postexecutorstep.go:102] Removing previously-tagged image sha256:f57af7b6fdbe52cf214e363aa45a99a6868364933da1711b06b4c8715bcda09f
I1024 10:18:39.995977 22627 docker.go:966] Removing container "594e1dc577c5e508108c032418b7a834391d07024712f367f4b28c5aba0c350e" ...
I1024 10:18:40.009732 22627 docker.go:976] Removed container "594e1dc577c5e508108c032418b7a834391d07024712f367f4b28c5aba0c350e"
I1024 10:18:40.010443 22627 cleanup.go:33] Removing temporary directory /tmp/s2i035102815
I1024 10:18:40.010487 22627 fs.go:302] Removing directory '/tmp/s2i035102815'
--- PASS: TestIncrementalBuildUser (7.02s)
=== RUN TestIncrementalBuildScripts
I1024 10:18:41.485167 22627 docker.go:485] Using locally available image "sti_test/sti-fake-scripts:latest"
I1024 10:18:41.491442 22627 docker.go:485] Using locally available image "sti_test/sti-fake-scripts:latest"
I1024 10:18:41.491501 22627 docker.go:716] Image sha256:fd0f4748cc716755cbdb5152a890f6509345b5afe7050eac2ffe322328ee85a6 contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I1024 10:18:41.491568 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:18:41.491707 22627 sti.go:204] Preparing to build test/sti-incremental-app-scripts
I1024 10:18:41.492149 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:18:41.492206 22627 clone.go:40] Cloning sources into "/tmp/s2i994715625/upload/src"
I1024 10:18:41.697747 22627 clone.go:56] Checked out "HEAD"
I1024 10:18:41.722175 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:18:41.739505 22627 install.go:261] Using "assemble" installed from "image:///tmp/scripts//assemble"
I1024 10:18:41.739635 22627 install.go:261] Using "run" installed from "image:///tmp/scripts//run"
I1024 10:18:41.739783 22627 install.go:261] Using "save-artifacts" installed from "image:///tmp/scripts//save-artifacts"
I1024 10:18:41.739852 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:18:41.739882 22627 sti.go:213] Clean build will be performed
I1024 10:18:41.739913 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:18:41.739944 22627 sti.go:227] Running "assemble" in "test/sti-incremental-app-scripts"
I1024 10:18:41.739964 22627 sti.go:572] Using image name sti_test/sti-fake-scripts
I1024 10:18:41.742902 22627 docker.go:485] Using locally available image "sti_test/sti-fake-scripts:latest"
I1024 10:18:41.743001 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:18:41.743203 22627 sti.go:689] starting the source uploading ...
I1024 10:18:41.743287 22627 tar.go:217] Adding "/tmp/s2i994715625/upload" to tar ...
I1024 10:18:41.743645 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/scripts as scripts
I1024 10:18:41.747798 22627 docker.go:716] Image sha256:fd0f4748cc716755cbdb5152a890f6509345b5afe7050eac2ffe322328ee85a6 contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I1024 10:18:41.747846 22627 docker.go:791] Base directory for S2I scripts is '/tmp/scripts/'. Untarring destination is '/tmp'.
I1024 10:18:41.747920 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:18:41.748229 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_scripts_dccc3d24" 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>}} ...
I1024 10:18:42.141258 22627 docker.go:988] Attaching to container "ccb11cb9dabec16d09fe4032b8f8ca734b29cfe9148a2b78f5a49dca00dfc57c" ...
I1024 10:18:42.143285 22627 docker.go:999] Starting container "ccb11cb9dabec16d09fe4032b8f8ca734b29cfe9148a2b78f5a49dca00dfc57c" ...
I1024 10:18:42.444773 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src as src
I1024 10:18:42.448025 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/.gitignore as src/.gitignore
I1024 10:18:42.448559 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/.s2i as src/.s2i
I1024 10:18:42.449003 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:18:42.449370 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:18:42.449778 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:18:42.450175 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/.travis.yml as src/.travis.yml
I1024 10:18:42.450570 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/Dockerfile as src/Dockerfile
I1024 10:18:42.450979 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/Gemfile as src/Gemfile
I1024 10:18:42.451382 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:18:42.451786 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/README.md as src/README.md
I1024 10:18:42.452167 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/Rakefile as src/Rakefile
I1024 10:18:42.452547 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/app.rb as src/app.rb
I1024 10:18:42.452948 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/config as src/config
I1024 10:18:42.453331 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/config/database.rb as src/config/database.rb
I1024 10:18:42.453753 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/config/database.yml as src/config/database.yml
I1024 10:18:42.454149 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/config.ru as src/config.ru
I1024 10:18:42.454511 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/db as src/db
I1024 10:18:42.454872 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/db/migrate as src/db/migrate
I1024 10:18:42.455635 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:42.455984 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/models.rb as src/models.rb
I1024 10:18:42.456442 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/run.sh as src/run.sh
I1024 10:18:42.456829 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/test as src/test
I1024 10:18:42.457156 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:18:42.457541 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/views as src/views
I1024 10:18:42.457861 22627 tar.go:312] Adding to tar: /tmp/s2i994715625/upload/src/views/main.erb as src/views/main.erb
I1024 10:18:42.515195 22627 docker.go:1030] Waiting for container "ccb11cb9dabec16d09fe4032b8f8ca734b29cfe9148a2b78f5a49dca00dfc57c" to stop ...
I1024 10:18:42.670552 22627 docker.go:1055] Invoking PostExecute function
I1024 10:18:42.670619 22627 postexecutorstep.go:68] Skipping step: store previous image
I1024 10:18:42.670649 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:18:42.673260 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:18:42.673327 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i994715625/metadata'
I1024 10:18:42.673483 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:18:42.817947 22627 tar.go:376] Creating directory /tmp/s2i994715625/metadata
I1024 10:18:42.818036 22627 tar.go:444] Creating /tmp/s2i994715625/metadata/image_metadata.json
I1024 10:18:42.818213 22627 tar.go:454] Extracting/writing /tmp/s2i994715625/metadata/image_metadata.json
I1024 10:18:42.818393 22627 tar.go:400] Done extracting tar stream
I1024 10:18:42.818541 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:18:42.823475 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-incremental-app-scripts Comment: Author: Changes:[] Pause:false Config:0xc4202ca640}, 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.source-location:https://github.com/openshift/ruby-hello-world testLabel:testLabel_value io.openshift.s2i.build.commit.message:Merge pull request #71 from bparees/gemfile2 io.openshift.s2i.scripts-url:image:///tmp/scripts/ io.openshift.s2i.build.image:sti_test/sti-fake-scripts io.openshift.s2i.build.commit.date:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096 io.openshift.s2i.build.commit.ref:master] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:18:43.446780 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:18:43.446859 22627 postexecutorstep.go:397] Successfully built test/sti-incremental-app-scripts
I1024 10:18:43.446892 22627 postexecutorstep.go:93] Skipping step: remove previous image
I1024 10:18:43.447008 22627 docker.go:966] Removing container "ccb11cb9dabec16d09fe4032b8f8ca734b29cfe9148a2b78f5a49dca00dfc57c" ...
I1024 10:18:43.743805 22627 docker.go:976] Removed container "ccb11cb9dabec16d09fe4032b8f8ca734b29cfe9148a2b78f5a49dca00dfc57c"
I1024 10:18:43.744077 22627 cleanup.go:33] Removing temporary directory /tmp/s2i994715625
I1024 10:18:43.744120 22627 fs.go:302] Removing directory '/tmp/s2i994715625'
I1024 10:18:43.748918 22627 docker.go:485] Using locally available image "sti_test/sti-fake-scripts:latest"
I1024 10:18:43.755372 22627 docker.go:485] Using locally available image "sti_test/sti-fake-scripts:latest"
I1024 10:18:43.755428 22627 docker.go:716] Image sha256:fd0f4748cc716755cbdb5152a890f6509345b5afe7050eac2ffe322328ee85a6 contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I1024 10:18:43.755508 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:18:43.755620 22627 sti.go:204] Preparing to build test/sti-incremental-app-scripts
I1024 10:18:43.756117 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:18:43.756167 22627 clone.go:40] Cloning sources into "/tmp/s2i954878979/upload/src"
I1024 10:18:43.960716 22627 clone.go:56] Checked out "HEAD"
I1024 10:18:43.984930 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:18:44.002877 22627 install.go:261] Using "assemble" installed from "image:///tmp/scripts//assemble"
I1024 10:18:44.003020 22627 install.go:261] Using "run" installed from "image:///tmp/scripts//run"
I1024 10:18:44.003147 22627 install.go:261] Using "save-artifacts" installed from "image:///tmp/scripts//save-artifacts"
I1024 10:18:44.003238 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:18:44.006790 22627 docker.go:485] Using locally available image "test/sti-incremental-app-scripts:latest"
I1024 10:18:44.009545 22627 sti.go:211] Existing image for tag test/sti-incremental-app-scripts detected for incremental build
I1024 10:18:44.009600 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:18:44.009754 22627 sti.go:510] Saving build artifacts from image test/sti-incremental-app-scripts to path /tmp/s2i954878979/upload/artifacts
I1024 10:18:44.012539 22627 sti.go:534] The assemble user is not set, defaulting to "" user
I1024 10:18:44.017977 22627 docker.go:716] Image sha256:1f2a6e0018114700218c68ec51e1d52ab2f25276ab8d41210b6bca66e801e0e7 contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I1024 10:18:44.018022 22627 docker.go:791] Base directory for S2I scripts is '/tmp/scripts/'. Untarring destination is '/tmp'.
I1024 10:18:44.018079 22627 docker.go:947] Setting "/tmp/scripts/save-artifacts" command for container ...
I1024 10:18:44.018360 22627 docker.go:956] Creating container with options {Name:"s2i_test_sti_incremental_app_scripts_4b0988fe" 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>}} ...
I1024 10:18:44.383895 22627 docker.go:988] Attaching to container "ff9b50dfb54ecc02c79dd99bcdf457b3c6b19941b7d16309bc3f21b92c0a7990" ...
I1024 10:18:44.385416 22627 docker.go:999] Starting container "ff9b50dfb54ecc02c79dd99bcdf457b3c6b19941b7d16309bc3f21b92c0a7990" ...
I1024 10:18:44.663723 22627 tar.go:367] Creating directory /tmp/s2i954878979/upload/artifacts
I1024 10:18:44.663918 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts
I1024 10:18:44.663986 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/.gitignore
I1024 10:18:44.664148 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/.gitignore
I1024 10:18:44.664597 22627 tar.go:367] Creating directory /tmp/s2i954878979/upload/artifacts/.s2i
I1024 10:18:44.666842 22627 tar.go:367] Creating directory /tmp/s2i954878979/upload/artifacts/.s2i/bin
I1024 10:18:44.667103 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts/.s2i/bin
I1024 10:18:44.667178 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/.s2i/bin/README
I1024 10:18:44.667291 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/.s2i/bin/README
I1024 10:18:44.667527 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts/.s2i
I1024 10:18:44.667592 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/.s2i/environment
I1024 10:18:44.667707 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/.s2i/environment
I1024 10:18:44.668010 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts
I1024 10:18:44.668080 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/.travis.yml
I1024 10:18:44.668199 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/.travis.yml
I1024 10:18:44.668476 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts
I1024 10:18:44.668558 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/Dockerfile
I1024 10:18:44.668657 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/Dockerfile
I1024 10:18:44.668971 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts
I1024 10:18:44.669032 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/Gemfile
I1024 10:18:44.669132 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/Gemfile
I1024 10:18:44.669422 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts
I1024 10:18:44.669486 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/Gemfile.lock
I1024 10:18:44.669559 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/Gemfile.lock
I1024 10:18:44.669870 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts
I1024 10:18:44.669934 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/README.md
I1024 10:18:44.670061 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/README.md
I1024 10:18:44.670386 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts
I1024 10:18:44.670453 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/Rakefile
I1024 10:18:44.670550 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/Rakefile
I1024 10:18:44.670845 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts
I1024 10:18:44.670891 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/app.rb
I1024 10:18:44.671001 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/app.rb
I1024 10:18:44.671244 22627 tar.go:367] Creating directory /tmp/s2i954878979/upload/artifacts/config
I1024 10:18:44.671475 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts/config
I1024 10:18:44.671538 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/config/database.rb
I1024 10:18:44.671622 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/config/database.rb
I1024 10:18:44.671945 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts/config
I1024 10:18:44.672007 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/config/database.yml
I1024 10:18:44.672114 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/config/database.yml
I1024 10:18:44.672314 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts
I1024 10:18:44.672358 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/config.ru
I1024 10:18:44.672467 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/config.ru
I1024 10:18:44.672670 22627 tar.go:367] Creating directory /tmp/s2i954878979/upload/artifacts/db
I1024 10:18:44.672896 22627 tar.go:367] Creating directory /tmp/s2i954878979/upload/artifacts/db/migrate
I1024 10:18:44.673106 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts/db/migrate
I1024 10:18:44.673169 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:44.673246 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:44.673437 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts
I1024 10:18:44.673487 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/models.rb
I1024 10:18:44.673569 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/models.rb
I1024 10:18:44.673750 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts
I1024 10:18:44.673789 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/run.sh
I1024 10:18:44.673855 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/run.sh
I1024 10:18:44.674007 22627 tar.go:367] Creating directory /tmp/s2i954878979/upload/artifacts/test
I1024 10:18:44.674183 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts/test
I1024 10:18:44.674219 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/test/sample_test.rb
I1024 10:18:44.674297 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/test/sample_test.rb
I1024 10:18:44.675542 22627 tar.go:367] Creating directory /tmp/s2i954878979/upload/artifacts/views
I1024 10:18:44.675791 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts/views
I1024 10:18:44.675859 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/views/main.erb
I1024 10:18:44.675955 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/views/main.erb
I1024 10:18:44.679737 22627 tar.go:376] Creating directory /tmp/s2i954878979/upload/artifacts
I1024 10:18:44.679824 22627 tar.go:444] Creating /tmp/s2i954878979/upload/artifacts/save-artifacts-invoked
I1024 10:18:44.679924 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/upload/artifacts/save-artifacts-invoked
I1024 10:18:44.680072 22627 tar.go:400] Done extracting tar stream
I1024 10:18:44.753886 22627 docker.go:1030] Waiting for container "ff9b50dfb54ecc02c79dd99bcdf457b3c6b19941b7d16309bc3f21b92c0a7990" to stop ...
I1024 10:18:44.912112 22627 docker.go:966] Removing container "ff9b50dfb54ecc02c79dd99bcdf457b3c6b19941b7d16309bc3f21b92c0a7990" ...
I1024 10:18:44.930450 22627 docker.go:976] Removed container "ff9b50dfb54ecc02c79dd99bcdf457b3c6b19941b7d16309bc3f21b92c0a7990"
I1024 10:18:44.930659 22627 sti.go:227] Running "assemble" in "test/sti-incremental-app-scripts"
I1024 10:18:44.930717 22627 sti.go:572] Using image name sti_test/sti-fake-scripts
I1024 10:18:44.933083 22627 docker.go:485] Using locally available image "sti_test/sti-fake-scripts:latest"
I1024 10:18:44.933215 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:18:44.933409 22627 sti.go:689] starting the source uploading ...
I1024 10:18:44.933479 22627 tar.go:217] Adding "/tmp/s2i954878979/upload" to tar ...
I1024 10:18:44.933860 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts as artifacts
I1024 10:18:44.938075 22627 docker.go:716] Image sha256:fd0f4748cc716755cbdb5152a890f6509345b5afe7050eac2ffe322328ee85a6 contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I1024 10:18:44.938123 22627 docker.go:791] Base directory for S2I scripts is '/tmp/scripts/'. Untarring destination is '/tmp'.
I1024 10:18:44.938202 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:18:44.938492 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_scripts_4c0d9a56" 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>}} ...
I1024 10:18:45.295588 22627 docker.go:988] Attaching to container "6995e7846d03e70d6e28955f45f5074611a8878aef32de59deb78c33f3758e2b" ...
I1024 10:18:45.297501 22627 docker.go:999] Starting container "6995e7846d03e70d6e28955f45f5074611a8878aef32de59deb78c33f3758e2b" ...
I1024 10:18:45.579171 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/.gitignore as artifacts/.gitignore
I1024 10:18:45.579555 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/.s2i as artifacts/.s2i
I1024 10:18:45.579903 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/.s2i/bin as artifacts/.s2i/bin
I1024 10:18:45.580206 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/.s2i/bin/README as artifacts/.s2i/bin/README
I1024 10:18:45.580532 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/.s2i/environment as artifacts/.s2i/environment
I1024 10:18:45.580908 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/.travis.yml as artifacts/.travis.yml
I1024 10:18:45.581299 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/Dockerfile as artifacts/Dockerfile
I1024 10:18:45.581671 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/Gemfile as artifacts/Gemfile
I1024 10:18:45.582115 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/Gemfile.lock as artifacts/Gemfile.lock
I1024 10:18:45.582484 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/README.md as artifacts/README.md
I1024 10:18:45.582850 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/Rakefile as artifacts/Rakefile
I1024 10:18:45.583202 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/app.rb as artifacts/app.rb
I1024 10:18:45.583547 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/config as artifacts/config
I1024 10:18:45.583910 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/config/database.rb as artifacts/config/database.rb
I1024 10:18:45.584239 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/config/database.yml as artifacts/config/database.yml
I1024 10:18:45.584619 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/config.ru as artifacts/config.ru
I1024 10:18:45.584968 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/db as artifacts/db
I1024 10:18:45.585264 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/db/migrate as artifacts/db/migrate
I1024 10:18:45.585577 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/db/migrate/20141102191902_create_key_pair.rb as artifacts/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:45.585928 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/models.rb as artifacts/models.rb
I1024 10:18:45.586266 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/run.sh as artifacts/run.sh
I1024 10:18:45.586708 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/save-artifacts-invoked as artifacts/save-artifacts-invoked
I1024 10:18:45.587038 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/test as artifacts/test
I1024 10:18:45.587332 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/test/sample_test.rb as artifacts/test/sample_test.rb
I1024 10:18:45.587605 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/views as artifacts/views
I1024 10:18:45.587936 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/artifacts/views/main.erb as artifacts/views/main.erb
I1024 10:18:45.588255 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/scripts as scripts
I1024 10:18:45.588557 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src as src
I1024 10:18:45.592184 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/.gitignore as src/.gitignore
I1024 10:18:45.592490 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/.s2i as src/.s2i
I1024 10:18:45.592811 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:18:45.593074 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:18:45.593410 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:18:45.593764 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/.travis.yml as src/.travis.yml
I1024 10:18:45.594113 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/Dockerfile as src/Dockerfile
I1024 10:18:45.594491 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/Gemfile as src/Gemfile
I1024 10:18:45.594875 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:18:45.595169 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/README.md as src/README.md
I1024 10:18:45.595485 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/Rakefile as src/Rakefile
I1024 10:18:45.595800 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/app.rb as src/app.rb
I1024 10:18:45.596092 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/config as src/config
I1024 10:18:45.596373 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/config/database.rb as src/config/database.rb
I1024 10:18:45.596663 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/config/database.yml as src/config/database.yml
I1024 10:18:45.597005 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/config.ru as src/config.ru
I1024 10:18:45.597288 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/db as src/db
I1024 10:18:45.597577 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/db/migrate as src/db/migrate
I1024 10:18:45.597925 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:45.598271 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/models.rb as src/models.rb
I1024 10:18:45.598615 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/run.sh as src/run.sh
I1024 10:18:45.598983 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/test as src/test
I1024 10:18:45.599274 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:18:45.599578 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/views as src/views
I1024 10:18:45.599891 22627 tar.go:312] Adding to tar: /tmp/s2i954878979/upload/src/views/main.erb as src/views/main.erb
I1024 10:18:45.640529 22627 docker.go:1030] Waiting for container "6995e7846d03e70d6e28955f45f5074611a8878aef32de59deb78c33f3758e2b" to stop ...
I1024 10:18:45.799412 22627 docker.go:1055] Invoking PostExecute function
I1024 10:18:45.799472 22627 postexecutorstep.go:63] Executing step: store previous image
I1024 10:18:45.806839 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:18:45.808981 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:18:45.809042 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i954878979/metadata'
I1024 10:18:45.809197 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:18:45.955029 22627 tar.go:376] Creating directory /tmp/s2i954878979/metadata
I1024 10:18:45.955116 22627 tar.go:444] Creating /tmp/s2i954878979/metadata/image_metadata.json
I1024 10:18:45.955310 22627 tar.go:454] Extracting/writing /tmp/s2i954878979/metadata/image_metadata.json
I1024 10:18:45.955487 22627 tar.go:400] Done extracting tar stream
I1024 10:18:45.955624 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:18:45.960586 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-incremental-app-scripts Comment: Author: Changes:[] Pause:false Config:0xc420414780}, 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.scripts-url:image:///tmp/scripts/ io.openshift.s2i.build.image:sti_test/sti-fake-scripts io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world testLabel:testLabel_value 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:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096 io.openshift.s2i.build.commit.message:Merge pull request #71 from bparees/gemfile2] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:18:46.771785 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:18:46.771851 22627 postexecutorstep.go:397] Successfully built test/sti-incremental-app-scripts
I1024 10:18:46.771884 22627 postexecutorstep.go:88] Executing step: remove previous image
I1024 10:18:46.771915 22627 postexecutorstep.go:102] Removing previously-tagged image sha256:1f2a6e0018114700218c68ec51e1d52ab2f25276ab8d41210b6bca66e801e0e7
I1024 10:18:46.778558 22627 docker.go:966] Removing container "6995e7846d03e70d6e28955f45f5074611a8878aef32de59deb78c33f3758e2b" ...
I1024 10:18:46.791056 22627 docker.go:976] Removed container "6995e7846d03e70d6e28955f45f5074611a8878aef32de59deb78c33f3758e2b"
I1024 10:18:46.791337 22627 cleanup.go:33] Removing temporary directory /tmp/s2i954878979
I1024 10:18:46.791379 22627 fs.go:302] Removing directory '/tmp/s2i954878979'
--- PASS: TestIncrementalBuildScripts (6.75s)
=== RUN TestIncrementalBuildScriptsNoSaveArtifacts
I1024 10:18:48.233048 22627 docker.go:485] Using locally available image "sti_test/sti-fake-scripts-no-save-artifacts:latest"
I1024 10:18:48.239650 22627 docker.go:485] Using locally available image "sti_test/sti-fake-scripts-no-save-artifacts:latest"
I1024 10:18:48.239722 22627 docker.go:716] Image sha256:f2ae36a71d6c08734c3056f4e5a883bfb03f3c5867b43bd69058b6f175590538 contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I1024 10:18:48.239789 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:18:48.239902 22627 sti.go:204] Preparing to build test/sti-incremental-app-scripts-no-save-artifacts
I1024 10:18:48.240381 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:18:48.240431 22627 clone.go:40] Cloning sources into "/tmp/s2i076170029/upload/src"
I1024 10:18:48.464098 22627 clone.go:56] Checked out "HEAD"
I1024 10:18:48.489830 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:18:48.507850 22627 install.go:261] Using "assemble" installed from "image:///tmp/scripts//assemble"
I1024 10:18:48.507993 22627 install.go:261] Using "run" installed from "image:///tmp/scripts//run"
I1024 10:18:48.508114 22627 install.go:261] Using "save-artifacts" installed from "image:///tmp/scripts//save-artifacts"
I1024 10:18:48.508205 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:18:48.508248 22627 sti.go:213] Clean build will be performed
I1024 10:18:48.508309 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:18:48.508401 22627 sti.go:227] Running "assemble" in "test/sti-incremental-app-scripts-no-save-artifacts"
I1024 10:18:48.508451 22627 sti.go:572] Using image name sti_test/sti-fake-scripts-no-save-artifacts
I1024 10:18:48.511780 22627 docker.go:485] Using locally available image "sti_test/sti-fake-scripts-no-save-artifacts:latest"
I1024 10:18:48.511882 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:18:48.512073 22627 sti.go:689] starting the source uploading ...
I1024 10:18:48.512155 22627 tar.go:217] Adding "/tmp/s2i076170029/upload" to tar ...
I1024 10:18:48.512549 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/scripts as scripts
I1024 10:18:48.516739 22627 docker.go:716] Image sha256:f2ae36a71d6c08734c3056f4e5a883bfb03f3c5867b43bd69058b6f175590538 contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I1024 10:18:48.516787 22627 docker.go:791] Base directory for S2I scripts is '/tmp/scripts/'. Untarring destination is '/tmp'.
I1024 10:18:48.516864 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:18:48.517167 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_scripts_no_save_artifacts_c0a8a05f" 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>}} ...
I1024 10:18:49.227485 22627 docker.go:988] Attaching to container "6f70f16580cad84e2ac9703e97d1dc76540772fc07b6154cd5506ddbf70d8f64" ...
I1024 10:18:49.230028 22627 docker.go:999] Starting container "6f70f16580cad84e2ac9703e97d1dc76540772fc07b6154cd5506ddbf70d8f64" ...
I1024 10:18:49.513501 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src as src
I1024 10:18:49.517139 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/.gitignore as src/.gitignore
I1024 10:18:49.517462 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/.s2i as src/.s2i
I1024 10:18:49.517787 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:18:49.518044 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:18:49.518365 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:18:49.518655 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/.travis.yml as src/.travis.yml
I1024 10:18:49.519027 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/Dockerfile as src/Dockerfile
I1024 10:18:49.519370 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/Gemfile as src/Gemfile
I1024 10:18:49.519668 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:18:49.520040 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/README.md as src/README.md
I1024 10:18:49.520321 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/Rakefile as src/Rakefile
I1024 10:18:49.520680 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/app.rb as src/app.rb
I1024 10:18:49.521027 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/config as src/config
I1024 10:18:49.521377 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/config/database.rb as src/config/database.rb
I1024 10:18:49.522825 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/config/database.yml as src/config/database.yml
I1024 10:18:49.523256 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/config.ru as src/config.ru
I1024 10:18:49.523631 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/db as src/db
I1024 10:18:49.524000 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/db/migrate as src/db/migrate
I1024 10:18:49.524424 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:49.524800 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/models.rb as src/models.rb
I1024 10:18:49.525189 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/run.sh as src/run.sh
I1024 10:18:49.525559 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/test as src/test
I1024 10:18:49.525955 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:18:49.526306 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/views as src/views
I1024 10:18:49.526694 22627 tar.go:312] Adding to tar: /tmp/s2i076170029/upload/src/views/main.erb as src/views/main.erb
I1024 10:18:49.588167 22627 docker.go:1030] Waiting for container "6f70f16580cad84e2ac9703e97d1dc76540772fc07b6154cd5506ddbf70d8f64" to stop ...
I1024 10:18:49.743056 22627 docker.go:1055] Invoking PostExecute function
I1024 10:18:49.743114 22627 postexecutorstep.go:68] Skipping step: store previous image
I1024 10:18:49.743145 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:18:49.745795 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:18:49.745856 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i076170029/metadata'
I1024 10:18:49.746034 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:18:49.898016 22627 tar.go:376] Creating directory /tmp/s2i076170029/metadata
I1024 10:18:49.898105 22627 tar.go:444] Creating /tmp/s2i076170029/metadata/image_metadata.json
I1024 10:18:49.898253 22627 tar.go:454] Extracting/writing /tmp/s2i076170029/metadata/image_metadata.json
I1024 10:18:49.898439 22627 tar.go:400] Done extracting tar stream
I1024 10:18:49.898560 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:18:49.903695 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-incremental-app-scripts-no-save-artifacts Comment: Author: Changes:[] Pause:false Config:0xc420414640}, 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.message:Merge pull request #71 from bparees/gemfile2 io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world io.k8s.display-name:test/sti-incremental-app-scripts-no-save-artifacts io.openshift.s2i.build.image:sti_test/sti-fake-scripts-no-save-artifacts testLabel:testLabel_value io.openshift.s2i.scripts-url:image:///tmp/scripts/ io.openshift.s2i.build.commit.date:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.commit.ref:master io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.id:7ccd3242c49c3868195ca9400a539fa611111096] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:18:50.544960 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:18:50.545023 22627 postexecutorstep.go:397] Successfully built test/sti-incremental-app-scripts-no-save-artifacts
I1024 10:18:50.545055 22627 postexecutorstep.go:93] Skipping step: remove previous image
I1024 10:18:50.546063 22627 docker.go:966] Removing container "6f70f16580cad84e2ac9703e97d1dc76540772fc07b6154cd5506ddbf70d8f64" ...
I1024 10:18:50.558990 22627 docker.go:976] Removed container "6f70f16580cad84e2ac9703e97d1dc76540772fc07b6154cd5506ddbf70d8f64"
I1024 10:18:50.559246 22627 cleanup.go:33] Removing temporary directory /tmp/s2i076170029
I1024 10:18:50.559303 22627 fs.go:302] Removing directory '/tmp/s2i076170029'
I1024 10:18:50.564487 22627 docker.go:485] Using locally available image "sti_test/sti-fake-scripts-no-save-artifacts:latest"
I1024 10:18:50.571122 22627 docker.go:485] Using locally available image "sti_test/sti-fake-scripts-no-save-artifacts:latest"
I1024 10:18:50.571180 22627 docker.go:716] Image sha256:f2ae36a71d6c08734c3056f4e5a883bfb03f3c5867b43bd69058b6f175590538 contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I1024 10:18:50.571255 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:18:50.571361 22627 sti.go:204] Preparing to build test/sti-incremental-app-scripts-no-save-artifacts
I1024 10:18:50.571792 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:18:50.571853 22627 clone.go:40] Cloning sources into "/tmp/s2i521489383/upload/src"
I1024 10:18:50.781860 22627 clone.go:56] Checked out "HEAD"
I1024 10:18:50.806472 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:18:50.824317 22627 install.go:261] Using "assemble" installed from "image:///tmp/scripts//assemble"
I1024 10:18:50.824452 22627 install.go:261] Using "run" installed from "image:///tmp/scripts//run"
I1024 10:18:50.824584 22627 install.go:261] Using "save-artifacts" installed from "image:///tmp/scripts//save-artifacts"
I1024 10:18:50.824673 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:18:50.828315 22627 docker.go:485] Using locally available image "test/sti-incremental-app-scripts-no-save-artifacts:latest"
I1024 10:18:50.831142 22627 sti.go:211] Existing image for tag test/sti-incremental-app-scripts-no-save-artifacts detected for incremental build
I1024 10:18:50.831201 22627 sti.go:216] Performing source build from https://github.com/openshift/ruby-hello-world
I1024 10:18:50.831334 22627 sti.go:510] Saving build artifacts from image test/sti-incremental-app-scripts-no-save-artifacts to path /tmp/s2i521489383/upload/artifacts
I1024 10:18:50.834034 22627 sti.go:534] The assemble user is not set, defaulting to "" user
I1024 10:18:50.839751 22627 docker.go:716] Image sha256:5cc3e4cef634494e6df73a58ec2655f7ffe989cb0d70a7bb8e5bd7893c62f51f contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I1024 10:18:50.839798 22627 docker.go:791] Base directory for S2I scripts is '/tmp/scripts/'. Untarring destination is '/tmp'.
I1024 10:18:50.839855 22627 docker.go:947] Setting "/tmp/scripts/save-artifacts" command for container ...
I1024 10:18:50.840152 22627 docker.go:956] Creating container with options {Name:"s2i_test_sti_incremental_app_scripts_no_save_artifacts_34e299f0" 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>}} ...
I1024 10:18:51.199640 22627 docker.go:988] Attaching to container "8e6fb286549b292fcad3309d946c9e115adf9174558f824b1040ddea4df68c5d" ...
I1024 10:18:51.201256 22627 docker.go:999] Starting container "8e6fb286549b292fcad3309d946c9e115adf9174558f824b1040ddea4df68c5d" ...
I1024 10:18:51.629731 22627 docker.go:966] Removing container "8e6fb286549b292fcad3309d946c9e115adf9174558f824b1040ddea4df68c5d" ...
I1024 10:18:51.644418 22627 docker.go:976] Removed container "8e6fb286549b292fcad3309d946c9e115adf9174558f824b1040ddea4df68c5d"
W1024 10:18:51.644713 22627 sti.go:219] Clean build will be performed because of error saving previous build artifacts
I1024 10:18:51.644797 22627 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"
I1024 10:18:51.644895 22627 sti.go:227] Running "assemble" in "test/sti-incremental-app-scripts-no-save-artifacts"
I1024 10:18:51.644936 22627 sti.go:572] Using image name sti_test/sti-fake-scripts-no-save-artifacts
I1024 10:18:51.647412 22627 docker.go:485] Using locally available image "sti_test/sti-fake-scripts-no-save-artifacts:latest"
I1024 10:18:51.647528 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:18:51.647828 22627 sti.go:689] starting the source uploading ...
I1024 10:18:51.647903 22627 tar.go:217] Adding "/tmp/s2i521489383/upload" to tar ...
I1024 10:18:51.648286 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/artifacts as artifacts
I1024 10:18:51.652286 22627 docker.go:716] Image sha256:f2ae36a71d6c08734c3056f4e5a883bfb03f3c5867b43bd69058b6f175590538 contains io.openshift.s2i.scripts-url set to "image:///tmp/scripts/"
I1024 10:18:51.652336 22627 docker.go:791] Base directory for S2I scripts is '/tmp/scripts/'. Untarring destination is '/tmp'.
I1024 10:18:51.652422 22627 docker.go:947] Setting "/bin/sh -c tar -C /tmp -xf - && /tmp/scripts/assemble" command for container ...
I1024 10:18:51.652783 22627 docker.go:956] Creating container with options {Name:"s2i_sti_test_sti_fake_scripts_no_save_artifacts_dd86986c" 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>}} ...
I1024 10:18:52.010784 22627 docker.go:988] Attaching to container "9147c8835d34ff33e57a4f1cc975f370a11964623831ab2df59a3c968958f64e" ...
I1024 10:18:52.012551 22627 docker.go:999] Starting container "9147c8835d34ff33e57a4f1cc975f370a11964623831ab2df59a3c968958f64e" ...
I1024 10:18:52.277952 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/scripts as scripts
I1024 10:18:52.278205 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src as src
I1024 10:18:52.281691 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/.gitignore as src/.gitignore
I1024 10:18:52.282024 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/.s2i as src/.s2i
I1024 10:18:52.282321 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/.s2i/bin as src/.s2i/bin
I1024 10:18:52.282574 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/.s2i/bin/README as src/.s2i/bin/README
I1024 10:18:52.282939 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/.s2i/environment as src/.s2i/environment
I1024 10:18:52.283311 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/.travis.yml as src/.travis.yml
I1024 10:18:52.283652 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/Dockerfile as src/Dockerfile
I1024 10:18:52.284042 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/Gemfile as src/Gemfile
I1024 10:18:52.284413 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/Gemfile.lock as src/Gemfile.lock
I1024 10:18:52.284754 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/README.md as src/README.md
I1024 10:18:52.285027 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/Rakefile as src/Rakefile
I1024 10:18:52.285302 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/app.rb as src/app.rb
I1024 10:18:52.285596 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/config as src/config
I1024 10:18:52.285950 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/config/database.rb as src/config/database.rb
I1024 10:18:52.286293 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/config/database.yml as src/config/database.yml
I1024 10:18:52.286606 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/config.ru as src/config.ru
I1024 10:18:52.286897 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/db as src/db
I1024 10:18:52.287143 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/db/migrate as src/db/migrate
I1024 10:18:52.287450 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/db/migrate/20141102191902_create_key_pair.rb as src/db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:52.287742 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/models.rb as src/models.rb
I1024 10:18:52.288036 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/run.sh as src/run.sh
I1024 10:18:52.292334 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/test as src/test
I1024 10:18:52.292696 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/test/sample_test.rb as src/test/sample_test.rb
I1024 10:18:52.292990 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/views as src/views
I1024 10:18:52.293309 22627 tar.go:312] Adding to tar: /tmp/s2i521489383/upload/src/views/main.erb as src/views/main.erb
I1024 10:18:52.343822 22627 docker.go:1030] Waiting for container "9147c8835d34ff33e57a4f1cc975f370a11964623831ab2df59a3c968958f64e" to stop ...
I1024 10:18:52.498424 22627 docker.go:1055] Invoking PostExecute function
I1024 10:18:52.498495 22627 postexecutorstep.go:63] Executing step: store previous image
I1024 10:18:52.501887 22627 postexecutorstep.go:117] Executing step: commit image
I1024 10:18:52.504099 22627 postexecutorstep.go:522] Checking for new Labels to apply...
I1024 10:18:52.504159 22627 postexecutorstep.go:530] Creating the download path '/tmp/s2i521489383/metadata'
I1024 10:18:52.504326 22627 postexecutorstep.go:464] Downloading file "/tmp/.s2i/image_metadata.json"
I1024 10:18:52.655956 22627 tar.go:376] Creating directory /tmp/s2i521489383/metadata
I1024 10:18:52.656050 22627 tar.go:444] Creating /tmp/s2i521489383/metadata/image_metadata.json
I1024 10:18:52.656216 22627 tar.go:454] Extracting/writing /tmp/s2i521489383/metadata/image_metadata.json
I1024 10:18:52.656398 22627 tar.go:400] Done extracting tar stream
I1024 10:18:52.656531 22627 postexecutorstep.go:555] new Labels File contents :
{
"labels": [
{"testLabel": "testLabel_value"}
]
}
I1024 10:18:52.661613 22627 docker.go:1089] Committing container with dockerOpts: {Reference:test/sti-incremental-app-scripts-no-save-artifacts Comment: Author: Changes:[] Pause:false Config:0xc4204148c0}, 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.id:7ccd3242c49c3868195ca9400a539fa611111096 io.openshift.s2i.build.commit.message:Merge pull request #71 from bparees/gemfile2 io.k8s.display-name:test/sti-incremental-app-scripts-no-save-artifacts io.openshift.s2i.build.commit.date:Fri Feb 9 18:24:07 2018 -0500 io.openshift.s2i.build.image:sti_test/sti-fake-scripts-no-save-artifacts io.openshift.s2i.build.commit.author:Ben Parees <bparees@users.noreply.github.com> io.openshift.s2i.build.commit.ref:master testLabel:testLabel_value io.openshift.s2i.scripts-url:image:///tmp/scripts/ io.openshift.s2i.build.source-location:https://github.com/openshift/ruby-hello-world] StopSignal: StopTimeout:<nil> Shell:[]}
I1024 10:18:54.032708 22627 postexecutorstep.go:392] Executing step: report success
I1024 10:18:54.032774 22627 postexecutorstep.go:397] Successfully built test/sti-incremental-app-scripts-no-save-artifacts
I1024 10:18:54.032811 22627 postexecutorstep.go:88] Executing step: remove previous image
I1024 10:18:54.032843 22627 postexecutorstep.go:102] Removing previously-tagged image sha256:5cc3e4cef634494e6df73a58ec2655f7ffe989cb0d70a7bb8e5bd7893c62f51f
I1024 10:18:54.039121 22627 docker.go:966] Removing container "9147c8835d34ff33e57a4f1cc975f370a11964623831ab2df59a3c968958f64e" ...
I1024 10:18:54.051452 22627 docker.go:976] Removed container "9147c8835d34ff33e57a4f1cc975f370a11964623831ab2df59a3c968958f64e"
I1024 10:18:54.051702 22627 cleanup.go:33] Removing temporary directory /tmp/s2i521489383
I1024 10:18:54.051754 22627 fs.go:302] Removing directory '/tmp/s2i521489383'
--- PASS: TestIncrementalBuildScriptsNoSaveArtifacts (7.26s)
=== RUN TestIncrementalBuildOnBuild
I1024 10:18:55.488811 22627 docker.go:485] Using locally available image "sti_test/sti-fake-onbuild:latest"
I1024 10:18:55.495272 22627 docker.go:485] Using locally available image "sti_test/sti-fake-onbuild:latest"
I1024 10:18:55.495332 22627 docker.go:716] Image sha256:b6f7f083dd700c89658b668e5c10e25983ab99c60d052747ee942852ae8f9db7 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:18:55.495400 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:18:55.495511 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:18:55.495554 22627 onbuild.go:87] Preparing the source code for build
I1024 10:18:55.496170 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:18:55.496220 22627 clone.go:40] Cloning sources into "/tmp/s2i176847537/upload/src"
I1024 10:18:55.706335 22627 clone.go:56] Checked out "HEAD"
I1024 10:18:55.731157 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:18:55.750531 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I1024 10:18:55.750656 22627 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I1024 10:18:55.752258 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I1024 10:18:55.752360 22627 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I1024 10:18:55.752442 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:18:55.752513 22627 onbuild.go:181] Found S2I 'run' script, copying to application source dir
I1024 10:18:55.752695 22627 fs.go:260] F "/tmp/s2i176847537/upload/scripts/run" -> "/tmp/s2i176847537/upload/src/run"
I1024 10:18:55.752839 22627 onbuild.go:185] Found S2I 'assemble' script, copying to application source dir
I1024 10:18:55.752982 22627 fs.go:260] F "/tmp/s2i176847537/upload/scripts/assemble" -> "/tmp/s2i176847537/upload/src/assemble"
I1024 10:18:55.753067 22627 onbuild.go:97] Creating application Dockerfile
I1024 10:18:55.753447 22627 entrypoint.go:33] Found valid ENTRYPOINT: run
I1024 10:18:55.753518 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:18:55.753640 22627 onbuild.go:106] Creating application source code image
I1024 10:18:55.753829 22627 tar.go:217] Adding "/tmp/s2i176847537/upload/src" to tar ...
I1024 10:18:55.753839 22627 onbuild.go:120] Building the application source
I1024 10:18:55.754097 22627 docker.go:1121] 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:}
I1024 10:18:55.757035 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/.gitignore as .gitignore
I1024 10:18:55.757487 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/.s2i as .s2i
I1024 10:18:55.757844 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/.s2i/bin as .s2i/bin
I1024 10:18:55.758154 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/.s2i/bin/README as .s2i/bin/README
I1024 10:18:55.758486 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/.s2i/environment as .s2i/environment
I1024 10:18:55.758894 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/.travis.yml as .travis.yml
I1024 10:18:55.759264 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/Dockerfile as Dockerfile
I1024 10:18:55.759649 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/Gemfile as Gemfile
I1024 10:18:55.760035 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/Gemfile.lock as Gemfile.lock
I1024 10:18:55.760400 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/README.md as README.md
I1024 10:18:55.760791 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/Rakefile as Rakefile
I1024 10:18:55.761121 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/app.rb as app.rb
I1024 10:18:55.761441 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/assemble as assemble
I1024 10:18:55.761780 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/config as config
I1024 10:18:55.762098 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/config/database.rb as config/database.rb
I1024 10:18:55.775972 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/config/database.yml as config/database.yml
I1024 10:18:55.776438 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/config.ru as config.ru
I1024 10:18:55.777217 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/db as db
I1024 10:18:55.777572 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/db/migrate as db/migrate
I1024 10:18:55.778026 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/db/migrate/20141102191902_create_key_pair.rb as db/migrate/20141102191902_create_key_pair.rb
I1024 10:18:55.778557 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/models.rb as models.rb
I1024 10:18:55.779270 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/run as run
I1024 10:18:55.779861 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/run.sh as run.sh
I1024 10:18:55.780343 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/test as test
I1024 10:18:55.780754 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/test/sample_test.rb as test/sample_test.rb
I1024 10:18:55.781367 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/upload/src/views as views
I1024 10:18:55.781736 22627 tar.go:312] Adding to tar: /tmp/s2i176847537/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 e0c938daacc9\n"}
{"stream":"Step 1 : COPY . /tmp/src/\n"}
{"stream":" ---\u003e 9a051a61e930\n"}
{"stream":"Removing intermediate container e0c938daacc9\n"}
{"stream":"Removing intermediate container 4574fb0acb5a\n"}
{"stream":"Step 2 : ENV RACK_ENV \"production\"\n"}
{"stream":" ---\u003e Running in 11138ddbfe88\n"}
{"stream":" ---\u003e 12ad8b918537\n"}
{"stream":"Removing intermediate container 11138ddbfe88\n"}
{"stream":"Step 3 : RUN sh assemble\n"}
{"stream":" ---\u003e Running in 866dd8cfdbb6\n"}
{"stream":" ---\u003e c673069542c4\n"}
{"stream":"Removing intermediate container 866dd8cfdbb6\n"}
{"stream":"Step 4 : ENTRYPOINT ./run\n"}
{"stream":" ---\u003e Running in fe4e497476e6\n"}
{"stream":" ---\u003e feb33a7b5596\n"}
{"stream":"Removing intermediate container fe4e497476e6\n"}
{"stream":"Successfully built feb33a7b5596\n"}
I1024 10:19:03.325646 22627 onbuild.go:129] Cleaning up temporary containers
I1024 10:19:03.325723 22627 cleanup.go:33] Removing temporary directory /tmp/s2i176847537
I1024 10:19:03.325775 22627 fs.go:302] Removing directory '/tmp/s2i176847537'
I1024 10:19:03.333231 22627 docker.go:485] Using locally available image "sti_test/sti-fake-onbuild:latest"
I1024 10:19:03.339970 22627 docker.go:485] Using locally available image "sti_test/sti-fake-onbuild:latest"
I1024 10:19:03.340031 22627 docker.go:716] Image sha256:b6f7f083dd700c89658b668e5c10e25983ab99c60d052747ee942852ae8f9db7 contains io.openshift.s2i.scripts-url set to "http://127.0.0.1:23456/.s2i/bin"
I1024 10:19:03.340100 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:19:03.340220 22627 scm.go:20] DownloadForSource https://github.com/openshift/ruby-hello-world
I1024 10:19:03.340260 22627 onbuild.go:87] Preparing the source code for build
I1024 10:19:03.340769 22627 clone.go:36] Downloading "https://github.com/openshift/ruby-hello-world" ...
I1024 10:19:03.340820 22627 clone.go:40] Cloning sources into "/tmp/s2i734931036/upload/src"
I1024 10:19:04.412473 22627 clone.go:56] Checked out "HEAD"
I1024 10:19:04.437125 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:19:04.457654 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/assemble'
I1024 10:19:04.457806 22627 install.go:261] Using "assemble" installed from "http://127.0.0.1:23456/.s2i/bin/assemble"
I1024 10:19:04.459242 22627 download.go:77] Downloaded 'http://127.0.0.1:23456/.s2i/bin/run'
I1024 10:19:04.459361 22627 install.go:261] Using "run" installed from "http://127.0.0.1:23456/.s2i/bin/run"
I1024 10:19:04.459443 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:04.459513 22627 onbuild.go:181] Found S2I 'run' script, copying to application source dir
I1024 10:19:04.459711 22627 fs.go:260] F "/tmp/s2i734931036/upload/scripts/run" -> "/tmp/s2i734931036/upload/src/run"
I1024 10:19:04.459831 22627 onbuild.go:185] Found S2I 'assemble' script, copying to application source dir
I1024 10:19:04.459981 22627 fs.go:260] F "/tmp/s2i734931036/upload/scripts/assemble" -> "/tmp/s2i734931036/upload/src/assemble"
I1024 10:19:04.460088 22627 onbuild.go:97] Creating application Dockerfile
I1024 10:19:04.460513 22627 entrypoint.go:33] Found valid ENTRYPOINT: run
I1024 10:19:04.460613 22627 environment.go:41] Setting 1 environment variables provided by environment file in sources
I1024 10:19:04.460792 22627 onbuild.go:106] Creating application source code image
I1024 10:19:04.460988 22627 tar.go:217] Adding "/tmp/s2i734931036/upload/src" to tar ...
I1024 10:19:04.461002 22627 onbuild.go:120] Building the application source
I1024 10:19:04.461174 22627 docker.go:1121] 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:}
I1024 10:19:04.464244 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/.gitignore as .gitignore
I1024 10:19:04.464690 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/.s2i as .s2i
I1024 10:19:04.465008 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/.s2i/bin as .s2i/bin
I1024 10:19:04.465318 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/.s2i/bin/README as .s2i/bin/README
I1024 10:19:04.465670 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/.s2i/environment as .s2i/environment
I1024 10:19:04.466072 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/.travis.yml as .travis.yml
I1024 10:19:04.466479 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/Dockerfile as Dockerfile
I1024 10:19:04.466850 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/Gemfile as Gemfile
I1024 10:19:04.467172 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/Gemfile.lock as Gemfile.lock
I1024 10:19:04.467509 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/README.md as README.md
I1024 10:19:04.467882 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/Rakefile as Rakefile
I1024 10:19:04.468248 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/app.rb as app.rb
I1024 10:19:04.468640 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/assemble as assemble
I1024 10:19:04.469039 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/config as config
I1024 10:19:04.469421 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/config/database.rb as config/database.rb
I1024 10:19:04.469844 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/config/database.yml as config/database.yml
I1024 10:19:04.470241 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/config.ru as config.ru
I1024 10:19:04.470595 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/db as db
I1024 10:19:04.470945 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/db/migrate as db/migrate
I1024 10:19:04.471320 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/db/migrate/20141102191902_create_key_pair.rb as db/migrate/20141102191902_create_key_pair.rb
I1024 10:19:04.471658 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/models.rb as models.rb
I1024 10:19:04.473858 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/run as run
I1024 10:19:04.474234 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/run.sh as run.sh
I1024 10:19:04.474604 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/test as test
I1024 10:19:04.474989 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/test/sample_test.rb as test/sample_test.rb
I1024 10:19:04.475318 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/upload/src/views as views
I1024 10:19:04.475701 22627 tar.go:312] Adding to tar: /tmp/s2i734931036/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 5200f7083c14\n"}
{"stream":"Step 1 : COPY . /tmp/src/\n"}
{"stream":" ---\u003e e64dd89eca29\n"}
{"stream":"Removing intermediate container 5200f7083c14\n"}
{"stream":"Removing intermediate container bd3862e66058\n"}
{"stream":"Step 2 : ENV RACK_ENV \"production\"\n"}
{"stream":" ---\u003e Running in 22f61288a247\n"}
{"stream":" ---\u003e 7d089d03f547\n"}
{"stream":"Removing intermediate container 22f61288a247\n"}
{"stream":"Step 3 : RUN sh assemble\n"}
{"stream":" ---\u003e Running in a99a56354777\n"}
{"stream":" ---\u003e e28adb545391\n"}
{"stream":"Removing intermediate container a99a56354777\n"}
{"stream":"Step 4 : ENTRYPOINT ./run\n"}
{"stream":" ---\u003e Running in 2ba0f2e3878e\n"}
{"stream":" ---\u003e e977b4f216c5\n"}
{"stream":"Removing intermediate container 2ba0f2e3878e\n"}
{"stream":"Successfully built e977b4f216c5\n"}
I1024 10:19:11.621317 22627 onbuild.go:129] Cleaning up temporary containers
I1024 10:19:11.621390 22627 cleanup.go:33] Removing temporary directory /tmp/s2i734931036
I1024 10:19:11.621453 22627 fs.go:302] Removing directory '/tmp/s2i734931036'
--- PASS: TestIncrementalBuildOnBuild (18.21s)
=== RUN TestDockerfileBuild
I1024 10:19:13.692943 22627 scm.go:20] DownloadForSource https://github.com/sclorg/nodejs-ex
I1024 10:19:13.693006 22627 clone.go:36] Downloading "https://github.com/sclorg/nodejs-ex" ...
I1024 10:19:13.693073 22627 clone.go:40] Cloning sources into "/tmp/s2i-dockerfiletest-dir705520139/upload/src"
I1024 10:19:13.961418 22627 clone.go:56] Checked out "HEAD"
I1024 10:19:13.986953 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:19:14.004664 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:14.004739 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir705520139/
I1024 10:19:14.005079 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:14.005154 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList{}
I1024 10:19:14.005193 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList{}
I1024 10:19:14.005370 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir705520139/MyDockerfile
--- PASS: TestDockerfileBuild (0.32s)
=== RUN TestDockerfileBuildDefaultDockerfile
I1024 10:19:14.014202 22627 scm.go:20] DownloadForSource https://github.com/sclorg/nodejs-ex
I1024 10:19:14.014256 22627 clone.go:36] Downloading "https://github.com/sclorg/nodejs-ex" ...
I1024 10:19:14.014320 22627 clone.go:40] Cloning sources into "/tmp/s2i-dockerfiletest-dir029897710/upload/src"
I1024 10:19:14.228873 22627 clone.go:56] Checked out "HEAD"
I1024 10:19:14.253400 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:19:14.271093 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:14.271146 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir029897710/
I1024 10:19:14.271470 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:14.271536 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList{}
I1024 10:19:14.271576 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList{}
I1024 10:19:14.271780 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir029897710/Dockerfile
--- PASS: TestDockerfileBuildDefaultDockerfile (0.27s)
=== RUN TestDockerfileBuildEnv
I1024 10:19:14.284847 22627 scm.go:20] DownloadForSource https://github.com/sclorg/nodejs-ex
I1024 10:19:14.284901 22627 clone.go:36] Downloading "https://github.com/sclorg/nodejs-ex" ...
I1024 10:19:14.284961 22627 clone.go:40] Cloning sources into "/tmp/s2i-dockerfiletest-dir922117749/upload/src"
I1024 10:19:14.583994 22627 clone.go:56] Checked out "HEAD"
I1024 10:19:14.608219 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:19:14.626481 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:14.626535 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir922117749/
I1024 10:19:14.626885 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:14.626988 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList{}
I1024 10:19:14.627037 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList{}
I1024 10:19:14.627234 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir922117749/Dockerfile
--- PASS: TestDockerfileBuildEnv (0.35s)
=== RUN TestDockerfileBuildLabels
I1024 10:19:14.632220 22627 scm.go:20] DownloadForSource https://github.com/sclorg/nodejs-ex
I1024 10:19:14.632275 22627 clone.go:36] Downloading "https://github.com/sclorg/nodejs-ex" ...
I1024 10:19:14.632340 22627 clone.go:40] Cloning sources into "/tmp/s2i-dockerfiletest-dir726954832/upload/src"
I1024 10:19:14.839985 22627 clone.go:56] Checked out "HEAD"
I1024 10:19:14.864258 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:19:14.882477 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:14.882532 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir726954832/
I1024 10:19:14.882889 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:14.882960 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList{}
I1024 10:19:14.883005 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList{}
I1024 10:19:14.883214 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir726954832/Dockerfile
--- PASS: TestDockerfileBuildLabels (0.26s)
=== RUN TestDockerfileBuildInjections
I1024 10:19:14.889712 22627 scm.go:20] DownloadForSource https://github.com/sclorg/nodejs-ex
I1024 10:19:14.889766 22627 clone.go:36] Downloading "https://github.com/sclorg/nodejs-ex" ...
I1024 10:19:14.889829 22627 clone.go:40] Cloning sources into "/tmp/s2i-dockerfiletest-dir858468975/upload/src"
I1024 10:19:15.148107 22627 clone.go:56] Checked out "HEAD"
I1024 10:19:15.172404 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:19:15.190472 22627 dockerfile.go:349] Copying injection content from /tmp/s2i-dockerfiletest-dir858468975/injection1 to /tmp/s2i-dockerfiletest-dir858468975/upload/injections/tmp/s2i-dockerfiletest-dir858468975/injection1
I1024 10:19:15.190979 22627 fs.go:260] F "/tmp/s2i-dockerfiletest-dir858468975/injection1/injectfile-170169602" -> "/tmp/s2i-dockerfiletest-dir858468975/upload/injections/tmp/s2i-dockerfiletest-dir858468975/injection1/injectfile-170169602"
I1024 10:19:15.191213 22627 fs.go:260] F "/tmp/s2i-dockerfiletest-dir858468975/injection1/injectfile-520537209" -> "/tmp/s2i-dockerfiletest-dir858468975/upload/injections/tmp/s2i-dockerfiletest-dir858468975/injection1/injectfile-520537209"
I1024 10:19:15.191455 22627 fs.go:260] F "/tmp/s2i-dockerfiletest-dir858468975/injection1/injectfile-358290308" -> "/tmp/s2i-dockerfiletest-dir858468975/upload/injections/tmp/s2i-dockerfiletest-dir858468975/injection1/injectfile-358290308"
I1024 10:19:15.191552 22627 dockerfile.go:349] Copying injection content from /tmp/s2i-dockerfiletest-dir858468975/injection2 to /tmp/s2i-dockerfiletest-dir858468975/upload/injections/tmp/s2i-dockerfiletest-dir858468975/injection2
I1024 10:19:15.191849 22627 fs.go:260] F "/tmp/s2i-dockerfiletest-dir858468975/injection2/injectfile-2584008467" -> "/tmp/s2i-dockerfiletest-dir858468975/upload/injections/tmp/s2i-dockerfiletest-dir858468975/injection2/injectfile-2584008467"
I1024 10:19:15.191993 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:15.192033 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir858468975/
I1024 10:19:15.192405 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:15.192545 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList{api.VolumeSpec{Source:"/tmp/s2i-dockerfiletest-dir858468975/injection1", Destination:"injection1", Keep:false}, api.VolumeSpec{Source:"/tmp/s2i-dockerfiletest-dir858468975/injection2", Destination:"/destination/injection2", Keep:true}}
I1024 10:19:15.192621 22627 injection.go:33] Using "/workdir/injection1" as a destination for injecting "/tmp/s2i-dockerfiletest-dir858468975/injection1"
I1024 10:19:15.192741 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList{api.VolumeSpec{Source:"/tmp/s2i-dockerfiletest-dir858468975/injection1", Destination:"/workdir/injection1", Keep:false}, api.VolumeSpec{Source:"/tmp/s2i-dockerfiletest-dir858468975/injection2", Destination:"/destination/injection2", Keep:true}}
I1024 10:19:15.193124 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir858468975/Dockerfile
--- PASS: TestDockerfileBuildInjections (0.32s)
=== RUN TestDockerfileBuildScriptsURLAssemble
I1024 10:19:15.207452 22627 scm.go:20] DownloadForSource https://github.com/sclorg/nodejs-ex
I1024 10:19:15.207505 22627 clone.go:36] Downloading "https://github.com/sclorg/nodejs-ex" ...
I1024 10:19:15.207571 22627 clone.go:40] Cloning sources into "/tmp/s2i-dockerfiletest-dir413965142/upload/src"
I1024 10:19:15.412916 22627 clone.go:56] Checked out "HEAD"
I1024 10:19:15.437248 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:19:15.454513 22627 download.go:77] Downloaded 'file:///tmp/s2i-dockerfiletest-dir413965142/assemble'
I1024 10:19:15.454629 22627 install.go:261] Using "assemble" installed from "file:///tmp/s2i-dockerfiletest-dir413965142/assemble"
I1024 10:19:15.454759 22627 install.go:255] script "run" found by the script URL handler, but failed to install: open /tmp/s2i-dockerfiletest-dir413965142/run: no such file or directory
I1024 10:19:15.454877 22627 install.go:255] script "save-artifacts" found by the script URL handler, but failed to install: open /tmp/s2i-dockerfiletest-dir413965142/save-artifacts: no such file or directory
I1024 10:19:15.454963 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:15.455012 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir413965142/
I1024 10:19:15.455099 22627 dockerfile.go:424] found override script file assemble
I1024 10:19:15.455362 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:15.455403 22627 dockerfile.go:200] Override scripts are included in directory "upload/scripts"
I1024 10:19:15.455444 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList{}
I1024 10:19:15.455466 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList{}
I1024 10:19:15.455619 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir413965142/Dockerfile
--- PASS: TestDockerfileBuildScriptsURLAssemble (0.26s)
=== RUN TestDockerfileBuildScriptsURLRun
I1024 10:19:15.463374 22627 scm.go:20] DownloadForSource https://github.com/sclorg/nodejs-ex
I1024 10:19:15.463429 22627 clone.go:36] Downloading "https://github.com/sclorg/nodejs-ex" ...
I1024 10:19:15.463488 22627 clone.go:40] Cloning sources into "/tmp/s2i-dockerfiletest-dir227726525/upload/src"
I1024 10:19:15.835975 22627 clone.go:56] Checked out "HEAD"
I1024 10:19:15.860093 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:19:15.878218 22627 install.go:255] script "assemble" found by the script URL handler, but failed to install: open /tmp/s2i-dockerfiletest-dir227726525/assemble: no such file or directory
I1024 10:19:15.878468 22627 download.go:77] Downloaded 'file:///tmp/s2i-dockerfiletest-dir227726525/run'
I1024 10:19:15.878569 22627 install.go:261] Using "run" installed from "file:///tmp/s2i-dockerfiletest-dir227726525/run"
I1024 10:19:15.878693 22627 install.go:255] script "save-artifacts" found by the script URL handler, but failed to install: open /tmp/s2i-dockerfiletest-dir227726525/save-artifacts: no such file or directory
I1024 10:19:15.878808 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:15.878845 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir227726525/
I1024 10:19:15.878975 22627 dockerfile.go:424] found override script file run
I1024 10:19:15.879294 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:15.879356 22627 dockerfile.go:200] Override scripts are included in directory "upload/scripts"
I1024 10:19:15.879435 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList{}
I1024 10:19:15.879482 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList{}
I1024 10:19:15.879668 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir227726525/Dockerfile
--- PASS: TestDockerfileBuildScriptsURLRun (0.43s)
=== RUN TestDockerfileBuildSourceScriptsAssemble
I1024 10:19:15.892268 22627 scm.go:20] DownloadForSource file:////tmp/s2i-dockerfiletest-dir708754680/sourcecode
I1024 10:19:15.892361 22627 download.go:38] Copying sources from "//tmp/s2i-dockerfiletest-dir708754680/sourcecode" to "/tmp/s2i-dockerfiletest-dir708754680/upload/src"
I1024 10:19:15.892515 22627 fs.go:247] D "/tmp/s2i-dockerfiletest-dir708754680/sourcecode/.s2i" -> "/tmp/s2i-dockerfiletest-dir708754680/upload/src/.s2i"
I1024 10:19:15.892701 22627 fs.go:247] D "/tmp/s2i-dockerfiletest-dir708754680/sourcecode/.s2i/bin" -> "/tmp/s2i-dockerfiletest-dir708754680/upload/src/.s2i/bin"
I1024 10:19:15.892915 22627 fs.go:260] F "/tmp/s2i-dockerfiletest-dir708754680/sourcecode/.s2i/bin/assemble" -> "/tmp/s2i-dockerfiletest-dir708754680/upload/src/.s2i/bin/assemble"
I1024 10:19:15.893086 22627 install.go:261] Using "assemble" installed from "<source-dir>/.s2i/bin/assemble"
I1024 10:19:15.893204 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:15.893243 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir708754680/
I1024 10:19:15.893344 22627 dockerfile.go:424] found override script file assemble
I1024 10:19:15.893478 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:15.893533 22627 dockerfile.go:200] Override scripts are included in directory "upload/scripts"
I1024 10:19:15.893589 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList{}
I1024 10:19:15.893626 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList{}
I1024 10:19:15.893805 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir708754680/Dockerfile
--- PASS: TestDockerfileBuildSourceScriptsAssemble (0.01s)
=== RUN TestDockerfileBuildSourceScriptsRun
I1024 10:19:15.897843 22627 scm.go:20] DownloadForSource file:////tmp/s2i-dockerfiletest-dir949767159/sourcecode
I1024 10:19:15.897929 22627 download.go:38] Copying sources from "//tmp/s2i-dockerfiletest-dir949767159/sourcecode" to "/tmp/s2i-dockerfiletest-dir949767159/upload/src"
I1024 10:19:15.898068 22627 fs.go:247] D "/tmp/s2i-dockerfiletest-dir949767159/sourcecode/.s2i" -> "/tmp/s2i-dockerfiletest-dir949767159/upload/src/.s2i"
I1024 10:19:15.898225 22627 fs.go:247] D "/tmp/s2i-dockerfiletest-dir949767159/sourcecode/.s2i/bin" -> "/tmp/s2i-dockerfiletest-dir949767159/upload/src/.s2i/bin"
I1024 10:19:15.898416 22627 fs.go:260] F "/tmp/s2i-dockerfiletest-dir949767159/sourcecode/.s2i/bin/run" -> "/tmp/s2i-dockerfiletest-dir949767159/upload/src/.s2i/bin/run"
I1024 10:19:15.898597 22627 install.go:261] Using "run" installed from "<source-dir>/.s2i/bin/run"
I1024 10:19:15.898708 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:15.898749 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir949767159/
I1024 10:19:15.898848 22627 dockerfile.go:424] found override script file run
I1024 10:19:15.898978 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:15.899032 22627 dockerfile.go:200] Override scripts are included in directory "upload/scripts"
I1024 10:19:15.899095 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList{}
I1024 10:19:15.899132 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList{}
I1024 10:19:15.899280 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir949767159/Dockerfile
--- PASS: TestDockerfileBuildSourceScriptsRun (0.01s)
=== RUN TestDockerfileBuildScriptsURLImage
I1024 10:19:15.903320 22627 scm.go:20] DownloadForSource file:////tmp/s2i-dockerfiletest-dir826091754/sourcecode
I1024 10:19:15.903410 22627 download.go:38] Copying sources from "//tmp/s2i-dockerfiletest-dir826091754/sourcecode" to "/tmp/s2i-dockerfiletest-dir826091754/upload/src"
I1024 10:19:15.903543 22627 fs.go:247] D "/tmp/s2i-dockerfiletest-dir826091754/sourcecode/.s2i" -> "/tmp/s2i-dockerfiletest-dir826091754/upload/src/.s2i"
I1024 10:19:15.903728 22627 fs.go:247] D "/tmp/s2i-dockerfiletest-dir826091754/sourcecode/.s2i/bin" -> "/tmp/s2i-dockerfiletest-dir826091754/upload/src/.s2i/bin"
I1024 10:19:15.903933 22627 fs.go:260] F "/tmp/s2i-dockerfiletest-dir826091754/sourcecode/.s2i/bin/assemble" -> "/tmp/s2i-dockerfiletest-dir826091754/upload/src/.s2i/bin/assemble"
I1024 10:19:15.904084 22627 install.go:261] Using "assemble" installed from "image:///usr/custom/s2i/assemble"
I1024 10:19:15.904171 22627 install.go:261] Using "run" installed from "image:///usr/custom/s2i/run"
I1024 10:19:15.904258 22627 install.go:261] Using "save-artifacts" installed from "image:///usr/custom/s2i/save-artifacts"
I1024 10:19:15.904317 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:15.904354 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir826091754/
I1024 10:19:15.904488 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:15.904548 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList{}
I1024 10:19:15.904585 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList{}
I1024 10:19:15.904748 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir826091754/Dockerfile
--- PASS: TestDockerfileBuildScriptsURLImage (0.01s)
=== RUN TestDockerfileBuildImageScriptsURLAssemble
I1024 10:19:15.910073 22627 download.go:77] Downloaded 'file:///tmp/s2i-dockerfiletest-dir100048705/assemble'
I1024 10:19:15.910161 22627 install.go:261] Using "assemble" installed from "file:///tmp/s2i-dockerfiletest-dir100048705/assemble"
I1024 10:19:15.910250 22627 install.go:255] script "run" found by the script URL handler, but failed to install: open /tmp/s2i-dockerfiletest-dir100048705/run: no such file or directory
I1024 10:19:15.910368 22627 install.go:255] script "save-artifacts" found by the script URL handler, but failed to install: open /tmp/s2i-dockerfiletest-dir100048705/save-artifacts: no such file or directory
I1024 10:19:15.910454 22627 scm.go:20] DownloadForSource https://github.com/sclorg/nodejs-ex
I1024 10:19:15.910498 22627 clone.go:36] Downloading "https://github.com/sclorg/nodejs-ex" ...
I1024 10:19:15.910548 22627 clone.go:40] Cloning sources into "/tmp/s2i-dockerfiletest-dir100048705/upload/src"
I1024 10:19:16.117454 22627 clone.go:56] Checked out "HEAD"
I1024 10:19:16.141384 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:19:16.159399 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:16.159452 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir100048705/
I1024 10:19:16.159578 22627 dockerfile.go:424] found override script file assemble
I1024 10:19:16.159881 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:16.159943 22627 dockerfile.go:200] Override scripts are included in directory "upload/scripts"
I1024 10:19:16.160025 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList{}
I1024 10:19:16.160074 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList{}
I1024 10:19:16.160276 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir100048705/Dockerfile
--- PASS: TestDockerfileBuildImageScriptsURLAssemble (0.26s)
=== RUN TestDockerfileBuildImageScriptsURLRun
I1024 10:19:16.172329 22627 install.go:255] script "assemble" found by the script URL handler, but failed to install: open /tmp/s2i-dockerfiletest-dir270727084/assemble: no such file or directory
I1024 10:19:16.172532 22627 download.go:77] Downloaded 'file:///tmp/s2i-dockerfiletest-dir270727084/run'
I1024 10:19:16.172625 22627 install.go:261] Using "run" installed from "file:///tmp/s2i-dockerfiletest-dir270727084/run"
I1024 10:19:16.172738 22627 install.go:255] script "save-artifacts" found by the script URL handler, but failed to install: open /tmp/s2i-dockerfiletest-dir270727084/save-artifacts: no such file or directory
I1024 10:19:16.172834 22627 scm.go:20] DownloadForSource https://github.com/sclorg/nodejs-ex
I1024 10:19:16.172879 22627 clone.go:36] Downloading "https://github.com/sclorg/nodejs-ex" ...
I1024 10:19:16.172928 22627 clone.go:40] Cloning sources into "/tmp/s2i-dockerfiletest-dir270727084/upload/src"
I1024 10:19:16.393920 22627 clone.go:56] Checked out "HEAD"
I1024 10:19:16.418716 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:19:16.436749 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:16.436806 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir270727084/
I1024 10:19:16.436935 22627 dockerfile.go:424] found override script file run
I1024 10:19:16.437223 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:16.437282 22627 dockerfile.go:200] Override scripts are included in directory "upload/scripts"
I1024 10:19:16.437377 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList{}
I1024 10:19:16.437436 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList{}
I1024 10:19:16.437643 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir270727084/Dockerfile
--- PASS: TestDockerfileBuildImageScriptsURLRun (0.27s)
=== RUN TestDockerfileBuildImageScriptsURLImage
I1024 10:19:16.445736 22627 install.go:261] Using "assemble" installed from "image:///usr/custom/s2i/assemble"
I1024 10:19:16.445844 22627 install.go:261] Using "run" installed from "image:///usr/custom/s2i/run"
I1024 10:19:16.445944 22627 install.go:261] Using "save-artifacts" installed from "image:///usr/custom/s2i/save-artifacts"
I1024 10:19:16.445993 22627 scm.go:20] DownloadForSource file:////tmp/s2i-dockerfiletest-dir749735707/sourcecode
I1024 10:19:16.446082 22627 download.go:38] Copying sources from "//tmp/s2i-dockerfiletest-dir749735707/sourcecode" to "/tmp/s2i-dockerfiletest-dir749735707/upload/src"
I1024 10:19:16.446255 22627 fs.go:247] D "/tmp/s2i-dockerfiletest-dir749735707/sourcecode/.s2i" -> "/tmp/s2i-dockerfiletest-dir749735707/upload/src/.s2i"
I1024 10:19:16.446440 22627 fs.go:247] D "/tmp/s2i-dockerfiletest-dir749735707/sourcecode/.s2i/bin" -> "/tmp/s2i-dockerfiletest-dir749735707/upload/src/.s2i/bin"
I1024 10:19:16.446655 22627 fs.go:260] F "/tmp/s2i-dockerfiletest-dir749735707/sourcecode/.s2i/bin/assemble" -> "/tmp/s2i-dockerfiletest-dir749735707/upload/src/.s2i/bin/assemble"
I1024 10:19:16.446862 22627 install.go:261] Using "assemble" installed from "<source-dir>/.s2i/bin/assemble"
I1024 10:19:16.446995 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:16.447032 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir749735707/
I1024 10:19:16.447134 22627 dockerfile.go:424] found override script file assemble
I1024 10:19:16.447269 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:16.447327 22627 dockerfile.go:200] Override scripts are included in directory "upload/scripts"
I1024 10:19:16.447393 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList{}
I1024 10:19:16.447431 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList{}
I1024 10:19:16.447600 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir749735707/Dockerfile
--- PASS: TestDockerfileBuildImageScriptsURLImage (0.01s)
=== RUN TestDockerfileBuildScriptsAndImageURL
I1024 10:19:16.451392 22627 install.go:261] Using "assemble" installed from "image:///usr/some/dir/assemble"
I1024 10:19:16.451497 22627 install.go:261] Using "run" installed from "image:///usr/some/dir/run"
I1024 10:19:16.451594 22627 install.go:261] Using "save-artifacts" installed from "image:///usr/some/dir/save-artifacts"
I1024 10:19:16.451641 22627 scm.go:20] DownloadForSource https://github.com/sclorg/nodejs-ex
I1024 10:19:16.451701 22627 clone.go:36] Downloading "https://github.com/sclorg/nodejs-ex" ...
I1024 10:19:16.451745 22627 clone.go:40] Cloning sources into "/tmp/s2i-dockerfiletest-dir554138046/upload/src"
I1024 10:19:16.763425 22627 clone.go:56] Checked out "HEAD"
I1024 10:19:16.788163 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:19:16.806544 22627 download.go:77] Downloaded 'file:///tmp/s2i-dockerfiletest-dir554138046/assemble'
I1024 10:19:16.806665 22627 install.go:261] Using "assemble" installed from "file:///tmp/s2i-dockerfiletest-dir554138046/assemble"
I1024 10:19:16.806792 22627 install.go:255] script "run" found by the script URL handler, but failed to install: open /tmp/s2i-dockerfiletest-dir554138046/run: no such file or directory
I1024 10:19:16.806937 22627 install.go:255] script "save-artifacts" found by the script URL handler, but failed to install: open /tmp/s2i-dockerfiletest-dir554138046/save-artifacts: no such file or directory
I1024 10:19:16.807048 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:16.807090 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir554138046/
I1024 10:19:16.807198 22627 dockerfile.go:424] found override script file assemble
I1024 10:19:16.807486 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:16.807522 22627 dockerfile.go:200] Override scripts are included in directory "upload/scripts"
I1024 10:19:16.807565 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList{}
I1024 10:19:16.807600 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList{}
I1024 10:19:16.807802 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir554138046/Dockerfile
--- PASS: TestDockerfileBuildScriptsAndImageURL (0.37s)
=== RUN TestDockerfileBuildScriptsAndImageURLConflicts
I1024 10:19:16.820340 22627 download.go:77] Downloaded 'file:///tmp/s2i-dockerfiletest-dir022690720/assemble'
I1024 10:19:16.820442 22627 install.go:261] Using "assemble" installed from "file:///tmp/s2i-dockerfiletest-dir022690720/assemble"
I1024 10:19:16.820542 22627 install.go:255] script "run" found by the script URL handler, but failed to install: open /tmp/s2i-dockerfiletest-dir022690720/run: no such file or directory
I1024 10:19:16.820641 22627 install.go:255] script "save-artifacts" found by the script URL handler, but failed to install: open /tmp/s2i-dockerfiletest-dir022690720/save-artifacts: no such file or directory
I1024 10:19:16.820728 22627 scm.go:20] DownloadForSource https://github.com/sclorg/nodejs-ex
I1024 10:19:16.820758 22627 clone.go:36] Downloading "https://github.com/sclorg/nodejs-ex" ...
I1024 10:19:16.820788 22627 clone.go:40] Cloning sources into "/tmp/s2i-dockerfiletest-dir011212415/upload/src"
I1024 10:19:17.024991 22627 clone.go:56] Checked out "HEAD"
I1024 10:19:17.049352 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:19:17.067159 22627 download.go:77] Downloaded 'file:///tmp/s2i-dockerfiletest-dir353335301/assemble'
I1024 10:19:17.067269 22627 install.go:261] Using "assemble" installed from "file:///tmp/s2i-dockerfiletest-dir353335301/assemble"
I1024 10:19:17.067379 22627 install.go:255] script "run" found by the script URL handler, but failed to install: open /tmp/s2i-dockerfiletest-dir353335301/run: no such file or directory
I1024 10:19:17.067513 22627 install.go:255] script "save-artifacts" found by the script URL handler, but failed to install: open /tmp/s2i-dockerfiletest-dir353335301/save-artifacts: no such file or directory
I1024 10:19:17.067622 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:17.067668 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir011212415/
I1024 10:19:17.067806 22627 dockerfile.go:424] found override script file assemble
I1024 10:19:17.068099 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:17.068161 22627 dockerfile.go:200] Override scripts are included in directory "upload/scripts"
I1024 10:19:17.068240 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList{}
I1024 10:19:17.068280 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList{}
I1024 10:19:17.068455 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir011212415/Dockerfile
--- PASS: TestDockerfileBuildScriptsAndImageURLConflicts (0.26s)
=== RUN TestDockerfileIncrementalBuild
I1024 10:19:17.076365 22627 scm.go:20] DownloadForSource https://github.com/sclorg/nodejs-ex
I1024 10:19:17.076419 22627 clone.go:36] Downloading "https://github.com/sclorg/nodejs-ex" ...
I1024 10:19:17.076480 22627 clone.go:40] Cloning sources into "/tmp/s2i-dockerfiletest-dir474148818/upload/src"
I1024 10:19:17.273188 22627 clone.go:56] Checked out "HEAD"
I1024 10:19:17.297386 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:19:17.315383 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:17.315439 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir474148818/
I1024 10:19:17.315831 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:17.315906 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList{}
I1024 10:19:17.315953 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList{}
I1024 10:19:17.316175 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir474148818/Dockerfile
--- PASS: TestDockerfileIncrementalBuild (0.25s)
=== RUN TestDockerfileIncrementalSourceSave
I1024 10:19:17.331989 22627 scm.go:20] DownloadForSource file:////tmp/s2i-dockerfiletest-dir809307913/sourcecode
I1024 10:19:17.332104 22627 download.go:38] Copying sources from "//tmp/s2i-dockerfiletest-dir809307913/sourcecode" to "/tmp/s2i-dockerfiletest-dir809307913/upload/src"
I1024 10:19:17.332290 22627 fs.go:247] D "/tmp/s2i-dockerfiletest-dir809307913/sourcecode/.s2i" -> "/tmp/s2i-dockerfiletest-dir809307913/upload/src/.s2i"
I1024 10:19:17.332487 22627 fs.go:247] D "/tmp/s2i-dockerfiletest-dir809307913/sourcecode/.s2i/bin" -> "/tmp/s2i-dockerfiletest-dir809307913/upload/src/.s2i/bin"
I1024 10:19:17.332874 22627 fs.go:260] F "/tmp/s2i-dockerfiletest-dir809307913/sourcecode/.s2i/bin/save-artifacts" -> "/tmp/s2i-dockerfiletest-dir809307913/upload/src/.s2i/bin/save-artifacts"
I1024 10:19:17.333527 22627 install.go:261] Using "save-artifacts" installed from "<source-dir>/.s2i/bin/save-artifacts"
I1024 10:19:17.333588 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:17.333620 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir809307913/
I1024 10:19:17.333733 22627 dockerfile.go:424] found override script file save-artifacts
I1024 10:19:17.333788 22627 dockerfile.go:146] Override save-artifacts script is included in directory "upload/scripts"
I1024 10:19:17.334022 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:17.334085 22627 dockerfile.go:200] Override scripts are included in directory "upload/scripts"
I1024 10:19:17.334139 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList{}
I1024 10:19:17.334173 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList{}
I1024 10:19:17.334376 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir809307913/Dockerfile
--- PASS: TestDockerfileIncrementalSourceSave (0.01s)
=== RUN TestDockerfileIncrementalSaveURL
I1024 10:19:17.341203 22627 scm.go:20] DownloadForSource https://github.com/sclorg/nodejs-ex
I1024 10:19:17.341257 22627 clone.go:36] Downloading "https://github.com/sclorg/nodejs-ex" ...
I1024 10:19:17.341320 22627 clone.go:40] Cloning sources into "/tmp/s2i-dockerfiletest-dir070367444/upload/src"
I1024 10:19:17.549125 22627 clone.go:56] Checked out "HEAD"
I1024 10:19:17.573255 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:19:17.590553 22627 install.go:255] script "assemble" found by the script URL handler, but failed to install: open /tmp/s2i-dockerfiletest-dir070367444/assemble: no such file or directory
I1024 10:19:17.590734 22627 install.go:255] script "run" found by the script URL handler, but failed to install: open /tmp/s2i-dockerfiletest-dir070367444/run: no such file or directory
I1024 10:19:17.590968 22627 download.go:77] Downloaded 'file:///tmp/s2i-dockerfiletest-dir070367444/save-artifacts'
I1024 10:19:17.591083 22627 install.go:261] Using "save-artifacts" installed from "file:///tmp/s2i-dockerfiletest-dir070367444/save-artifacts"
I1024 10:19:17.591155 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:17.591192 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir070367444/
I1024 10:19:17.591322 22627 dockerfile.go:424] found override script file save-artifacts
I1024 10:19:17.591383 22627 dockerfile.go:146] Override save-artifacts script is included in directory "upload/scripts"
I1024 10:19:17.591737 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:17.591797 22627 dockerfile.go:200] Override scripts are included in directory "upload/scripts"
I1024 10:19:17.591870 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList{}
I1024 10:19:17.591893 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList{}
I1024 10:19:17.592072 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir070367444/Dockerfile
--- PASS: TestDockerfileIncrementalSaveURL (0.26s)
=== RUN TestDockerfileIncrementalTag
I1024 10:19:17.601797 22627 scm.go:20] DownloadForSource https://github.com/sclorg/nodejs-ex
I1024 10:19:17.601851 22627 clone.go:36] Downloading "https://github.com/sclorg/nodejs-ex" ...
I1024 10:19:17.601911 22627 clone.go:40] Cloning sources into "/tmp/s2i-dockerfiletest-dir704533027/upload/src"
I1024 10:19:17.814424 22627 clone.go:56] Checked out "HEAD"
I1024 10:19:17.838615 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:19:17.856218 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:17.856272 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir704533027/
I1024 10:19:17.856665 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:17.856770 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList(nil)
I1024 10:19:17.856811 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList(nil)
I1024 10:19:17.857032 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir704533027/Dockerfile
--- PASS: TestDockerfileIncrementalTag (0.27s)
=== RUN TestDockerfileIncrementalAssembleUser
I1024 10:19:17.870132 22627 scm.go:20] DownloadForSource https://github.com/sclorg/nodejs-ex
I1024 10:19:17.870186 22627 clone.go:36] Downloading "https://github.com/sclorg/nodejs-ex" ...
I1024 10:19:17.870253 22627 clone.go:40] Cloning sources into "/tmp/s2i-dockerfiletest-dir095269670/upload/src"
I1024 10:19:18.081652 22627 clone.go:56] Checked out "HEAD"
I1024 10:19:18.105952 22627 clone.go:62] Updated submodules for "HEAD"
I1024 10:19:18.123376 22627 ignore.go:64] .s2iignore file does not exist
I1024 10:19:18.123430 22627 dockerfile.go:115] Constructing image build context directory at /tmp/s2i-dockerfiletest-dir095269670/
I1024 10:19:18.123840 22627 dockerfile.go:458] No user environment provided (no environment file found in application sources)
I1024 10:19:18.123940 22627 dockerfile.go:214] Processing injected inputs: api.VolumeList(nil)
I1024 10:19:18.123981 22627 dockerfile.go:216] Processed injected inputs: api.VolumeList(nil)
I1024 10:19:18.124187 22627 dockerfile.go:287] Wrote custom Dockerfile to /tmp/s2i-dockerfiletest-dir095269670/Dockerfile
--- PASS: TestDockerfileIncrementalAssembleUser (0.26s)
PASS
coverage: 0.0% of statements
ok github.com/openshift/source-to-image/test/integration 136.015s
Complete
real 2m38.468s
user 0m50.374s
sys 0m7.466s
Finished hack/test-integration.sh
***************************************************
***************************************************
Running hack/test-stirunimage.sh...
working dir: /tmp/sti/test-work.nkj0
s2i working dir: /tmp/sti/test-work.nkj0
/tmp/sti/test-work.nkj0 /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
I1024 10:21:27.091386 2227 download.go:38] Copying sources from "/tmp/sti/test-work.nkj0/cakephp-ex" to "/tmp/s2i239744554/upload/src"
TEST PASSED
s2i rebuild
TEST PASSED
TEST PASSED
s2i usage
TEST PASSED
I1024 10:22:47.657703 3790 sti.go:697] Sample invocation:
TEST PASSED
s2i build with overriding assemble/run scripts
Running custom assemble
TEST PASSED
Running custom run
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 a015a2a72783097530755c2b557d36765bb318dca0d9aa0293f9981405f97e1a 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 a015a2a72783097530755c2b557d36765bb318dca0d9aa0293f9981405f97e1a. 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.nkj0
Complete
real 6m4.150s
user 0m7.766s
sys 0m4.225s
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/939">https://github.com/openshift/source-to-image/pull/939</a>
[PostBuildScript] - Executing post build scripts.
[PostBuildScript] - Build does not have any of the results []. Did not execute build step #0.
Finished: SUCCESS