Run| Workspace| Log| Issues| Fixes| Pre-reqs| Stats| XRef| Maven Repository Proxy Log Gump Logo

Details

Parameters

Prefix Name Value
--batch-mode
-D maven.compiler.source 1.8
-D maven.compiler.target 1.8
-D java.locale.providers COMPAT
--settings
/srv/gump/public/workspace/commons-beanutils/gump_mvn_settings.xml
package

Environment Overrides

Name Value
M2_HOME /opt/maven3

Command Line

/opt/maven3/bin/mvn --batch-mode -Dmaven.compiler.source=1.8
        -Dmaven.compiler.target=1.8 -Djava.locale.providers=COMPAT --settings
        /srv/gump/public/workspace/commons-beanutils/gump_mvn_settings.xml package 

Output

Apr 20, 2024 6:53:18 AM sun.util.locale.provider.LocaleProviderAdapter <clinit>
WARNING: COMPAT locale provider will be removed in a future release
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< commons-beanutils:commons-beanutils >-----------------
[INFO] Building Apache Commons BeanUtils 1.9.5-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from gump-central: http://localhost:8192/maven2/commons-collections/commons-collections-testframework/3.2.1/commons-collections-testframework-3.2.1.pom
[WARNING] The POM for commons-collections:commons-collections-testframework:jar:3.2.1 is missing, no dependency information available
[INFO] Downloading from gump-central: http://localhost:8192/maven2/commons-collections/commons-collections-testframework/3.2.1/commons-collections-testframework-3.2.1.jar
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/commons-collections/commons-collections-testframework/3.2.1/commons-collections-testframework-3.2.1.jar (103 kB at 2.6 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven-version) @ commons-beanutils ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-java-version) @ commons-beanutils ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] 
[INFO] --- apache-rat-plugin:0.16.1:check (rat-check) @ commons-beanutils ---
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 280 licenses.
[INFO] 
[INFO] --- maven-artifact-plugin:3.5.0:check-buildplan (check-buildplan) @ commons-beanutils ---
[INFO] no known issue with org.apache.maven.plugins:maven-enforcer-plugin:3.4.1
[INFO] no known issue with org.apache.rat:apache-rat-plugin:0.16.1
[INFO] no known issue with org.apache.maven.plugins:maven-artifact-plugin:3.5.0
[INFO] no known issue with org.codehaus.mojo:build-helper-maven-plugin:3.5.0
[INFO] no known issue with org.apache.maven.plugins:maven-antrun-plugin:3.1.0
[INFO] no known issue with org.apache.maven.plugins:maven-remote-resources-plugin:3.1.0 (>= 1.7.0)
[INFO] no known issue with org.codehaus.mojo:buildnumber-maven-plugin:3.2.0
[INFO] no known issue with org.apache.maven.plugins:maven-resources-plugin:3.3.1
[INFO] no known issue with org.apache.maven.plugins:maven-compiler-plugin:3.13.0
[INFO] no known issue with org.apache.felix:maven-bundle-plugin:5.1.9 (>= 5.1.9)
[INFO] no known issue with org.apache.maven.plugins:maven-surefire-plugin:3.2.5
[INFO] no known issue with org.apache.maven.plugins:maven-jar-plugin:3.3.0 (>= 3.2.0)
[INFO] no known issue with org.apache.maven.plugins:maven-site-plugin:3.12.1
[INFO] no known issue with org.apache.maven.plugins:maven-source-plugin:3.2.1 (>= 3.2.1)
[INFO] no known issue with org.cyclonedx:cyclonedx-maven-plugin:2.8.0
[INFO] no known issue with org.spdx:spdx-maven-plugin:0.7.3
[INFO] no known issue with org.moditect:moditect-maven-plugin:1.2.1.Final (>= 1.0.0.Final)
[INFO] no known issue with org.apache.maven.plugins:maven-install-plugin:3.1.1
[INFO] no known issue with org.apache.maven.plugins:maven-deploy-plugin:3.1.1
[INFO] 
[INFO] --- build-helper-maven-plugin:3.5.0:parse-version (parse-version) @ commons-beanutils ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.1.0:run (javadoc.resources) @ commons-beanutils ---
[INFO] Executing tasks
[INFO]      [copy] Copying 2 files to /srv/gump/public/workspace/commons-beanutils/target/apidocs/META-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ commons-beanutils ---
[INFO] Skipping remote resources execution.
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.2.0:create (default) @ commons-beanutils ---
[INFO] Executing: /bin/sh -c cd '/srv/gump/public/workspace/commons-beanutils' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /srv/gump/public/workspace/commons-beanutils
[INFO] Storing buildNumber: ?????? at timestamp: 1713596004197
[INFO] Executing: /bin/sh -c cd '/srv/gump/public/workspace/commons-beanutils' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /srv/gump/public/workspace/commons-beanutils
[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-beanutils' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /srv/gump/public/workspace/commons-beanutils
[INFO] Storing scmBranch: UNKNOWN_BRANCH
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ commons-beanutils ---
[INFO] skip non existing resourceDirectory /srv/gump/public/workspace/commons-beanutils/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-beanutils ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 111 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] /srv/gump/public/workspace/commons-beanutils/src/main/java/org/apache/commons/beanutils/BeanComparator.java: Some input files use unchecked or unsafe operations.
[INFO] /srv/gump/public/workspace/commons-beanutils/src/main/java/org/apache/commons/beanutils/BeanComparator.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ commons-beanutils ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /srv/gump/public/workspace/commons-beanutils/target/osgi/MANIFEST.MF
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ commons-beanutils ---
[INFO] skip non existing resourceDirectory /srv/gump/public/workspace/commons-beanutils/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-beanutils ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 148 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] /srv/gump/public/workspace/commons-beanutils/src/test/java/org/apache/commons/beanutils/converters/BooleanArrayConverterTestCase.java: Some input files use or override a deprecated API.
[INFO] /srv/gump/public/workspace/commons-beanutils/src/test/java/org/apache/commons/beanutils/converters/BooleanArrayConverterTestCase.java: Recompile with -Xlint:deprecation for details.
[INFO] /srv/gump/public/workspace/commons-beanutils/src/test/java/org/apache/commons/beanutils/BeanMapTestCase.java: /srv/gump/public/workspace/commons-beanutils/src/test/java/org/apache/commons/beanutils/BeanMapTestCase.java uses unchecked or unsafe operations.
[INFO] /srv/gump/public/workspace/commons-beanutils/src/test/java/org/apache/commons/beanutils/BeanMapTestCase.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ commons-beanutils ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/surefire-junit4/3.2.5/surefire-junit4-3.2.5.pom
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/surefire-junit4/3.2.5/surefire-junit4-3.2.5.pom (3.0 kB at 203 kB/s)
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.pom
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.pom (3.1 kB at 224 kB/s)
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.pom
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.pom (2.8 kB at 213 kB/s)
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/surefire-junit4/3.2.5/surefire-junit4-3.2.5.jar
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.jar
[INFO] Downloading from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.jar
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.jar (26 kB at 1.7 MB/s)
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.jar (12 kB at 700 kB/s)
[INFO] Downloaded from gump-central: http://localhost:8192/maven2/org/apache/maven/surefire/surefire-junit4/3.2.5/surefire-junit4-3.2.5.jar (18 kB at 849 kB/s)
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.commons.beanutils.IndexedPropertyTestCase
[WARNING] Tests run: 29, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.161 s -- in org.apache.commons.beanutils.IndexedPropertyTestCase
[INFO] Running org.apache.commons.beanutils.BasicDynaBeanTestCase
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.apache.commons.beanutils.BasicDynaBeanTestCase
[INFO] Running org.apache.commons.beanutils.BeanPropertyValueChangeClosureTestCase
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.apache.commons.beanutils.BeanPropertyValueChangeClosureTestCase
[INFO] Running org.apache.commons.beanutils.DynaPropertyUtilsTestCase
[INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.apache.commons.beanutils.DynaPropertyUtilsTestCase
[INFO] Running org.apache.commons.beanutils.DynaPropertyTestCase
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.commons.beanutils.DynaPropertyTestCase
[INFO] Running org.apache.commons.beanutils.BeanToPropertyValueTransformerTestCase
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.commons.beanutils.BeanToPropertyValueTransformerTestCase
[INFO] Running org.apache.commons.beanutils.FluentPropertyBeanIntrospectorTestCase
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.commons.beanutils.FluentPropertyBeanIntrospectorTestCase
[INFO] Running org.apache.commons.beanutils.LazyDynaClassTestCase
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.LazyDynaClassTestCase
[INFO] Running org.apache.commons.beanutils.SuppressPropertiesBeanIntrospectorTestCase
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.commons.beanutils.SuppressPropertiesBeanIntrospectorTestCase
[INFO] Running org.apache.commons.beanutils.DynaResultSetTestCase
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.apache.commons.beanutils.DynaResultSetTestCase
[INFO] Running org.apache.commons.beanutils.DynaRowSetTestCase
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.apache.commons.beanutils.DynaRowSetTestCase
[INFO] Running org.apache.commons.beanutils.DynaBeanUtilsTestCase
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.apache.commons.beanutils.DynaBeanUtilsTestCase
[INFO] Running org.apache.commons.beanutils.BeanComparatorTestCase
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.commons.beanutils.BeanComparatorTestCase
[INFO] Running org.apache.commons.beanutils.LazyDynaListTestCase
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.apache.commons.beanutils.LazyDynaListTestCase
[INFO] Running org.apache.commons.beanutils.BeanUtilsTestCase
[INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.apache.commons.beanutils.BeanUtilsTestCase
[INFO] Running org.apache.commons.beanutils.DefaultIntrospectionContextTestCase
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.commons.beanutils.DefaultIntrospectionContextTestCase
[INFO] Running org.apache.commons.beanutils.MethodUtilsTestCase
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.apache.commons.beanutils.MethodUtilsTestCase
[INFO] Running org.apache.commons.beanutils.BeanIntrospectionDataTestCase
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.commons.beanutils.BeanIntrospectionDataTestCase
[INFO] Running org.apache.commons.beanutils.BeanPropertyValueEqualsPredicateTestCase
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.commons.beanutils.BeanPropertyValueEqualsPredicateTestCase
[INFO] Running org.apache.commons.beanutils.MappedPropertyTestCase
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.commons.beanutils.MappedPropertyTestCase
[INFO] Running org.apache.commons.beanutils.BeanPredicateTestCase
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.commons.beanutils.BeanPredicateTestCase
[INFO] Running org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
[INFO] Running org.apache.commons.beanutils.locale.LocaleBeanUtilsTestCase
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.commons.beanutils.locale.LocaleBeanUtilsTestCase
[INFO] Running org.apache.commons.beanutils.locale.LocaleBeanificationTestCase
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.apache.commons.beanutils.locale.LocaleBeanificationTestCase
[INFO] Running org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverterTestCase
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverterTestCase
[INFO] Running org.apache.commons.beanutils.locale.converters.BaseLocaleConverterTestCase
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.commons.beanutils.locale.converters.BaseLocaleConverterTestCase
[INFO] Running org.apache.commons.beanutils.locale.converters.ShortLocaleConverterTestCase
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.locale.converters.ShortLocaleConverterTestCase
[INFO] Running org.apache.commons.beanutils.locale.converters.FloatLocaleConverterTestCase
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.commons.beanutils.locale.converters.FloatLocaleConverterTestCase
[INFO] Running org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverterTestCase
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverterTestCase
[INFO] Running org.apache.commons.beanutils.locale.converters.IntegerLocaleConverterTestCase
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.locale.converters.IntegerLocaleConverterTestCase
[INFO] Running org.apache.commons.beanutils.locale.converters.DateLocaleConverterTestCase
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.apache.commons.beanutils.locale.converters.DateLocaleConverterTestCase
[INFO] Running org.apache.commons.beanutils.locale.converters.DoubleLocaleConverterTestCase
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.locale.converters.DoubleLocaleConverterTestCase
[INFO] Running org.apache.commons.beanutils.locale.converters.ByteLocaleConverterTestCase
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.commons.beanutils.locale.converters.ByteLocaleConverterTestCase
[INFO] Running org.apache.commons.beanutils.locale.converters.LongLocaleConverterTestCase
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.commons.beanutils.locale.converters.LongLocaleConverterTestCase
[INFO] Running org.apache.commons.beanutils.memoryleaktests.MemoryLeakTestCase
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.58 s -- in org.apache.commons.beanutils.memoryleaktests.MemoryLeakTestCase
[INFO] Running org.apache.commons.beanutils.PropertyUtilsTestCase
[INFO] Tests run: 116, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s -- in org.apache.commons.beanutils.PropertyUtilsTestCase
[INFO] Running org.apache.commons.beanutils.LazyDynaBeanTestCase
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.commons.beanutils.LazyDynaBeanTestCase
[INFO] Running org.apache.commons.beanutils.BeanMapTestCase
[INFO] Tests run: 132, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.apache.commons.beanutils.BeanMapTestCase
[INFO] Running org.apache.commons.beanutils.LazyDynaMapTestCase
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.apache.commons.beanutils.LazyDynaMapTestCase
[INFO] Running org.apache.commons.beanutils.DynaBeanMapDecoratorTestCase
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.commons.beanutils.DynaBeanMapDecoratorTestCase
[INFO] Running org.apache.commons.beanutils.BeanUtils2TestCase
[INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.apache.commons.beanutils.BeanUtils2TestCase
[INFO] Running org.apache.commons.beanutils.BeanificationTestCase
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.apache.commons.beanutils.BeanificationTestCase
[INFO] Running org.apache.commons.beanutils.ConstructorUtilsTestCase
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.commons.beanutils.ConstructorUtilsTestCase
[INFO] Running org.apache.commons.beanutils.converters.ByteConverterTestCase
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.commons.beanutils.converters.ByteConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.IntegerConverterTestCase
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.commons.beanutils.converters.IntegerConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.ArrayConverterTestCase
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.converters.ArrayConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.BigDecimalConverterTestCase

Continuation...

[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.commons.beanutils.converters.BigDecimalConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.DoubleConverterTestCase
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.commons.beanutils.converters.DoubleConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.FileConverterTestCase
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.converters.FileConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.CharacterConverterTestCase
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.converters.CharacterConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.BooleanArrayConverterTestCase
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.converters.BooleanArrayConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.URLConverterTestCase
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.apache.commons.beanutils.converters.URLConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.ClassConverterTestCase
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.converters.ClassConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.BooleanConverterTestCase
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.commons.beanutils.converters.BooleanConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.SqlDateConverterTestCase
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.commons.beanutils.converters.SqlDateConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.ClassReloaderTestCase
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.converters.ClassReloaderTestCase
[INFO] Running org.apache.commons.beanutils.converters.StringConverterTestCase
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.converters.StringConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.FloatConverterTestCase
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.commons.beanutils.converters.FloatConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.SqlTimeConverterTestCase
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.apache.commons.beanutils.converters.SqlTimeConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.SqlTimestampConverterTestCase
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.commons.beanutils.converters.SqlTimestampConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.DateConverterTestCase
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.commons.beanutils.converters.DateConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.LongConverterTestCase
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.commons.beanutils.converters.LongConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.ShortConverterTestCase
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.apache.commons.beanutils.converters.ShortConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.StringArrayConverterTestCase
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.converters.StringArrayConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.CalendarConverterTestCase
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.apache.commons.beanutils.converters.CalendarConverterTestCase
[INFO] Running org.apache.commons.beanutils.converters.BigIntegerConverterTestCase
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.apache.commons.beanutils.converters.BigIntegerConverterTestCase
[INFO] Running org.apache.commons.beanutils.expression.DefaultResolverTestCase
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.commons.beanutils.expression.DefaultResolverTestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira456TestCase
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.commons.beanutils.bugs.Jira456TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira18TestCase
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.commons.beanutils.bugs.Jira18TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira463TestCase
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.commons.beanutils.bugs.Jira463TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira492TestCase
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira492TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira422bTestCase
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira422bTestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira358TestCase
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira358TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira381TestCase
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira381TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira493TestCase
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira493TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira369TestCase
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira369TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira157TestCase
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira157TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira465TestCase
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira465TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira368TestCase
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira368TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira61TestCase
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira61TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira345TestCase
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira345TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira359TestCase
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.commons.beanutils.bugs.Jira359TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira411TestCase
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira411TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira458TestCase
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira458TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira422TestCase
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira422TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira454TestCase
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira454TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira357TestCase
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira357TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira298TestCase
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira298TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira349TestCase
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira349TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira541TestCase
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira541TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira87TestCase
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira87TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira339TestCase
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.commons.beanutils.bugs.Jira339TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira347TestCase
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.298 s -- in org.apache.commons.beanutils.bugs.Jira347TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira520TestCase
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.commons.beanutils.bugs.Jira520TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira92TestCase
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.commons.beanutils.bugs.Jira92TestCase
[INFO] Running org.apache.commons.beanutils.bugs.Jira273TestCase
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.commons.beanutils.bugs.Jira273TestCase
[INFO] Running org.apache.commons.beanutils.ConvertUtilsTestCase
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.commons.beanutils.ConvertUtilsTestCase
[INFO] Running org.apache.commons.beanutils.WrapDynaBeanTestCase
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.apache.commons.beanutils.WrapDynaBeanTestCase
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 1294, Failures: 0, Errors: 0, Skipped: 3
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ commons-beanutils ---
[INFO] Building jar: /srv/gump/public/workspace/commons-beanutils/target/commons-beanutils-1.9.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ commons-beanutils ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ commons-beanutils ---
[INFO] Building jar: /srv/gump/public/workspace/commons-beanutils/target/commons-beanutils-1.9.5-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (create-source-jar) @ commons-beanutils ---
[INFO] Building jar: /srv/gump/public/workspace/commons-beanutils/target/commons-beanutils-1.9.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:test-jar-no-fork (create-source-jar) @ commons-beanutils ---
[INFO] Building jar: /srv/gump/public/workspace/commons-beanutils/target/commons-beanutils-1.9.5-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- cyclonedx-maven-plugin:2.8.0:makeAggregateBom (build-sbom-cyclonedx) @ commons-beanutils ---
[INFO] CycloneDX: Resolving Dependencies
[WARNING] Unable to create Maven project for commons-collections:commons-collections-testframework:jar:3.2.1 from repository.
[INFO] CycloneDX: Creating BOM version 1.5 with 2 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /srv/gump/public/workspace/commons-beanutils/target/commons-beanutils-1.9.5-SNAPSHOT-bom.xml
[INFO]            attaching as commons-beanutils-1.9.5-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /srv/gump/public/workspace/commons-beanutils/target/commons-beanutils-1.9.5-SNAPSHOT-bom.json
[INFO]            attaching as commons-beanutils-1.9.5-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- spdx-maven-plugin:0.7.3:createSPDX (build-sbom-spdx) @ commons-beanutils ---
[INFO] spdx file type = .json
[INFO] Creating SPDX File /srv/gump/public/workspace/commons-beanutils/target/site/commons-beanutils_commons-beanutils-1.9.5-SNAPSHOT.spdx.json
[ERROR] Maven Project Build Error creating SPDX package for dependency artifact ID commons-collections-testframework:Error resolving project artifact: Failure to find commons-collections:commons-collections-testframework:pom:3.2.1 in http://localhost:8192/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of gump-central has elapsed or updates are forced for project commons-collections:commons-collections-testframework:jar:3.2.1
[WARNING] Error creating SPDX package for dependency artifact ID commons-collections-testframework.  A minimal SPDX package will be created.
[INFO] 
[INFO] --- moditect-maven-plugin:1.2.1.Final:add-module-info (add-module-infos) @ commons-beanutils ---
[INFO] Running jdeps --generate-module-info /srv/gump/public/workspace/commons-beanutils/target/moditect --add-modules commons.logging,commons.collections --module-path /srv/gump/public/workspace/mvnlocalrepo/shared/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/srv/gump/public/workspace/mvnlocalrepo/shared/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar --multi-release=9 /srv/gump/public/workspace/commons-beanutils/target/commons-beanutils-1.9.5-SNAPSHOT.jar
writing to /srv/gump/public/workspace/commons-beanutils/target/moditect/commons.beanutils/versions/9/module-info.java
[INFO] Created module descriptor at /srv/gump/public/workspace/commons-beanutils/target/moditect/generated-sources/org.apache.commons.beanutils/module-info.java
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  25.963 s
[INFO] Finished at: 2024-04-20T06:53:45Z
[INFO] ------------------------------------------------------------------------

Apache Gump, Gump, Apache, the Apache feather logo, and the Apache Gump project logos are trademarks of The Apache Software Foundation.

Last Updated: Sat, 20 Apr 2024 06:00:06 ().Python Logo