Skip to content

Console Output

Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on sos-builder01 (lin) in workspace /builds/workspace/AssertFixer
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/STAMP-project/AssertFixer.git
 > git init /builds/workspace/AssertFixer # timeout=10
Fetching upstream changes from https://github.com/STAMP-project/AssertFixer.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/STAMP-project/AssertFixer.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/STAMP-project/AssertFixer.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/STAMP-project/AssertFixer.git # timeout=10
Fetching upstream changes from https://github.com/STAMP-project/AssertFixer.git
 > git fetch --tags --progress https://github.com/STAMP-project/AssertFixer.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fa467813d1d99f30c81520e5e4437f2b8c07bafe (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fa467813d1d99f30c81520e5e4437f2b8c07bafe
Commit message: "@monperrus at work 🌇 (#43)"
 > git rev-list --no-walk fa467813d1d99f30c81520e5e4437f2b8c07bafe # timeout=10
[AssertFixer] $ /bin/sh -xe /tmp/jenkins2062784086026585185.sh
+ mvn versions:use-latest-versions -DallowSnapshots=true -Dincludes=fr.inria.gforge.spoon
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building eu.stamp-project:assert-fixer 1.0.9-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.4:use-latest-versions (default-cli) @ assert-fixer ---
[INFO] Major version changes allowed
[INFO] artifact fr.inria.gforge.spoon:spoon-core: checking for updates from sonatype-nexus-snapshots
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.345 s
[INFO] Finished at: 2019-11-26T12:53:10+01:00
[INFO] Final Memory: 27M/180M
[INFO] ------------------------------------------------------------------------
+ mvn clean test
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building eu.stamp-project:assert-fixer 1.0.9-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/spoon-core-7.6.0-SNAPSHOT.jar

Downloading: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/spoon-core-7.6.0-SNAPSHOT.jar

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.230 s
[INFO] Finished at: 2019-11-26T12:53:15+01:00
[INFO] Final Memory: 18M/189M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project assert-fixer: Could not resolve dependencies for project eu.stamp-project:assert-fixer:jar:1.0.9-SNAPSHOT: Could not find artifact fr.inria.gforge.spoon:spoon-core:jar:7.6.0-SNAPSHOT in gforge.inria.fr-release (http://maven.inria.fr/artifactory/spoon-public-snapshot/) -> [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/DependencyResolutionException
Build step 'Execute shell' marked build as failure
Finished: FAILURE