See 
<https://ci-builds.apache.org/job/Guacamole/job/guacamole-server-master-freerdp/FREERDP_BRANCH=2.5.0,JENKINS_LABEL_EXPRESSION=ubuntu/1246/display/redirect>

Changes:


------------------------------------------
Started by upstream project "Guacamole/guacamole-server-master-freerdp" build 
number 1246
originally caused by:
 Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds39 (ubuntu) in workspace 
<https://ci-builds.apache.org/job/Guacamole/job/guacamole-server-master-freerdp/FREERDP_BRANCH=2.5.0,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-master-freerdp/FREERDP_BRANCH=2.5.0,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.17.1'
 > git fetch --tags --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 125e33c40b0210a02f8470c4f918dd98ee66643c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 125e33c40b0210a02f8470c4f918dd98ee66643c # timeout=10
Commit message: "Merge 1.5.4 changes back to master."
 > git rev-list --no-walk 125e33c40b0210a02f8470c4f918dd98ee66643c # timeout=10
[ubuntu] $ /bin/sh -xe /tmp/jenkins5378879824929165241.sh
+ cat
[ubuntu] $ /bin/sh -xe /tmp/jenkins16027840906103473002.sh
+ cat
[ubuntu] $ /bin/sh -xe /tmp/jenkins16659903246235664415.sh
+ cat
[ubuntu] $ /bin/sh -xe /tmp/jenkins17399056320873979990.sh
+ echo 
guac-jenkins-Guacamole-guacamole-server-master-freerdp-FREERDP_BRANCH=2.5.0,JENKINS_LABEL_EXPRESSION=ubuntu-1246
+ tr A-Z a-z
+ sed s/[^a-z0-9]\+/-/g
+ export 
TAG=guac-jenkins-guacamole-guacamole-server-master-freerdp-freerdp-branch-2-5-0-jenkins-label-expression-ubuntu-1246
+ trap docker rmi --force 
guac-jenkins-guacamole-guacamole-server-master-freerdp-freerdp-branch-2-5-0-jenkins-label-expression-ubuntu-1246
 || true EXIT
+ docker build --no-cache=true --rm --tag 
guac-jenkins-guacamole-guacamole-server-master-freerdp-freerdp-branch-2-5-0-jenkins-label-expression-ubuntu-1246
 .
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 157B done
#1 DONE 0.2s

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

#3 [internal] load metadata for docker.io/library/rockylinux:8
#3 DONE 0.8s

#4 [1/4] FROM 
docker.io/library/rockylinux:8@sha256:85fa0b733cfbcc6e9770829b69ebcc58f51ff71fc9c0f4f5cdf40e3c7f58ccad
#4 CACHED

#5 [internal] load build context
#5 transferring context: 12.33MB 0.3s done
#5 DONE 0.5s

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

#7 [3/4] RUN /bin/bash -e -x /build/install-deps.sh
#7 1.395 + dnf -y install 'dnf-command(config-manager)'
#7 461.7 Rocky Linux 8 - AppStream                        23 kB/s |  10 MB     
07:38    
#7 461.7 Errors during downloading metadata for repository 'appstream':
#7 461.7   - Downloading successful, but checksum doesn't match. Calculated: 
839488ebc08446a096a893996ed23eac321ac166724cd8c5d9092057834d2d79(sha256)  
Expected: 
31d11feb54b7b192f102bd1f8bb5dcbbe9a437995b4ecedf19f96725311130f4(sha256) 
#7 461.8 Error: Failed to download metadata for repo 'appstream': Yum repo 
downloading error: Downloading error(s): 
repodata/31d11feb54b7b192f102bd1f8bb5dcbbe9a437995b4ecedf19f96725311130f4-updateinfo.xml.gz
 - Cannot download, all mirrors were already tried without success
#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:
#7 1.395 + dnf -y install 'dnf-command(config-manager)'
#7 461.7 Rocky Linux 8 - AppStream                        23 kB/s |  10 MB     
07:38    
#7 461.7 Errors during downloading metadata for repository 'appstream':
#7 461.7   - Downloading successful, but checksum doesn't match. Calculated: 
839488ebc08446a096a893996ed23eac321ac166724cd8c5d9092057834d2d79(sha256)  
Expected: 
31d11feb54b7b192f102bd1f8bb5dcbbe9a437995b4ecedf19f96725311130f4(sha256) 
#7 461.8 Error: Failed to download metadata for repo 'appstream': Yum repo 
downloading error: Downloading error(s): 
repodata/31d11feb54b7b192f102bd1f8bb5dcbbe9a437995b4ecedf19f96725311130f4-updateinfo.xml.gz
 - Cannot download, all mirrors were already tried without success
------
Dockerfile:3
--------------------
   1 |       FROM rockylinux:8
   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-master-freerdp-freerdp-branch-2-5-0-jenkins-label-expression-ubuntu-1246
Error response from daemon: No such image: 
guac-jenkins-guacamole-guacamole-server-master-freerdp-freerdp-branch-2-5-0-jenkins-label-expression-ubuntu-1246: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