Build failed in Jenkins: topia-ci #303
See <http://ci.nuiton.org/jenkins/job/topia-ci/303/> ------------------------------------------ Started by an SCM change Building on master in workspace <http://ci.nuiton.org/jenkins/job/topia-ci/ws/>
git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url http://git.nuiton.org/topia.git # timeout=10 Pruning obsolete local branches Fetching upstream changes from http://git.nuiton.org/topia.git git --version # timeout=10 git -c core.askpass=true fetch --tags --progress http://git.nuiton.org/topia.git +refs/heads/*:refs/remotes/origin/* --prune ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from http://git.nuiton.org/topia.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016) at hudson.scm.SCM.checkout(SCM.java:485) at hudson.model.AbstractProject.checkout(AbstractProject.java:1276) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:610) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:532) at hudson.model.Run.execute(Run.java:1744) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:374) Caused by: hudson.plugins.git.GitException: Command "git -c core.askpass=true fetch --tags --progress http://git.nuiton.org/topia.git +refs/heads/*:refs/remotes/origin/* --prune" returned status code 128: stdout: stderr: fatal: unable to access 'https://gitlab.nuiton.org:/topia.git/': Failed to connect to gitlab.nuiton.org port 443: Connection refused
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1379) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:86) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:324) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733) ... 11 more ERROR: Error fetching remote repo 'origin' Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds
See <http://ci.nuiton.org/jenkins/job/topia-ci/304/changes> Changes: [Brendan Le Ny] Introduce TopiaConfiguration with two implementation (bean and properties backed), introduce HibernateTopiaMigrationService, remove obsolete method on TopiaService, rewrite HibernateProvider#newConfiguration to remove all unused tricks, change some signatures to use Set instead of arrays [Brendan Le Ny] Adding some entry method in Builder [Brendan Le Ny] fix NPE [Arnaud Thimel] refs #2892 Generate ApplicationContext contructor based on TopiaConfiguration [Brendan Le Ny] fix build except migration engine test [Brendan Le Ny] Introduce JdbcConfiguration contract, use it when appropriate, make topia-service-flyway build [Brendan Le Ny] use JdbcHelper in tests [Brendan Le Ny] Fix build of topia flyway service [Arnaud Thimel] Fix build of topia migration service [Arnaud Thimel] Remove TopiaSchemaHelper class which content has been moved into TopiaItMappingTopiaApplicationContext#createSchema() [Brendan Le Ny] Review some builder method names [Brendan Le Ny] Move configuration in properties reading in builder, refactor BeanTopiaConfiguration to extends BeanJdbcConfiguration [Brendan Le Ny] Deprecate everything in TopiaConfigurationConstants [Brendan Le Ny] Introduce HibernateAvailableSettings [Brendan Le Ny] Implements a method to convert TopiaConfiguration to Map [Brendan Le Ny] Convention on builders [Brendan Le Ny] Use interface AvailableSettings where possible instead of a Hibernate subclass [Brendan Le Ny] Deprecate TopiaH2Util and move API to JdbcH2Helper [Arnaud Thimel] refs #2892 Delegate methods from JdbcConfigurationBuilder to TopiaConfigurationBuilder [Arnaud Thimel] refs #2892 Fix TopiaConnectionProviderTest [Brendan Le Ny] Configuration is now Serializable [Brendan Le Ny] Implements guessHibernateDialect [Brendan Le Ny] Allow user to instantiate TopiaIdFactory [Brendan Le Ny] Enable connection pooling by default [Brendan Le Ny] Make builders instantiables [Brendan Le Ny] fix dialect detection for H2 compatibility mode [Brendan Le Ny] log properties before starting hibernate provider [Arnaud Thimel] Remove TopiaConfiguration.builder [Arnaud Thimel] Code review [Arnaud Thimel] Set default TopiaIdFactory to 'FullyQualifiedNamePlusUuidTopiaIdFactory' [Arnaud Thimel] refs #2892 Fix setTopiaIdFactory(...) only if necessary [Arnaud Thimel] refs #2892 Fix Ano-1640 IT [Arnaud Thimel] refs #2892 fix maven dependency issues [Arnaud Thimel] refs #2892 Keep ToPIA Java 1.6 compatible [Arnaud Thimel] Fix missing file headers [Brendan Le Ny] Introduce TopiaConfiguration#isValidateSchema and implement it [Brendan Le Ny] Bullshit [Brendan Le Ny] fix wrong test on configuration properties generation [Brendan Le Ny] Use pom 2.0 [Brendan Le Ny] Downgrade H2 to 1.3 to make the build stable [Maven Release] [jgitflow-maven-plugin]updating poms for 3.0-beta-17 branch with snapshot versions [Maven Release] Add missing file header [Maven Release] [jgitflow-maven-plugin]updating poms for branch'release/3.0-beta-17' with non-snapshot versions [Maven Release] [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts [Maven Release] [jgitflow-maven-plugin]Updating develop poms back to pre merge state [Brendan Le Ny] Use Hibernate 5.0.0-SNAPSHOT (added JBoss snapshot to group) ------------------------------------------ Started by an SCM change Building on master in workspace <http://ci.nuiton.org/jenkins/job/topia-ci/ws/>
git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository git config remote.origin.url http://git.nuiton.org/topia.git # timeout=10 Pruning obsolete local branches Fetching upstream changes from http://git.nuiton.org/topia.git git --version # timeout=10 git -c core.askpass=true fetch --tags --progress http://git.nuiton.org/topia.git +refs/heads/*:refs/remotes/origin/* --prune Seen branch in repository origin/develop Seen branch in repository origin/feature/3452 Seen branch in repository origin/feature/3539 Seen branch in repository origin/feature/3640 Seen branch in repository origin/feature/3653 Seen branch in repository origin/feature/3666 Seen branch in repository origin/feature/3692 Seen branch in repository origin/master Seen branch in repository origin/migration-it Seen branch in repository origin/topia-jpa Seen 10 remote branches Multiple candidate revisions Scheduling another build to catch up with topia-ci Checking out Revision a09dd147927fe5486e9d5636be082a3c2b1dcbf1 (origin/feature/3666) git config core.sparsecheckout # timeout=10 git checkout -f a09dd147927fe5486e9d5636be082a3c2b1dcbf1 git rev-list 50b68a903b9a7ffee9998910e5f53dc30f428e7c # timeout=10 warning: unable to access '/root/.config/git/attributes': Permission denied Parsing POMs Modules changed, recalculating dependency graph [topia-ci] $ /opt/jdk7/bin/java -Dsettings.security=/var/local/forge/data/nuiton.org/maven/settings-security.xml -Djava.awt.headless=true -cp /var/local/forge/data/nuiton.org/jenkins/plugins/maven-plugin/WEB-INF/lib/maven32-agent-1.6.jar:/opt/maven3/boot/plexus-classworlds-2.5.2.jar:/opt/maven3/conf/logging jenkins.maven3.agent.Maven32Main /opt/maven3 /var/local/forge/exec/tomcat-nuiton.org/webapps/jenkins/WEB-INF/lib/remoting-2.51.jar /var/local/forge/data/nuiton.org/jenkins/plugins/maven-plugin/WEB-INF/lib/maven32-interceptor-1.6.jar /var/local/forge/data/nuiton.org/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.6.jar 42981 <===[JENKINS REMOTING CAPACITY]===> channel started Executing Maven: -B -f <http://ci.nuiton.org/jenkins/job/topia-ci/ws/pom.xml> -s /var/local/forge/data/nuiton.org/maven/settings.xml -e -U clean verify [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] ToPIA [INFO] ToPIA :: Persistence [INFO] ToPIA :: JUnit [INFO] ToPIA :: Templates [INFO] ToPIA :: IT [INFO] ToPIA :: Service Replication [INFO] ToPIA :: Service Migration [INFO] ToPIA :: Flyway integration service [INFO] ToPIA :: Liquibase integration service [INFO] ToPIA :: Service CSV [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building ToPIA 3.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ topia --- [INFO] Deleting <http://ci.nuiton.org/jenkins/job/topia-ci/ws/target> [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-project-files) @ topia --- [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-site-deploy-classifier) @ topia --- [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-platform) @ topia --- [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-projectId) @ topia --- [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-versions) @ topia --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (generate-surefire-workdir) @ topia --- [INFO] Executing tasks
main: [mkdir] Created dir: <http://ci.nuiton.org/jenkins/job/topia-ci/ws/target/surefire-workdir> [INFO] Executed tasks [INFO] [INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ topia --- [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building ToPIA :: Persistence 3.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/hibernate/h... [INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/hibernate/h... [INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/hibernate/h... [INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/hibernate/h... [WARNING] The POM for org.hibernate:hibernate-c3p0:jar:5.0.0-SNAPSHOT is missing, no dependency information available [INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/hibernate/h... [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ToPIA .............................................. SUCCESS [ 2.181 s] [INFO] ToPIA :: Persistence ............................... FAILURE [ 0.510 s] [INFO] ToPIA :: JUnit ..................................... SKIPPED [INFO] ToPIA :: Templates ................................. SKIPPED [INFO] ToPIA :: IT ........................................ SKIPPED [INFO] ToPIA :: Service Replication ....................... SKIPPED [INFO] ToPIA :: Service Migration ......................... SKIPPED [INFO] ToPIA :: Flyway integration service ................ SKIPPED [INFO] ToPIA :: Liquibase integration service ............. SKIPPED [INFO] ToPIA :: Service CSV ............................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.876 s [INFO] Finished at: 2015-07-17T17:24:17+02:00 [INFO] Final Memory: 26M/303M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project topia-persistence: Could not resolve dependencies for project org.nuiton.topia:topia-persistence:jar:3.0-SNAPSHOT: Could not find artifact org.hibernate:hibernate-c3p0:jar:5.0.0-SNAPSHOT in snapshots (http://nexus.nuiton.org/nexus/content/repositories/snapshots) -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project topia-persistence: Could not resolve dependencies for project org.nuiton.topia:topia-persistence:jar:3.0-SNAPSHOT: Could not find artifact org.hibernate:hibernate-c3p0:jar:5.0.0-SNAPSHOT in snapshots (http://nexus.nuiton.org/nexus/content/repositories/snapshots) at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:221) at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:127) at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:257) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:200) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.jvnet.hudson.maven3.launcher.Maven32Launcher.main(Maven32Launcher.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238) at jenkins.maven3.agent.Maven32Main.launch(Maven32Main.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at hudson.maven.Maven3Builder.call(Maven3Builder.java:136) at hudson.maven.Maven3Builder.call(Maven3Builder.java:71) at hudson.remoting.UserRequest.perform(UserRequest.java:121) at hudson.remoting.UserRequest.perform(UserRequest.java:49) at hudson.remoting.Request$2.run(Request.java:325) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.nuiton.topia:topia-persistence:jar:3.0-SNAPSHOT: Could not find artifact org.hibernate:hibernate-c3p0:jar:5.0.0-SNAPSHOT in snapshots (http://nexus.nuiton.org/nexus/content/repositories/snapshots) at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:211) at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:195) ... 34 more Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact org.hibernate:hibernate-c3p0:jar:5.0.0-SNAPSHOT in snapshots (http://nexus.nuiton.org/nexus/content/repositories/snapshots) at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:384) at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:205) ... 35 more Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.hibernate:hibernate-c3p0:jar:5.0.0-SNAPSHOT in snapshots (http://nexus.nuiton.org/nexus/content/repositories/snapshots) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:444) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:246) at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:367) ... 36 more Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.hibernate:hibernate-c3p0:jar:5.0.0-SNAPSHOT in snapshots (http://nexus.nuiton.org/nexus/content/repositories/snapshots) at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:39) at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:355) at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67) at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute(BasicRepositoryConnector.java:581) at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get(BasicRepositoryConnector.java:249) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:520) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:421) ... 38 more [ERROR] [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/DependencyResolutionExcepti... [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :topia-persistence Sending e-mails to: topia-build@list.nuiton.org thimel@codelutin.com maven-release@codelutin.com bleny@codelutin.com channel stopped Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds
participants (1)
-
admin+ci-nuiton.org@codelutin.com