See 
<https://ci-builds.apache.org/job/Guacamole/job/guacamole-server-main-centos/CENTOS_RELEASE=7,JENKINS_LABEL_EXPRESSION=ubuntu/1565/display/redirect>

Changes:


------------------------------------------
Started by upstream project "Guacamole/guacamole-server-main-centos" build 
number 1565
originally caused by:
 Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds22 (ubuntu) in workspace 
<https://ci-builds.apache.org/job/Guacamole/job/guacamole-server-main-centos/CENTOS_RELEASE=7,JENKINS_LABEL_EXPRESSION=ubuntu/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/apache/guacamole-server.git
 > git init 
 > <https://ci-builds.apache.org/job/Guacamole/job/guacamole-server-main-centos/CENTOS_RELEASE=7,JENKINS_LABEL_EXPRESSION=ubuntu/ws/guacamole-server>
 >  # timeout=10
Fetching upstream changes from https://github.com/apache/guacamole-server.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- 
 > https://github.com/apache/guacamole-server.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/guacamole-server.git 
 > # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
Avoid second fetch
Checking out Revision 8bc7319fc724e95b5e764d7ea323268a041193fe (origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8bc7319fc724e95b5e764d7ea323268a041193fe # timeout=10
Commit message: "GUACAMOLE-520: Merge add mapping of Japanese IME keys."
 > git rev-list --no-walk 8bc7319fc724e95b5e764d7ea323268a041193fe # timeout=10
[ubuntu] $ /bin/sh -xe /tmp/jenkins18428977536991948281.sh
+ cat
[ubuntu] $ /bin/sh -xe /tmp/jenkins8216958610615784375.sh
+ cat
[ubuntu] $ /bin/sh -xe /tmp/jenkins11621406599129469861.sh
+ cat
[ubuntu] $ /bin/sh -xe /tmp/jenkins4500581794689989976.sh
+ echo 
guac-jenkins-Guacamole-guacamole-server-main-centos-CENTOS_RELEASE=7,JENKINS_LABEL_EXPRESSION=ubuntu-1565
+ tr A-Z a-z
+ sed s/[^a-z0-9]\+/-/g
+ export 
TAG=guac-jenkins-guacamole-guacamole-server-main-centos-centos-release-7-jenkins-label-expression-ubuntu-1565
+ trap docker rmi --force 
guac-jenkins-guacamole-guacamole-server-main-centos-centos-release-7-jenkins-label-expression-ubuntu-1565
 || true EXIT
+ docker build --no-cache=true --rm --tag 
guac-jenkins-guacamole-guacamole-server-main-centos-centos-release-7-jenkins-label-expression-ubuntu-1565
 .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 153B done
#1 DONE 0.2s

#2 [internal] load metadata for docker.io/library/centos:7
#2 DONE 1.4s

#3 [internal] load .dockerignore
#3 transferring context:
#3 transferring context: 2B done
#3 DONE 0.3s

#4 [1/4] FROM 
docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4
#4 CACHED

#5 [internal] load build context
#5 transferring context: 12.81MB 0.3s done
#5 DONE 0.8s

#6 [2/4] COPY . /build/
#6 DONE 2.9s

#7 [3/4] RUN /bin/bash -e -x /build/install-deps.sh
#7 2.127 + yum -y upgrade
#7 3.438 Loaded plugins: fastestmirror, ovl
#7 4.926 Determining fastest mirrors
#7 5.052 Could not retrieve mirrorlist 
http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=container 
error was
#7 5.052 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown 
error"
#7 5.057 
#7 5.057 
#7 5.057  One of the configured repositories failed (Unknown),
#7 5.057  and yum doesn't have enough cached data to continue. At this point 
the only
#7 5.057  safe thing yum can do is fail. There are a few ways to work "fix" 
this:
#7 5.057 
#7 5.057      1. Contact the upstream for the repository and get them to fix 
the problem.
#7 5.057 
#7 5.057      2. Reconfigure the baseurl/etc. for the repository, to point to a 
working
#7 5.057         upstream. This is most often useful if you are using a newer
#7 5.057         distribution release than is supported by the repository (and 
the
#7 5.057         packages for the previous distribution release still work).
#7 5.057 
#7 5.057      3. Run the command with the repository temporarily disabled
#7 5.057             yum --disablerepo=<repoid> ...
#7 5.057 
#7 5.057      4. Disable the repository permanently, so yum won't use it by 
default. Yum
#7 5.057         will then just ignore the repository until you permanently 
enable it
#7 5.057         again or use --enablerepo for temporary usage:
#7 5.057 
#7 5.057             yum-config-manager --disable <repoid>
#7 5.057         or
#7 5.057             subscription-manager repos --disable=<repoid>
#7 5.057 
#7 5.057      5. Configure the failing repository to be skipped, if it is 
unavailable.
#7 5.057         Note that yum will try to contact the repo. when it runs most 
commands,
#7 5.057         so will have to try and fail each time (and thus. yum will be 
be much
#7 5.057         slower). If it is a very temporary problem though, this is 
often a nice
#7 5.057         compromise:
#7 5.057 
#7 5.057             yum-config-manager --save 
--setopt=<repoid>.skip_if_unavailable=true
#7 5.057 
#7 5.057 Cannot find a valid baseurl for repo: base/7/x86_64
#7 ERROR: process "/bin/sh -c /bin/bash -e -x /build/install-deps.sh" did not 
complete successfully: exit code: 1
------
 > [3/4] RUN /bin/bash -e -x /build/install-deps.sh:
5.057 
5.057      5. Configure the failing repository to be skipped, if it is 
unavailable.
5.057         Note that yum will try to contact the repo. when it runs most 
commands,
5.057         so will have to try and fail each time (and thus. yum will be be 
much
5.057         slower). If it is a very temporary problem though, this is often 
a nice
5.057         compromise:
5.057 
5.057             yum-config-manager --save 
--setopt=<repoid>.skip_if_unavailable=true
5.057 
5.057 Cannot find a valid baseurl for repo: base/7/x86_64
------
Dockerfile:3
--------------------
   1 |       FROM centos:7
   2 |       COPY . /build/
   3 | >>>   RUN /bin/bash -e -x /build/install-deps.sh
   4 |       RUN /bin/bash -e -x /build/build.sh
   5 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c /bin/bash -e -x 
/build/install-deps.sh" did not complete successfully: exit code: 1
+ docker rmi --force 
guac-jenkins-guacamole-guacamole-server-main-centos-centos-release-7-jenkins-label-expression-ubuntu-1565
Error response from daemon: No such image: 
guac-jenkins-guacamole-guacamole-server-main-centos-centos-release-7-jenkins-label-expression-ubuntu-1565:latest
Build step 'Execute shell' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to