Started by upstream project "test_pr_s2i" build number 798 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/jenkins4518339507187453462.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 nothing to commit, working directory clean ~/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 e674c20..4a4e950 master -> origin/master * [new branch] bump-api -> origin/bump-api 67ef696..339d0a6 release-3.10 -> origin/release-3.10 02103b0..b6db8e6 release-3.11 -> origin/release-3.11 Already on 'master' Your branch is behind 'origin/master' by 86 commits, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at 4a4e950 Merge pull request #22103 from benjaminapetersen/console/console-config-validation Removing .vagrant-openshift.json Removing .vagrant/ 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 2 commits. # (use "git push" to publish your local commits) # nothing to commit, working directory clean ~/jobs/test_pull_requests_s2i/workspace Replacing: /var/lib/jenkins/jobs/test_pull_requests_s2i/workspace/source-to-image ~/jobs/test_pull_requests_s2i/workspace/source-to-image ~/jobs/test_pull_requests_s2i/workspace Already on 'master' Your branch is ahead of 'origin/master' by 2 commits. (use "git push" to publish your local commits) HEAD is now at bb50d6f Merge pull request #947 from adambkaplan/bz-1668130 Deleted branch tpr_support-utf-8_adambkaplan (was c4df4e3). ~/jobs/test_pull_requests_s2i/workspace Origin repositories cloned into /var/lib/jenkins/jobs/test_pull_requests_s2i/workspace + '[' -n 951 ']' + set +x *****Locally Merging Pull Request: https://github.com/openshift/source-to-image/pull/951 + test_pull_requests --local_merge_pull_request 951 --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: 4991 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 #951 on repo source-to-image Local merging pull request #951 for repo 'source-to-image' + pushd source-to-image + git checkout master Already on 'master' + git checkout -b tpr_support-utf-8_adambkaplan Switched to a new branch 'tpr_support-utf-8_adambkaplan' + git pull git@github.com:adambkaplan/source-to-image.git support-utf-8 From github.com:adambkaplan/source-to-image * branch support-utf-8 -> FETCH_HEAD + git pull git@github.com:adambkaplan/source-to-image.git support-utf-8 --tags From github.com:adambkaplan/source-to-image * branch support-utf-8 -> FETCH_HEAD + git checkout master Switched to branch 'master' + git merge tpr_support-utf-8_adambkaplan + git submodule update --recursive + popd Rate limit resets in: 3530s, at 2019-02-22T10:23:01-05:00 (1550848981) Rate limit remaining: 4989; delta: 2 Rate limit is not too low. Would run. Cache stats: Hits: 4, Misses: 2, Bypass: 0 (raw): [:fresh, 4, :invalid, 0, :miss, 2, :unacceptable, 0, :valid, 0] Done ~/jobs/test_pull_requests_s2i/workspace/source-to-image ~/jobs/test_pull_requests_s2i/workspace Updating bb50d6f..c4df4e3 Fast-forward pkg/tar/tar.go | 25 +++++++++++ pkg/tar/tar_test.go | 127 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 149 insertions(+), 3 deletions(-) Already up-to-date. Updating bb50d6f..c4df4e3 Fast-forward pkg/tar/tar.go | 25 +++++++++++ pkg/tar/tar_test.go | 127 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 149 insertions(+), 3 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_1400 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-shell20190222-28276-1ljt8g.sh ==> openshiftdev: Host: ec2-3-92-242-102.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/file20190222-29252-23jz2z /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/file20190222-29798-14vyj4o /ec2-user/.ssh/config && chown ec2-user:ec2-user /ec2-user/.ssh/config && chmod 0600 /ec2-user/.ssh/config' with timeout 14400. Attempt #0 Running ssh/sudo command 'mkdir -p /data/src/github.com/openshift/' with timeout 14400. Attempt #0 Running ssh/sudo command 'mkdir -p /data/src/github.com/openshift/builder && chown -R ec2-user:ec2-user /data/src/github.com/openshift/' with timeout 14400. Attempt #0 Running ssh/sudo command 'set -e rm -fr /data/src/github.com/openshift/source-to-image-bare; if [ ! -d /data/src/github.com/openshift/source-to-image-bare ]; then git clone --quiet --bare https://github.com/openshift/source-to-image.git /data/src/github.com/openshift/source-to-image-bare >/dev/null fi ' with timeout 14400. Attempt #0 Synchronizing local sources Synchronizing [source-to-image@master] from source-to-image... Warning: Permanently added '3.92.242.102' (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 # github.com/openshift/source-to-image/pkg/tar _output/local/go/src/github.com/openshift/source-to-image/pkg/tar/tar.go:335: header.Format undefined (type *tar.Header has no field or method Format) _output/local/go/src/github.com/openshift/source-to-image/pkg/tar/tar.go:335: undefined: tar.FormatPAX Error while 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 The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed! 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 Stdout from the command: /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 Stderr from the command: # github.com/openshift/source-to-image/pkg/tar _output/local/go/src/github.com/openshift/source-to-image/pkg/tar/tar.go:335: header.Format undefined (type *tar.Header has no field or method Format) _output/local/go/src/github.com/openshift/source-to-image/pkg/tar/tar.go:335: undefined: tar.FormatPAX Build step 'Execute shell' marked build as failure Publish artifacts to S3 Bucket No file(s) found: origin/artifacts/** Publish artifacts to S3 Bucket ‘origin/artifacts/**’ doesn’t match anything, but ‘**’ does. Perhaps that’s what you mean? [description-setter] Description set: https://github.com/openshift/source-to-image/pull/951 [PostBuildScript] - Executing post build scripts. [PostBuildScript] - Build does not have any of the results []. Did not execute build step #0. [BFA] Scanning build for known causes... [BFA] No failure causes found [BFA] Done. 0s Finished: FAILURE