Skip to content
Failed

Console Output

Skipping 245 KB.. Full Log
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 3.9 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 2.9 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 1.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar (53 kB at 980 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 1.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 7.9 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 306 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 461 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 8.8 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 7.4 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 3.0 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 2.4 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.19/aspectjtools-1.9.19.jar (15 MB at 84 MB/s)
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-northernwind-core ---
[INFO] Copying 6 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ it-tidalwave-northernwind-core ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [forked debug deprecation release 11] to target/unwoven-test-classes
[WARNING] No processor claimed any of these annotations: /javax.annotation.Nonnull,/org.testng.annotations.BeforeMethod,/org.testng.annotations.Test,/org.testng.annotations.DataProvider
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Core/src/test/java/it/tidalwave/northernwind/core/model/spi/MockResponseHolder.java:[59,27] [unchecked] response() in MockResponseHolder overrides response() in ResponseHolder
  return type requires unchecked conversion from ResponseBuilder to ResponseBuilder<byte[]>
  where RESPONSE_TYPE is a type-variable:
    RESPONSE_TYPE extends Object declared in class ResponseHolder
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Core/src/test/java/it/tidalwave/northernwind/core/model/spi/MockResponseHolder.java:[59,11] [rawtypes] found raw type: ResponseBuilder
  missing type arguments for generic class ResponseBuilder<RESPONSE_TYPE>
  where RESPONSE_TYPE is a type-variable:
    RESPONSE_TYPE extends Object declared in interface ResponseBuilder
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Core/src/test/java/it/tidalwave/northernwind/core/model/spi/MockResponseHolder.java:[61,14] [rawtypes] found raw type: ResponseBuilderSupport
  missing type arguments for generic class ResponseBuilderSupport<RESPONSE_TYPE>
  where RESPONSE_TYPE is a type-variable:
    RESPONSE_TYPE extends Object declared in class ResponseBuilderSupport
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Core/src/test/java/it/tidalwave/northernwind/core/model/spi/MockResponseHolder.java:[62,40] [unchecked] unchecked call to setClockSupplier(Supplier<Clock>) as a member of the raw type ResponseBuilderSupport
[INFO] 
[INFO] --- aspectj:1.14.0:test-compile (weave-test-classes) @ it-tidalwave-northernwind-core ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ it-tidalwave-northernwind-core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ it-tidalwave-northernwind-core ---
[INFO] Building jar: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Core/target/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT.986947ad5cf9.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default-test-jar) @ it-tidalwave-northernwind-core ---
[INFO] Building jar: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Core/target/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT.986947ad5cf9-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ it-tidalwave-northernwind-core ---
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Core/pom.xml to /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/.repository/it/tidalwave/northernwind/it-tidalwave-northernwind-core/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Core/target/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT.986947ad5cf9.jar to /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/.repository/it/tidalwave/northernwind/it-tidalwave-northernwind-core/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Core/target/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT.986947ad5cf9-tests.jar to /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/.repository/it/tidalwave/northernwind/it-tidalwave-northernwind-core/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-core-1.2-ALPHA-12-SNAPSHOT-tests.jar
[INFO] 
[INFO] --< it.tidalwave.northernwind:it-tidalwave-northernwind-core-marshalling-default >--
[INFO] Building NorthernWind :: Core :: Default Marshalling 1.2-ALPHA-12-SNAPSHOT [5/24]
[INFO]   from modules/Marshalling/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/jaxb2-maven-plugin/2.5.0/jaxb2-maven-plugin-2.5.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/jaxb2-maven-plugin/2.5.0/jaxb2-maven-plugin-2.5.0.pom (20 kB at 3.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 8.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.3.2/jaxb-bom-2.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.3.2/jaxb-bom-2.3.2.pom (8.0 kB at 1.6 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 4.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/jaxb2-maven-plugin/2.5.0/jaxb2-maven-plugin-2.5.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/jaxb2-maven-plugin/2.5.0/jaxb2-maven-plugin-2.5.0.jar (176 kB at 18 MB/s)
[WARNING] Parameter 'schemaDirectory' is unknown for plugin 'jaxb2-maven-plugin:2.5.0:xjc (default)'
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/it/tidalwave/thesefoolishthings/it-tidalwave-role-spring/3.2-ALPHA-20/it-tidalwave-role-spring-3.2-ALPHA-20.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/it/tidalwave/thesefoolishthings/it-tidalwave-role-spring/3.2-ALPHA-20/it-tidalwave-role-spring-3.2-ALPHA-20.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/it/tidalwave/thesefoolishthings/it-tidalwave-role-spring/3.2-ALPHA-20/it-tidalwave-role-spring-3.2-ALPHA-20.pom (4.4 kB at 39 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/org/glassfish/jaxb/jaxb-xjc/3.0.0/jaxb-xjc-3.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/jaxb-xjc/3.0.0/jaxb-xjc-3.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/jaxb-xjc/3.0.0/jaxb-xjc-3.0.0.pom (11 kB at 90 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/3.0.0/jaxb-parent-3.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/mvn/jaxb-parent/3.0.0/jaxb-parent-3.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/mvn/jaxb-parent/3.0.0/jaxb-parent-3.0.0.pom (29 kB at 254 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/xml/bind/jaxb-bom-ext/3.0.0/jaxb-bom-ext-3.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/jaxb-bom-ext/3.0.0/jaxb-bom-ext-3.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/jaxb-bom-ext/3.0.0/jaxb-bom-ext-3.0.0.pom (3.4 kB at 31 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/org/glassfish/jaxb/jaxb-core/3.0.0/jaxb-core-3.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/jaxb-core/3.0.0/jaxb-core-3.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/jaxb-core/3.0.0/jaxb-core-3.0.0.pom (5.8 kB at 53 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.pom (13 kB at 117 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.0/jakarta.xml.bind-api-parent-3.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.0/jakarta.xml.bind-api-parent-3.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.0/jakarta.xml.bind-api-parent-3.0.0.pom (9.5 kB at 81 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.pom (3.6 kB at 33 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/activation/all/2.0.0/all-2.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/activation/all/2.0.0/all-2.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/activation/all/2.0.0/all-2.0.0.pom (17 kB at 158 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/org/glassfish/jaxb/txw2/3.0.0/txw2-3.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/txw2/3.0.0/txw2-3.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/txw2/3.0.0/txw2-3.0.0.pom (1.7 kB at 15 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/3.0.0/jaxb-txw-parent-3.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/mvn/jaxb-txw-parent/3.0.0/jaxb-txw-parent-3.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/mvn/jaxb-txw-parent/3.0.0/jaxb-txw-parent-3.0.0.pom (1.1 kB at 10 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/istack/istack-commons-runtime/4.0.0/istack-commons-runtime-4.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/istack/istack-commons-runtime/4.0.0/istack-commons-runtime-4.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/istack/istack-commons-runtime/4.0.0/istack-commons-runtime-4.0.0.pom (4.8 kB at 42 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/istack/istack-commons/4.0.0/istack-commons-4.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/istack/istack-commons/4.0.0/istack-commons-4.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/istack/istack-commons/4.0.0/istack-commons-4.0.0.pom (23 kB at 209 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/org/glassfish/jaxb/xsom/3.0.0/xsom-3.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/xsom/3.0.0/xsom-3.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/xsom/3.0.0/xsom-3.0.0.pom (20 kB at 178 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/xml/bind/external/relaxng-datatype/3.0.0/relaxng-datatype-3.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/external/relaxng-datatype/3.0.0/relaxng-datatype-3.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/external/relaxng-datatype/3.0.0/relaxng-datatype-3.0.0.pom (1.0 kB at 9.3 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/xml/bind/mvn/jaxb-external-parent/3.0.0/jaxb-external-parent-3.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/mvn/jaxb-external-parent/3.0.0/jaxb-external-parent-3.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/mvn/jaxb-external-parent/3.0.0/jaxb-external-parent-3.0.0.pom (13 kB at 115 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/org/glassfish/jaxb/codemodel/3.0.0/codemodel-3.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/codemodel/3.0.0/codemodel-3.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/codemodel/3.0.0/codemodel-3.0.0.pom (1.6 kB at 14 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/xml/bind/mvn/jaxb-codemodel-parent/3.0.0/jaxb-codemodel-parent-3.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/mvn/jaxb-codemodel-parent/3.0.0/jaxb-codemodel-parent-3.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/mvn/jaxb-codemodel-parent/3.0.0/jaxb-codemodel-parent-3.0.0.pom (13 kB at 117 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/xml/bind/external/rngom/3.0.0/rngom-3.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/external/rngom/3.0.0/rngom-3.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/external/rngom/3.0.0/rngom-3.0.0.pom (2.3 kB at 20 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/xml/dtd-parser/dtd-parser/1.4.3/dtd-parser-1.4.3.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/dtd-parser/dtd-parser/1.4.3/dtd-parser-1.4.3.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/dtd-parser/dtd-parser/1.4.3/dtd-parser-1.4.3.pom (12 kB at 107 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/istack/istack-commons-tools/4.0.0/istack-commons-tools-4.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/istack/istack-commons-tools/4.0.0/istack-commons-tools-4.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/istack/istack-commons-tools/4.0.0/istack-commons-tools-4.0.0.pom (6.1 kB at 52 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/xml/bind/jaxb-impl/3.0.0/jaxb-impl-3.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/jaxb-impl/3.0.0/jaxb-impl-3.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/jaxb-impl/3.0.0/jaxb-impl-3.0.0.pom (13 kB at 115 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/xml/bind/mvn/jaxb-bundles/3.0.0/jaxb-bundles-3.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/mvn/jaxb-bundles/3.0.0/jaxb-bundles-3.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/mvn/jaxb-bundles/3.0.0/jaxb-bundles-3.0.0.pom (1.3 kB at 11 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/xml/bind/jaxb-core/3.0.0/jaxb-core-3.0.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/jaxb-core/3.0.0/jaxb-core-3.0.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/jaxb-core/3.0.0/jaxb-core-3.0.0.pom (13 kB at 111 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/it/tidalwave/thesefoolishthings/it-tidalwave-role-spring/3.2-ALPHA-20/it-tidalwave-role-spring-3.2-ALPHA-20.jar
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/org/glassfish/jaxb/jaxb-xjc/3.0.0/jaxb-xjc-3.0.0.jar
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/org/glassfish/jaxb/jaxb-core/3.0.0/jaxb-core-3.0.0.jar
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/org/glassfish/jaxb/txw2/3.0.0/txw2-3.0.0.jar
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/istack/istack-commons-runtime/4.0.0/istack-commons-runtime-4.0.0.jar
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/org/glassfish/jaxb/xsom/3.0.0/xsom-3.0.0.jar
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/xml/bind/external/relaxng-datatype/3.0.0/relaxng-datatype-3.0.0.jar
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/org/glassfish/jaxb/codemodel/3.0.0/codemodel-3.0.0.jar
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/xml/bind/external/rngom/3.0.0/rngom-3.0.0.jar
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/xml/dtd-parser/dtd-parser/1.4.3/dtd-parser-1.4.3.jar
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/istack/istack-commons-tools/4.0.0/istack-commons-tools-4.0.0.jar
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.jar
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.jar
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/xml/bind/jaxb-impl/3.0.0/jaxb-impl-3.0.0.jar
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/com/sun/xml/bind/jaxb-core/3.0.0/jaxb-core-3.0.0.jar
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/it/tidalwave/thesefoolishthings/it-tidalwave-role-spring/3.2-ALPHA-20/it-tidalwave-role-spring-3.2-ALPHA-20.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/it/tidalwave/thesefoolishthings/it-tidalwave-role-spring/3.2-ALPHA-20/it-tidalwave-role-spring-3.2-ALPHA-20.jar (14 kB at 117 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/jaxb-xjc/3.0.0/jaxb-xjc-3.0.0.jar
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/jaxb-core/3.0.0/jaxb-core-3.0.0.jar
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/txw2/3.0.0/txw2-3.0.0.jar
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/istack/istack-commons-runtime/4.0.0/istack-commons-runtime-4.0.0.jar
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/xsom/3.0.0/xsom-3.0.0.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/istack/istack-commons-runtime/4.0.0/istack-commons-runtime-4.0.0.jar (30 kB at 260 kB/s)
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/txw2/3.0.0/txw2-3.0.0.jar (72 kB at 620 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/external/relaxng-datatype/3.0.0/relaxng-datatype-3.0.0.jar
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/codemodel/3.0.0/codemodel-3.0.0.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/jaxb-core/3.0.0/jaxb-core-3.0.0.jar (140 kB at 1.1 MB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/external/rngom/3.0.0/rngom-3.0.0.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/xsom/3.0.0/xsom-3.0.0.jar (422 kB at 3.4 MB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/dtd-parser/dtd-parser/1.4.3/dtd-parser-1.4.3.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/jaxb-xjc/3.0.0/jaxb-xjc-3.0.0.jar (905 kB at 6.2 MB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/istack/istack-commons-tools/4.0.0/istack-commons-tools-4.0.0.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/dtd-parser/dtd-parser/1.4.3/dtd-parser-1.4.3.jar (62 kB at 266 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/external/relaxng-datatype/3.0.0/relaxng-datatype-3.0.0.jar (20 kB at 84 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/codemodel/3.0.0/codemodel-3.0.0.jar (162 kB at 670 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/jaxb-impl/3.0.0/jaxb-impl-3.0.0.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/external/rngom/3.0.0/rngom-3.0.0.jar (320 kB at 1.3 MB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/jaxb-core/3.0.0/jaxb-core-3.0.0.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/istack/istack-commons-tools/4.0.0/istack-commons-tools-4.0.0.jar (28 kB at 109 kB/s)
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.jar (129 kB at 362 kB/s)
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.jar (63 kB at 175 kB/s)
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/jaxb-core/3.0.0/jaxb-core-3.0.0.jar (238 kB at 635 kB/s)
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/jaxb-impl/3.0.0/jaxb-impl-3.0.0.jar (935 kB at 2.4 MB/s)
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ it-tidalwave-northernwind-core-marshalling-default ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ it-tidalwave-northernwind-core-marshalling-default ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Marshalling' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Marshalling
[INFO] Storing buildNumber: 986947ad5cf9 at timestamp: 1737895190574
[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/NorthernWind_Build_from_Scratch/workspace/modules/Marshalling' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Marshalling
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ it-tidalwave-northernwind-core-marshalling-default ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-banned-dependencies) @ it-tidalwave-northernwind-core-marshalling-default ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-northernwind-core-marshalling-default ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: UNKNOWN 1.2-ALPHA-12-SNAPSHOT 986947ad5cf9
[INFO]      [echo] Java Version: 11.0.25 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-northernwind-core-marshalling-default ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Marshalling/target/unwoven-classes
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Marshalling/target/unwoven-test-classes
[INFO] Executed tasks
[INFO] 
[INFO] --- jaxb2:2.5.0:xjc (default) @ it-tidalwave-northernwind-core-marshalling-default ---
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom (16 kB at 2.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom (7.7 kB at 1.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom (4.6 kB at 1.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.1/all-1.2.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.1/all-1.2.1.pom (18 kB at 2.6 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (12 kB at 2.9 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.pom (3.6 kB at 889 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/3.0.8/istack-commons-3.0.8.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/3.0.8/istack-commons-3.0.8.pom (19 kB at 3.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/dtd-parser/dtd-parser/1.4.1/dtd-parser-1.4.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/dtd-parser/dtd-parser/1.4.1/dtd-parser-1.4.1.pom (13 kB at 1.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-jxc/2.3.2/jaxb-jxc-2.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-jxc/2.3.2/jaxb-jxc-2.3.2.pom (12 kB at 2.0 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.3.2/jaxb-parent-2.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.3.2/jaxb-parent-2.3.2.pom (30 kB at 5.9 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.3.2/jaxb-bom-ext-2.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.3.2/jaxb-bom-ext-2.3.2.pom (3.1 kB at 1.0 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-xjc/2.3.2/jaxb-xjc-2.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-xjc/2.3.2/jaxb-xjc-2.3.2.pom (12 kB at 2.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.pom (5.6 kB at 1.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.2/jaxb-runtime-parent-2.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.2/jaxb-runtime-parent-2.3.2.pom (1.1 kB at 378 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.pom (2.8 kB at 692 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.2/jaxb-txw-parent-2.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.2/jaxb-txw-parent-2.3.2.pom (1.1 kB at 229 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.pom (15 kB at 3.0 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.pom (5.3 kB at 752 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/fastinfoset-project/1.2.16/fastinfoset-project-1.2.16.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/fastinfoset-project/1.2.16/fastinfoset-project-1.2.16.pom (15 kB at 2.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/xsom/2.3.2/xsom-2.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/xsom/2.3.2/xsom-2.3.2.pom (11 kB at 1.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/external/relaxng-datatype/2.3.2/relaxng-datatype-2.3.2.pom (3.8 kB at 476 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-external-parent/2.3.2/jaxb-external-parent-2.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-external-parent/2.3.2/jaxb-external-parent-2.3.2.pom (2.3 kB at 260 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/codemodel/2.3.2/codemodel-2.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/codemodel/2.3.2/codemodel-2.3.2.pom (1.6 kB at 183 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-codemodel-parent/2.3.2/jaxb-codemodel-parent-2.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-codemodel-parent/2.3.2/jaxb-codemodel-parent-2.3.2.pom (4.4 kB at 627 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/external/rngom/2.3.2/rngom-2.3.2.pom (4.7 kB at 359 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-tools/3.0.8/istack-commons-tools-3.0.8.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-tools/3.0.8/istack-commons-tools-3.0.8.pom (5.1 kB at 636 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom (16 kB at 932 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 55 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 4.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 761 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 723 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 233 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 1.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 634 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 434 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 200 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 647 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 2.7 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 777 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 807 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 2.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 1.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 3.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 2.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 286 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 2.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 1.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 611 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 452 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 378 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 308 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 188 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 130 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 1.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 76 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 345 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 310 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.1/maven-plugin-annotations-3.5.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.1/maven-plugin-annotations-3.5.1.pom (1.6 kB at 16 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.1/maven-plugin-tools-3.5.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.1/maven-plugin-tools-3.5.1.pom (16 kB at 3.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/skins/maven-fluido-skin/1.6/maven-fluido-skin-1.6.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/skins/maven-fluido-skin/1.6/maven-fluido-skin-1.6.pom (29 kB at 5.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/skins/maven-skins/30/maven-skins-30.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/skins/maven-skins/30/maven-skins-30.pom (2.9 kB at 580 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom (865 B at 108 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom (5.3 kB at 1.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 1.0 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 6.6 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 1.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 2.9 MB/s)
[INFO] Artifact org.glassfish.jaxb:jaxb-xjc:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.glassfish.jaxb:jaxb-core:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.glassfish.jaxb:xsom:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.sun.xml.bind.external:relaxng-datatype:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.glassfish.jaxb:codemodel:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.sun.xml.bind.external:rngom:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.sun.istack:istack-commons-tools:jar:4.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.sun.activation:jakarta.activation:jar:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.sun.xml.bind:jaxb-impl:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.sun.xml.bind:jaxb-core:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.glassfish.jaxb:jaxb-xjc:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.glassfish.jaxb:jaxb-core:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.glassfish.jaxb:xsom:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.sun.xml.bind.external:relaxng-datatype:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.glassfish.jaxb:codemodel:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.sun.xml.bind.external:rngom:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.sun.istack:istack-commons-tools:jar:4.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.sun.activation:jakarta.activation:jar:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.sun.xml.bind:jaxb-impl:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.sun.xml.bind:jaxb-core:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-xjc/3.0.0/jaxb-xjc-3.0.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-xjc/3.0.0/jaxb-xjc-3.0.0.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/3.0.0/jaxb-core-3.0.0.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/xsom/3.0.0/xsom-3.0.0.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/external/relaxng-datatype/3.0.0/relaxng-datatype-3.0.0.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/codemodel/3.0.0/codemodel-3.0.0.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/external/rngom/3.0.0/rngom-3.0.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/3.0.0/jaxb-core-3.0.0.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/dtd-parser/dtd-parser/1.4.1/dtd-parser-1.4.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/codemodel/3.0.0/codemodel-3.0.0.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-tools/4.0.0/istack-commons-tools-4.0.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/xsom/3.0.0/xsom-3.0.0.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/external/relaxng-datatype/3.0.0/relaxng-datatype-3.0.0.jar (0 B at 0 B/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-tools/4.0.0/istack-commons-tools-4.0.0.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/3.0.0/jaxb-impl-3.0.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/dtd-parser/dtd-parser/1.4.1/dtd-parser-1.4.1.jar (62 kB at 6.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-core/3.0.0/jaxb-core-3.0.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-jxc/2.3.2/jaxb-jxc-2.3.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/3.0.0/jaxb-impl-3.0.0.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-core/3.0.0/jaxb-core-3.0.0.jar (0 B at 0 B/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/external/rngom/3.0.0/rngom-3.0.0.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar (38 kB at 1.7 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar (72 kB at 2.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-jxc/2.3.2/jaxb-jxc-2.3.2.jar (121 kB at 4.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 5.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (49 kB at 1.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar (317 kB at 7.6 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 5.4 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 5.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar (1.0 MB at 14 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar (317 kB at 4.5 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (559 kB at 7.8 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (47 kB at 606 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (41 kB at 511 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 kB at 350 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 175 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (57 kB at 642 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 964 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (151 kB at 1.6 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 1.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 1.3 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.1/maven-plugin-annotations-3.5.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar (1.5 MB at 15 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/skins/maven-fluido-skin/1.6/maven-fluido-skin-1.6.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 kB at 516 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.1/maven-plugin-annotations-3.5.1.jar (14 kB at 132 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 1.5 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar (27 kB at 245 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/skins/maven-fluido-skin/1.6/maven-fluido-skin-1.6.jar (350 kB at 3.1 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar (25 kB at 211 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar (44 kB at 370 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 327 kB/s)
[INFO] Created EpisodePath [/var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Marshalling/target/generated-sources/jaxb/META-INF/JAXB]: true
[INFO] Ignored given or default xjbSources [/var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Marshalling/src/main/xjb], since it is not an existent file or directory.
[INFO] Created EpisodePath [/var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Marshalling/target/generated-sources/jaxb/META-INF/JAXB]: true
[WARNING] null [-1,-1] 
org.xml.sax.SAXParseException: No JAXB customization was detected in the schema but the prefix "jaxb" is used for other namespace URIs. If you did intend to use JAXB customization, make sure the namespace URI is "https://jakarta.ee/xml/ns/jaxb"
    at com.sun.tools.xjc.reader.xmlschema.parser.IncorrectNamespaceURIChecker.endDocument (IncorrectNamespaceURIChecker.java:70)
    at org.xml.sax.helpers.XMLFilterImpl.endDocument (XMLFilterImpl.java:497)
    at org.xml.sax.helpers.XMLFilterImpl.endDocument (XMLFilterImpl.java:497)
    at org.xml.sax.helpers.XMLFilterImpl.endDocument (XMLFilterImpl.java:497)
    at com.sun.tools.xjc.reader.internalizer.VersionChecker.endDocument (VersionChecker.java:100)
    at org.xml.sax.helpers.XMLFilterImpl.endDocument (XMLFilterImpl.java:497)
    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endDocument (AbstractSAXParser.java:746)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument (XMLDocumentFragmentScannerImpl.java:539)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse (XML11Configuration.java:888)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse (XML11Configuration.java:824)
    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse (XMLParser.java:141)
    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse (AbstractSAXParser.java:1216)
    at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse (SAXParserImpl.java:635)
    at org.xml.sax.helpers.XMLFilterImpl.parse (XMLFilterImpl.java:357)
    at com.sun.xml.xsom.parser.JAXPParser.parse (JAXPParser.java:70)
    at com.sun.tools.xjc.ModelLoader$2.parse (ModelLoader.java:438)
    at com.sun.tools.xjc.ModelLoader$XMLSchemaParser.parse (ModelLoader.java:210)
    at com.sun.xml.xsom.impl.parser.NGCCRuntimeEx.parseEntity (NGCCRuntimeEx.java:351)
    at com.sun.xml.xsom.impl.parser.ParserContext.parse (ParserContext.java:98)
    at com.sun.xml.xsom.parser.XSOMParser.parse (XSOMParser.java:141)
    at com.sun.tools.xjc.ModelLoader.createXSOMSpeculative (ModelLoader.java:455)
    at com.sun.tools.xjc.ModelLoader.loadXMLSchema (ModelLoader.java:310)
    at com.sun.tools.xjc.ModelLoader.load (ModelLoader.java:121)
    at com.sun.tools.xjc.ModelLoader.load (ModelLoader.java:76)
    at com.sun.tools.xjc.Driver.run (Driver.java:324)
    at org.codehaus.mojo.jaxb2.javageneration.AbstractJavaGeneratorMojo.performExecution (AbstractJavaGeneratorMojo.java:475)
    at org.codehaus.mojo.jaxb2.AbstractJaxbMojo.execute (AbstractJaxbMojo.java:337)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-northernwind-core-marshalling-default ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 1 resource from target/generated-sources/jaxb to target/classes
[INFO] Copying 1 resource from target/generated-sources/jaxb to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ it-tidalwave-northernwind-core-marshalling-default ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [forked debug deprecation release 11] to target/unwoven-classes
[WARNING] [path] bad path element "/var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/.repository/com/sun/xml/bind/jaxb-impl/3.0.0/jaxb-core.jar": no such file or directory
[WARNING] No processor claimed any of these annotations: /org.springframework.beans.factory.annotation.Configurable,/jakarta.xml.bind.annotation.XmlType,/it.tidalwave.dci.annotation.DciRole,/jakarta.xml.bind.annotation.XmlAttribute,/javax.annotation.Nonnull,/jakarta.xml.bind.annotation.XmlAccessorType,/jakarta.xml.bind.annotation.XmlRegistry,/jakarta.xml.bind.annotation.XmlElementDecl,/javax.inject.Inject
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Marshalling/src/main/java/it/tidalwave/northernwind/core/impl/io/LayoutJaxbUnmarshallable.java:[75,18] [unchecked] unmarshal(InputStream) in LayoutJaxbUnmarshallable implements <T>unmarshal(InputStream) in Unmarshallable
  return type requires unchecked conversion from Layout to T
  where T is a type-variable:
    T extends Object declared in method <T>unmarshal(InputStream)
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Marshalling/src/main/java/it/tidalwave/northernwind/core/impl/io/ResourcePropertiesJaxbUnmarshallable.java:[70,30] [unchecked] unmarshal(InputStream) in ResourcePropertiesJaxbUnmarshallable implements <T>unmarshal(InputStream) in Unmarshallable
  return type requires unchecked conversion from ResourceProperties to T
  where T is a type-variable:
    T extends Object declared in method <T>unmarshal(InputStream)
[INFO] 
[INFO] --- aspectj:1.14.0:compile (weave-classes) @ it-tidalwave-northernwind-core-marshalling-default ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-northernwind-core-marshalling-default ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Marshalling/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ it-tidalwave-northernwind-core-marshalling-default ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] No sources to compile
[INFO] 
[INFO] --- aspectj:1.14.0:test-compile (weave-test-classes) @ it-tidalwave-northernwind-core-marshalling-default ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ it-tidalwave-northernwind-core-marshalling-default ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ it-tidalwave-northernwind-core-marshalling-default ---
[INFO] Building jar: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Marshalling/target/it-tidalwave-northernwind-core-marshalling-default-1.2-ALPHA-12-SNAPSHOT.986947ad5cf9.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default-test-jar) @ it-tidalwave-northernwind-core-marshalling-default ---
[INFO] Building jar: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Marshalling/target/it-tidalwave-northernwind-core-marshalling-default-1.2-ALPHA-12-SNAPSHOT.986947ad5cf9-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ it-tidalwave-northernwind-core-marshalling-default ---
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Marshalling/pom.xml to /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/.repository/it/tidalwave/northernwind/it-tidalwave-northernwind-core-marshalling-default/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-core-marshalling-default-1.2-ALPHA-12-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Marshalling/target/it-tidalwave-northernwind-core-marshalling-default-1.2-ALPHA-12-SNAPSHOT.986947ad5cf9.jar to /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/.repository/it/tidalwave/northernwind/it-tidalwave-northernwind-core-marshalling-default/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-core-marshalling-default-1.2-ALPHA-12-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Marshalling/target/it-tidalwave-northernwind-core-marshalling-default-1.2-ALPHA-12-SNAPSHOT.986947ad5cf9-tests.jar to /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/.repository/it/tidalwave/northernwind/it-tidalwave-northernwind-core-marshalling-default/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-core-marshalling-default-1.2-ALPHA-12-SNAPSHOT-tests.jar
[INFO] 
[INFO] --< it.tidalwave.northernwind:it-tidalwave-northernwind-core-profiling >--
[INFO] Building NorthernWind :: Profiling 1.2-ALPHA-12-SNAPSHOT          [6/24]
[INFO]   from modules/Profiling/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/org/apache/commons/commons-math3/3.0/commons-math3-3.0.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/apache/commons/commons-math3/3.0/commons-math3-3.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/apache/commons/commons-math3/3.0/commons-math3-3.0.pom (12 kB at 100 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/org/apache/commons/commons-parent/23/commons-parent-23.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/apache/commons/commons-parent/23/commons-parent-23.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/apache/commons/commons-parent/23/commons-parent-23.pom (44 kB at 386 kB/s)
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/org/apache/commons/commons-math3/3.0/commons-math3-3.0.jar
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/apache/commons/commons-math3/3.0/commons-math3-3.0.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/apache/commons/commons-math3/3.0/commons-math3-3.0.jar (1.3 MB at 9.7 MB/s)
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ it-tidalwave-northernwind-core-profiling ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ it-tidalwave-northernwind-core-profiling ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Profiling' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Profiling
[INFO] Storing buildNumber: 986947ad5cf9 at timestamp: 1737895196541
[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/NorthernWind_Build_from_Scratch/workspace/modules/Profiling' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Profiling
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ it-tidalwave-northernwind-core-profiling ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-banned-dependencies) @ it-tidalwave-northernwind-core-profiling ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-northernwind-core-profiling ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: UNKNOWN 1.2-ALPHA-12-SNAPSHOT 986947ad5cf9
[INFO]      [echo] Java Version: 11.0.25 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-northernwind-core-profiling ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Profiling/target/unwoven-classes
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Profiling/target/unwoven-test-classes
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-northernwind-core-profiling ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ it-tidalwave-northernwind-core-profiling ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [forked debug deprecation release 11] to target/unwoven-classes
[WARNING] No processor claimed any of these annotations: /javax.annotation.Nonnull,/org.springframework.beans.factory.annotation.Configurable,/javax.annotation.Nonnegative,/org.aspectj.lang.annotation.Around,/org.aspectj.lang.annotation.Aspect,/javax.inject.Inject
[INFO] 
[INFO] --- aspectj:1.14.0:compile (weave-classes) @ it-tidalwave-northernwind-core-profiling ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-northernwind-core-profiling ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Profiling/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ it-tidalwave-northernwind-core-profiling ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] No sources to compile
[INFO] 
[INFO] --- aspectj:1.14.0:test-compile (weave-test-classes) @ it-tidalwave-northernwind-core-profiling ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ it-tidalwave-northernwind-core-profiling ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ it-tidalwave-northernwind-core-profiling ---
[INFO] Building jar: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Profiling/target/it-tidalwave-northernwind-core-profiling-1.2-ALPHA-12-SNAPSHOT.986947ad5cf9.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default-test-jar) @ it-tidalwave-northernwind-core-profiling ---
[INFO] Building jar: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Profiling/target/it-tidalwave-northernwind-core-profiling-1.2-ALPHA-12-SNAPSHOT.986947ad5cf9-tests.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ it-tidalwave-northernwind-core-profiling ---
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Profiling/pom.xml to /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/.repository/it/tidalwave/northernwind/it-tidalwave-northernwind-core-profiling/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-core-profiling-1.2-ALPHA-12-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Profiling/target/it-tidalwave-northernwind-core-profiling-1.2-ALPHA-12-SNAPSHOT.986947ad5cf9.jar to /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/.repository/it/tidalwave/northernwind/it-tidalwave-northernwind-core-profiling/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-core-profiling-1.2-ALPHA-12-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/Profiling/target/it-tidalwave-northernwind-core-profiling-1.2-ALPHA-12-SNAPSHOT.986947ad5cf9-tests.jar to /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/.repository/it/tidalwave/northernwind/it-tidalwave-northernwind-core-profiling/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-core-profiling-1.2-ALPHA-12-SNAPSHOT-tests.jar
[INFO] 
[INFO] --------< it.tidalwave.northernwind:it-tidalwave-html-patches >---------
[INFO] Building NorthernWind :: HTML Patches 1.2-ALPHA-12-SNAPSHOT       [7/24]
[INFO]   from modules/HtmlPatches/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ it-tidalwave-html-patches ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ it-tidalwave-html-patches ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches
[INFO] Storing buildNumber: 986947ad5cf9 at timestamp: 1737895199500
[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/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ it-tidalwave-html-patches ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-banned-dependencies) @ it-tidalwave-html-patches ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-html-patches ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: UNKNOWN 1.2-ALPHA-12-SNAPSHOT 986947ad5cf9
[INFO]      [echo] Java Version: 11.0.25 -source 1.8 -target 1.8 -release 
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-html-patches ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ it-tidalwave-html-patches ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 6 source files with javac [forked debug target 1.8] to target/classes
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[23,48] BaseMarkupSerializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[24,48] Method is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[25,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[26,48] Serializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[41,45] DOMMessageFormatter is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[42,48] BaseMarkupSerializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[43,48] ElementState is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[44,48] Method is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[45,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[46,48] Serializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/util/XhtmlMarkupSerializer.java:[32,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLdtd.java:[30,45] DOMMessageFormatter is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[23,48] BaseMarkupSerializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[24,48] Method is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[25,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[26,48] Serializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[41,45] DOMMessageFormatter is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[42,48] BaseMarkupSerializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[43,48] ElementState is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[44,48] Method is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[45,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[46,48] Serializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/util/XhtmlMarkupSerializer.java:[32,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLdtd.java:[30,45] DOMMessageFormatter is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[23,48] BaseMarkupSerializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[24,48] Method is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[25,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[26,48] Serializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[41,45] DOMMessageFormatter is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[42,48] BaseMarkupSerializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[43,48] ElementState is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[44,48] Method is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[45,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[46,48] Serializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/util/XhtmlMarkupSerializer.java:[32,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLdtd.java:[30,45] DOMMessageFormatter is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[23,48] BaseMarkupSerializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[24,48] Method is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[25,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[26,48] Serializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[41,45] DOMMessageFormatter is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[42,48] BaseMarkupSerializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[43,48] ElementState is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[44,48] Method is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[45,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[46,48] Serializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/util/XhtmlMarkupSerializer.java:[32,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLdtd.java:[30,45] DOMMessageFormatter is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[23,48] BaseMarkupSerializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[24,48] Method is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[25,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/XHTMLSerializer.java:[26,48] Serializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[41,45] DOMMessageFormatter is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[42,48] BaseMarkupSerializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[43,48] ElementState is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[44,48] Method is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[45,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[46,48] Serializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/util/XhtmlMarkupSerializer.java:[32,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLdtd.java:[30,45] DOMMessageFormatter is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[99,12] BaseMarkupSerializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[99,12] BaseMarkupSerializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[99,12] BaseMarkupSerializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[99,12] BaseMarkupSerializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[99,12] BaseMarkupSerializer is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[122,45] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[122,45] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[122,45] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[122,45] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[122,45] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[136,25] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[136,39] Method is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[145,27] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[145,27] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[145,27] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[145,27] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[145,27] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[147,51] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[147,65] Method is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[160,42] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[160,42] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[160,42] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[160,42] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[160,42] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[162,51] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[162,65] Method is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[175,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[175,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[175,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[175,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[175,48] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[177,51] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[177,65] Method is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[182,33] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[182,33] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[182,33] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[182,33] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[182,33] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[184,61] OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/main/java/it/tidalwave/northernwind/core/impl/patches/HTMLSerializer.java:[184,75] Method is internal proprietary API and may be removed in a future release
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-html-patches ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ it-tidalwave-html-patches ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ it-tidalwave-html-patches ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ it-tidalwave-html-patches ---
[INFO] Building jar: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/target/it-tidalwave-html-patches-1.2-ALPHA-12-SNAPSHOT.986947ad5cf9.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default-test-jar) @ it-tidalwave-html-patches ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ it-tidalwave-html-patches ---
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/pom.xml to /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/.repository/it/tidalwave/northernwind/it-tidalwave-html-patches/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-html-patches-1.2-ALPHA-12-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/HtmlPatches/target/it-tidalwave-html-patches-1.2-ALPHA-12-SNAPSHOT.986947ad5cf9.jar to /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/.repository/it/tidalwave/northernwind/it-tidalwave-html-patches/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-html-patches-1.2-ALPHA-12-SNAPSHOT.jar
[INFO] 
[INFO] ---< it.tidalwave.northernwind:it-tidalwave-northernwind-filesystem >---
[INFO] Building NorthernWind :: Filesystems 1.2-ALPHA-12-SNAPSHOT        [8/24]
[INFO]   from modules/filesystems/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ it-tidalwave-northernwind-filesystem ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ it-tidalwave-northernwind-filesystem ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/filesystems' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/filesystems
[INFO] Storing buildNumber: 986947ad5cf9 at timestamp: 1737895202292
[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/NorthernWind_Build_from_Scratch/workspace/modules/filesystems' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/filesystems
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ it-tidalwave-northernwind-filesystem ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-banned-dependencies) @ it-tidalwave-northernwind-filesystem ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ it-tidalwave-northernwind-filesystem ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: UNKNOWN 1.2-ALPHA-12-SNAPSHOT 986947ad5cf9
[INFO]      [echo] Java Version: 11.0.25 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default-test-jar) @ it-tidalwave-northernwind-filesystem ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ it-tidalwave-northernwind-filesystem ---
[INFO] Installing /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/modules/filesystems/pom.xml to /var/jenkins_home/jobs/NorthernWind_Build_from_Scratch/workspace/.repository/it/tidalwave/northernwind/it-tidalwave-northernwind-filesystem/1.2-ALPHA-12-SNAPSHOT/it-tidalwave-northernwind-filesystem-1.2-ALPHA-12-SNAPSHOT.pom
[INFO] 
[INFO] --< it.tidalwave.northernwind:it-tidalwave-northernwind-core-filesystem-basic >--
[INFO] Building NorthernWind :: Filesystems :: Basic 1.2-ALPHA-12-SNAPSHOT [9/24]
[INFO]   from modules/filesystems/BasicFileSystems/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from netbeans: https://netbeans.apidesign.org/maven2/org/netbeans/api/org-openide-filesystems/RELEASE80/org-openide-filesystems-RELEASE80.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/netbeans/api/org-openide-filesystems/RELEASE80/org-openide-filesystems-RELEASE80.pom
[INFO] Downloading from maven2-thirdparty-repository.tidalwave.it: https://services.tidalwave.it/nexus/content/repositories/thirdparty/org/netbeans/api/org-openide-filesystems/RELEASE80/org-openide-filesystems-RELEASE80.pom
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/netbeans/api/org-openide-filesystems/RELEASE80/org-openide-filesystems-RELEASE80.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for NorthernWind 1.2-ALPHA-12-SNAPSHOT:
[INFO] 
[INFO] NorthernWind ....................................... SUCCESS [  2.589 s]
[INFO] NorthernWind (modules) ............................. SUCCESS [  6.137 s]
[INFO] NorthernWind :: Commons for tests .................. SUCCESS [  3.875 s]
[INFO] NorthernWind :: Core ............................... SUCCESS [  8.679 s]
[INFO] NorthernWind :: Core :: Default Marshalling ........ SUCCESS [ 10.773 s]
[INFO] NorthernWind :: Profiling .......................... SUCCESS [  3.632 s]
[INFO] NorthernWind :: HTML Patches ....................... SUCCESS [  2.798 s]
[INFO] NorthernWind :: Filesystems ........................ SUCCESS [  0.277 s]
[INFO] NorthernWind :: Filesystems :: Basic ............... FAILURE [  0.501 s]
[INFO] NorthernWind :: Core :: Default Implementation ..... SKIPPED
[INFO] NorthernWind :: Frontend :: Components ............. SKIPPED
[INFO] NorthernWind :: Frontend :: Components :: HTML Template SKIPPED
[INFO] NorthernWind :: Filesystems :: SCM ................. SKIPPED
[INFO] NorthernWind :: Filesystems :: SCM :: Git .......... SKIPPED
[INFO] NorthernWind :: Filesystems :: SCM :: Mercurial .... SKIPPED
[INFO] NorthernWind :: Frontend :: Commons ................ SKIPPED
[INFO] NorthernWind :: Frontend :: Media .................. SKIPPED
[INFO] NorthernWind :: Frontend ........................... SKIPPED
[INFO] NorthernWind :: Frontend :: Spring MVC ............. SKIPPED
[INFO] NorthernWind :: Frontend :: Media :: Spring MVC .... SKIPPED
[INFO] NorthernWind :: Frontend :: Webapp ................. SKIPPED
[INFO] NorthernWind :: Frontend :: Webapp :: Commons ...... SKIPPED
[INFO] NorthernWind :: Frontend :: Webapp :: Spring MVC ... SKIPPED
[INFO] NorthernWind :: Frontend :: Webapp :: Media :: Spring MVC SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  44.984 s
[INFO] Finished at: 2025-01-26T12:40:03Z
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "it.tidalwave-monocle-profile-v1" could not be activated because it does not exist.
[ERROR] Failed to execute goal on project it-tidalwave-northernwind-core-filesystem-basic: Could not collect dependencies for project it.tidalwave.northernwind:it-tidalwave-northernwind-core-filesystem-basic:jar:1.2-ALPHA-12-SNAPSHOT
[ERROR] Failed to read artifact descriptor for org.netbeans.api:org-openide-filesystems:jar:RELEASE80
[ERROR] 	Caused by: The following artifacts could not be resolved: org.netbeans.api:org-openide-filesystems:pom:RELEASE80 (absent): Could not transfer artifact org.netbeans.api:org-openide-filesystems:pom:RELEASE80 from/to netbeans (https://netbeans.apidesign.org/maven2/): PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :it-tidalwave-northernwind-core-filesystem-basic
Build step 'Invoke top-level Maven targets' marked build as failure
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/**/testng-results.xml
Did not find any matching files.
[description-setter] Description set: 
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
Finished: FAILURE