Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 hour
Duration
1 minute
Labels
None
Revisions
openmrs-dependency-maven-plugin
8678b697ecb2cbf5caefc400bbbd2e1dacae6d7a 8678b697ecb2cbf5caefc400bbbd2e1dacae6d7a
Release scripts
983d655c830eb8be79e7ff88b19f84b5b767e474 983d655c830eb8be79e7ff88b19f84b5b767e474
Total tests
1
Fixed in
#14 (Changes by Daniel Kayiwa)

Tests

Responsible

Code commits

openmrs-dependency-maven-plugin
Author Commit Message Commit date
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 8678b697ecb2cbf5caefc400bbbd2e1dacae6d7a 8678b697ecb2cbf5caefc400bbbd2e1dacae6d7a Bump junit from 4.11 to 4.13.1 (#1)
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release scripts
Author Commit Message Commit date
Daniel Kayiwa Daniel Kayiwa 983d655c830eb8be79e7ff88b19f84b5b767e474 983d655c830eb8be79e7ff88b19f84b5b767e474 Removing ssh key configuration
https://talk.openmrs.org/t/bamboo-cannot-publish-files-to-sourceforge/30450/4

Configuration changes

Plan configuration has changed since the last successful build. See the plan audit log for more details.

Tests

New test failures 1
Status Test View job Duration
Collapse Failed HashMojoTest testDependenciesAreHashed History
Default Job 3 secs
org.apache.maven.it.VerificationException: Exit code was non-zero: 1; command line and log =  /usr/share/apache-maven-3.3.9/bin/mvn -N -e --batch-mode -Dmaven.repo.local=/home/bamboo-agent/.m2/repository org.apache.maven.plugins:maven-clean-plugin:clean generate-resources [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING]  [WARNING] Some problems were encountered while building the effective model for org.openmrs.maven.plugins:openmrs-dependencies-maven-plugin-hash-test:pom:1.0.0-SNAPSHOT [WARNING] 'dependencies.dependency.scope' for org.openmrs.module:reporting-api:jar must be one of [provided, compile, runtime, test, system] but is 'package'. @ line 15, column 20 [WARNING] 'dependencies.dependency.scope' for org.openmrs.module:reporting-omod:jar must be one of [provided, compile, runtime, test, system] but is 'package'. @ line 21, column 20 [WARNING] 'dependencies.dependency.scope' for org.openmrs.module:htmlformentry-api:jar must be one of [provided, compile, runtime, test, system] but is 'package'. @ line 27, column 20 [WARNING]  [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING]  [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING]  [INFO]                                                                          [INFO] ------------------------------------------------------------------------ [INFO] Building OpenMRS dependencies hash test 1.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The POM for org.openmrs.maven.plugins:openmrs-dependency-maven-plugin:jar:1.0.0-SNAPSHOT is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.147 s [INFO] Finished at: 2020-10-13T22:58:10+00:00 [INFO] Final Memory: 7M/106M [INFO] ------------------------------------------------------------------------ [ERROR] Plugin org.openmrs.maven.plugins:openmrs-dependency-maven-plugin:1.0.0-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact org.openmrs.maven.plugins:openmrs-dependency-maven-plugin:jar:1.0.0-SNAPSHOT -> [Help 1] org.apache.maven.plugin.PluginResolutionException: Plugin org.openmrs.maven.plugins:openmrs-dependency-maven-plugin:1.0.0-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact org.openmrs.maven.plugins:openmrs-dependency-maven-plugin:jar:1.0.0-SNAPSHOT  at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:128)  at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getPluginDescriptor(DefaultMavenPluginManager.java:179)  at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getMojoDescriptor(DefaultMavenPluginManager.java:284)  at org.apache.maven.plugin.DefaultBuildPluginManager.getMojoDescriptor(DefaultBuildPluginManager.java:241)  at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.setupMojoExecution(DefaultLifecycleExecutionPlanCalculator.java:169)  at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.setupMojoExecutions(DefaultLifecycleExecutionPlanCalculator.java:155)  at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:131)  at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:145)  at org.apache.maven.lifecycle.internal.builder.BuilderCommon.resolveBuildPlan(BuilderCommon.java:96)  at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:109)  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.apache.maven.cli.MavenCli.execute(MavenCli.java:863)  at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)  at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  at java.lang.reflect.Method.invoke(Method.java:498)  at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)  at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)  at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)  at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.openmrs.maven.plugins:openmrs-dependency-maven-plugin:jar:1.0.0-SNAPSHOT  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.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:223)  at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact(DefaultRepositorySystem.java:294)  at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:124)  ... 26 more Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.openmrs.maven.plugins:openmrs-dependency-maven-plugin:jar:1.0.0-SNAPSHOT  at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:434)  ... 30 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/PluginResolutionException 
org.apache.maven.it.VerificationException: Exit code was non-zero: 1; command line and log = 
/usr/share/apache-maven-3.3.9/bin/mvn -N -e --batch-mode -Dmaven.repo.local=/home/bamboo-agent/.m2/repository org.apache.maven.plugins:maven-clean-plugin:clean generate-resources
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.openmrs.maven.plugins:openmrs-dependencies-maven-plugin-hash-test:pom:1.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.scope' for org.openmrs.module:reporting-api:jar must be one of [provided, compile, runtime, test, system] but is 'package'. @ line 15, column 20
(100 more lines...)