See <https://ci-builds.apache.org/job/DB/job/Torque/job/torque5-test-project-derby/56/display/redirect?page=changes>
Changes: [Georg Kallidis] - Minor version update plugins: jxr to 3.5.0, pmd to 3.25.0, compiler to 3.13.0, jdepend to 2.1. - Major version update taglist to 3.10, site to 4.0.0-M16 and allow interitance using attach-descriptor - Fix site generation, use build.xml (ant regex) to fix changes-report.xml and jdepend-report.xml until MCHANGES-423 is resolved. - Fix scm URLs to use trunk, not inexistent tags. - JDepend still showing Unknown constant: 18 when site is build. [Georg Kallidis] - Update parent version to 7.0-SNAPSHOT in all modules [Georg Kallidis] - Update to Java 17 fulcrum-testcontainer v2.0.1, fulcrum-yaafi v2.0.1, adapt dependency from javax.jms to jakarta.jms and update derby to Java 17 v10.16.1.1), update pom version from 6.1 to 7.0-SNAPSHOT - TODO update synchronized in torque-runtime to be prepared for virtual threads in Java 21. - Add torque.om.simpleMapping (default true), which optimizes the "simple mapping" (used in recordMapperBase.vm). TORQUE-364 - Use streams in MappingStrategy, which changes method signature throwing now RuntimeException - Fix Junit Maven surefire includes - Update pom parent to apache v33, commons-lang3 to 3.17.0, mockito-core 5.13.0 - Update plugins maven-resources-plugin from 2.6 to 3.3.1, jacoco-maven-plugin to 0.8.12 - Remove coebertura plugin (already only in comments) - Add missing Test annotation in SelectTest.java - More transparent support for non default database testing; example of a dd hint for eclipse configuration in README and SelectTest.java (still not automatic yet) [Max Philipp Wriedt] Added Setter for "Integer" and removed duplicate for BigDecimal ------------------------------------------ [...truncated 174.39 KB...] AU torque-test/src/test/java/org/apache/torque/BaseDatabaseTestCase.java A torque-test/src/test/java/org/apache/torque/junit5 A torque-test/src/test/java/org/apache/torque/junit5/extension AU torque-test/src/test/java/org/apache/torque/junit5/extension/HostCallbackExtension.java AU torque-test/src/test/java/org/apache/torque/junit5/extension/HostCallback.java AU torque-test/src/test/java/org/apache/torque/junit5/extension/AdapterParameterResolver.java AU torque-test/src/test/java/org/apache/torque/junit5/extension/AdapterProvider.java AU torque-test/src/test/java/org/apache/torque/DataTest.java A torque-test/src/test/java/org/apache/torque/avalon AU torque-test/src/test/java/org/apache/torque/avalon/AvalonMapBuildersTest.java AU torque-test/src/test/java/org/apache/torque/BeanTestConditional.java AU torque-test/src/test/java/org/apache/torque/JndiConfigurationTest.java AU torque-test/src/test/java/org/apache/torque/ManagerTestConditional.java A torque-test/src/test/java/org/apache/torque/adapter AU torque-test/src/test/java/org/apache/torque/adapter/AdapterTest.java A torque-test/src/test/java/org/apache/torque/oid AU torque-test/src/test/java/org/apache/torque/oid/IDBrokerTest.java A torque-test/src/test/java/org/apache/torque/sql AU torque-test/src/test/java/org/apache/torque/sql/SkipSqlTest.java AU torque-test/src/test/java/org/apache/torque/sql/DatabaseTools.java AU torque-test/src/test/java/org/apache/torque/ForeignKeySchemaData.java AU torque-test/src/test/java/org/apache/torque/PkSchemaData.java AU torque-test/src/test/java/org/apache/torque/InitShutdownTest.java A torque-test/src/test/java/org/apache/torque/test AU torque-test/src/test/java/org/apache/torque/test/InheritanceClassnameTestChild1.java AU torque-test/src/test/java/org/apache/torque/test/InheritanceClassnameTestChild2.java A torque-test/src/test/resources AU torque-test/src/test/resources/cache.ccf AU torque-test/src/test/resources/log4j2-test.xml AU torque-test/src/test/resources/TurbineResources.properties AU torque-test/src/test/resources/TestRoleConfig.xml AU torque-test/src/test/resources/TestComponentConfig.xml A torque-test/src/test/profile A torque-test/src/test/profile/derbyEmbedded A torque-test/src/test/profile/derbyEmbedded/Torque.properties A torque-test/src/test/profile/derbyEmbedded/notes.txt A torque-test/src/test/profile/postgresql A torque-test/src/test/profile/postgresql/docker-resources A torque-test/src/test/profile/postgresql/docker-resources/db A torque-test/src/test/profile/postgresql/docker-resources/db/Dockerfile A torque-test/src/test/profile/postgresql/docker-resources/db/.dockerignore AU torque-test/src/test/profile/postgresql/docker-resources/testcontainers.properties A torque-test/src/test/profile/postgresql/docker-resources/docker-java.properties.template AU torque-test/src/test/profile/postgresql/Torque4Test.xml AU torque-test/src/test/profile/postgresql/Torque.properties A torque-test/src/test/profile/mysql A torque-test/src/test/profile/mysql/docker-resources A torque-test/src/test/profile/mysql/docker-resources/db A torque-test/src/test/profile/mysql/docker-resources/db/Dockerfile A torque-test/src/test/profile/mysql/docker-resources/db/.dockerignore A torque-test/src/test/profile/mysql/docker-resources/docker-java.properties.template AU torque-test/src/test/profile/mysql/docker-resources/testcontainers.properties AU torque-test/src/test/profile/mysql/Torque4Test.xml AU torque-test/src/test/profile/mysql/Torque.properties A torque-test/src/test/profile/derby AU torque-test/src/test/profile/derby/Torque.properties A torque-test/src/test/profile/derby/notes.txt A torque-test/src/test/profile/henning AU torque-test/src/test/profile/henning/Torque.properties A torque-test/src/test/profile/hsqldb AU torque-test/src/test/profile/hsqldb/Torque.properties A torque-test/src/test/profile/jmcnally AU torque-test/src/test/profile/jmcnally/Torque.properties A torque-test/src/test/profile/mssql A torque-test/src/test/profile/mssql/Torque.properties A torque-test/src/test/profile/oracle AU torque-test/src/test/profile/oracle/Torque.properties A torque-test/src/test/sql AU torque-test/src/test/sql/schema.sql.ref.xml AU torque-test/src/test/sql/schema.sql A torque-test/src/main A torque-test/src/main/schema A torque-test/src/main/schema/default-value-schema.xml AU torque-test/src/main/schema/ext-schema.xml AU torque-test/src/main/schema/extext-schema.xml A torque-test/src/main/schema/foreign-key-schema.xml A torque-test/src/main/schema/included-from-included-schema.xml A torque-test/src/main/schema/included-schema.xml A torque-test/src/main/schema/index.xml A torque-test/src/main/schema/pk-schema.xml A torque-test/src/main/schema/types-schema.xml AU torque-test/src/main/schema/bookstore-schema.xml AU torque-test/src/main/schema/id-table-schema.xml A torque-test/src/main/schema/qualified-table-name-schema.xml AU torque-test/src/main/schema/test-schema.xml A torque-test/src/main/schema/save-method-in-peer-schema.xml A torque-test/src/main/schema/databaseMapInit-schema.xml A torque-test/src/main/java A torque-test/src/main/java/org A torque-test/src/main/java/org/apache A torque-test/src/main/java/org/apache/torque A torque-test/src/main/java/org/apache/torque/OptimisticLockingInterface.java A torque-test/src/main/java/org/apache/torque/OptimisticLockingPeerInterface.java A torque-test/src/main/java/org/apache/torque/TestPeerInterface.java AU torque-test/src/main/java/org/apache/torque/TestInterface.java A torque-test/src/main/java/org/apache/torque/TestEnum.java A torque-test/src/main/torque-gen A torque-test/src/main/torque-gen/templates A torque-test/src/main/torque-gen/templates/peer A torque-test/src/main/torque-gen/templates/peer/base A torque-test/src/main/torque-gen/templates/peer/base/classAnnotations.vm A torque-test/src/main/torque-gen/conf A torque-test/src/main/torque-gen/conf/control.xml A torque-test/src/main/torque-gen/outlets A torque-test/src/main/torque-gen/outlets/peer.xml A torque-test/src/main/plugin-config A torque-test/src/main/plugin-config/findbugs-exclude.xml A torque-test/NOTICE A torque-test/torque-gen.properties A torque-test/LICENSE.txt A README.md A NOTICE AU suppression-owasp-fp.xml A src A src/main A src/main/checkstyle AU src/main/checkstyle/checkstyle.xml A src/main/checkstyle/checkstyle-suppressions.xml AU src/main/checkstyle/license-header.txt A src/main/assembly A src/main/assembly/bin-with-dependencies.xml A src/main/assembly/src.xml A src/main/assembly/site.xml AU KEYS A LICENSE U . At revision 1921236 Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 37375 maven35-agent.jar already up to date maven35-interceptor.jar already up to date maven3-interceptor-commons.jar already up to date [torque5-test-project-derby] $ /home/jenkins/tools/java/latest17/bin/java -cp /home/jenkins/jenkins-agent/maven35-agent.jar:/home/jenkins/tools/maven/latest3/boot/plexus-classworlds-2.8.0.jar:/home/jenkins/tools/maven/latest3/conf/logging jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/latest3 /home/jenkins/jenkins-agent/agent.jar /home/jenkins/jenkins-agent/maven35-interceptor.jar /home/jenkins/jenkins-agent/maven3-interceptor-commons.jar 37375 <===[JENKINS REMOTING CAPACITY]===> channel started Executing Maven: -B -f <https://ci-builds.apache.org/job/DB/job/Torque/job/torque5-test-project-derby/ws/pom.xml> -Ptest,derbyEmbedded-jenkins,beans,managers clean package [INFO] Scanning for projects... [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Torque Maven Parent [pom] [INFO] Torque Runtime [jar] [INFO] Torque Generator [jar] [INFO] Torque Templates [jar] [INFO] Torque Generator Maven 2 Plugin [maven-plugin] [INFO] Torque Generator Ant tasks [jar] [INFO] Torque Site [pom] [INFO] Torque Test Project [jar] [INFO] [INFO] ----------------------< org.apache.torque:torque >---------------------- [INFO] Building Torque Maven Parent 7.0-SNAPSHOT [1/8] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.4.0:clean (default-clean) @ torque --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ torque --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ torque --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ torque --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] [INFO] --- jacoco:0.8.12:prepare-agent (default-prepare-agent) @ torque --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=<https://ci-builds.apache.org/job/DB/job/Torque/job/torque5-test-project-derby/ws/target/jacoco.exec,excludes=*/*Test*> [INFO] [INFO] --- remote-resources:3.2.0:process (process-resource-bundles) @ torque --- [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5 [INFO] Copying 3 resources from 1 bundle. [INFO] [INFO] --- jacoco:0.8.12:report (report) @ torque --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- site:4.0.0-M16:attach-descriptor (inherit-parent-site) @ torque --- [INFO] No site descriptor found: nothing to attach. [WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/ [INFO] [INFO] ------------------< org.apache.torque:torque-runtime >------------------ [INFO] Building Torque Runtime 7.0-SNAPSHOT [2/8] [INFO] from torque-runtime/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from Nexus: https://repository.apache.org/snapshots/org/apache/fulcrum/fulcrum-testcontainer/2.0.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from Nexus: https://repository.apache.org/snapshots/org/apache/fulcrum/fulcrum-testcontainer/2.0.1-SNAPSHOT/maven-metadata.xml (789 B at 692 B/s) [INFO] Downloading from Nexus: https://repository.apache.org/snapshots/org/apache/fulcrum/fulcrum-testcontainer/2.0.1-SNAPSHOT/fulcrum-testcontainer-2.0.1-20240802.083420-6.pom [INFO] Downloaded from Nexus: https://repository.apache.org/snapshots/org/apache/fulcrum/fulcrum-testcontainer/2.0.1-SNAPSHOT/fulcrum-testcontainer-2.0.1-20240802.083420-6.pom (6.9 kB at 35 kB/s) [INFO] Downloading from Nexus: https://repository.apache.org/snapshots/org/apache/turbine/turbine-parent/13-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Nexus: https://repository.apache.org/snapshots/org/apache/turbine/turbine-parent/13-SNAPSHOT/turbine-parent-13-SNAPSHOT.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/fulcrum/fulcrum-yaafi/2.0.1/fulcrum-yaafi-2.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/fulcrum/fulcrum-yaafi/2.0.1/fulcrum-yaafi-2.0.1.pom (5.7 kB at 36 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/turbine/turbine-parent/13/turbine-parent-13.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/turbine/turbine-parent/13/turbine-parent-13.pom (29 kB at 429 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Torque Maven Parent 7.0-SNAPSHOT: [INFO] [INFO] Torque Maven Parent ................................ SUCCESS [ 13.318 s] [INFO] Torque Runtime ..................................... FAILURE [ 3.402 s] [INFO] Torque Generator ................................... SKIPPED [INFO] Torque Templates ................................... SKIPPED [INFO] Torque Generator Maven 2 Plugin .................... SKIPPED [INFO] Torque Generator Ant tasks ......................... SKIPPED [INFO] Torque Site ........................................ SKIPPED [INFO] Torque Test Project ................................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 35.793 s [INFO] Finished at: 2024-10-10T15:17:41Z [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal on project torque-runtime: Could not collect dependencies for project org.apache.torque:torque-runtime:jar:7.0-SNAPSHOT [ERROR] Failed to read artifact descriptor for org.apache.fulcrum:fulcrum-testcontainer:jar:2.0.1-SNAPSHOT [ERROR] Caused by: The following artifacts could not be resolved: org.apache.turbine:turbine-parent:pom:13-SNAPSHOT (absent): Could not find artifact org.apache.turbine:turbine-parent:pom:13-SNAPSHOT in Nexus (https://repository.apache.org/snapshots) [ERROR] -> [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 [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :torque-runtime [JENKINS] Archiving <https://ci-builds.apache.org/job/DB/job/Torque/job/torque5-test-project-derby/ws/torque-maven-plugin/pom.xml> to org.apache.torque/torque-maven-plugin/7.0-SNAPSHOT/torque-maven-plugin-7.0-SNAPSHOT.pom [JENKINS] Archiving <https://ci-builds.apache.org/job/DB/job/Torque/job/torque5-test-project-derby/ws/pom.xml> to org.apache.torque/torque/7.0-SNAPSHOT/torque-7.0-SNAPSHOT.pom [JENKINS] Archiving <https://ci-builds.apache.org/job/DB/job/Torque/job/torque5-test-project-derby/ws/torque-site/pom.xml> to org.apache.torque/torque-site/7.0-SNAPSHOT/torque-site-7.0-SNAPSHOT.pom [JENKINS] Archiving <https://ci-builds.apache.org/job/DB/job/Torque/job/torque5-test-project-derby/ws/torque-generator/pom.xml> to org.apache.torque/torque-generator/7.0-SNAPSHOT/torque-generator-7.0-SNAPSHOT.pom [JENKINS] Archiving <https://ci-builds.apache.org/job/DB/job/Torque/job/torque5-test-project-derby/ws/torque-templates/pom.xml> to org.apache.torque/torque-templates/7.0-SNAPSHOT/torque-templates-7.0-SNAPSHOT.pom [JENKINS] Archiving <https://ci-builds.apache.org/job/DB/job/Torque/job/torque5-test-project-derby/ws/torque-test/pom.xml> to org.apache.torque/torque-test/7.0-SNAPSHOT/torque-test-7.0-SNAPSHOT.pom [JENKINS] Archiving <https://ci-builds.apache.org/job/DB/job/Torque/job/torque5-test-project-derby/ws/torque-runtime/pom.xml> to org.apache.torque/torque-runtime/7.0-SNAPSHOT/torque-runtime-7.0-SNAPSHOT.pom [JENKINS] Archiving <https://ci-builds.apache.org/job/DB/job/Torque/job/torque5-test-project-derby/ws/torque-ant-tasks/pom.xml> to org.apache.torque/torque-ant-tasks/7.0-SNAPSHOT/torque-ant-tasks-7.0-SNAPSHOT.pom No mail will be sent out, as 'DB » Torque » torque5-test-project-derby » Torque Generator Maven 2 Plugin #56' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. No mail will be sent out, as 'DB » Torque » torque5-test-project-derby » Torque Site #56' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. No mail will be sent out, as 'DB » Torque » torque5-test-project-derby » Torque Generator #56' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. No mail will be sent out, as 'DB » Torque » torque5-test-project-derby » Torque Templates #56' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. No mail will be sent out, as 'DB » Torque » torque5-test-project-derby » Torque Test Project #56' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. Sending e-mails to: torque-dev@db.apache.org No mail will be sent out, as 'DB » Torque » torque5-test-project-derby » Torque Generator Ant tasks #56' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. channel stopped --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org For additional commands, e-mail: torque-dev-h...@db.apache.org