Details
- State: Success
- For: Project: commons-daemon
- Working Directory: /srv/gump/public/workspace/commons-daemon
- Output: /srv/gump/public/workspace/tmp/build_commons-daemon_commons-daemon.txt
- Exit Code: 0
- Start Time: Sun, 19 Jan 2025 01:18:56 (UTC)
- End Time: Sun, 19 Jan 2025 01:19:10 (UTC)
- Elapsed Time: 14 secs
Parameters
Prefix |
Name |
Value |
|
--batch-mode |
|
|
--settings |
|
|
/srv/gump/public/workspace/commons-daemon/gump_mvn_settings.xml |
|
|
package |
|
Environment Overrides
Name |
Value |
M2_HOME |
/opt/maven3 |
Command Line
/opt/maven3/bin/mvn --batch-mode --settings
/srv/gump/public/workspace/commons-daemon/gump_mvn_settings.xml package
Output
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------< commons-daemon:commons-daemon >--------------------
[INFO] Building Apache Commons Daemon 1.4.2-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/junit/jupiter/junit-jupiter/5.11.4/junit-jupiter-5.11.4.pom
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/junit/jupiter/junit-jupiter/5.11.4/junit-jupiter-5.11.4.pom (3.2 kB at 27 kB/s)
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/junit/jupiter/junit-jupiter/5.11.4/junit-jupiter-5.11.4.jar
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/junit/jupiter/junit-jupiter/5.11.4/junit-jupiter-5.11.4.jar (6.4 kB at 163 kB/s)
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce-maven-version) @ commons-daemon ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce-java-version) @ commons-daemon ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO]
[INFO] --- apache-rat-plugin:0.16.1:check (rat-check) @ commons-daemon ---
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 134 licenses.
[INFO]
[INFO] --- maven-artifact-plugin:3.5.3:check-buildplan (check-buildplan) @ commons-daemon ---
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/apache/commons/commons-release-plugin/1.8.3/commons-release-plugin-1.8.3.pom
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/apache/commons/commons-release-plugin/1.8.3/commons-release-plugin-1.8.3.pom (27 kB at 583 kB/s)
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/apache/commons/commons-release-plugin/1.8.3/commons-release-plugin-1.8.3.jar
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/apache/commons/commons-release-plugin/1.8.3/commons-release-plugin-1.8.3.jar (57 kB at 1.5 MB/s)
[INFO] No known issue in 22 plugins
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:parse-version (parse-version) @ commons-daemon ---
[INFO]
[INFO] --- maven-antrun-plugin:3.1.0:run (javadoc.resources) @ commons-daemon ---
[INFO] Executing tasks
[INFO] [copy] Copying 2 files to /srv/gump/public/workspace/commons-daemon/target/apidocs/META-INF
[INFO] Executed tasks
[INFO]
[INFO] --- maven-remote-resources-plugin:3.2.0:process (process-resource-bundles) @ commons-daemon ---
[INFO] Skipping remote resources execution.
[INFO]
[INFO] --- buildnumber-maven-plugin:3.2.1:create (default) @ commons-daemon ---
[INFO] Executing: /bin/sh -c cd '/srv/gump/public/workspace/commons-daemon' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /srv/gump/public/workspace/commons-daemon
[WARNING] Cannot get the revision information from the scm repository, proceeding with revision of ?????? :
Exception while executing SCM command.
[INFO] Storing buildNumber: ?????? at timestamp: 1737249541564
[INFO] Executing: /bin/sh -c cd '/srv/gump/public/workspace/commons-daemon' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /srv/gump/public/workspace/commons-daemon
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: not a git repository (or any of the parent directories): .git
[INFO] Executing: /bin/sh -c cd '/srv/gump/public/workspace/commons-daemon' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /srv/gump/public/workspace/commons-daemon
[WARNING] Cannot get the branch information from the scm repository, proceeding with UNKNOWN_BRANCH :
Exception while executing SCM command.
[INFO] Storing scmBranch: UNKNOWN_BRANCH
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ commons-daemon ---
[INFO] skip non existing resourceDirectory /srv/gump/public/workspace/commons-daemon/src/main/resources
[INFO] Copying 2 resources from to target/classes/META-INF
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ commons-daemon ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 10 source files with javac [debug release 8] to target/classes
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO]
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ commons-daemon ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /srv/gump/public/workspace/commons-daemon/target/osgi/MANIFEST.MF
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ commons-daemon ---
[INFO] skip non existing resourceDirectory /srv/gump/public/workspace/commons-daemon/src/test/resources
[INFO] Copying 2 resources from to target/test-classes/META-INF
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ commons-daemon ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug release 8] to target/test-classes
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (prepare-agent) @ commons-daemon ---
[INFO] argLine set to -javaagent:/srv/gump/public/workspace/mvnlocalrepo/shared/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/srv/gump/public/workspace/commons-daemon/target/jacoco.exec
[INFO]
[INFO] --- maven-surefire-plugin:3.5.2:test (default-test) @ commons-daemon ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/surefire-junit-platform/3.5.2/surefire-junit-platform-3.5.2.pom
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/surefire-junit-platform/3.5.2/surefire-junit-platform-3.5.2.pom (5.7 kB at 158 kB/s)
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/surefire-providers/3.5.2/surefire-providers-3.5.2.pom
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/surefire-providers/3.5.2/surefire-providers-3.5.2.pom (2.6 kB at 77 kB/s)
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/common-java5/3.5.2/common-java5-3.5.2.pom
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/common-java5/3.5.2/common-java5-3.5.2.pom (2.8 kB at 67 kB/s)
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom (3.2 kB at 100 kB/s)
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 54 kB/s)
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom (2.8 kB at 83 kB/s)
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom (3.0 kB at 101 kB/s)
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/surefire-junit-platform/3.5.2/surefire-junit-platform-3.5.2.jar
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/common-java5/3.5.2/common-java5-3.5.2.jar
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/surefire-junit-platform/3.5.2/surefire-junit-platform-3.5.2.jar (27 kB at 472 kB/s)
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/common-java5/3.5.2/common-java5-3.5.2.jar (18 kB at 274 kB/s)
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar (189 kB at 2.9 MB/s)
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar (103 kB at 1.5 MB/s)
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 98 kB/s)
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar (169 kB at 1.7 MB/s)
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.commons.daemon.DaemonInitExceptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.apache.commons.daemon.DaemonInitExceptionTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ commons-daemon ---
[INFO] Building jar: /srv/gump/public/workspace/commons-daemon/target/commons-daemon-1.4.2-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ commons-daemon ---
[INFO] Building jar: /srv/gump/public/workspace/commons-daemon/target/commons-daemon-1.4.2-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (create-source-jar) @ commons-daemon ---
[INFO] Building jar: /srv/gump/public/workspace/commons-daemon/target/commons-daemon-1.4.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (create-source-jar) @ commons-daemon ---
[INFO] Building jar: /srv/gump/public/workspace/commons-daemon/target/commons-daemon-1.4.2-SNAPSHOT-test-sources.jar
[INFO]
[INFO] --- cyclonedx-maven-plugin:2.9.1:makeAggregateBom (build-sbom-cyclonedx) @ commons-daemon ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.6 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /srv/gump/public/workspace/commons-daemon/target/commons-daemon-1.4.2-SNAPSHOT-bom.xml
[INFO] attaching as commons-daemon-1.4.2-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /srv/gump/public/workspace/commons-daemon/target/commons-daemon-1.4.2-SNAPSHOT-bom.json
[WARNING] Unknown keyword meta:enum - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword or if it should generate annotations AnnotationKeyword
[WARNING] Unknown keyword deprecated - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword or if it should generate annotations AnnotationKeyword
[INFO] attaching as commons-daemon-1.4.2-SNAPSHOT-cyclonedx.json
[INFO]
[INFO] --- spdx-maven-plugin:0.7.4:createSPDX (build-sbom-spdx) @ commons-daemon ---
[INFO] spdx file type = .json
[INFO] Creating SPDX File /srv/gump/public/workspace/commons-daemon/target/site/commons-daemon_commons-daemon-1.4.2-SNAPSHOT.spdx.json
[INFO]
[INFO] --- moditect-maven-plugin:1.2.2.Final:add-module-info (add-module-infos) @ commons-daemon ---
[INFO] Running jdeps --generate-module-info /srv/gump/public/workspace/commons-daemon/target/moditect --multi-release=9 /srv/gump/public/workspace/commons-daemon/target/commons-daemon-1.4.2-SNAPSHOT.jar
writing to /srv/gump/public/workspace/commons-daemon/target/moditect/commons.daemon/versions/9/module-info.java
[INFO] Created module descriptor at /srv/gump/public/workspace/commons-daemon/target/moditect/generated-sources/org.apache.commons.daemon/module-info.java
[INFO]
[INFO] --- maven-site-plugin:3.21.0:attach-descriptor (attach-descriptor) @ commons-daemon ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.582 s
[INFO] Finished at: 2025-01-19T01:19:10Z
[INFO] ------------------------------------------------------------------------
Apache Gump, Gump, Apache, the Apache feather logo, and the Apache Gump project logos are trademarks of The Apache Software Foundation.
Last Updated: Sun, 19 Jan 2025 00:00:03 ().