Console Output
Started by upstream project "test_pr_s2i" build number 799
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/jenkins334858178270056799.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
Already on 'master'
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: 4975
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: 2107s, at 2019-02-22T11:23:02-05:00 (1550852582)
Rate limit remaining: 4973; 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_1401
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-24064-be1fgx.sh
==> openshiftdev: Host: ec2-3-88-148-37.compute-1.amazonaws.com
+ break
+ vagrant ssh -c 'sudo yum update -y golang golang-src'
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
https://use-mirror2.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article
https://access.redhat.com/articles/1320623
If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.
https://mirror.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
https://use-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
Trying other mirror.
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
Trying other mirror.
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
Trying other mirror.
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
Trying other mirror.
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
Trying other mirror.
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
Trying other mirror.
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
Trying other mirror.
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
Trying other mirror.
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
Trying other mirror.
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
Trying other mirror.
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
Trying other mirror.
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
Trying other mirror.
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120000 milliseconds')
Trying other mirror.
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
Trying other mirror.
One of the configured repositories failed (RHEL7 Red Hat Atomic OpenShift 3.1),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Run the command with the repository temporarily disabled
yum --disablerepo=rhel-7-server-ose-3.1-rpms ...
4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:
yum-config-manager --disable rhel-7-server-ose-3.1-rpms
or
subscription-manager repos --disable=rhel-7-server-ose-3.1-rpms
5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=rhel-7-server-ose-3.1-rpms.skip_if_unavailable=true
failure: repodata/repomd.xml from rhel-7-server-ose-3.1-rpms: [Errno 256] No more mirrors to try.
https://use-mirror2.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
https://mirror.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
https://use-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120000 milliseconds')
https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: [Errno 12] Timeout on https://euw-mirror1.ops.rhcloud.com/enterprise/enterprise-3.1/RH7-RHAOS-3.1/x86_64/os/repodata/repomd.xml: (28, 'Connection timed out after 120001 milliseconds')
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: <a href="https://github.com/openshift/source-to-image/pull/951">https://github.com/openshift/source-to-image/pull/951</a>
[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] Found failure cause(s):
[BFA] yum mirror failure
[BFA] Done. 0s
Finished: FAILURE