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 2018/06/21 15:15:33 UTC

Build failed in Jenkins: guacamole-client-master » JDK 1.7 (latest) #61

See <https://builds.apache.org/job/guacamole-client-master/jdk=JDK%201.7%20(latest)/61/display/redirect?page=changes>

Changes:

[frees.10] GUACAMOLE-524: Added reading of LDAP attributes in guacamole.properties

[frees.10] GUACAMOLE-524: Add LDAP attributes to credentials.

[frees.10] GUACAMOLE-524: Add LDAP attribute tokens to StandardTokens. In method

[frees.10] GUACAMOLE-524: Removed changes to Credentials

[frees.10] GUACAMOLE-524: Add Custom Attributes to Tokens Added method to add

[frees.10] GUACAMOLE-524: Add arbitrary attributes on AuthenticatedUser Add

[frees.10] GUACAMOLE-524: Changed to use AuthenticatedUser instead of Credentials

[frees.10] GUACAMOLE-524: Add custom attribute tokens with tokenFilter

[frees.10] GUACAMOLE-524: Implemented getAttributes and setAttributes to satisfy

[frees.10] GUACAMOLE-524: Removed implements Attributes and fixed up code

[frees.10] GUACAMOLE-524: Removed weird casting

[frees.10] GUACAMOLE-524: Fixed try block, exceptions, and import order

[frees.10] GUACAMOLE-524: Implements Attributes and provides getAttributes and

[frees.10] GUACAMOLE-524: Add implements Attributes

[frees.10] GUACAMOLE-524: Fix order of imports.

[frees.10] GUACAMOLE-524: Fixed up code style and comments Also added Override tag

[frees.10] GUACAMOLE-524: Fixed Javadoc and removed unnecessary methods

[frees.10] GUACAMOLE-524: Updated comments and imports

[frees.10] GUACAMOLE-524: Fixed Order of imports

[frees.10] GUACAMOLE-524: Changed addStandardTokens so user.getAttributes is called

[frees.10] Updated JavaDoc for addStandardTokens

[frees.10] GUACAMOLE-524: Fixed RegEx for attribute tokens by removing ':'

[frees.10] GUACAMOLE-524: Added attributes in ModeledAuthenticatedUser

[frees.10] GUACAMOLE-524: Changed this to super and removed debugging stuff

[frees.10] GUACAMOLE-524: Removed unused imports, fixed comments, and condensed

------------------------------------------
Started by upstream project "guacamole-client-master" build number 61
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H34 (ubuntu xenial) in workspace <https://builds.apache.org/job/guacamole-client-master/jdk=JDK%201.7%20(latest)/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/guacamole-client.git
 > git init <https://builds.apache.org/job/guacamole-client-master/jdk=JDK%201.7%20(latest)/ws/guacamole-client> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/guacamole-client.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/guacamole-client.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/guacamole-client.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/guacamole-client.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/guacamole-client.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/guacamole-client.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision a9637494ac35136fb8ce3d02c0d14eadb643fb52 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a9637494ac35136fb8ce3d02c0d14eadb643fb52
Commit message: "GUACAMOLE-524: Merge allow user attributes to be used as tokens."
 > git rev-list --no-walk 33679a08d4b90169f8c5ff64c9762d20e47c288b # timeout=10
[JDK 1.7 (latest)] $ /bin/bash -xe /tmp/jenkins8561628028785592776.sh
+ export MAVEN_HOME=/home/jenkins/tools/maven/latest3
+ MAVEN_HOME=/home/jenkins/tools/maven/latest3
+ export PATH=/home/jenkins/tools/java/latest1.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/jenkins/tools/maven/latest3/bin
+ PATH=/home/jenkins/tools/java/latest1.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/jenkins/tools/maven/latest3/bin
+ export 'REPOSITORY=<https://builds.apache.org/job/guacamole-client-master/jdk=JDK%201.7%20(latest)/ws/repository'>
+ REPOSITORY='<https://builds.apache.org/job/guacamole-client-master/jdk=JDK%201.7%20(latest)/ws/repository'>
+ mkdir -p '<https://builds.apache.org/job/guacamole-client-master/jdk=JDK%201.7%20(latest)/ws/repository'>
+ cd guacamole-client/
+ mvn clean package '-Dmaven.repo.local=<https://builds.apache.org/job/guacamole-client-master/jdk=JDK%201.7%20(latest)/ws/repository'> -P lgpl-extensions
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] guacamole-common
[INFO] guacamole-ext
[INFO] guacamole-common-js
[INFO] guacamole
[INFO] guacamole-auth-cas
[INFO] guacamole-auth-duo
[INFO] guacamole-auth-header
[INFO] guacamole-auth-jdbc
[INFO] guacamole-auth-jdbc-base
[INFO] guacamole-auth-jdbc-mysql
[INFO] guacamole-auth-jdbc-postgresql
[INFO] guacamole-auth-jdbc-sqlserver
[INFO] guacamole-auth-jdbc-dist
[INFO] guacamole-auth-ldap
[INFO] guacamole-auth-openid
[INFO] guacamole-auth-quickconnect
[INFO] guacamole-auth-totp
[INFO] guacamole-example
[INFO] guacamole-playback-example
[INFO] guacamole-auth-radius
[INFO] guacamole-client
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building guacamole-common 1.0.0
[INFO] ------------------------------------------------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.4/maven-source-plugin-2.4.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] guacamole-common ................................... FAILURE [  0.688 s]
[INFO] guacamole-ext ...................................... SKIPPED
[INFO] guacamole-common-js ................................ SKIPPED
[INFO] guacamole .......................................... SKIPPED
[INFO] guacamole-auth-cas ................................. SKIPPED
[INFO] guacamole-auth-duo ................................. SKIPPED
[INFO] guacamole-auth-header .............................. SKIPPED
[INFO] guacamole-auth-jdbc ................................ SKIPPED
[INFO] guacamole-auth-jdbc-base ........................... SKIPPED
[INFO] guacamole-auth-jdbc-mysql .......................... SKIPPED
[INFO] guacamole-auth-jdbc-postgresql ..................... SKIPPED
[INFO] guacamole-auth-jdbc-sqlserver ...................... SKIPPED
[INFO] guacamole-auth-jdbc-dist ........................... SKIPPED
[INFO] guacamole-auth-ldap ................................ SKIPPED
[INFO] guacamole-auth-openid .............................. SKIPPED
[INFO] guacamole-auth-quickconnect ........................ SKIPPED
[INFO] guacamole-auth-totp ................................ SKIPPED
[INFO] guacamole-example .................................. SKIPPED
[INFO] guacamole-playback-example ......................... SKIPPED
[INFO] guacamole-auth-radius .............................. SKIPPED
[INFO] guacamole-client ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.104 s
[INFO] Finished at: 2018-06-21T15:15:31Z
[INFO] Final Memory: 25M/1448M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.apache.maven.plugins:maven-source-plugin:2.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-source-plugin:jar:2.4: Could not transfer artifact org.apache.maven.plugins:maven-source-plugin:pom:2.4 from/to central (https://repo.maven.apache.org/maven2): Received fatal alert: protocol_version -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : guacamole-client-master » JDK 1.7 (latest) #62

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/guacamole-client-master/jdk=JDK%201.7%20(latest)/62/display/redirect>