You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/11/09 01:04:23 UTC

Build failed in Jenkins: Guacamole » guacamole-client-latest-docker #149

See <https://ci-builds.apache.org/job/Guacamole/job/guacamole-client-latest-docker/149/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H31 (ubuntu) in workspace /home/jenkins/workspace/Guacamole/guacamole-client-latest-docker
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
FATAL: hudson.remoting.Channel$OrderlyShutdown: Command Close created at
Command Close created at
	at hudson.remoting.Command.<init>(Command.java:70)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:1315)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:1313)
	at hudson.remoting.Channel.close(Channel.java:1488)
	at hudson.remoting.Channel.close(Channel.java:1455)
	at hudson.remoting.Channel$CloseCommand.execute(Channel.java:1321)
Caused: hudson.remoting.Channel$OrderlyShutdown
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H31
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.Request.call(Request.java:199)
		at hudson.remoting.Channel.call(Channel.java:1000)
		at hudson.FilePath.act(FilePath.java:1159)
		at hudson.FilePath.act(FilePath.java:1148)
		at org.jenkinsci.plugins.gitclient.Git.getClient(Git.java:121)
		at hudson.plugins.git.GitSCM.createClient(GitSCM.java:906)
		at hudson.plugins.git.GitSCM.createClient(GitSCM.java:837)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1290)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1211)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:636)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:508)
		at hudson.model.Run.execute(Run.java:1906)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.remoting.RequestAbortedException
	at hudson.remoting.Request.abort(Request.java:345)
	at hudson.remoting.Channel.terminate(Channel.java:1085)
	at hudson.remoting.Channel$CloseCommand.execute(Channel.java:1322)
	at hudson.remoting.Channel$1.handle(Channel.java:607)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:81)

Jenkins build is back to normal : Guacamole » guacamole-client-latest-docker #151

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Guacamole/job/guacamole-client-latest-docker/151/display/redirect>


Build failed in Jenkins: Guacamole » guacamole-client-latest-docker #150

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Guacamole/job/guacamole-client-latest-docker/150/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H29 (ubuntu) in workspace <https://ci-builds.apache.org/job/Guacamole/job/guacamole-client-latest-docker/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-client.git
 > git init <https://ci-builds.apache.org/job/Guacamole/job/guacamole-client-latest-docker/ws/> # timeout=10
Fetching upstream changes from https://github.com/apache/guacamole-client.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://github.com/apache/guacamole-client.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/guacamole-client.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/1.3.0^{commit} # timeout=10
 > git rev-parse 1.3.0^{commit} # timeout=10
Checking out Revision f1783f5dc1734b114a3698d3a3bac713eb9c2b9c (1.3.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f1783f5dc1734b114a3698d3a3bac713eb9c2b9c # timeout=10
Commit message: "GUACAMOLE-903: Merge improved Chinese internationalization support"
 > git rev-list --no-walk f1783f5dc1734b114a3698d3a3bac713eb9c2b9c # timeout=10
[guacamole-client-latest-docker] $ /bin/sh -xe /tmp/jenkins4630089736265797754.sh
+ export TAG=guacamole/guacamole:latest
+ trap docker rmi --force guacamole/guacamole:latest || true EXIT
+ docker build --no-cache=true --tag guacamole/guacamole:latest .
Sending build context to Docker daemon  17.86MB
Step 1/13 : ARG TOMCAT_VERSION=8.5
Step 2/13 : ARG TOMCAT_JRE=jdk8
Step 3/13 : FROM maven:3-jdk-8 AS builder
Head "https://registry-1.docker.io/v2/library/maven/manifests/3-jdk-8": unauthorized: incorrect username or password
+ docker rmi --force guacamole/guacamole:latest
Error: No such image: guacamole/guacamole:latest
Build step 'Execute shell' marked build as failure