Console Output

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] --------------< it.tidalwave.thesefoolishthings:modules >---------------
[INFO] Building TheseFoolishThings (modules) 3.2-ALPHA-24-SNAPSHOT       [2/19]
[INFO]   from modules/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project:       it.tidalwave.thesefoolishthings:modules:3.2-ALPHA-24-SNAPSHOT
[DEBUG] Dependencies (collect): [test]
[DEBUG] Dependencies (resolve): [test]
[DEBUG] Repositories (dependencies): [maven-proxy.tidalwave.it (https://services.tidalwave.it/nexus/content/groups/public, default, releases+snapshots)]
[DEBUG] Repositories (plugins)     : [maven-proxy.tidalwave.it (https://services.tidalwave.it/nexus/content/groups/public, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-clean-plugin:3.4.0:clean (default-clean)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <directory default-value="${project.build.directory}"/>
  <excludeDefaultDirectories default-value="false">${maven.clean.excludeDefaultDirectories}</excludeDefaultDirectories>
  <failOnError default-value="true">${maven.clean.failOnError}</failOnError>
  <fast default-value="false">${maven.clean.fast}</fast>
  <fastDir>${maven.clean.fastDir}</fastDir>
  <fastMode default-value="background">${maven.clean.fastMode}</fastMode>
  <followSymLinks default-value="false">${maven.clean.followSymLinks}</followSymLinks>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <reportDirectory default-value="${project.build.outputDirectory}"/>
  <retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
  <session default-value="${session}"/>
  <skip default-value="false">${maven.clean.skip}</skip>
  <testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
  <verbose>${maven.clean.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.codehaus.mojo:buildnumber-maven-plugin:3.2.1:create (default)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildNumberPropertiesFileLocation default-value="${basedir}/buildNumber.properties"/>
  <buildNumberPropertyName default-value="buildNumber">${maven.buildNumber.buildNumberPropertyName}</buildNumberPropertyName>
  <buildTaintedPropertyName default-value="buildIsTainted">${maven.buildNumber.buildTaintedPropertyName}</buildTaintedPropertyName>
  <doCheck default-value="false">false</doCheck>
  <doUpdate default-value="false">false</doUpdate>
  <failTheBuild default-value="true">${maven.buildNumber.failTheBuild}</failTheBuild>
  <format>${maven.buildNumber.format}</format>
  <getRevisionOnlyOnce default-value="false">false</getRevisionOnlyOnce>
  <ignoreEmptyScmUrl default-value="false">${maven.buildNumber.ignoreEmptyScmUrl}</ignoreEmptyScmUrl>
  <locale>${maven.buildNumber.locale}</locale>
  <password>${password}</password>
  <project default-value="${project}"/>
  <reactorProjects default-value="${reactorProjects}"/>
  <revisionOnScmFailure>unknown</revisionOnScmFailure>
  <scmBranchPropertyName default-value="scmBranch">${maven.buildNumber.scmBranchPropertyName}</scmBranchPropertyName>
  <scmConnectionUrl default-value="${project.scm.connection}"/>
  <scmDeveloperConnectionUrl default-value="${project.scm.developerConnection}"/>
  <scmDirectory default-value="${basedir}">${maven.buildNumber.scmDirectory}</scmDirectory>
  <scmProvider default-value="git">${maven.buildNumber.scmProvider}</scmProvider>
  <scmTag default-value="${project.scm.tag}"/>
  <session default-value="${session}"/>
  <settings default-value="${settings}"/>
  <shortRevisionLength default-value="0">12</shortRevisionLength>
  <skip default-value="false">${maven.buildNumber.skip}</skip>
  <timestampFormat>${maven.buildNumber.timestampFormat}</timestampFormat>
  <timestampPropertyName default-value="timestamp">${maven.buildNumber.timestampPropertyName}</timestampPropertyName>
  <timezone default-value="">${maven.buildNumber.timestampTimeZone}</timezone>
  <useLastCommittedRevision default-value="false">${maven.buildNumber.useLastCommittedRevision}</useLastCommittedRevision>
  <username>${username}</username>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (enforce-maven)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <commandLineRules>${rules}</commandLineRules>
  <fail default-value="true">${enforcer.fail}</fail>
  <failFast default-value="false">${enforcer.failFast}</failFast>
  <failIfNoRules default-value="true">${enforcer.failIfNoRules}</failIfNoRules>
  <ignoreCache default-value="false">${enforcer.ignoreCache}</ignoreCache>
  <mojoExecution default-value="${mojoExecution}"/>
  <project default-value="${project}"/>
  <rules>
    <dependencyConvergence/>
    <requireMavenVersion>
      <version>3.6.0</version>
    </requireMavenVersion>
    <requireJavaVersion>
      <message>To build this project JDK [11, 17] is required. Please install it and properly set JAVA_HOME.</message>
      <version>[11, 17]</version>
    </requireJavaVersion>
    <requirePluginVersions>
      <message>Best Practice is to always define plugin versions!</message>
      <banLatest>true</banLatest>
      <banRelease>true</banRelease>
      <banSnapshots>true</banSnapshots>
      <phases>clean,deploy,site</phases>
    </requirePluginVersions>
    <reactorModuleConvergence>
      <message>The reactor is not valid</message>
      <ignoreModuleDependencies>false</ignoreModuleDependencies>
    </reactorModuleConvergence>
  </rules>
  <rulesToExecute>${enforcer.rules}</rulesToExecute>
  <rulesToSkip>${enforcer.skipRules}</rulesToSkip>
  <session default-value="${session}"/>
  <skip default-value="false">${enforcer.skip}</skip>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (enforce-banned-dependencies)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <commandLineRules>${rules}</commandLineRules>
  <fail default-value="true">true</fail>
  <failFast default-value="false">${enforcer.failFast}</failFast>
  <failIfNoRules default-value="true">${enforcer.failIfNoRules}</failIfNoRules>
  <ignoreCache default-value="false">${enforcer.ignoreCache}</ignoreCache>
  <mojoExecution default-value="${mojoExecution}"/>
  <project default-value="${project}"/>
  <rules>
    <bannedDependencies>
      <excludes>
        <exclude>commons-logging:commons-logging</exclude>
        <exclude>com.kenai.nbpwr:org-slf4j-jdk14</exclude>
        <exclude>com.google.code.findbugs:annotations</exclude>
        <exclude>org.aspectj:aspectjweaver</exclude>
      </excludes>
    </bannedDependencies>
  </rules>
  <rulesToExecute>${enforcer.rules}</rulesToExecute>
  <rulesToSkip>${enforcer.skipRules}</rulesToSkip>
  <session default-value="${session}"/>
  <skip default-value="false">${enforcer.skip}</skip>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run (generate-and-print-build-description)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <exportAntProperties default-value="false"/>
  <failOnError default-value="true"/>
  <localRepository>${localRepository}</localRepository>
  <mavenProject default-value="${project}"/>
  <pluginArtifacts>${plugin.artifacts}</pluginArtifacts>
  <session default-value="${session}"/>
  <skip default-value="false">${maven.antrun.skip}</skip>
  <sourceRoot>${sourceRoot}</sourceRoot>
  <target>
    <echo file=".description">DESCRIPTION: origin/master 3.2-ALPHA-24-SNAPSHOT ${buildNumber}
</echo>
    <echo level="info">DESCRIPTION: origin/master 3.2-ALPHA-24-SNAPSHOT ${buildNumber}</echo>
    <echo level="info">Java Version: 11.0.25 -source 11 -target 11 -release 11</echo>
  </target>
  <testSourceRoot>${testSourceRoot}</testSourceRoot>
  <versionsPropertyName default-value="maven.project.dependencies.versions"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-jar-plugin:3.4.2:test-jar (default-test-jar)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <addDefaultExcludes default-value="true"/>
  <archive>
    <manifest>
      <addClasspath>false</addClasspath>
      <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
      <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
    </manifest>
    <manifestEntries>
      <Implementation-Title>TheseFoolishThings (modules)</Implementation-Title>
      <Implementation-Version>3.2-ALPHA-24-SNAPSHOT.${buildNumber}</Implementation-Version>
    </manifestEntries>
  </archive>
  <classifier default-value="tests"/>
  <detectMultiReleaseJar default-value="true">${maven.jar.detectMultiReleaseJar}</detectMultiReleaseJar>
  <finalName default-value="${project.build.finalName}"/>
  <forceCreation default-value="false">${maven.jar.forceCreation}</forceCreation>
  <outputDirectory default-value="${project.build.directory}"/>
  <outputTimestamp default-value="${project.build.outputTimestamp}"/>
  <project default-value="${project}"/>
  <session default-value="${session}"/>
  <skip>${maven.test.skip}</skip>
  <skipIfEmpty default-value="false">true</skipIfEmpty>
  <testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
  <useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-install-plugin:3.1.3:install (default-install)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <allowIncompleteProjects default-value="false">${allowIncompleteProjects}</allowIncompleteProjects>
  <installAtEnd default-value="false">${installAtEnd}</installAtEnd>
  <pluginDescriptor default-value="${plugin}"/>
  <project default-value="${project}"/>
  <session default-value="${session}"/>
  <skip default-value="false">${maven.install.skip}</skip>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Using mirror maven-proxy.tidalwave.it (https://services.tidalwave.it/nexus/content/groups/public) for jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots).
[DEBUG] Resolving artifact org.projectlombok:lombok:pom:1.18.36 from [maven-proxy.tidalwave.it (https://services.tidalwave.it/nexus/content/groups/public, default, releases+snapshots)]
[DEBUG] Using transporter HttpTransporter with priority 5.0 for https://services.tidalwave.it/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://services.tidalwave.it/nexus/content/groups/public
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/projectlombok/lombok/1.18.36/lombok-1.18.36.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/projectlombok/lombok/1.18.36/lombok-1.18.36.pom (1.5 kB at 1.8 kB/s)
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/projectlombok/lombok/1.18.36/_remote.repositories'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/projectlombok/lombok/1.18.36/lombok-1.18.36.pom.lastUpdated'
[DEBUG] Resolving artifact org.testng:testng:pom:7.10.2 from [maven-proxy.tidalwave.it (https://services.tidalwave.it/nexus/content/groups/public, default, releases+snapshots)]
[DEBUG] Using transporter HttpTransporter with priority 5.0 for https://services.tidalwave.it/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://services.tidalwave.it/nexus/content/groups/public
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/testng/testng/7.10.2/testng-7.10.2.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/testng/testng/7.10.2/testng-7.10.2.pom (2.6 kB at 4.2 kB/s)
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/testng/testng/7.10.2/_remote.repositories'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/testng/testng/7.10.2/testng-7.10.2.pom.lastUpdated'
[DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:2.0.16 from [maven-proxy.tidalwave.it (https://services.tidalwave.it/nexus/content/groups/public, default, releases+snapshots)]
[DEBUG] Using transporter HttpTransporter with priority 5.0 for https://services.tidalwave.it/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://services.tidalwave.it/nexus/content/groups/public
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.pom (2.8 kB at 4.6 kB/s)
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/slf4j/slf4j-api/2.0.16/_remote.repositories'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.pom.lastUpdated'
[DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:2.0.16 from [maven-proxy.tidalwave.it (https://services.tidalwave.it/nexus/content/groups/public, default, releases+snapshots)]
[DEBUG] Using transporter HttpTransporter with priority 5.0 for https://services.tidalwave.it/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://services.tidalwave.it/nexus/content/groups/public
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/slf4j/slf4j-parent/2.0.16/slf4j-parent-2.0.16.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/slf4j/slf4j-parent/2.0.16/slf4j-parent-2.0.16.pom (13 kB at 22 kB/s)
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/slf4j/slf4j-parent/2.0.16/_remote.repositories'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/slf4j/slf4j-parent/2.0.16/slf4j-parent-2.0.16.pom.lastUpdated'
[DEBUG] Resolving artifact org.slf4j:slf4j-bom:pom:2.0.16 from [maven-proxy.tidalwave.it (https://services.tidalwave.it/nexus/content/groups/public, default, releases+snapshots)]
[DEBUG] Using transporter HttpTransporter with priority 5.0 for https://services.tidalwave.it/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://services.tidalwave.it/nexus/content/groups/public
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/slf4j/slf4j-bom/2.0.16/slf4j-bom-2.0.16.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/slf4j/slf4j-bom/2.0.16/slf4j-bom-2.0.16.pom (7.3 kB at 12 kB/s)
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/slf4j/slf4j-bom/2.0.16/_remote.repositories'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/slf4j/slf4j-bom/2.0.16/slf4j-bom-2.0.16.pom.lastUpdated'
[DEBUG] Resolving artifact org.webjars:jquery:pom:3.7.1 from [maven-proxy.tidalwave.it (https://services.tidalwave.it/nexus/content/groups/public, default, releases+snapshots)]
[DEBUG] Using transporter HttpTransporter with priority 5.0 for https://services.tidalwave.it/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://services.tidalwave.it/nexus/content/groups/public
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/webjars/jquery/3.7.1/jquery-3.7.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/webjars/jquery/3.7.1/jquery-3.7.1.pom (7.6 kB at 12 kB/s)
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/webjars/jquery/3.7.1/_remote.repositories'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/webjars/jquery/3.7.1/jquery-3.7.1.pom.lastUpdated'
[DEBUG] Resolving artifact ch.qos.logback:logback-classic:pom:1.5.12 from [maven-proxy.tidalwave.it (https://services.tidalwave.it/nexus/content/groups/public, default, releases+snapshots)]
[DEBUG] Using transporter HttpTransporter with priority 5.0 for https://services.tidalwave.it/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://services.tidalwave.it/nexus/content/groups/public
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/ch/qos/logback/logback-classic/1.5.12/logback-classic-1.5.12.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/ch/qos/logback/logback-classic/1.5.12/logback-classic-1.5.12.pom (13 kB at 15 kB/s)
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/ch/qos/logback/logback-classic/1.5.12/_remote.repositories'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/ch/qos/logback/logback-classic/1.5.12/logback-classic-1.5.12.pom.lastUpdated'
[DEBUG] Resolving artifact ch.qos.logback:logback-parent:pom:1.5.12 from [maven-proxy.tidalwave.it (https://services.tidalwave.it/nexus/content/groups/public, default, releases+snapshots)]
[DEBUG] Using transporter HttpTransporter with priority 5.0 for https://services.tidalwave.it/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://services.tidalwave.it/nexus/content/groups/public
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/ch/qos/logback/logback-parent/1.5.12/logback-parent-1.5.12.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/ch/qos/logback/logback-parent/1.5.12/logback-parent-1.5.12.pom (18 kB at 28 kB/s)
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/ch/qos/logback/logback-parent/1.5.12/_remote.repositories'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/ch/qos/logback/logback-parent/1.5.12/logback-parent-1.5.12.pom.lastUpdated'
[DEBUG] Resolving artifact ch.qos.logback:logback-core:pom:1.5.12 from [maven-proxy.tidalwave.it (https://services.tidalwave.it/nexus/content/groups/public, default, releases+snapshots)]
[DEBUG] Using transporter HttpTransporter with priority 5.0 for https://services.tidalwave.it/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://services.tidalwave.it/nexus/content/groups/public
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/ch/qos/logback/logback-core/1.5.12/logback-core-1.5.12.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/ch/qos/logback/logback-core/1.5.12/logback-core-1.5.12.pom (7.9 kB at 12 kB/s)
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/ch/qos/logback/logback-core/1.5.12/_remote.repositories'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/ch/qos/logback/logback-core/1.5.12/logback-core-1.5.12.pom.lastUpdated'
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=89769, ConflictMarker.markTime=65708, ConflictMarker.nodeCount=17, ConflictIdSorter.graphTime=61146, ConflictIdSorter.topsortTime=81079, ConflictIdSorter.conflictIdCount=15, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1472047, ConflictResolver.conflictItemCount=16, DfDependencyCollector.collectTime=6235756976, DfDependencyCollector.transformTime=1966727}
[DEBUG] it.tidalwave.thesefoolishthings:modules:pom:3.2-ALPHA-24-SNAPSHOT
[DEBUG]    javax.annotation:javax.annotation-api:jar:1.3.2:compile
[DEBUG]    com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[DEBUG]       com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG]    org.projectlombok:lombok:jar:1.18.36:provided
[DEBUG]    org.testng:testng:jar:7.10.2:test
[DEBUG]       org.slf4j:slf4j-api:jar:2.0.16:test (version managed from 1.7.36)
[DEBUG]       com.beust:jcommander:jar:1.82:test
[DEBUG]       org.webjars:jquery:jar:3.7.1:test
[DEBUG]    org.hamcrest:hamcrest-all:jar:1.3:test
[DEBUG]    org.mockito:mockito-core:jar:4.8.1:test
[DEBUG]       net.bytebuddy:byte-buddy:jar:1.12.16:test
[DEBUG]       net.bytebuddy:byte-buddy-agent:jar:1.12.16:test
[DEBUG]       org.objenesis:objenesis:jar:3.2:test
[DEBUG]    ch.qos.logback:logback-classic:jar:1.5.12:test
[DEBUG]       ch.qos.logback:logback-core:jar:1.5.12:test (version managed from 1.5.12)
[DEBUG] Resolving artifact org.projectlombok:lombok:jar:1.18.36 from [maven-proxy.tidalwave.it (https://services.tidalwave.it/nexus/content/groups/public, default, releases+snapshots)]
[DEBUG] Resolving artifact org.testng:testng:jar:7.10.2 from [maven-proxy.tidalwave.it (https://services.tidalwave.it/nexus/content/groups/public, default, releases+snapshots)]
[DEBUG] Resolving artifact org.slf4j:slf4j-api:jar:2.0.16 from [maven-proxy.tidalwave.it (https://services.tidalwave.it/nexus/content/groups/public, default, releases+snapshots)]
[DEBUG] Resolving artifact org.webjars:jquery:jar:3.7.1 from [maven-proxy.tidalwave.it (https://services.tidalwave.it/nexus/content/groups/public, default, releases+snapshots)]
[DEBUG] Resolving artifact ch.qos.logback:logback-classic:jar:1.5.12 from [maven-proxy.tidalwave.it (https://services.tidalwave.it/nexus/content/groups/public, default, releases+snapshots)]
[DEBUG] Resolving artifact ch.qos.logback:logback-core:jar:1.5.12 from [maven-proxy.tidalwave.it (https://services.tidalwave.it/nexus/content/groups/public, default, releases+snapshots)]
[DEBUG] Using transporter HttpTransporter with priority 5.0 for https://services.tidalwave.it/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://services.tidalwave.it/nexus/content/groups/public
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/projectlombok/lombok/1.18.36/lombok-1.18.36.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/projectlombok/lombok/1.18.36/lombok-1.18.36.jar (2.1 MB at 2.6 MB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/testng/testng/7.10.2/testng-7.10.2.jar
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.jar
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/webjars/jquery/3.7.1/jquery-3.7.1.jar
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/ch/qos/logback/logback-classic/1.5.12/logback-classic-1.5.12.jar
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/ch/qos/logback/logback-core/1.5.12/logback-core-1.5.12.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/ch/qos/logback/logback-classic/1.5.12/logback-classic-1.5.12.jar (306 kB at 431 kB/s)
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.jar (69 kB at 75 kB/s)
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/webjars/jquery/3.7.1/jquery-3.7.1.jar (308 kB at 311 kB/s)
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/ch/qos/logback/logback-core/1.5.12/logback-core-1.5.12.jar (629 kB at 624 kB/s)
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/testng/testng/7.10.2/testng-7.10.2.jar (988 kB at 949 kB/s)
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/projectlombok/lombok/1.18.36/_remote.repositories'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/projectlombok/lombok/1.18.36/lombok-1.18.36.jar.lastUpdated'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/testng/testng/7.10.2/_remote.repositories'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/testng/testng/7.10.2/testng-7.10.2.jar.lastUpdated'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/slf4j/slf4j-api/2.0.16/_remote.repositories'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.jar.lastUpdated'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/webjars/jquery/3.7.1/_remote.repositories'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/org/webjars/jquery/3.7.1/jquery-3.7.1.jar.lastUpdated'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/ch/qos/logback/logback-classic/1.5.12/_remote.repositories'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/ch/qos/logback/logback-classic/1.5.12/logback-classic-1.5.12.jar.lastUpdated'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/ch/qos/logback/logback-core/1.5.12/_remote.repositories'
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/ch/qos/logback/logback-core/1.5.12/logback-core-1.5.12.jar.lastUpdated'
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ modules ---
[DEBUG] Loading mojo org.apache.maven.plugins:maven-clean-plugin:3.4.0:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:3.4.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5c29bfd]
[DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-clean-plugin:3.4.0:clean:default-clean' with basic configurator -->
[DEBUG]   (f) directory = /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target
[DEBUG]   (f) excludeDefaultDirectories = false
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) fast = false
[DEBUG]   (f) fastMode = background
[DEBUG]   (f) followSymLinks = false
[DEBUG]   (f) outputDirectory = /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target/classes
[DEBUG]   (f) reportDirectory = /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target/classes
[DEBUG]   (f) retryOnError = true
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@3b45f897
[DEBUG]   (f) skip = false
[DEBUG]   (f) testOutputDirectory = /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target/test-classes
[DEBUG] -- end configuration --
[DEBUG] Skipping non-existing directory /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target
[DEBUG] Skipping non-existing directory /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target/classes
[DEBUG] Skipping non-existing directory /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target/test-classes
[DEBUG] Skipping non-existing directory /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target/classes
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ modules ---
[DEBUG] Loading mojo org.codehaus.mojo:buildnumber-maven-plugin:3.2.1:create from plugin realm ClassRealm[plugin>org.codehaus.mojo:buildnumber-maven-plugin:3.2.1, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5c29bfd]
[DEBUG] Configuring mojo execution 'org.codehaus.mojo:buildnumber-maven-plugin:3.2.1:create:default' with basic configurator -->
[DEBUG]   (s) buildNumberPropertiesFileLocation = /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/buildNumber.properties
[DEBUG]   (f) buildNumberPropertyName = buildNumber
[DEBUG]   (f) buildTaintedPropertyName = buildIsTainted
[DEBUG]   (s) doCheck = false
[DEBUG]   (s) doUpdate = false
[DEBUG]   (f) failTheBuild = true
[DEBUG]   (f) getRevisionOnlyOnce = false
[DEBUG]   (f) ignoreEmptyScmUrl = false
[DEBUG]   (f) project = MavenProject: it.tidalwave.thesefoolishthings:modules:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/pom.xml
[DEBUG]   (f) reactorProjects = [MavenProject: it.tidalwave.thesefoolishthings:thesefoolishthings:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/pom.xml, MavenProject: it.tidalwave.thesefoolishthings:modules:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/pom.xml, MavenProject: it.tidalwave.thesefoolishthings:it-tidalwave-messagebus:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/MessageBus/pom.xml, MavenProject: it.tidalwave.thesefoolishthings:it-tidalwave-util:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/Utilities/pom.xml, MavenProject: it.tidalwave.thesefoolishthings:it-tidalwave-actor:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/Actors/pom.xml, MavenProject: it.tidalwave.thesefoolishthings:it-tidalwave-util-test:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/TestUtilities/pom.xml, MavenProject: it.tidalwave.thesefoolishthings:it-tidalwave-role:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/Roles/pom.xml, MavenProject: it.tidalwave.thesefoolishthings:it-tidalwave-messagebus-spring:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/SpringMessageBus/pom.xml, MavenProject: it.tidalwave.thesefoolishthings:it-tidalwave-role-spring:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/SpringRoles/pom.xml, MavenProject: it.tidalwave.thesefoolishthings:thesefoolishthings-examples:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/examples/pom.xml, MavenProject: it.tidalwave.thesefoolishthings:it-tidalwave-thesefoolishthings-examples-data:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/examples/Data/pom.xml, MavenProject: it.tidalwave.thesefoolishthings:it-tidalwave-thesefoolishthings-examples-dci-displayable:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/examples/DciDisplayableExample/pom.xml, MavenProject: it.tidalwave.thesefoolishthings:it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/examples/DciMarshalXStreamExample/pom.xml, MavenProject: it.tidalwave.thesefoolishthings:it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/examples/DciPersistenceJpaExample/pom.xml, MavenProject: it.tidalwave.thesefoolishthings:it-tidalwave-thesefoolishthings-examples-dci-swing:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/examples/DciSwingExample/pom.xml, MavenProject: it.tidalwave.thesefoolishthings:it-tidalwave-thesefoolishthings-examples-finderexample1:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/examples/InMemoryFinderExample/pom.xml, MavenProject: it.tidalwave.thesefoolishthings:it-tidalwave-thesefoolishthings-examples-finderexample2:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/examples/ExtendedFinderExample/pom.xml, MavenProject: it.tidalwave.thesefoolishthings:it-tidalwave-thesefoolishthings-examples-finderexample3:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/examples/JPAFinderExample/pom.xml, MavenProject: it.tidalwave.thesefoolishthings:project-archetype:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/archetypes/project/pom.xml]
[DEBUG]   (s) revisionOnScmFailure = unknown
[DEBUG]   (f) scmBranchPropertyName = scmBranch
[DEBUG]   (f) scmConnectionUrl = scm:git:https://bitbucket.org/tidalwave/thesefoolishthings-src/modules
[DEBUG]   (f) scmDeveloperConnectionUrl = scm:git:ssh://git@bitbucket.org/tidalwave/thesefoolishthings-src.git/modules
[DEBUG]   (s) scmDirectory = /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules
[DEBUG]   (f) scmProvider = git
[DEBUG]   (f) scmTag = HEAD
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@3b45f897
[DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@3db69082
[DEBUG]   (s) shortRevisionLength = 12
[DEBUG]   (f) skip = false
[DEBUG]   (f) timestampPropertyName = timestamp
[DEBUG]   (f) useLastCommittedRevision = false
[DEBUG] -- end configuration --
[DEBUG] Checking for local modifications: skipped.
[DEBUG] Updating project files from SCM: skipped.
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules
[DEBUG] consume line 562ab813558fd9359dd0a44d79068fa6eb85c30c 2024-12-12T11:27:26+01:00 fabrizio.giudici@tidalwave.it Fabrizio Giudici
[INFO] Storing buildNumber: 562ab813558f at timestamp: 1734013877233
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules
[DEBUG] consume line 562ab813558fd9359dd0a44d79068fa6eb85c30c 2024-12-12T11:27:26+01:00 fabrizio.giudici@tidalwave.it Fabrizio Giudici
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ modules ---
[DEBUG] Loading mojo org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.5.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5c29bfd]
[DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce:enforce-maven' with basic configurator -->
[DEBUG]   (s) commandLineRules = []
[DEBUG]   (s) fail = true
[DEBUG]   (s) failFast = false
[DEBUG]   (s) failIfNoRules = true
[DEBUG]   (f) ignoreCache = false
[DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce {execution: enforce-maven}
[DEBUG]   (f) project = MavenProject: it.tidalwave.thesefoolishthings:modules:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/pom.xml
[DEBUG]   (f) rules = <rules><dependencyConvergence/>
<requireMavenVersion><version>3.6.0</version>
</requireMavenVersion>
<requireJavaVersion><message>To build this project JDK [11, 17] is required. Please install it and properly set JAVA_HOME.</message>
<version>[11, 17]</version>
</requireJavaVersion>
<requirePluginVersions><message>Best Practice is to always define plugin versions!</message>
<banLatest>true</banLatest>
<banRelease>true</banRelease>
<banSnapshots>true</banSnapshots>
<phases>clean,deploy,site</phases>
</requirePluginVersions>
<reactorModuleConvergence><message>The reactor is not valid</message>
<ignoreModuleDependencies>false</ignoreModuleDependencies>
</reactorModuleConvergence>
</rules>

[DEBUG]   (s) rulesToExecute = []
[DEBUG]   (s) rulesToSkip = []
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@3b45f897
[DEBUG]   (f) skip = false
[DEBUG] -- end configuration --
[DEBUG] Executing Rule 0: EnforcerRuleDesc[name=dependencyConvergence, rule=DependencyConvergence[includes=null, excludes=null, uniqueVersions=false], level=ERROR]
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=66720, ConflictMarker.markTime=37385, ConflictMarker.nodeCount=4, ConflictIdSorter.graphTime=15711, ConflictIdSorter.topsortTime=19789, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=279798, ConflictResolver.conflictItemCount=3, DfDependencyCollector.collectTime=735777, DfDependencyCollector.transformTime=455682}
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[DEBUG] Finish Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence takes 5 ms
[DEBUG] Executing Rule 1: EnforcerRuleDesc[name=requireMavenVersion, rule=RequireMavenVersion[message=null, version=3.6.0], level=ERROR]
[DEBUG] Check cache for class org.apache.maven.enforcer.rules.version.RequireMavenVersion with id 48523325
[DEBUG] Already cached class org.apache.maven.enforcer.rules.version.RequireMavenVersion with id 48523325
[DEBUG] Finish Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion takes 0 ms
[DEBUG] Executing Rule 2: EnforcerRuleDesc[name=requireJavaVersion, rule=RequireJavaVersion[message=To build this project JDK [11, 17] is required. Please install it and properly set JAVA_HOME., version=[11, 17], display=false], level=ERROR]
[DEBUG] Check cache for class org.apache.maven.enforcer.rules.version.RequireJavaVersion with id 1664423464
[DEBUG] Already cached class org.apache.maven.enforcer.rules.version.RequireJavaVersion with id 1664423464
[DEBUG] Finish Rule 2: org.apache.maven.enforcer.rules.version.RequireJavaVersion takes 0 ms
[DEBUG] Executing Rule 3: EnforcerRuleDesc[name=requirePluginVersions, rule=RequirePluginVersions[message=Best Practice is to always define plugin versions!, banLatest=true, banRelease=true, banSnapshots=true, banTimestamps=true, phases=clean,deploy,site, additionalPlugins=null, unCheckedPluginList=null, unCheckedPlugins=null], level=ERROR]
[DEBUG] getPhaseToLifecycleMap(): phase: pre-clean
[DEBUG] getPhaseToLifecycleMap(): phase: clean
[DEBUG] getPhaseToLifecycleMap(): phase: post-clean
[DEBUG] getPhaseToLifecycleMap(): phase: validate
[DEBUG] getPhaseToLifecycleMap(): phase: initialize
[DEBUG] getPhaseToLifecycleMap(): phase: generate-sources
[DEBUG] getPhaseToLifecycleMap(): phase: process-sources
[DEBUG] getPhaseToLifecycleMap(): phase: generate-resources
[DEBUG] getPhaseToLifecycleMap(): phase: process-resources
[DEBUG] getPhaseToLifecycleMap(): phase: compile
[DEBUG] getPhaseToLifecycleMap(): phase: process-classes
[DEBUG] getPhaseToLifecycleMap(): phase: generate-test-sources
[DEBUG] getPhaseToLifecycleMap(): phase: process-test-sources
[DEBUG] getPhaseToLifecycleMap(): phase: generate-test-resources
[DEBUG] getPhaseToLifecycleMap(): phase: process-test-resources
[DEBUG] getPhaseToLifecycleMap(): phase: test-compile
[DEBUG] getPhaseToLifecycleMap(): phase: process-test-classes
[DEBUG] getPhaseToLifecycleMap(): phase: test
[DEBUG] getPhaseToLifecycleMap(): phase: prepare-package
[DEBUG] getPhaseToLifecycleMap(): phase: package
[DEBUG] getPhaseToLifecycleMap(): phase: pre-integration-test
[DEBUG] getPhaseToLifecycleMap(): phase: integration-test
[DEBUG] getPhaseToLifecycleMap(): phase: post-integration-test
[DEBUG] getPhaseToLifecycleMap(): phase: verify
[DEBUG] getPhaseToLifecycleMap(): phase: install
[DEBUG] getPhaseToLifecycleMap(): phase: deploy
[DEBUG] getPhaseToLifecycleMap(): phase: pre-site
[DEBUG] getPhaseToLifecycleMap(): phase: site
[DEBUG] getPhaseToLifecycleMap(): phase: post-site
[DEBUG] getPhaseToLifecycleMap(): phase: site-deploy
[DEBUG] getBoundPlugins(): it.tidalwave.thesefoolishthings:modules:pom:3.2-ALPHA-24-SNAPSHOT clean clean
[DEBUG] RequirePluginVersions.getAllPlugins:
[DEBUG]   lifecycleMapping = clean
[DEBUG]   plugins = org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean
[DEBUG]     plugin = org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean
[DEBUG]     GAV = [org.apache.maven.plugins, maven-clean-plugin, 3.2.0, clean]
[DEBUG] getBoundPlugins(): it.tidalwave.thesefoolishthings:modules:pom:3.2-ALPHA-24-SNAPSHOT deploy default
[DEBUG] RequirePluginVersions.getAllPlugins:
[DEBUG]   lifecycleMapping = install
[DEBUG]   plugins = org.apache.maven.plugins:maven-install-plugin:3.1.0:install
[DEBUG]     plugin = org.apache.maven.plugins:maven-install-plugin:3.1.0:install
[DEBUG]     GAV = [org.apache.maven.plugins, maven-install-plugin, 3.1.0, install]
[DEBUG]   lifecycleMapping = deploy
[DEBUG]   plugins = org.apache.maven.plugins:maven-deploy-plugin:3.1.0:deploy
[DEBUG]     plugin = org.apache.maven.plugins:maven-deploy-plugin:3.1.0:deploy
[DEBUG]     GAV = [org.apache.maven.plugins, maven-deploy-plugin, 3.1.0, deploy]
[DEBUG] getBoundPlugins(): it.tidalwave.thesefoolishthings:modules:pom:3.2-ALPHA-24-SNAPSHOT site site
[DEBUG] RequirePluginVersions.getAllPlugins:
[DEBUG]   lifecycleMapping = site
[DEBUG]   plugins = org.apache.maven.plugins:maven-site-plugin:3.12.1:site
[DEBUG]     plugin = org.apache.maven.plugins:maven-site-plugin:3.12.1:site
[DEBUG]     GAV = [org.apache.maven.plugins, maven-site-plugin, 3.12.1, site]
[DEBUG]   lifecycleMapping = site-deploy
[DEBUG]   plugins = org.apache.maven.plugins:maven-site-plugin:3.12.1:deploy
[DEBUG]     plugin = org.apache.maven.plugins:maven-site-plugin:3.12.1:deploy
[DEBUG]     GAV = [org.apache.maven.plugins, maven-site-plugin, 3.12.1, deploy]
[DEBUG] All Plugins in use: [Plugin [org.codehaus.mojo:exec-maven-plugin], Plugin [org.apache.maven.plugins:maven-pmd-plugin], Plugin [org.apache.maven.plugins:maven-release-plugin], Plugin [org.codehaus.mojo:buildnumber-maven-plugin], Plugin [org.apache.maven.plugins:maven-site-plugin], Plugin [org.apache.maven.plugins:maven-javadoc-plugin], Plugin [org.apache.maven.plugins:maven-assembly-plugin], Plugin [com.github.spotbugs:spotbugs-maven-plugin], Plugin [com.mycila:license-maven-plugin], Plugin [org.apache.maven.plugins:maven-antrun-plugin], Plugin [org.apache.maven.plugins:maven-compiler-plugin], Plugin [org.apache.maven.plugins:maven-surefire-plugin], Plugin [org.apache.maven.plugins:maven-jar-plugin], Plugin [org.apache.maven.plugins:maven-clean-plugin], Plugin [org.codehaus.mojo:jaxb2-maven-plugin], Plugin [org.owasp:dependency-check-maven], Plugin [org.sonatype.plugins:nexus-staging-maven-plugin], Plugin [org.apache.maven.plugins:maven-checkstyle-plugin], Plugin [org.codehaus.mojo:license-maven-plugin], Plugin [org.apache.maven.plugins:maven-install-plugin], Plugin [org.apache.maven.plugins:maven-deploy-plugin], Plugin [org.openjfx:javafx-maven-plugin], Plugin [org.apache.maven.plugins:maven-enforcer-plugin]]
[DEBUG] pluginWrappers: org.codehaus.mojo:buildnumber-maven-plugin:3.2.1 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-compiler-plugin:3.13.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-assembly-plugin:3.7.1 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-surefire-plugin:3.5.2 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.codehaus.mojo:exec-maven-plugin:3.5.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-jar-plugin:3.4.2 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-deploy-plugin:3.1.3 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: com.github.spotbugs:spotbugs-maven-plugin:4.8.6.6 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-pmd-plugin:3.20.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.owasp:dependency-check-maven:11.1.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-release-plugin:3.1.1 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.sonatype.plugins:nexus-staging-maven-plugin:1.7.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-enforcer-plugin:3.5.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-site-plugin:3.21.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.codehaus.mojo:license-maven-plugin:2.5.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-javadoc-plugin:3.11.1 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.openjfx:javafx-maven-plugin:0.0.8 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-antrun-plugin:3.1.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: com.mycila:license-maven-plugin:4.6 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.codehaus.mojo:jaxb2-maven-plugin:3.2.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-clean-plugin:3.4.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-install-plugin:3.1.3 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-javadoc-plugin:3.11.1 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/superpom/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-surefire-plugin:3.5.2 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-surefire-report-plugin:3.5.2 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-jar-plugin:3.4.2 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-pmd-plugin:3.20.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-antrun-plugin:3.1.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-compiler-plugin:3.13.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-javadoc-plugin:3.11.1 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-assembly-plugin:3.7.1 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-gpg-plugin:3.2.7 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-shade-plugin:3.6.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-clean-plugin:3.4.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-install-plugin:3.1.3 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-resources-plugin:3.3.1 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-site-plugin:3.21.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-dependency-plugin:3.8.1 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-deploy-plugin:3.1.3 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-release-plugin:3.1.1 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-doap-plugin:1.2 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-jarsigner-plugin:3.1.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-source-plugin:3.3.1 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-scm-plugin:2.1.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-war-plugin:3.4.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.maven.plugins:maven-project-info-reports-plugin:3.8.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.codehaus.mojo:aspectj-maven-plugin:1.15.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.codehaus.mojo:buildnumber-maven-plugin:3.2.1 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.codehaus.mojo:exec-maven-plugin:3.5.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.codehaus.mojo:findbugs-maven-plugin:3.0.5 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: com.github.spotbugs:spotbugs-maven-plugin:4.8.6.6 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.codehaus.mojo:build-helper-maven-plugin:3.6.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.codehaus.mojo:gwt-maven-plugin:2.10.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.codehaus.mojo:jaxb2-maven-plugin:3.2.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.codehaus.mojo:license-maven-plugin:2.5.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.sonarsource.scanner.maven:sonar-maven-plugin:5.0.0.4389 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.tomcat.maven:tomcat7-maven-plugin:2.2 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.codehaus.mojo:versions-maven-plugin:2.18.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.codehaus.mojo:wagon-maven-plugin:2.0.2 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.codehaus.mojo:xml-maven-plugin:1.1.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.apache.felix:maven-bundle-plugin:6.0.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: com.simpligility.maven.plugins:android-maven-plugin:4.6.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: com.spotify:docker-maven-plugin:1.2.2 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: com.spotify:dockerfile-maven-plugin:1.4.13 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.fusesource.mvnplugins:maven-graph-plugin:1.45 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: com.mycila:license-maven-plugin:4.6 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: com.vaadin:vaadin-maven-plugin:24.5.6 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.eclipse.jetty:jetty-maven-plugin:11.0.24 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.sonatype.plugins:nexus-staging-maven-plugin:1.7.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.jvnet.jax-ws-commons:jaxws-maven-plugin:2.6 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.vafer:jdeb:1.12 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.owasp:dependency-check-maven:11.1.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.openjfx:javafx-maven-plugin:0.0.8 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.springframework.boot:spring-boot-maven-plugin:3.4.0 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] pluginWrappers: org.graalvm.buildtools:native-maven-plugin:0.10.3 source: /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/superpom/5.3/superpom-5.3.pom
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.5.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.5.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.20.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.20.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.1.1
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.1.1
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.2.1
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.2.1
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.21.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.21.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.11.1
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.11.1
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.11.1
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.7.1
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.7.1
[DEBUG] checking for notEmpty and notIsWhitespace(): 4.8.6.6
[DEBUG] checking for notEmpty and notIsWhitespace(): 4.8.6.6
[DEBUG] checking for notEmpty and notIsWhitespace(): 4.6
[DEBUG] checking for notEmpty and notIsWhitespace(): 4.6
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.1.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.1.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.13.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.13.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.5.2
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.5.2
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.4.2
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.4.2
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.4.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.4.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.2.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.2.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 11.1.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 11.1.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 1.7.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 1.7.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.0.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.0.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 2.5.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 2.5.0
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.1.3
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.1.3
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.1.3
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.1.3
[DEBUG] checking for notEmpty and notIsWhitespace(): 0.0.8
[DEBUG] checking for notEmpty and notIsWhitespace(): 0.0.8
[DEBUG] checking for notEmpty and notIsWhitespace(): 3.5.0
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[DEBUG] Finish Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions takes 4 ms
[DEBUG] Executing Rule 4: EnforcerRuleDesc[name=reactorModuleConvergence, rule=ReactorModuleConvergence[message=The reactor is not valid, ignoreModuleDependencies=false], level=ERROR]
[DEBUG] Check cache for class org.apache.maven.enforcer.rules.ReactorModuleConvergence with id -25172312
[DEBUG] Already cached class org.apache.maven.enforcer.rules.ReactorModuleConvergence with id -25172312
[DEBUG] Finish Rule 4: org.apache.maven.enforcer.rules.ReactorModuleConvergence takes 0 ms
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ modules ---
[DEBUG] Loading mojo org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.5.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5c29bfd]
[DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce:enforce-banned-dependencies' with basic configurator -->
[DEBUG]   (s) commandLineRules = []
[DEBUG]   (s) fail = true
[DEBUG]   (s) failFast = false
[DEBUG]   (s) failIfNoRules = true
[DEBUG]   (f) ignoreCache = false
[DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce {execution: enforce-banned-dependencies}
[DEBUG]   (f) project = MavenProject: it.tidalwave.thesefoolishthings:modules:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/pom.xml
[DEBUG]   (f) rules = <rules><bannedDependencies><excludes><exclude>commons-logging:commons-logging</exclude>
<exclude>com.kenai.nbpwr:org-slf4j-jdk14</exclude>
<exclude>com.google.code.findbugs:annotations</exclude>
<exclude>org.aspectj:aspectjweaver</exclude>
</excludes>
</bannedDependencies>
</rules>

[DEBUG]   (s) rulesToExecute = []
[DEBUG]   (s) rulesToSkip = []
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@3b45f897
[DEBUG]   (f) skip = false
[DEBUG] -- end configuration --
[DEBUG] Executing Rule 0: EnforcerRuleDesc[name=bannedDependencies, rule=BannedDependencies[message=null, excludes=[commons-logging:commons-logging, com.kenai.nbpwr:org-slf4j-jdk14, com.google.code.findbugs:annotations, org.aspectj:aspectjweaver], includes=null, searchTransitive=true], level=ERROR]
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=56318, ConflictMarker.markTime=51221, ConflictMarker.nodeCount=17, ConflictIdSorter.graphTime=45962, ConflictIdSorter.topsortTime=51730, ConflictIdSorter.conflictIdCount=15, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=704333, ConflictResolver.conflictItemCount=16, DfDependencyCollector.collectTime=1582228, DfDependencyCollector.transformTime=977081}
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[DEBUG] Finish Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies takes 18 ms
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ modules ---
[DEBUG] Loading mojo org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-antrun-plugin:3.1.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5c29bfd]
[DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run:generate-and-print-build-description' with basic configurator -->
[DEBUG]   (f) exportAntProperties = false
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) localRepository =       id: local
      url: file:///var/jenkins_home/maven-repositories/1/
   layout: default
snapshots: [enabled => true, update => always]
 releases: [enabled => true, update => always]
   blocked: false

[DEBUG]   (f) mavenProject = MavenProject: it.tidalwave.thesefoolishthings:modules:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/pom.xml
[DEBUG]   (f) pluginArtifacts = [org.apache.maven.plugins:maven-antrun-plugin:maven-plugin:3.1.0:, org.codehaus.plexus:plexus-utils:jar:3.4.1:compile, org.apache.ant:ant:jar:1.10.12:compile, org.apache.ant:ant-launcher:jar:1.10.12:compile]
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@3b45f897
[DEBUG]   (f) skip = false
[DEBUG]   (f) target = <target><echo file=".description">DESCRIPTION: origin/master 3.2-ALPHA-24-SNAPSHOT ${buildNumber}
</echo>
<echo level="info">DESCRIPTION: origin/master 3.2-ALPHA-24-SNAPSHOT ${buildNumber}</echo>
<echo level="info">Java Version: 11.0.25 -source 11 -target 11 -release 11</echo>
</target>

[DEBUG]   (f) versionsPropertyName = maven.project.dependencies.versions
[DEBUG] -- end configuration --
[DEBUG] Adding reference: ant.projectHelper
[DEBUG] Adding reference: ant.PropertyHelper
[DEBUG] Adding reference: ant.parsing.context
[DEBUG] Adding reference: ant.targets
[DEBUG] parsing buildfile /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target/antrun/build-main.xml with URI = file:/var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target/antrun/build-main.xml
[DEBUG] Setting ro project property: ant.project.name -> maven-antrun-
[DEBUG] Adding reference: maven-antrun-
[DEBUG] Setting ro project property: ant.project.default-target -> main
[DEBUG] Setting ro project property: ant.file.maven-antrun- -> /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target/antrun/build-main.xml
[DEBUG] Setting ro project property: ant.file.type.maven-antrun- -> file
[DEBUG] Project base dir set to: /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target/antrun
[DEBUG]  +Target: 
[DEBUG]  +Target: main
[DEBUG] Adding reference: ant.LocalProperties
[DEBUG] Detected Java version: 11 in: /var/jenkins_home/tools/hudson.model.JDK/AdoptiumJDK_11
[DEBUG] Detected OS: Linux
[DEBUG] Adding reference: ant.ComponentHelper
[DEBUG] Project base dir set to: /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules
[DEBUG] Adding reference: maven.dependency.classpath
[DEBUG] Adding reference: maven.compile.classpath
[DEBUG] Adding reference: maven.runtime.classpath
[DEBUG] Adding reference: maven.test.classpath
[DEBUG] Adding reference: maven.plugin.classpath
[DEBUG] Adding reference: maven.project
[DEBUG] Adding reference: maven.project.ref
[DEBUG] Adding reference: maven.project.helper
[DEBUG] Adding reference: maven.local.repository
[DEBUG] Initialize Maven Ant Tasks
[DEBUG] parsing buildfile jar:file:/var/jenkins_home/maven-repositories/1/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar!/org/apache/maven/ant/tasks/antlib.xml with URI = jar:file:/var/jenkins_home/maven-repositories/1/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar!/org/apache/maven/ant/tasks/antlib.xml from a zip file
[DEBUG] parsing buildfile jar:file:/var/jenkins_home/maven-repositories/1/org/apache/ant/ant/1.10.12/ant-1.10.12.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/var/jenkins_home/maven-repositories/1/org/apache/ant/ant/1.10.12/ant-1.10.12.jar!/org/apache/tools/ant/antlib.xml from a zip file
[DEBUG] Class org.apache.maven.ant.tasks.AttachArtifactTask loaded from parent loader (parentFirst)
[DEBUG]  +Datatype attachartifact org.apache.maven.ant.tasks.AttachArtifactTask
[DEBUG] Class org.apache.maven.ant.tasks.DependencyFilesetsTask loaded from parent loader (parentFirst)
[DEBUG]  +Datatype dependencyfilesets org.apache.maven.ant.tasks.DependencyFilesetsTask
[DEBUG] Setting project property: tft.pmd.minimumTokens -> 100
[DEBUG] Setting project property: tft.vaadin-maven-plugin.version -> 24.5.6
[DEBUG] Setting project property: tft.exec-maven-plugin.version -> 3.5.0
[DEBUG] Setting project property: tft.jaxws-maven-plugin.version -> 2.6
[DEBUG] Setting project property: tft.test.jacoco.argLine -> 
[DEBUG] Setting project property: tft.release.sign-artifacts.skip -> false
[DEBUG] Setting project property: tft.spotbugs.maxAllowedViolations -> 0
[DEBUG] Setting project property: tft.embedded-jdk.version -> 
[DEBUG] Setting project property: tft.maven-gpg-plugin.version -> 3.2.7
[DEBUG] Setting project property: tft.javadoc.excludePackageNames -> *.impl:*.impl.*
[DEBUG] Setting project property: staging.mvn.repo.url -> file:///var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target/target-maven-repo
[DEBUG] Setting project property: tft.profile.metrics.checkstyleGoal -> checkstyle:checkstyle
[DEBUG] Setting project property: tft.license-maven-plugin.version -> 2.5.0
[DEBUG] Setting project property: tft.maven-war-plugin.version -> 3.4.0
[DEBUG] Setting project property: tft.embedded-jdk.type -> tgz
[DEBUG] Setting project property: tft.tool.jpackager.downloadUrl.macOS -> http://download2.gluonhq.com/jpackager/11/jdk.packager-osx.zip
[DEBUG] Setting project property: tft.embedded-jdk.artifactId -> adoptopenjdk-jre
[DEBUG] Setting project property: tft.slf4j.version -> 2.0.16
[DEBUG] Setting project property: tft.description -> DESCRIPTION: origin/master 3.2-ALPHA-24-SNAPSHOT ${buildNumber}
[DEBUG] Setting project property: tft.maven-graph-plugin.version -> 1.45
[DEBUG] Setting project property: tft.spring-boot.skip -> false
[DEBUG] Setting project property: java-diff-utils.version -> 4.15
[DEBUG] Setting project property: tft.profile.metrics.sonarGoal -> sonar:sonar
[DEBUG] Setting project property: tft.m2e-lifecycle-mapping.version -> 1.0.0
[DEBUG] Setting project property: tft.pmd.ruleset.groupId -> it.tidalwave.thesefoolishthings
[DEBUG] Setting project property: tft.mockito.version -> 4.8.1
[DEBUG] Setting project property: tft.pmd.skip -> false
[DEBUG] Setting project property: tft.webapp.deployServerUrl -> 
[DEBUG] Setting project property: tft.deb.user -> 
[DEBUG] Setting project property: tft.pmd.includeXmlInSite -> true
[DEBUG] Setting project property: tft.docker-maven-plugin.version -> 1.2.2
[DEBUG] Setting project property: tft.javadoc.doclet -> nl.talsmasoftware.umldoclet.UMLDoclet
[DEBUG] Setting project property: android.sdk.path -> /var/jenkins_home/tools/android-sdk
[DEBUG] Setting project property: tft.descriptionStamp -> .description
[DEBUG] Setting project property: tft.maven-fluido-skin.version -> 2.0.0
[DEBUG] Setting project property: tft.genisoimage -> genisoimage
[DEBUG] Setting project property: tft.tomcat-maven-plugin.version -> 2.2
[DEBUG] Setting project property: tft.maven-compiler-plugin.version -> 3.13.0
[DEBUG] Setting project property: tft.test.failureIgnore -> true
[DEBUG] Setting project property: tft.maven-release-plugin.version -> 3.1.1
[DEBUG] Setting project property: tft.maven-jarsigner-plugin.version -> 3.1.0
[DEBUG] Setting project property: tft.javac.debug -> true
[DEBUG] Setting project property: tft.defaultGoal -> clean install
[DEBUG] Setting project property: tft.maven-surefire-plugin.version -> 3.5.2
[DEBUG] Setting project property: tft.findbugs.skip -> false
[DEBUG] Setting project property: tft.project.build.unwoven-test-classes.directory -> /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target/unwoven-test-classes
[DEBUG] Setting project property: tft.buildnumber-maven-plugin.version -> 3.2.1
[DEBUG] Setting project property: scm.repo.readonly.url -> https://bitbucket.org/tidalwave/thesefoolishthings-src
[DEBUG] Setting project property: tft.jetty.stopKey -> it.tidalwave.thesefoolishthings:modules
[DEBUG] Setting project property: tft.deb.sourceTarball.artifactId -> 
[DEBUG] Setting project property: tft.pmd.minimumPriority -> 5
[DEBUG] Setting project property: timestamp -> 1734013877233
[DEBUG] Setting project property: tft.logback.version -> 1.5.12
[DEBUG] Setting project property: tft.maven-jar-plugin.version -> 3.4.2
[DEBUG] Setting project property: tft.javac.fork -> true
[DEBUG] Setting project property: tft.stableAPI -> false
[DEBUG] Setting project property: tft.release.pushChanges -> false
[DEBUG] Setting project property: tft.project.description -> TheseFoolishThings Super POM
[DEBUG] Setting project property: tft.jsr330.version -> 1
[DEBUG] Setting project property: bundle.namespace -> it.tidalwave.thesefoolishthings.modules
[DEBUG] Setting project property: tft.maven-resources-plugin.version -> 3.3.1
[DEBUG] Setting project property: tft.buildNumber.getRevisionOnlyOnce -> false
[DEBUG] Setting project property: tft.release.tagNameFormat -> @{project.version}
[DEBUG] Setting project property: joda-time.version -> 2.13.0
[DEBUG] Setting project property: tft.superpom.config.version -> 1.9
[DEBUG] Setting project property: tidalwave.project.url -> http://tidalwave.it/projects/thesefoolishthings
[DEBUG] Setting project property: tft.spotbugs.threshold -> Low
[DEBUG] Setting project property: disableDeploy -> false
[DEBUG] Setting project property: tft.mycila-license-maven-plugin.version -> 4.6
[DEBUG] Setting project property: tft.dependency-check-maven-plugin.version -> 11.1.0
[DEBUG] Setting project property: tft.aspectjrt.version -> 1.9.20.1
[DEBUG] Overriding previous definition of property "blueMarine2.musicTestSets.path"
[DEBUG] Setting project property: blueMarine2.musicTestSets.path -> /var/test-sets/MusicTestSets
[DEBUG] Setting project property: tft.webdav-jackrabbit.version -> 3.4.3
[DEBUG] Setting project property: tft.maven.requiredVersion -> 3.6.0
[DEBUG] Setting project property: tidalwave.github.browse.url -> https://github.com/tidalwave-it/thesefoolishthings-src
[DEBUG] Setting project property: tft.junit.version -> 5.11.3
[DEBUG] Setting project property: tft.maven.requiredJdk -> [11, 17]
[DEBUG] Setting project property: buildNumber -> 562ab813558f
[DEBUG] Setting project property: tft.disableDeploy -> false
[DEBUG] Setting project property: tft.testng.version -> 7.10.2
[DEBUG] Setting project property: tft.spring-boot-maven-plugin.version -> 3.4.0
[DEBUG] Setting project property: scm.repo.effective.url -> ssh://git@bitbucket.org/tidalwave/thesefoolishthings-src.git
[DEBUG] Setting project property: scm.repo.url -> ssh://git@bitbucket.org/tidalwave/thesefoolishthings-src.git
[DEBUG] Setting project property: tft.mainPackage -> please-set-the-tft.mainPackage-property-to-specify-the-package-with-the-main-class
[DEBUG] Setting project property: tft.maven-checkstyle-plugin.version -> 3.0.0
[DEBUG] Setting project property: tft.header -> it/tidalwave/header/header.txt
[DEBUG] Setting project property: tft.pmd.aggregate -> false
[DEBUG] Setting project property: tft.appbundle.modules -> javafx.base,javafx.controls,javafx.fxml,javafx.graphics
[DEBUG] Setting project property: tft.jetty.host -> 0.0.0.0
[DEBUG] Setting project property: tft.scm -> git
[DEBUG] Setting project property: tidalwave.slogan -> TheseFoolishThings: Miscellaneous utilities
[DEBUG] Setting project property: tft.stableAPIVersion -> (,3.2-ALPHA-24-SNAPSHOT)
[DEBUG] Setting project property: tft.gwt-maven-plugin.version -> 2.10.0
[DEBUG] Setting project property: tft.staging-repo.id -> staging-oss.sonatype.org
[DEBUG] Setting project property: tft.pmd.ruleset -> /it/tidalwave/pmd/basic.xml
[DEBUG] Setting project property: tft.jacoco-maven-plugin.version -> 0.8.12
[DEBUG] Setting project property: tft.license.name -> tidalwave_asf2
[DEBUG] Setting project property: tft.embedded-jdk.groupId -> it.tidalwave.jdk
[DEBUG] Setting project property: tft.spotbugs-maven-plugin.version -> 4.8.6.6
[DEBUG] Setting project property: tft.embedded-jdk.prefix -> 
[DEBUG] Setting project property: tft.maven-jdeb-plugin.version -> 1.12
[DEBUG] Setting project property: tft.tool.jpackager -> jpackager
[DEBUG] Setting project property: tft.embedded-jdk.name -> 
[DEBUG] Setting project property: tft.pmd.ruleset.artifactId -> superpom-config
[DEBUG] Setting project property: tft.pmd.ruleset.version -> 1.9
[DEBUG] Setting project property: tft.disableJavaDocs -> false
[DEBUG] Setting project property: tft.maven-bundle-plugin.version -> 6.0.0
[DEBUG] Setting project property: tft.UmlGraphDoc.additionalParam -> -views -attributes -operations -types -postfixpackage -nodefontpackagesize 6 -nodefontclasssize 8 -nodefontsize 7 -edgefontsize 7 -nodesep 0.05
            -ranksep 0.1 -visibility -inferrel -hide java.*|javax.*
[DEBUG] Setting project property: tft.maven-surefire-report-plugin.version -> 3.5.2
[DEBUG] Setting project property: tft.hamcrest-matchers.version -> 1.3
[DEBUG] Setting project property: tft.release.localCheckout -> true
[DEBUG] Setting project property: tft.findbugs-annotations.version -> 3.1.9
[DEBUG] Setting project property: tft.project.build.unwoven-classes.directory -> /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target/unwoven-classes
[DEBUG] Setting project property: tft.mainClass -> please-set-the-tft.mainClass-property-to-specify-the-main-class
[DEBUG] Setting project property: tft.release.preparationGoals -> clean install verify
[DEBUG] Setting project property: tft.release.goals -> clean install source:jar-no-fork source:test-jar-no-fork javadoc:jar assembly:single deploy
[DEBUG] Setting project property: tft.nexus-staging-maven-plugin.version -> 1.7.0
[DEBUG] Setting project property: tft.native.name -> it.tidalwave.thesefoolishthings-modules-3.2-ALPHA-24-SNAPSHOT
[DEBUG] Setting project property: pmd.skip -> false
[DEBUG] Setting project property: tft.jaxb2-maven-plugin.version -> 3.2.0
[DEBUG] Setting project property: tft.build-helper-maven-plugin.version -> 3.6.0
[DEBUG] Setting project property: tft.javac.xlint -> -Xlint:all
[DEBUG] Setting project property: tft.javadoc.doclet.groupId -> nl.talsmasoftware
[DEBUG] Setting project property: tft.profile.metrics.spotbugsGoal -> com.github.spotbugs:spotbugs-maven-plugin:check
[DEBUG] Setting project property: tft.appbundle.name -> 
[DEBUG] Setting project property: tft.javac.release -> 11
[DEBUG] Setting project property: tft.archetype-packaging.version -> 3.3.1
[DEBUG] Setting project property: tidalwave.issues -> TFT
[DEBUG] Setting project property: netbeans.checkstyle.format -> true
[DEBUG] Setting project property: tft.test.vmOptions -> 
[DEBUG] Setting project property: tft.xml-maven-plugin.version -> 1.1.0
[DEBUG] Setting project property: disableJavaDocs -> false
[DEBUG] Setting project property: sonar.host.url -> https://sonarqube:9000/sonarqube/
[DEBUG] Setting project property: tft.maven-scm-plugin.version -> 2.1.0
[DEBUG] Setting project property: tft.webapp.contextPath -> /
[DEBUG] Setting project property: tft.maven-pmd-plugin.version -> 3.20.0
[DEBUG] Setting project property: tft.webapp.deployServerId -> 
[DEBUG] Setting project property: tft.maven-shade-plugin.version -> 3.6.0
[DEBUG] Setting project property: tft.aspectj-maven-plugin.version -> 1.15.0
[DEBUG] Setting project property: tft.test.reportsDirectory -> /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target/surefire-reports/plain
[DEBUG] Setting project property: tft.jar.classpathInManifest -> false
[DEBUG] Setting project property: tft.native.buildArgs -> --no-fallback
[DEBUG] Setting project property: jakarta.inject-api.version -> 2.0.0
[DEBUG] Setting project property: tft.pmd.skipEmptyReport -> false
[DEBUG] Setting project property: tft.maven-source-plugin.version -> 3.3.1
[DEBUG] Setting project property: tft.javac.showWarnings -> true
[DEBUG] Setting project property: tft.appbundle.args -> 
[DEBUG] Setting project property: tft.spotbugs.skip -> false
[DEBUG] Setting project property: tft.javafx-maven-plugin.version -> 0.0.8
[DEBUG] Setting project property: tft.jetty-maven-plugin.version -> 11.0.24
[DEBUG] Setting project property: tft.javadoc.doclint -> 
[DEBUG] Setting project property: stableAPIVersion -> (,3.2-ALPHA-24-SNAPSHOT)
[DEBUG] Setting project property: tft.javadoc.doclet.version -> 2.0.12
[DEBUG] Setting project property: tft.native-maven-plugin.version -> 0.10.3
[DEBUG] Setting project property: cpd.skip -> false
[DEBUG] Setting project property: tft.spotbugs.failOnError -> false
[DEBUG] Setting project property: findbugs.skip -> false
[DEBUG] Setting project property: tft.pmd.showPmdLog -> false
[DEBUG] Setting project property: tft.android-maven-plugin.version -> 4.6.0
[DEBUG] Setting project property: tft.profile.metrics.defaultGoal -> clean install  com.github.spotbugs:spotbugs-maven-plugin:check pmd:cpd pmd:pmd
            checkstyle:checkstyle dependency:analyze
            sonar:sonar dependency-check:aggregate
[DEBUG] Setting project property: tft.maven-site-plugin.version -> 3.21.0
[DEBUG] Setting project property: tft.sonar-maven-plugin.version -> 5.0.0.4389
[DEBUG] Setting project property: tft.spotbugs.maxHeap -> 512
[DEBUG] Setting project property: tft.versions-maven-plugin.version -> 2.18.0
[DEBUG] Setting project property: tft.maven-project-info-reports-plugin.version -> 3.8.0
[DEBUG] Setting project property: tft.test.skip -> false
[DEBUG] Setting project property: tft.maven-doap-plugin.version -> 1.2
[DEBUG] Setting project property: tidalwave.ci.view -> TheseFoolishThings
[DEBUG] Setting project property: tft.deb.binaryDirectory -> 
[DEBUG] Setting project property: tft.site.skip -> false
[DEBUG] Setting project property: tft.gwt.version -> 2.1.1
[DEBUG] Setting project property: scm.repo.browse.url -> https://bitbucket.org/tidalwave/thesefoolishthings-src/src
[DEBUG] Setting project property: tft.test.listeners -> it.tidalwave.util.test.TestLogger
[DEBUG] Setting project property: tft.deb.name -> 
[DEBUG] Setting project property: tft.maven-archetype-plugin.version -> 3.3.1
[DEBUG] Setting project property: stableAPI -> false
[DEBUG] Setting project property: tft.report.test.aggregate -> true
[DEBUG] Setting project property: tft.dockerfile-maven-plugin.version -> 1.4.13
[DEBUG] Setting project property: sonar.login -> 2409c956f6323d98c1650613434a33e4275ba743
[DEBUG] Setting project property: tft.native.skip -> true
[DEBUG] Setting project property: tft.maven-enforcer-plugin.version -> 3.5.0
[DEBUG] Setting project property: tft.embedded-jdk.classifier.macos.x64 -> macosx-x64-hotspot
[DEBUG] Setting project property: tft.owasp.skip -> false
[DEBUG] Setting project property: tft.spring.version -> 5.3.37
[DEBUG] Setting project property: tft.javadoc.doclet.artifactId -> umldoclet
[DEBUG] Setting project property: tft.maven-clean-plugin.version -> 3.4.0
[DEBUG] Setting project property: tft.jetty.tmpDir -> /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target/jetty-work
[DEBUG] Setting project property: tft.jaxb.version -> 3.0.0
[DEBUG] Setting project property: tft.deb.group -> 
[DEBUG] Setting project property: tft.header.year -> 2021
[DEBUG] Setting project property: release.profiles -> release-sign-artifacts
[DEBUG] Setting project property: tft.javac.showDeprecation -> true
[DEBUG] Setting project property: tidalwave.github.readonly.url -> https://github.com/tidalwave-it/thesefoolishthings-src
[DEBUG] Setting project property: tft.javac.target -> 11
[DEBUG] Setting project property: tft.release.completionGoals -> 
[DEBUG] Setting project property: tft.maven-javadoc-plugin.version -> 3.11.1
[DEBUG] Setting project property: tft.maven-install-plugin.version -> 3.1.3
[DEBUG] Setting project property: tft.findbugs-maven-plugin.version -> 3.0.5
[DEBUG] Setting project property: tft.maven-deploy-plugin.version -> 3.1.3
[DEBUG] Setting project property: tft.maven-assembly-plugin.version -> 3.7.1
[DEBUG] Setting project property: tft.spotbugs.relaxed -> false
[DEBUG] Setting project property: tft.profile.metrics.pmdGoal -> pmd:cpd pmd:pmd
[DEBUG] Setting project property: tft.maven-antrun-plugin.version -> 3.1.0
[DEBUG] Setting project property: tft.profile.metrics.dependencyCheckGoal -> dependency-check:aggregate
[DEBUG] Setting project property: tft.javac.source -> 11
[DEBUG] Setting project property: tft.javadoc.doclet.additionalParam -> -verbose
[DEBUG] Setting project property: tft.javafx.vmargs -> 
[DEBUG] Setting project property: tft.profile.metrics.findbugsGoal -> 
[DEBUG] Setting project property: tft.maven-surefire-report-plugin.skip -> false
[DEBUG] Setting project property: tft.appbundle.vmoptions -> 
[DEBUG] Setting project property: project.build.sourceEncoding -> UTF-8
[DEBUG] Setting project property: skipTests -> false
[DEBUG] Setting project property: tft.license.template -> /it/tidalwave/license/tidalwave-header-description.ftl
[DEBUG] Overriding previous definition of property "testFailureIgnore"
[DEBUG] Setting project property: testFailureIgnore -> true
[DEBUG] Setting project property: tft.staging-repo.url -> https://oss.sonatype.org
[DEBUG] Setting project property: tft.checkstyle.skip -> false
[DEBUG] Setting project property: tft.wagon-maven-plugin.version -> 2.0.2
[DEBUG] Setting project property: tft.test.excludedGroups -> no-ci
[DEBUG] Setting project property: tft.javax-annotation.version -> 1.3.2
[DEBUG] Setting project property: tft.jetty.scanIntervalSeconds -> 4
[DEBUG] Setting project property: tft.aspectj.ajc.verbose -> false
[DEBUG] Setting project property: tft.maven-dependency-plugin.version -> 3.8.1
[DEBUG] Setting project property: tft.spotbugs.effort -> Max
[DEBUG] Setting project property: scmBranch -> UNKNOWN
[DEBUG] Setting project property: tft.jetty.stopPort -> 9966
[DEBUG] Setting project property: tft.spring-boot.repackage-classifier -> exec
[DEBUG] Setting project property: tft.lombok.version -> 1.18.36
[DEBUG] Setting project property: tft.jetty.port -> 8080
[DEBUG] Setting project property: tft.test.maxMemory -> 768M
[DEBUG] Setting project property: tft.javadoc.detectJavaApiLink -> false
[DEBUG] Overriding previous definition of property "maven.repo.local"
[DEBUG] Setting project property: maven.repo.local -> /var/jenkins_home/maven-repositories/1
[DEBUG] Overriding previous definition of property "testFailureIgnore"
[DEBUG] Setting project property: testFailureIgnore -> true
[DEBUG] Setting project property: ant.file -> /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/pom.xml
[DEBUG] Setting properties with prefix: 
[DEBUG] Setting project property: project.groupId -> it.tidalwave.thesefoolishthings
[DEBUG] Setting project property: project.artifactId -> modules
[DEBUG] Setting project property: project.name -> TheseFoolishThings (modules)
[DEBUG] Setting project property: project.description -> This module is an umbrella for all the components. It contains the global configuration for the build as well as the declaration of dependencies.
[DEBUG] Setting project property: project.version -> 3.2-ALPHA-24-SNAPSHOT
[DEBUG] Setting project property: project.packaging -> pom
[DEBUG] Setting project property: project.build.directory -> /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target
[DEBUG] Setting project property: project.build.outputDirectory -> /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target/classes
[DEBUG] Setting project property: project.build.testOutputDirectory -> /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target/test-classes
[DEBUG] Setting project property: project.build.sourceDirectory -> /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/src/main/java
[DEBUG] Setting project property: project.build.testSourceDirectory -> /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/src/test/java
[DEBUG] Setting project property: localRepository ->       id: local
      url: file:///var/jenkins_home/maven-repositories/1/
   layout: default
snapshots: [enabled => true, update => always]
 releases: [enabled => true, update => always]
   blocked: false
[DEBUG] Setting project property: settings.localRepository -> /var/jenkins_home/maven-repositories/1
[DEBUG] Setting project property: javax.annotation:javax.annotation-api:jar -> /var/jenkins_home/maven-repositories/1/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar
[DEBUG] Setting project property: com.github.spotbugs:spotbugs-annotations:jar -> /var/jenkins_home/maven-repositories/1/com/github/spotbugs/spotbugs-annotations/3.1.9/spotbugs-annotations-3.1.9.jar
[DEBUG] Setting project property: com.google.code.findbugs:jsr305:jar -> /var/jenkins_home/maven-repositories/1/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[DEBUG] Setting project property: org.projectlombok:lombok:jar -> /var/jenkins_home/maven-repositories/1/org/projectlombok/lombok/1.18.36/lombok-1.18.36.jar
[DEBUG] Setting project property: org.testng:testng:jar -> /var/jenkins_home/maven-repositories/1/org/testng/testng/7.10.2/testng-7.10.2.jar
[DEBUG] Setting project property: org.slf4j:slf4j-api:jar -> /var/jenkins_home/maven-repositories/1/org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.jar
[DEBUG] Setting project property: com.beust:jcommander:jar -> /var/jenkins_home/maven-repositories/1/com/beust/jcommander/1.82/jcommander-1.82.jar
[DEBUG] Setting project property: org.webjars:jquery:jar -> /var/jenkins_home/maven-repositories/1/org/webjars/jquery/3.7.1/jquery-3.7.1.jar
[DEBUG] Setting project property: org.hamcrest:hamcrest-all:jar -> /var/jenkins_home/maven-repositories/1/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar
[DEBUG] Setting project property: org.mockito:mockito-core:jar -> /var/jenkins_home/maven-repositories/1/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.jar
[DEBUG] Setting project property: net.bytebuddy:byte-buddy:jar -> /var/jenkins_home/maven-repositories/1/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.jar
[DEBUG] Setting project property: net.bytebuddy:byte-buddy-agent:jar -> /var/jenkins_home/maven-repositories/1/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.jar
[DEBUG] Setting project property: org.objenesis:objenesis:jar -> /var/jenkins_home/maven-repositories/1/org/objenesis/objenesis/3.2/objenesis-3.2.jar
[DEBUG] Setting project property: ch.qos.logback:logback-classic:jar -> /var/jenkins_home/maven-repositories/1/ch/qos/logback/logback-classic/1.5.12/logback-classic-1.5.12.jar
[DEBUG] Setting project property: ch.qos.logback:logback-core:jar -> /var/jenkins_home/maven-repositories/1/ch/qos/logback/logback-core/1.5.12/logback-core-1.5.12.jar
[DEBUG] Setting project property: maven.project.dependencies.versions -> 1.3.2:3.1.9:3.0.2:1.18.36:7.10.2:2.0.16:1.82:3.7.1:1.3:4.8.1:1.12.16:1.12.16:3.2:1.5.12:1.5.12:
[INFO] Executing tasks
[DEBUG] Build sequence for target(s) `main' is [main]
[DEBUG] Complete build sequence is [main, ]
[DEBUG] 
main:
[INFO]      [echo] DESCRIPTION: origin/master 3.2-ALPHA-24-SNAPSHOT 562ab813558f
[INFO]      [echo] Java Version: 11.0.25 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ modules ---
[DEBUG] Loading mojo org.apache.maven.plugins:maven-jar-plugin:3.4.2:test-jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-jar-plugin:3.4.2, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5c29bfd]
[DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-jar-plugin:3.4.2:test-jar:default-test-jar' with basic configurator -->
[DEBUG]   (f) addDefaultExcludes = true
[DEBUG]   (s) addClasspath = false
[DEBUG]   (s) addDefaultImplementationEntries = true
[DEBUG]   (s) addDefaultSpecificationEntries = true
[DEBUG]   (s) manifest = org.apache.maven.archiver.ManifestConfiguration@1fb6380d
[DEBUG]   (s) manifestEntries = {Implementation-Title=TheseFoolishThings (modules), Implementation-Version=3.2-ALPHA-24-SNAPSHOT.562ab813558f}
[DEBUG]   (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@9019e42
[DEBUG]   (f) classifier = tests
[DEBUG]   (f) detectMultiReleaseJar = true
[DEBUG]   (f) finalName = modules-3.2-ALPHA-24-SNAPSHOT.562ab813558f
[DEBUG]   (f) forceCreation = false
[DEBUG]   (f) outputDirectory = /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target
[DEBUG]   (f) project = MavenProject: it.tidalwave.thesefoolishthings:modules:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/pom.xml
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@3b45f897
[DEBUG]   (f) skipIfEmpty = true
[DEBUG]   (f) testClassesDirectory = /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/target/test-classes
[DEBUG]   (f) useDefaultManifestFile = false
[DEBUG] -- end configuration --
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ modules ---
[DEBUG] Loading mojo org.apache.maven.plugins:maven-install-plugin:3.1.3:install from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-install-plugin:3.1.3, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@5c29bfd]
[DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-install-plugin:3.1.3:install:default-install' with basic configurator -->
[DEBUG]   (f) allowIncompleteProjects = false
[DEBUG]   (f) installAtEnd = false
[DEBUG]   (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugins.maven_install_plugin.HelpMojo', role hint: 'org.apache.maven.plugins:maven-install-plugin:3.1.3:help'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugins.install.InstallMojo', role hint: 'org.apache.maven.plugins:maven-install-plugin:3.1.3:install'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugins.install.InstallFileMojo', role hint: 'org.apache.maven.plugins:maven-install-plugin:3.1.3:install-file'
---
[DEBUG]   (f) project = MavenProject: it.tidalwave.thesefoolishthings:modules:3.2-ALPHA-24-SNAPSHOT @ /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/pom.xml
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@3b45f897
[DEBUG]   (f) skip = false
[DEBUG] -- end configuration --
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_and_Test/workspace/modules/pom.xml to /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/modules/3.2-ALPHA-24-SNAPSHOT/modules-3.2-ALPHA-24-SNAPSHOT.pom
[DEBUG] Writing tracking file '/var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/modules/3.2-ALPHA-24-SNAPSHOT/_remote.repositories'
[DEBUG] Installing it.tidalwave.thesefoolishthings:modules:3.2-ALPHA-24-SNAPSHOT/maven-metadata.xml to /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/modules/3.2-ALPHA-24-SNAPSHOT/maven-metadata-local.xml
[DEBUG] Installing it.tidalwave.thesefoolishthings:modules/maven-metadata.xml to /var/jenkins_home/maven-repositories/1/it/tidalwave/thesefoolishthings/modules/maven-metadata-local.xml
[JENKINS] Archiving disabled