Skip to content
Success

Console Output

Skipping 338 KB.. Full Log
  Use -proc:none to disable annotation processing.
/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringMessageBus/src/test/java/it/tidalwave/messagebus/impl/spring/ListenerAdapterMatcher.java:[41,63] [rawtypes] found raw type: MessageBusAdapterFactory.MessageBusListenerAdapter
  missing type arguments for generic class MessageBusAdapterFactory.MessageBusListenerAdapter<T>
  where T is a type-variable:
    T extends Object declared in class MessageBusAdapterFactory.MessageBusListenerAdapter
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringMessageBus/src/test/java/it/tidalwave/messagebus/impl/spring/ListenerAdapterMatcher.java:[53,34] [rawtypes] found raw type: MessageBusAdapterFactory.MessageBusListenerAdapter
  missing type arguments for generic class MessageBusAdapterFactory.MessageBusListenerAdapter<T>
  where T is a type-variable:
    T extends Object declared in class MessageBusAdapterFactory.MessageBusListenerAdapter
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringMessageBus/src/test/java/it/tidalwave/messagebus/impl/spring/SpringSimpleMessageSubscriberAspectTest.java:[84,47] [unchecked] unchecked method invocation: method subscribe in interface MessageBus is applied to given types
  required: Class<T>,Listener<T>
  found:    Class<MockEvent1>,MessageBusAdapterFactory.MessageBusListenerAdapter
  where T is a type-variable:
    T extends Object declared in method <T>subscribe(Class<T>,Listener<T>)
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringMessageBus/src/test/java/it/tidalwave/messagebus/impl/spring/SpringSimpleMessageSubscriberAspectTest.java:[84,77] [unchecked] unchecked conversion
  required: Listener<T>
  found:    MessageBusAdapterFactory.MessageBusListenerAdapter
  where T is a type-variable:
    T extends Object declared in method <T>subscribe(Class<T>,Listener<T>)
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringMessageBus/src/test/java/it/tidalwave/messagebus/impl/spring/SpringSimpleMessageSubscriberAspectTest.java:[88,47] [unchecked] unchecked method invocation: method subscribe in interface MessageBus is applied to given types
  required: Class<T>,Listener<T>
  found:    Class<MockEvent2>,MessageBusAdapterFactory.MessageBusListenerAdapter
  where T is a type-variable:
    T extends Object declared in method <T>subscribe(Class<T>,Listener<T>)
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringMessageBus/src/test/java/it/tidalwave/messagebus/impl/spring/SpringSimpleMessageSubscriberAspectTest.java:[88,77] [unchecked] unchecked conversion
  required: Listener<T>
  found:    MessageBusAdapterFactory.MessageBusListenerAdapter
  where T is a type-variable:
    T extends Object declared in method <T>subscribe(Class<T>,Listener<T>)
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringMessageBus/src/test/java/it/tidalwave/messagebus/impl/spring/SpringSimpleMessageSubscriberAspectTest.java:[134,41] [unchecked] unchecked method invocation: method subscribe in interface MessageBus is applied to given types
  required: Class<T>,Listener<T>
  found:    Class<MockEvent1>,MessageBusAdapterFactory.MessageBusListenerAdapter
  where T is a type-variable:
    T extends Object declared in method <T>subscribe(Class<T>,Listener<T>)
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringMessageBus/src/test/java/it/tidalwave/messagebus/impl/spring/SpringSimpleMessageSubscriberAspectTest.java:[134,71] [unchecked] unchecked conversion
  required: Listener<T>
  found:    MessageBusAdapterFactory.MessageBusListenerAdapter
  where T is a type-variable:
    T extends Object declared in method <T>subscribe(Class<T>,Listener<T>)
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringMessageBus/src/test/java/it/tidalwave/messagebus/impl/spring/SpringSimpleMessageSubscriberAspectTest.java:[138,41] [unchecked] unchecked method invocation: method subscribe in interface MessageBus is applied to given types
  required: Class<T>,Listener<T>
  found:    Class<MockEvent2>,MessageBusAdapterFactory.MessageBusListenerAdapter
  where T is a type-variable:
    T extends Object declared in method <T>subscribe(Class<T>,Listener<T>)
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringMessageBus/src/test/java/it/tidalwave/messagebus/impl/spring/SpringSimpleMessageSubscriberAspectTest.java:[138,71] [unchecked] unchecked conversion
  required: Listener<T>
  found:    MessageBusAdapterFactory.MessageBusListenerAdapter
  where T is a type-variable:
    T extends Object declared in method <T>subscribe(Class<T>,Listener<T>)
[INFO] 
[INFO] --- aspectj:1.15.0:test-compile (weave-test-classes) @ it-tidalwave-messagebus-spring ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-messagebus-spring ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-messagebus-spring ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringMessageBus/target/it-tidalwave-messagebus-spring-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-messagebus-spring ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringMessageBus/target/it-tidalwave-messagebus-spring-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-messagebus-spring ---
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringMessageBus/pom.xml to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-messagebus-spring/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-messagebus-spring-3.2-ALPHA-26-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringMessageBus/target/it-tidalwave-messagebus-spring-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-messagebus-spring/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-messagebus-spring-3.2-ALPHA-26-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringMessageBus/target/it-tidalwave-messagebus-spring-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606-tests.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-messagebus-spring/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-messagebus-spring-3.2-ALPHA-26-SNAPSHOT-tests.jar
[INFO] 
[INFO] ------< it.tidalwave.thesefoolishthings:it-tidalwave-role-spring >------
[INFO] Building TheseFoolishThings :: Roles :: Spring 3.2-ALPHA-26-SNAPSHOT [9/19]
[INFO]   from modules/SpringRoles/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-role-spring ---
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-role-spring ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles
[INFO] Storing buildNumber: 0d2fe7315606 at timestamp: 1735168851378
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-role-spring ---
[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.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-role-spring ---
[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-role-spring ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 3.2-ALPHA-26-SNAPSHOT 0d2fe7315606
[INFO]      [echo] Java Version: 21.0.5 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-role-spring ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/target/unwoven-classes
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/target/unwoven-test-classes
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-role-spring ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-role-spring ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [forked debug deprecation release 11] to target/unwoven-classes
[WARNING]   on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/src/main/java/it/tidalwave/role/spring/spi/DciContextWithAutoThreadBindingAspect.java:[68,47] [deprecation] <V,T>runWithContext(Object,Task<V,T>) in ContextManager has been deprecated
  where V,T are type-variables:
    V extends Object declared in method <V,T>runWithContext(Object,Task<V,T>)
    T extends Throwable declared in method <V,T>runWithContext(Object,Task<V,T>)
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-role-spring ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-role-spring ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-role-spring ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [forked debug deprecation release 11] to target/unwoven-test-classes
[WARNING] [path] bad path element "/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/target/test-classes": no such file or directory
[WARNING]   on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/src/test/java/it/tidalwave/role/spring/mock/MockDatum1.java:[39,39] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/src/test/java/it/tidalwave/role/spring/mock/MockDatum2.java:[39,39] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/src/test/java/it/tidalwave/role/spring/spi/DciContextWithAutoThreadBindingAspectTest.java:[176,21] [rawtypes] found raw type: Answer
  missing type arguments for generic class Answer<T>
  where T is a type-variable:
    T extends Object declared in interface Answer
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/src/test/java/it/tidalwave/role/spring/spi/DciContextWithAutoThreadBindingAspectTest.java:[182,22] [rawtypes] found raw type: Task
  missing type arguments for generic class Task<T,E>
  where T,E are type-variables:
    T extends Object declared in class Task
    E extends Throwable declared in class Task
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/src/test/java/it/tidalwave/role/spring/spi/DciContextWithAutoThreadBindingAspectTest.java:[185,48] [unchecked] unchecked method invocation: method runWithContext in interface ContextManager is applied to given types
  required: Object,Task<V,T>
  found:    Object,Task
  where V,T are type-variables:
    V extends Object declared in method <V,T>runWithContext(Object,Task<V,T>)
    T extends Throwable declared in method <V,T>runWithContext(Object,Task<V,T>)
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/src/test/java/it/tidalwave/role/spring/spi/DciContextWithAutoThreadBindingAspectTest.java:[185,59] [unchecked] unchecked conversion
  required: Task<V,T>
  found:    Task
  where V,T are type-variables:
    V extends Object declared in method <V,T>runWithContext(Object,Task<V,T>)
    T extends Throwable declared in method <V,T>runWithContext(Object,Task<V,T>)
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/src/test/java/it/tidalwave/role/spring/spi/DciContextWithAutoThreadBindingAspectTest.java:[185,33] [deprecation] <V,T>runWithContext(Object,Task<V,T>) in ContextManager has been deprecated
  where V,T are type-variables:
    V extends Object declared in method <V,T>runWithContext(Object,Task<V,T>)
    T extends Throwable declared in method <V,T>runWithContext(Object,Task<V,T>)
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/src/test/java/it/tidalwave/role/spring/spi/DciContextWithAutoThreadBindingAspectTest.java:[241,55] [unchecked] unchecked method invocation: method runWithContext in interface ContextManager is applied to given types
  required: Object,Task<V,T>
  found:    Support,Task
  where V,T are type-variables:
    V extends Object declared in method <V,T>runWithContext(Object,Task<V,T>)
    T extends Throwable declared in method <V,T>runWithContext(Object,Task<V,T>)
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/src/test/java/it/tidalwave/role/spring/spi/DciContextWithAutoThreadBindingAspectTest.java:[241,73] [unchecked] unchecked conversion
  required: Task<V,T>
  found:    Task
  where V,T are type-variables:
    V extends Object declared in method <V,T>runWithContext(Object,Task<V,T>)
    T extends Throwable declared in method <V,T>runWithContext(Object,Task<V,T>)
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/src/test/java/it/tidalwave/role/spring/spi/DciContextWithAutoThreadBindingAspectTest.java:[241,40] [deprecation] <V,T>runWithContext(Object,Task<V,T>) in ContextManager has been deprecated
  where V,T are type-variables:
    V extends Object declared in method <V,T>runWithContext(Object,Task<V,T>)
    T extends Throwable declared in method <V,T>runWithContext(Object,Task<V,T>)
[INFO] 
[INFO] --- aspectj:1.15.0:test-compile (weave-test-classes) @ it-tidalwave-role-spring ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-role-spring ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-role-spring ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/target/it-tidalwave-role-spring-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-role-spring ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/target/it-tidalwave-role-spring-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-role-spring ---
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/pom.xml to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-role-spring/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-role-spring-3.2-ALPHA-26-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/target/it-tidalwave-role-spring-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-role-spring/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-role-spring-3.2-ALPHA-26-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/SpringRoles/target/it-tidalwave-role-spring-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606-tests.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-role-spring/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-role-spring-3.2-ALPHA-26-SNAPSHOT-tests.jar
[INFO] 
[INFO] ----< it.tidalwave.thesefoolishthings:thesefoolishthings-examples >-----
[INFO] Building TheseFoolishThings :: Examples (master) 3.2-ALPHA-26-SNAPSHOT [10/19]
[INFO]   from modules/examples/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/net/bytebuddy/byte-buddy/1.15.11/byte-buddy-1.15.11.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/net/bytebuddy/byte-buddy/1.15.11/byte-buddy-1.15.11.pom (17 kB at 143 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/net/bytebuddy/byte-buddy-parent/1.15.11/byte-buddy-parent-1.15.11.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/net/bytebuddy/byte-buddy-parent/1.15.11/byte-buddy-parent-1.15.11.pom (63 kB at 576 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/net/bytebuddy/byte-buddy-agent/1.15.11/byte-buddy-agent-1.15.11.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/net/bytebuddy/byte-buddy-agent/1.15.11/byte-buddy-agent-1.15.11.pom (12 kB at 107 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/net/bytebuddy/byte-buddy/1.15.11/byte-buddy-1.15.11.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/net/bytebuddy/byte-buddy/1.15.11/byte-buddy-1.15.11.jar (8.5 MB at 44 MB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/net/bytebuddy/byte-buddy-agent/1.15.11/byte-buddy-agent-1.15.11.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/net/bytebuddy/byte-buddy-agent/1.15.11/byte-buddy-agent-1.15.11.jar (365 kB at 3.3 MB/s)
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ thesefoolishthings-examples ---
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ thesefoolishthings-examples ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples
[INFO] Storing buildNumber: 0d2fe7315606 at timestamp: 1735168855397
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ thesefoolishthings-examples ---
[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.5.0:enforce (enforce-banned-dependencies) @ thesefoolishthings-examples ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ thesefoolishthings-examples ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 3.2-ALPHA-26-SNAPSHOT 0d2fe7315606
[INFO]      [echo] Java Version: 21.0.5 -source 17 -target 17 -release 17
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ thesefoolishthings-examples ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ thesefoolishthings-examples ---
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/pom.xml to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/thesefoolishthings-examples/3.2-ALPHA-26-SNAPSHOT/thesefoolishthings-examples-3.2-ALPHA-26-SNAPSHOT.pom
[INFO] 
[INFO] --< it.tidalwave.thesefoolishthings:it-tidalwave-thesefoolishthings-examples-data >--
[INFO] Building TheseFoolishThings :: Examples :: Data 3.2-ALPHA-26-SNAPSHOT [11/19]
[INFO]   from modules/examples/Data/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-thesefoolishthings-examples-data ---
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-thesefoolishthings-examples-data ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/Data' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/Data
[INFO] Storing buildNumber: 0d2fe7315606 at timestamp: 1735168855488
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/Data' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/Data
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/Data' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/Data
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-thesefoolishthings-examples-data ---
[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.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-thesefoolishthings-examples-data ---
[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-thesefoolishthings-examples-data ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 3.2-ALPHA-26-SNAPSHOT 0d2fe7315606
[INFO]      [echo] Java Version: 21.0.5 -source 17 -target 17 -release 17
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-thesefoolishthings-examples-data ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-thesefoolishthings-examples-data ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [forked debug deprecation release 17] to target/classes
[WARNING]   on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/Data/src/main/java/it/tidalwave/thesefoolishthings/examples/person/Person.java:[46,7] [serial] serializable class Person has no definition of serialVersionUID
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-thesefoolishthings-examples-data ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/Data/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-thesefoolishthings-examples-data ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-thesefoolishthings-examples-data ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-thesefoolishthings-examples-data ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/Data/target/it-tidalwave-thesefoolishthings-examples-data-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-thesefoolishthings-examples-data ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-thesefoolishthings-examples-data ---
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/Data/pom.xml to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-data/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-data-3.2-ALPHA-26-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/Data/target/it-tidalwave-thesefoolishthings-examples-data-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-data/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-data-3.2-ALPHA-26-SNAPSHOT.jar
[INFO] 
[INFO] --< it.tidalwave.thesefoolishthings:it-tidalwave-thesefoolishthings-examples-dci-displayable >--
[INFO] Building TheseFoolishThings :: Examples :: DCI :: Displayable 3.2-ALPHA-26-SNAPSHOT [12/19]
[INFO]   from modules/examples/DciDisplayableExample/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-beans/6.2.1/spring-beans-6.2.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-beans/6.2.1/spring-beans-6.2.1.pom (2.0 kB at 19 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-core/6.2.1/spring-core-6.2.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-core/6.2.1/spring-core-6.2.1.pom (2.0 kB at 19 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-jcl/6.2.1/spring-jcl-6.2.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-jcl/6.2.1/spring-jcl-6.2.1.pom (1.8 kB at 17 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-context/6.2.1/spring-context-6.2.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-context/6.2.1/spring-context-6.2.1.pom (2.8 kB at 26 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-aop/6.2.1/spring-aop-6.2.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-aop/6.2.1/spring-aop-6.2.1.pom (2.2 kB at 21 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-expression/6.2.1/spring-expression-6.2.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-expression/6.2.1/spring-expression-6.2.1.pom (2.1 kB at 19 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/micrometer/micrometer-observation/1.14.2/micrometer-observation-1.14.2.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/micrometer/micrometer-observation/1.14.2/micrometer-observation-1.14.2.pom (3.8 kB at 36 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/micrometer/micrometer-commons/1.14.2/micrometer-commons-1.14.2.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/micrometer/micrometer-commons/1.14.2/micrometer-commons-1.14.2.pom (3.4 kB at 32 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-aspects/6.2.1/spring-aspects-6.2.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-aspects/6.2.1/spring-aspects-6.2.1.pom (2.0 kB at 19 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/thoughtworks/xstream/xstream/1.4.21/xstream-1.4.21.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/thoughtworks/xstream/xstream/1.4.21/xstream-1.4.21.pom (24 kB at 113 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/thoughtworks/xstream/xstream-parent/1.4.21/xstream-parent-1.4.21.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/thoughtworks/xstream/xstream-parent/1.4.21/xstream-parent-1.4.21.pom (44 kB at 204 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom (24 kB at 110 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 1.8 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-aspects/6.2.1/spring-aspects-6.2.1.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-aspects/6.2.1/spring-aspects-6.2.1.jar (50 kB at 457 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/thoughtworks/xstream/xstream/1.4.21/xstream-1.4.21.jar
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-beans/6.2.1/spring-beans-6.2.1.jar
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-core/6.2.1/spring-core-6.2.1.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar (30 kB at 267 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-jcl/6.2.1/spring-jcl-6.2.1.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-beans/6.2.1/spring-beans-6.2.1.jar (877 kB at 7.7 MB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-context/6.2.1/spring-context-6.2.1.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/thoughtworks/xstream/xstream/1.4.21/xstream-1.4.21.jar (647 kB at 5.7 MB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-aop/6.2.1/spring-aop-6.2.1.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-core/6.2.1/spring-core-6.2.1.jar (2.0 MB at 16 MB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-expression/6.2.1/spring-expression-6.2.1.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 33 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/micrometer/micrometer-observation/1.14.2/micrometer-observation-1.14.2.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-jcl/6.2.1/spring-jcl-6.2.1.jar (25 kB at 113 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/micrometer/micrometer-commons/1.14.2/micrometer-commons-1.14.2.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-aop/6.2.1/spring-aop-6.2.1.jar (418 kB at 1.9 MB/s)
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-expression/6.2.1/spring-expression-6.2.1.jar (318 kB at 1.4 MB/s)
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-context/6.2.1/spring-context-6.2.1.jar (1.4 MB at 5.8 MB/s)
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/micrometer/micrometer-observation/1.14.2/micrometer-observation-1.14.2.jar (75 kB at 231 kB/s)
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/micrometer/micrometer-commons/1.14.2/micrometer-commons-1.14.2.jar (48 kB at 147 kB/s)
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-thesefoolishthings-examples-dci-displayable ---
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-thesefoolishthings-examples-dci-displayable ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciDisplayableExample' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciDisplayableExample
[INFO] Storing buildNumber: 0d2fe7315606 at timestamp: 1735168859128
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciDisplayableExample' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciDisplayableExample
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciDisplayableExample' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciDisplayableExample
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-thesefoolishthings-examples-dci-displayable ---
[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.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-thesefoolishthings-examples-dci-displayable ---
[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-thesefoolishthings-examples-dci-displayable ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 3.2-ALPHA-26-SNAPSHOT 0d2fe7315606
[INFO]      [echo] Java Version: 21.0.5 -source 17 -target 17 -release 17
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-thesefoolishthings-examples-dci-displayable ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciDisplayableExample/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-thesefoolishthings-examples-dci-displayable ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [forked debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-thesefoolishthings-examples-dci-displayable ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciDisplayableExample/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-thesefoolishthings-examples-dci-displayable ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [forked debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-thesefoolishthings-examples-dci-displayable ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-thesefoolishthings-examples-dci-displayable ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciDisplayableExample/target/it-tidalwave-thesefoolishthings-examples-dci-displayable-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-thesefoolishthings-examples-dci-displayable ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciDisplayableExample/target/it-tidalwave-thesefoolishthings-examples-dci-displayable-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-thesefoolishthings-examples-dci-displayable ---
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciDisplayableExample/pom.xml to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-dci-displayable/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-dci-displayable-3.2-ALPHA-26-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciDisplayableExample/target/it-tidalwave-thesefoolishthings-examples-dci-displayable-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-dci-displayable/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-dci-displayable-3.2-ALPHA-26-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciDisplayableExample/target/it-tidalwave-thesefoolishthings-examples-dci-displayable-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606-tests.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-dci-displayable/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-dci-displayable-3.2-ALPHA-26-SNAPSHOT-tests.jar
[INFO] 
[INFO] --< it.tidalwave.thesefoolishthings:it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream >--
[INFO] Building TheseFoolishThings :: Examples :: DCI :: Marshal XStream 3.2-ALPHA-26-SNAPSHOT [13/19]
[INFO]   from modules/examples/DciMarshalXStreamExample/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream ---
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample
[INFO] Storing buildNumber: 0d2fe7315606 at timestamp: 1735168861537
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream ---
[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.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream ---
[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-thesefoolishthings-examples-dci-marshal-xstream ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 3.2-ALPHA-26-SNAPSHOT 0d2fe7315606
[INFO]      [echo] Java Version: 21.0.5 -source 17 -target 17 -release 17
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 17 source files with javac [forked debug deprecation release 17] to target/classes
[WARNING]   on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/marshal/role/XStreamUnmarshallableSupport.java:[51,19] [unchecked] unmarshal(InputStream) in XStreamUnmarshallableSupport implements <T#2>unmarshal(InputStream) in Unmarshallable
  return type requires unchecked conversion from T#1 to T#2
  where T#1,T#2 are type-variables:
    T#1 extends Object declared in class XStreamUnmarshallableSupport
    T#2 extends Object declared in method <T#2>unmarshal(InputStream)
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/marshal/role/XStreamUnmarshallableSupport.java:[53,53] [unchecked] unchecked cast
  required: T
  found:    Object
  where T is a type-variable:
    T extends Object declared in class XStreamUnmarshallableSupport
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/marshal/role/ListOfPersonsXStreamUnmarshallable.java:[39,13] [unchecked] unmarshal(InputStream) in XStreamUnmarshallableSupport implements <T#2>unmarshal(InputStream) in Unmarshallable
  return type requires unchecked conversion from ListOfPersons to T#2
  where T#1,T#2 are type-variables:
    T#1 extends Object declared in class XStreamUnmarshallableSupport
    T#2 extends Object declared in method <T#2>unmarshal(InputStream)
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/marshal/role/PersonXStreamUnmarshallable.java:[39,13] [unchecked] unmarshal(InputStream) in XStreamUnmarshallableSupport implements <T#2>unmarshal(InputStream) in Unmarshallable
  return type requires unchecked conversion from Person to T#2
  where T#1,T#2 are type-variables:
    T#1 extends Object declared in class XStreamUnmarshallableSupport
    T#2 extends Object declared in method <T#2>unmarshal(InputStream)
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/marshal/xstream/DciMarshalXStreamExample.java:[93,23] [try] auto-closeable resource binder is never referenced in body of corresponding try statement
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/marshal/xstream/converter/IdXStreamConverter.java:[51,37] [rawtypes] found raw type: Class
  missing type arguments for generic class Class<T>
  where T is a type-variable:
    T extends Object declared in class Class
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/marshal/xstream/converter/PersonConverter.java:[65,46] [rawtypes] found raw type: Class
  missing type arguments for generic class Class<T>
  where T is a type-variable:
    T extends Object declared in class Class
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [forked debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample/target/it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample/target/it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream ---
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample/pom.xml to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream-3.2-ALPHA-26-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample/target/it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream-3.2-ALPHA-26-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciMarshalXStreamExample/target/it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606-tests.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-dci-marshal-xstream-3.2-ALPHA-26-SNAPSHOT-tests.jar
[INFO] 
[INFO] --< it.tidalwave.thesefoolishthings:it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa >--
[INFO] Building TheseFoolishThings :: Examples :: DCI :: Persistence JPA 3.2-ALPHA-26-SNAPSHOT [14/19]
[INFO]   from modules/examples/DciPersistenceJpaExample/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-starter/3.4.1/spring-boot-starter-3.4.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-starter/3.4.1/spring-boot-starter-3.4.1.pom (3.0 kB at 27 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot/3.4.1/spring-boot-3.4.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot/3.4.1/spring-boot-3.4.1.pom (2.2 kB at 20 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-autoconfigure/3.4.1/spring-boot-autoconfigure-3.4.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-autoconfigure/3.4.1/spring-boot-autoconfigure-3.4.1.pom (2.1 kB at 19 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-starter-logging/3.4.1/spring-boot-starter-logging-3.4.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-starter-logging/3.4.1/spring-boot-starter-logging-3.4.1.pom (2.5 kB at 23 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-to-slf4j/2.24.3/log4j-to-slf4j-2.24.3.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-to-slf4j/2.24.3/log4j-to-slf4j-2.24.3.pom (5.0 kB at 24 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j/2.24.3/log4j-2.24.3.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j/2.24.3/log4j-2.24.3.pom (35 kB at 163 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/apache/groovy/groovy-bom/4.0.22/groovy-bom-4.0.22.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/apache/groovy/groovy-bom/4.0.22/groovy-bom-4.0.22.pom (27 kB at 127 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/platform/jakarta.jakartaee-bom/9.1.0/jakarta.jakartaee-bom-9.1.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/platform/jakarta.jakartaee-bom/9.1.0/jakarta.jakartaee-bom-9.1.0.pom (9.6 kB at 88 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/platform/jakartaee-api-parent/9.1.0/jakartaee-api-parent-9.1.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/platform/jakartaee-api-parent/9.1.0/jakartaee-api-parent-9.1.0.pom (15 kB at 69 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 131 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom (3.2 kB at 15 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom (5.7 kB at 53 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.pom (4.4 kB at 40 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16.pom (1.1 kB at 10 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom (16 kB at 73 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/yaml/snakeyaml/2.3/snakeyaml-2.3.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/yaml/snakeyaml/2.3/snakeyaml-2.3.pom (22 kB at 201 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-starter-data-jpa/3.4.1/spring-boot-starter-data-jpa-3.4.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-starter-data-jpa/3.4.1/spring-boot-starter-data-jpa-3.4.1.pom (2.9 kB at 14 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-starter-jdbc/3.4.1/spring-boot-starter-jdbc-3.4.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-starter-jdbc/3.4.1/spring-boot-starter-jdbc-3.4.1.pom (2.5 kB at 23 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/zaxxer/HikariCP/5.1.0/HikariCP-5.1.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/zaxxer/HikariCP/5.1.0/HikariCP-5.1.0.pom (26 kB at 237 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-jdbc/6.2.1/spring-jdbc-6.2.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-jdbc/6.2.1/spring-jdbc-6.2.1.pom (2.4 kB at 22 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-tx/6.2.1/spring-tx-6.2.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-tx/6.2.1/spring-tx-6.2.1.pom (2.2 kB at 21 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/hibernate/orm/hibernate-core/6.6.3.Final/hibernate-core-6.6.3.Final.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/hibernate/orm/hibernate-core/6.6.3.Final/hibernate-core-6.6.3.Final.pom (5.8 kB at 27 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/persistence/jakarta.persistence-api/3.1.0/jakarta.persistence-api-3.1.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/persistence/jakarta.persistence-api/3.1.0/jakarta.persistence-api-3.1.0.pom (16 kB at 143 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.pom (14 kB at 126 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/jboss/logging/jboss-logging/3.6.1.Final/jboss-logging-3.6.1.Final.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/jboss/logging/jboss-logging/3.6.1.Final/jboss-logging-3.6.1.Final.pom (18 kB at 85 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/jboss/logging/logging-parent/1.0.3.Final/logging-parent-1.0.3.Final.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/jboss/logging/logging-parent/1.0.3.Final/logging-parent-1.0.3.Final.pom (5.7 kB at 26 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/jboss/jboss-parent/42/jboss-parent-42.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/jboss/jboss-parent/42/jboss-parent-42.pom (76 kB at 365 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/hibernate/common/hibernate-commons-annotations/7.0.3.Final/hibernate-commons-annotations-7.0.3.Final.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/hibernate/common/hibernate-commons-annotations/7.0.3.Final/hibernate-commons-annotations-7.0.3.Final.pom (2.0 kB at 9.4 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/smallrye/jandex/3.2.0/jandex-3.2.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/smallrye/jandex/3.2.0/jandex-3.2.0.pom (7.0 kB at 32 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/smallrye/jandex-parent/3.2.0/jandex-parent-3.2.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/smallrye/jandex-parent/3.2.0/jandex-parent-3.2.0.pom (7.2 kB at 33 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/smallrye/smallrye-build-parent/42/smallrye-build-parent-42.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/smallrye/smallrye-build-parent/42/smallrye-build-parent-42.pom (39 kB at 191 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/fasterxml/classmate/1.7.0/classmate-1.7.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/fasterxml/classmate/1.7.0/classmate-1.7.0.pom (7.0 kB at 34 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/fasterxml/oss-parent/56/oss-parent-56.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/fasterxml/oss-parent/56/oss-parent-56.pom (24 kB at 218 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2.pom (13 kB at 59 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.2/jakarta.xml.bind-api-parent-4.0.2.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.2/jakarta.xml.bind-api-parent-4.0.2.pom (9.1 kB at 43 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/activation/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/activation/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3.pom (19 kB at 85 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/jaxb-runtime/4.0.5/jaxb-runtime-4.0.5.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/jaxb-runtime/4.0.5/jaxb-runtime-4.0.5.pom (11 kB at 53 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/mvn/jaxb-runtime-parent/4.0.5/jaxb-runtime-parent-4.0.5.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/mvn/jaxb-runtime-parent/4.0.5/jaxb-runtime-parent-4.0.5.pom (1.2 kB at 5.4 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/mvn/jaxb-parent/4.0.5/jaxb-parent-4.0.5.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/mvn/jaxb-parent/4.0.5/jaxb-parent-4.0.5.pom (35 kB at 167 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/jaxb-bom-ext/4.0.5/jaxb-bom-ext-4.0.5.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/jaxb-bom-ext/4.0.5/jaxb-bom-ext-4.0.5.pom (3.5 kB at 16 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/jaxb-core/4.0.5/jaxb-core-4.0.5.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/jaxb-core/4.0.5/jaxb-core-4.0.5.pom (3.7 kB at 17 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/eclipse/angus/angus-activation/2.0.2/angus-activation-2.0.2.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/eclipse/angus/angus-activation/2.0.2/angus-activation-2.0.2.pom (4.0 kB at 18 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/eclipse/angus/angus-activation-project/2.0.2/angus-activation-project-2.0.2.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/eclipse/angus/angus-activation-project/2.0.2/angus-activation-project-2.0.2.pom (21 kB at 97 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/txw2/4.0.5/txw2-4.0.5.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/txw2/4.0.5/txw2-4.0.5.pom (1.8 kB at 8.5 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/mvn/jaxb-txw-parent/4.0.5/jaxb-txw-parent-4.0.5.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/xml/bind/mvn/jaxb-txw-parent/4.0.5/jaxb-txw-parent-4.0.5.pom (1.2 kB at 5.8 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2.pom (1.6 kB at 7.4 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/istack/istack-commons/4.1.2/istack-commons-4.1.2.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/istack/istack-commons/4.1.2/istack-commons-4.1.2.pom (26 kB at 122 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/antlr/antlr4-runtime/4.13.0/antlr4-runtime-4.13.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/antlr/antlr4-runtime/4.13.0/antlr4-runtime-4.13.0.pom (3.6 kB at 17 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/antlr/antlr4-master/4.13.0/antlr4-master-4.13.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/antlr/antlr4-master/4.13.0/antlr4-master-4.13.0.pom (4.8 kB at 23 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/data/spring-data-jpa/3.4.1/spring-data-jpa-3.4.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/data/spring-data-jpa/3.4.1/spring-data-jpa-3.4.1.pom (12 kB at 52 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/data/spring-data-jpa-parent/3.4.1/spring-data-jpa-parent-3.4.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/data/spring-data-jpa-parent/3.4.1/spring-data-jpa-parent-3.4.1.pom (8.4 kB at 38 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/data/build/spring-data-parent/3.4.1/spring-data-parent-3.4.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/data/build/spring-data-parent/3.4.1/spring-data-parent-3.4.1.pom (43 kB at 206 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/data/build/spring-data-build/3.4.1/spring-data-build-3.4.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/data/build/spring-data-build/3.4.1/spring-data-build-3.4.1.pom (7.1 kB at 66 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.9.0/kotlinx-coroutines-bom-1.9.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.9.0/kotlinx-coroutines-bom-1.9.0.pom (4.3 kB at 20 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/junit/junit-bom/5.11.3/junit-bom-5.11.3.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/junit/junit-bom/5.11.3/junit-bom-5.11.3.pom (5.6 kB at 26 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/data/spring-data-commons/3.4.1/spring-data-commons-3.4.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/data/spring-data-commons/3.4.1/spring-data-commons-3.4.1.pom (9.9 kB at 92 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-orm/6.2.1/spring-orm-6.2.1.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-orm/6.2.1/spring-orm-6.2.1.pom (2.6 kB at 12 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/h2database/h2/2.3.232/h2-2.3.232.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/h2database/h2/2.3.232/h2-2.3.232.pom (1.1 kB at 11 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-starter/3.4.1/spring-boot-starter-3.4.1.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-starter/3.4.1/spring-boot-starter-3.4.1.jar (4.8 kB at 44 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot/3.4.1/spring-boot-3.4.1.jar
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-autoconfigure/3.4.1/spring-boot-autoconfigure-3.4.1.jar
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-starter-logging/3.4.1/spring-boot-starter-logging-3.4.1.jar
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-to-slf4j/2.24.3/log4j-to-slf4j-2.24.3.jar
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-starter-logging/3.4.1/spring-boot-starter-logging-3.4.1.jar (4.8 kB at 43 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-to-slf4j/2.24.3/log4j-to-slf4j-2.24.3.jar (24 kB at 215 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.jar (349 kB at 3.1 MB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/yaml/snakeyaml/2.3/snakeyaml-2.3.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-autoconfigure/3.4.1/spring-boot-autoconfigure-3.4.1.jar (2.0 MB at 15 MB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-starter-data-jpa/3.4.1/spring-boot-starter-data-jpa-3.4.1.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot/3.4.1/spring-boot-3.4.1.jar (1.8 MB at 13 MB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-starter-jdbc/3.4.1/spring-boot-starter-jdbc-3.4.1.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/slf4j/jul-to-slf4j/2.0.16/jul-to-slf4j-2.0.16.jar (6.4 kB at 29 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/zaxxer/HikariCP/5.1.0/HikariCP-5.1.0.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar (26 kB at 120 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-jdbc/6.2.1/spring-jdbc-6.2.1.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-starter-jdbc/3.4.1/spring-boot-starter-jdbc-3.4.1.jar (4.8 kB at 20 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/hibernate/orm/hibernate-core/6.6.3.Final/hibernate-core-6.6.3.Final.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/zaxxer/HikariCP/5.1.0/HikariCP-5.1.0.jar (162 kB at 498 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/persistence/jakarta.persistence-api/3.1.0/jakarta.persistence-api-3.1.0.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-jdbc/6.2.1/spring-jdbc-6.2.1.jar (471 kB at 1.4 MB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/yaml/snakeyaml/2.3/snakeyaml-2.3.jar (342 kB at 1.0 MB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/jboss/logging/jboss-logging/3.6.1.Final/jboss-logging-3.6.1.Final.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/boot/spring-boot-starter-data-jpa/3.4.1/spring-boot-starter-data-jpa-3.4.1.jar (4.8 kB at 14 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/hibernate/common/hibernate-commons-annotations/7.0.3.Final/hibernate-commons-annotations-7.0.3.Final.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/persistence/jakarta.persistence-api/3.1.0/jakarta.persistence-api-3.1.0.jar (165 kB at 382 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/smallrye/jandex/3.2.0/jandex-3.2.0.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar (29 kB at 66 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/fasterxml/classmate/1.7.0/classmate-1.7.0.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/hibernate/orm/hibernate-core/6.6.3.Final/hibernate-core-6.6.3.Final.jar (12 MB at 22 MB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/hibernate/common/hibernate-commons-annotations/7.0.3.Final/hibernate-commons-annotations-7.0.3.Final.jar (68 kB at 125 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/activation/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/jboss/logging/jboss-logging/3.6.1.Final/jboss-logging-3.6.1.Final.jar (62 kB at 112 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/jaxb-runtime/4.0.5/jaxb-runtime-4.0.5.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/fasterxml/classmate/1.7.0/classmate-1.7.0.jar (69 kB at 106 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/jaxb-core/4.0.5/jaxb-core-4.0.5.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/io/smallrye/jandex/3.2.0/jandex-3.2.0.jar (375 kB at 573 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/eclipse/angus/angus-activation/2.0.2/angus-activation-2.0.2.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2.jar (131 kB at 174 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/txw2/4.0.5/txw2-4.0.5.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/jakarta/activation/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3.jar (67 kB at 88 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/jaxb-runtime/4.0.5/jaxb-runtime-4.0.5.jar (920 kB at 1.2 MB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/antlr/antlr4-runtime/4.13.0/antlr4-runtime-4.13.0.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/jaxb-core/4.0.5/jaxb-core-4.0.5.jar (139 kB at 161 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/data/spring-data-jpa/3.4.1/spring-data-jpa-3.4.1.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/eclipse/angus/angus-activation/2.0.2/angus-activation-2.0.2.jar (27 kB at 31 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/data/spring-data-commons/3.4.1/spring-data-commons-3.4.1.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2.jar (26 kB at 27 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-orm/6.2.1/spring-orm-6.2.1.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/glassfish/jaxb/txw2/4.0.5/txw2-4.0.5.jar (73 kB at 75 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-tx/6.2.1/spring-tx-6.2.1.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/data/spring-data-commons/3.4.1/spring-data-commons-3.4.1.jar (1.5 MB at 1.5 MB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/h2database/h2/2.3.232/h2-2.3.232.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/antlr/antlr4-runtime/4.13.0/antlr4-runtime-4.13.0.jar (326 kB at 329 kB/s)
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/data/spring-data-jpa/3.4.1/spring-data-jpa-3.4.1.jar (1.7 MB at 1.6 MB/s)
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/com/h2database/h2/2.3.232/h2-2.3.232.jar (2.7 MB at 2.4 MB/s)
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-orm/6.2.1/spring-orm-6.2.1.jar (234 kB at 197 kB/s)
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/springframework/spring-tx/6.2.1/spring-tx-6.2.1.jar (285 kB at 238 kB/s)
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa ---
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciPersistenceJpaExample' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciPersistenceJpaExample
[INFO] Storing buildNumber: 0d2fe7315606 at timestamp: 1735168876146
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciPersistenceJpaExample' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciPersistenceJpaExample
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciPersistenceJpaExample' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciPersistenceJpaExample
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa ---
[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.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa ---
[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-thesefoolishthings-examples-dci-persistence-jpa ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 3.2-ALPHA-26-SNAPSHOT 0d2fe7315606
[INFO]      [echo] Java Version: 21.0.5 -source 17 -target 17 -release 17
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciPersistenceJpaExample/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [forked debug deprecation release 17] to target/classes
[WARNING]   on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciPersistenceJpaExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/persistable/jpa/Main.java:[67,34] [rawtypes] found raw type: Class
  missing type arguments for generic class Class<T>
  where T is a type-variable:
    T extends Object declared in class Class
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciPersistenceJpaExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/persistable/jpa/role/impl/PersonEntity.java:[45,7] [serial] serializable class PersonEntity has no definition of serialVersionUID
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [forked debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciPersistenceJpaExample/target/it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciPersistenceJpaExample/target/it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa ---
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciPersistenceJpaExample/pom.xml to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa-3.2-ALPHA-26-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciPersistenceJpaExample/target/it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa-3.2-ALPHA-26-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciPersistenceJpaExample/target/it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606-tests.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-dci-persistence-jpa-3.2-ALPHA-26-SNAPSHOT-tests.jar
[INFO] 
[INFO] --< it.tidalwave.thesefoolishthings:it-tidalwave-thesefoolishthings-examples-dci-swing >--
[INFO] Building TheseFoolishThings :: Examples :: DCI :: Swing 3.2-ALPHA-26-SNAPSHOT [15/19]
[INFO]   from modules/examples/DciSwingExample/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/it/tidalwave/betterbeansbinding/betterbeansbinding-core/1.3.0/betterbeansbinding-core-1.3.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/it/tidalwave/betterbeansbinding/betterbeansbinding-core/1.3.0/betterbeansbinding-core-1.3.0.pom (2.5 kB at 7.5 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/it/tidalwave/betterbeansbinding/betterbeansbinding/1.3.0/betterbeansbinding-1.3.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/it/tidalwave/betterbeansbinding/betterbeansbinding/1.3.0/betterbeansbinding-1.3.0.pom (17 kB at 79 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/it/tidalwave/betterbeansbinding/betterbeansbinding-el/1.3.0/betterbeansbinding-el-1.3.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/it/tidalwave/betterbeansbinding/betterbeansbinding-el/1.3.0/betterbeansbinding-el-1.3.0.pom (2.3 kB at 6.8 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/it/tidalwave/betterbeansbinding/betterbeansbinding-swingbinding/1.3.0/betterbeansbinding-swingbinding-1.3.0.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/it/tidalwave/betterbeansbinding/betterbeansbinding-swingbinding/1.3.0/betterbeansbinding-swingbinding-1.3.0.pom (2.8 kB at 13 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/it/tidalwave/betterbeansbinding/betterbeansbinding-core/1.3.0/betterbeansbinding-core-1.3.0.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/it/tidalwave/betterbeansbinding/betterbeansbinding-core/1.3.0/betterbeansbinding-core-1.3.0.jar (87 kB at 390 kB/s)
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/it/tidalwave/betterbeansbinding/betterbeansbinding-el/1.3.0/betterbeansbinding-el-1.3.0.jar
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/it/tidalwave/betterbeansbinding/betterbeansbinding-swingbinding/1.3.0/betterbeansbinding-swingbinding-1.3.0.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/it/tidalwave/betterbeansbinding/betterbeansbinding-el/1.3.0/betterbeansbinding-el-1.3.0.jar (135 kB at 1.2 MB/s)
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/it/tidalwave/betterbeansbinding/betterbeansbinding-swingbinding/1.3.0/betterbeansbinding-swingbinding-1.3.0.jar (75 kB at 337 kB/s)
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-thesefoolishthings-examples-dci-swing ---
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-thesefoolishthings-examples-dci-swing ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample
[INFO] Storing buildNumber: 0d2fe7315606 at timestamp: 1735168880532
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-thesefoolishthings-examples-dci-swing ---
[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.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-thesefoolishthings-examples-dci-swing ---
[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-thesefoolishthings-examples-dci-swing ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 3.2-ALPHA-26-SNAPSHOT 0d2fe7315606
[INFO]      [echo] Java Version: 21.0.5 -source 17 -target 17 -release 17
[INFO] Executed tasks
[INFO] 
[INFO] --- antrun:3.1.0:run (create-unwoven-classes-dirs) @ it-tidalwave-thesefoolishthings-examples-dci-swing ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/target/unwoven-classes
[INFO]     [mkdir] Created dir: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/target/unwoven-test-classes
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-thesefoolishthings-examples-dci-swing ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-thesefoolishthings-examples-dci-swing ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 14 source files with javac [forked debug deprecation release 17] to target/unwoven-classes
[WARNING]   on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/swing/swing/SwingPersonPresentation.java:[95,34] [rawtypes] found raw type: JList
  missing type arguments for generic class JList<E>
  where E is a type-variable:
    E extends Object declared in class JList
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/swing/swing/SwingPersonPresentation.java:[120,41] [rawtypes] found raw type: AbstractListModel
  missing type arguments for generic class AbstractListModel<E>
  where E is a type-variable:
    E extends Object declared in class AbstractListModel
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/swing/swing/SwingPersonPresentation.java:[161,23] [rawtypes] found raw type: JList
  missing type arguments for generic class JList<E>
  where E is a type-variable:
    E extends Object declared in class JList
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/swing/swing/SwingPersonPresentation.java:[43,7] [serial] serializable class SwingPersonPresentation has no definition of serialVersionUID
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/swing/swing/SwingPersonPresentation.java:[45,31] [serial] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/swing/swing/SwingPersonPresentation.java:[52,22] [this-escape] possible 'this' escape before subclass is fully initialized
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/swing/swing/SwingPersonPresentation.java:[97,15] [this-escape] previous possible 'this' escape happens here via invocation
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/swing/swing/Bindings.java:[70,44] [rawtypes] found raw type: JList
  missing type arguments for generic class JList<E>
  where E is a type-variable:
    E extends Object declared in class JList
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/swing/swing/Bindings.java:[74,29] [unchecked] unchecked call to setCellRenderer(ListCellRenderer<? super E>) as a member of the raw type JList
  where E is a type-variable:
    E extends Object declared in class JList
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/swing/swing/HtmlRenderableListCellRenderer.java:[52,66] [rawtypes] found raw type: JList
  missing type arguments for generic class JList<E>
  where E is a type-variable:
    E extends Object declared in class JList
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/src/main/java/it/tidalwave/thesefoolishthings/examples/dci/swing/swing/HtmlRenderableListCellRenderer.java:[49,7] [serial] serializable class HtmlRenderableListCellRenderer has no definition of serialVersionUID
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/src/main/java/it/tidalwave/thesefoolishthings/examples/person/PersonRegistryObservableListProvider.java:[54,44] [unchecked] createObservableList() in PersonRegistryObservableListProvider implements <T>createObservableList() in ObservableListProvider
  return type requires unchecked conversion from ObservableList<? extends Person> to ObservableList<T>
  where T is a type-variable:
    T extends Object declared in method <T>createObservableList()
[INFO] 
[INFO] --- aspectj:1.15.0:compile (weave-classes) @ it-tidalwave-thesefoolishthings-examples-dci-swing ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-thesefoolishthings-examples-dci-swing ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-thesefoolishthings-examples-dci-swing ---
[INFO] No sources to compile
[INFO] 
[INFO] --- aspectj:1.15.0:test-compile (weave-test-classes) @ it-tidalwave-thesefoolishthings-examples-dci-swing ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-thesefoolishthings-examples-dci-swing ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-thesefoolishthings-examples-dci-swing ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/target/it-tidalwave-thesefoolishthings-examples-dci-swing-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-thesefoolishthings-examples-dci-swing ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/target/it-tidalwave-thesefoolishthings-examples-dci-swing-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-thesefoolishthings-examples-dci-swing ---
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/pom.xml to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-dci-swing/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-dci-swing-3.2-ALPHA-26-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/target/it-tidalwave-thesefoolishthings-examples-dci-swing-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-dci-swing/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-dci-swing-3.2-ALPHA-26-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/DciSwingExample/target/it-tidalwave-thesefoolishthings-examples-dci-swing-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606-tests.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-dci-swing/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-dci-swing-3.2-ALPHA-26-SNAPSHOT-tests.jar
[INFO] 
[INFO] --< it.tidalwave.thesefoolishthings:it-tidalwave-thesefoolishthings-examples-finderexample1 >--
[INFO] Building TheseFoolishThings :: Examples :: Finder :: In-memory Finder 3.2-ALPHA-26-SNAPSHOT [16/19]
[INFO]   from modules/examples/InMemoryFinderExample/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-thesefoolishthings-examples-finderexample1 ---
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-thesefoolishthings-examples-finderexample1 ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/InMemoryFinderExample' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/InMemoryFinderExample
[INFO] Storing buildNumber: 0d2fe7315606 at timestamp: 1735168882437
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/InMemoryFinderExample' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/InMemoryFinderExample
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/InMemoryFinderExample' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/InMemoryFinderExample
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-thesefoolishthings-examples-finderexample1 ---
[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.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-thesefoolishthings-examples-finderexample1 ---
[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-thesefoolishthings-examples-finderexample1 ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 3.2-ALPHA-26-SNAPSHOT 0d2fe7315606
[INFO]      [echo] Java Version: 21.0.5 -source 17 -target 17 -release 17
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-thesefoolishthings-examples-finderexample1 ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/InMemoryFinderExample/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-thesefoolishthings-examples-finderexample1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [forked debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-thesefoolishthings-examples-finderexample1 ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/InMemoryFinderExample/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-thesefoolishthings-examples-finderexample1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [forked debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-thesefoolishthings-examples-finderexample1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-thesefoolishthings-examples-finderexample1 ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/InMemoryFinderExample/target/it-tidalwave-thesefoolishthings-examples-finderexample1-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-thesefoolishthings-examples-finderexample1 ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/InMemoryFinderExample/target/it-tidalwave-thesefoolishthings-examples-finderexample1-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-thesefoolishthings-examples-finderexample1 ---
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/InMemoryFinderExample/pom.xml to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-finderexample1/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-finderexample1-3.2-ALPHA-26-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/InMemoryFinderExample/target/it-tidalwave-thesefoolishthings-examples-finderexample1-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-finderexample1/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-finderexample1-3.2-ALPHA-26-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/InMemoryFinderExample/target/it-tidalwave-thesefoolishthings-examples-finderexample1-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606-tests.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-finderexample1/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-finderexample1-3.2-ALPHA-26-SNAPSHOT-tests.jar
[INFO] 
[INFO] --< it.tidalwave.thesefoolishthings:it-tidalwave-thesefoolishthings-examples-finderexample2 >--
[INFO] Building TheseFoolishThings :: Examples :: Finder :: Extended Finder 3.2-ALPHA-26-SNAPSHOT [17/19]
[INFO]   from modules/examples/ExtendedFinderExample/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-thesefoolishthings-examples-finderexample2 ---
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-thesefoolishthings-examples-finderexample2 ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/ExtendedFinderExample' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/ExtendedFinderExample
[INFO] Storing buildNumber: 0d2fe7315606 at timestamp: 1735168884808
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/ExtendedFinderExample' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/ExtendedFinderExample
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/ExtendedFinderExample' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/ExtendedFinderExample
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-thesefoolishthings-examples-finderexample2 ---
[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.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-thesefoolishthings-examples-finderexample2 ---
[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-thesefoolishthings-examples-finderexample2 ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 3.2-ALPHA-26-SNAPSHOT 0d2fe7315606
[INFO]      [echo] Java Version: 21.0.5 -source 17 -target 17 -release 17
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-thesefoolishthings-examples-finderexample2 ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/ExtendedFinderExample/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-thesefoolishthings-examples-finderexample2 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 7 source files with javac [forked debug deprecation release 17] to target/classes
[WARNING]   on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/ExtendedFinderExample/src/main/java/it/tidalwave/thesefoolishthings/examples/extendedfinderexample/PersonFinderImpl2a.java:[46,31] [serial] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/ExtendedFinderExample/src/main/java/it/tidalwave/thesefoolishthings/examples/extendedfinderexample/PersonFinderImpl2b.java:[54,25] [serial] non-transient instance field of a serializable class declared with a non-serializable type
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-thesefoolishthings-examples-finderexample2 ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/ExtendedFinderExample/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-thesefoolishthings-examples-finderexample2 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [forked debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-thesefoolishthings-examples-finderexample2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-thesefoolishthings-examples-finderexample2 ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/ExtendedFinderExample/target/it-tidalwave-thesefoolishthings-examples-finderexample2-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-thesefoolishthings-examples-finderexample2 ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/ExtendedFinderExample/target/it-tidalwave-thesefoolishthings-examples-finderexample2-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-thesefoolishthings-examples-finderexample2 ---
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/ExtendedFinderExample/pom.xml to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-finderexample2/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-finderexample2-3.2-ALPHA-26-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/ExtendedFinderExample/target/it-tidalwave-thesefoolishthings-examples-finderexample2-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-finderexample2/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-finderexample2-3.2-ALPHA-26-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/ExtendedFinderExample/target/it-tidalwave-thesefoolishthings-examples-finderexample2-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606-tests.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-finderexample2/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-finderexample2-3.2-ALPHA-26-SNAPSHOT-tests.jar
[INFO] 
[INFO] --< it.tidalwave.thesefoolishthings:it-tidalwave-thesefoolishthings-examples-finderexample3 >--
[INFO] Building TheseFoolishThings :: Examples :: Finder :: JPA Finder 3.2-ALPHA-26-SNAPSHOT [18/19]
[INFO]   from modules/examples/JPAFinderExample/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ it-tidalwave-thesefoolishthings-examples-finderexample3 ---
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ it-tidalwave-thesefoolishthings-examples-finderexample3 ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/JPAFinderExample' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/JPAFinderExample
[INFO] Storing buildNumber: 0d2fe7315606 at timestamp: 1735168887334
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/JPAFinderExample' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/JPAFinderExample
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/JPAFinderExample' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/JPAFinderExample
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ it-tidalwave-thesefoolishthings-examples-finderexample3 ---
[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.5.0:enforce (enforce-banned-dependencies) @ it-tidalwave-thesefoolishthings-examples-finderexample3 ---
[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-thesefoolishthings-examples-finderexample3 ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 3.2-ALPHA-26-SNAPSHOT 0d2fe7315606
[INFO]      [echo] Java Version: 21.0.5 -source 17 -target 17 -release 17
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ it-tidalwave-thesefoolishthings-examples-finderexample3 ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ it-tidalwave-thesefoolishthings-examples-finderexample3 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 11 source files with javac [forked debug deprecation release 17] to target/classes
[WARNING]   on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/JPAFinderExample/src/main/java/it/tidalwave/thesefoolishthings/examples/jpafinderexample/impl/JpaFinder.java:[54,7] [serial] serializable class JpaFinder has no definition of serialVersionUID
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/JPAFinderExample/src/main/java/it/tidalwave/thesefoolishthings/examples/jpafinderexample/impl/JpaFinder.java:[80,33] [serial] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/JPAFinderExample/src/main/java/it/tidalwave/thesefoolishthings/examples/jpafinderexample/impl/JpaFinder.java:[83,28] [serial] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/JPAFinderExample/src/main/java/it/tidalwave/thesefoolishthings/examples/jpafinderexample/impl/JpaFinder.java:[92,64] [serial] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/JPAFinderExample/src/main/java/it/tidalwave/thesefoolishthings/examples/jpafinderexample/impl/PersonEntity.java:[45,7] [serial] serializable class PersonEntity has no definition of serialVersionUID
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ it-tidalwave-thesefoolishthings-examples-finderexample3 ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ it-tidalwave-thesefoolishthings-examples-finderexample3 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [forked debug deprecation release 17] to target/test-classes
[WARNING]   on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/JPAFinderExample/src/test/java/it/tidalwave/thesefoolishthings/examples/jpafinderexample/impl/JpaFinderTest.java:[44,12] [rawtypes] found raw type: JpaFinder
  missing type arguments for generic class JpaFinder<T,E>
  where T,E are type-variables:
    T extends Object declared in class JpaFinder
    E extends Object declared in class JpaFinder
[WARNING] /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/JPAFinderExample/src/test/java/it/tidalwave/thesefoolishthings/examples/jpafinderexample/impl/JpaMockHelper.java:[48,18] [rawtypes] found raw type: TypedQuery
  missing type arguments for generic class TypedQuery<X>
  where X is a type-variable:
    X extends Object declared in interface TypedQuery
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ it-tidalwave-thesefoolishthings-examples-finderexample3 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ it-tidalwave-thesefoolishthings-examples-finderexample3 ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/JPAFinderExample/target/it-tidalwave-thesefoolishthings-examples-finderexample3-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ it-tidalwave-thesefoolishthings-examples-finderexample3 ---
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/JPAFinderExample/target/it-tidalwave-thesefoolishthings-examples-finderexample3-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606-tests.jar
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ it-tidalwave-thesefoolishthings-examples-finderexample3 ---
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/JPAFinderExample/pom.xml to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-finderexample3/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-finderexample3-3.2-ALPHA-26-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/JPAFinderExample/target/it-tidalwave-thesefoolishthings-examples-finderexample3-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-finderexample3/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-finderexample3-3.2-ALPHA-26-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/modules/examples/JPAFinderExample/target/it-tidalwave-thesefoolishthings-examples-finderexample3-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606-tests.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/it-tidalwave-thesefoolishthings-examples-finderexample3/3.2-ALPHA-26-SNAPSHOT/it-tidalwave-thesefoolishthings-examples-finderexample3-3.2-ALPHA-26-SNAPSHOT-tests.jar
[INFO] 
[INFO] ---------< it.tidalwave.thesefoolishthings:project-archetype >----------
[INFO] Building TheseFoolishThings :: Project Archetype 3.2-ALPHA-26-SNAPSHOT [19/19]
[INFO]   from archetypes/project/pom.xml
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- clean:3.4.0:clean (default-clean) @ project-archetype ---
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ project-archetype ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/archetypes/project' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/archetypes/project
[INFO] Storing buildNumber: 0d2fe7315606 at timestamp: 1735168890465
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/archetypes/project' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/archetypes/project
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/archetypes/project' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/archetypes/project
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-maven) @ project-archetype ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] Rule 2: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 3: org.apache.maven.enforcer.rules.RequirePluginVersions passed
[INFO] Rule 4: org.apache.maven.enforcer.rules.ReactorModuleConvergence passed
[INFO] 
[INFO] --- enforcer:3.5.0:enforce (enforce-banned-dependencies) @ project-archetype ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
[INFO] 
[INFO] --- antrun:3.1.0:run (generate-and-print-build-description) @ project-archetype ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 3.2-ALPHA-26-SNAPSHOT 0d2fe7315606
[INFO]      [echo] Java Version: 21.0.5 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ project-archetype ---
[INFO] Copying 12 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ project-archetype ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/archetypes/project/src/test/resources
[INFO] 
[INFO] --- archetype:3.3.1:jar (default-jar) @ project-archetype ---
[INFO] Building archetype jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/archetypes/project/target/project-archetype-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar
[INFO] Building jar: /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/archetypes/project/target/project-archetype-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default-test-jar) @ project-archetype ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- archetype:3.3.1:integration-test (default-integration-test) @ project-archetype ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- install:3.1.3:install (default-install) @ project-archetype ---
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/archetypes/project/pom.xml to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/project-archetype/3.2-ALPHA-26-SNAPSHOT/project-archetype-3.2-ALPHA-26-SNAPSHOT.pom
[INFO] Installing /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/archetypes/project/target/project-archetype-3.2-ALPHA-26-SNAPSHOT.0d2fe7315606.jar to /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/it/tidalwave/thesefoolishthings/project-archetype/3.2-ALPHA-26-SNAPSHOT/project-archetype-3.2-ALPHA-26-SNAPSHOT.jar
[INFO] 
[INFO] --- archetype:3.3.1:update-local-catalog (default-update-local-catalog) @ project-archetype ---
[INFO] Updated local archetypes catalog /var/jenkins_home/jobs/TheseFoolishThings_Build_from_Scratch/workspace/.repository/archetype-catalog.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for TheseFoolishThings 3.2-ALPHA-26-SNAPSHOT:
[INFO] 
[INFO] TheseFoolishThings ................................. SUCCESS [  1.618 s]
[INFO] TheseFoolishThings (modules) ....................... SUCCESS [  3.220 s]
[INFO] TheseFoolishThings :: Utilities .................... SUCCESS [  6.913 s]
[INFO] TheseFoolishThings :: MessageBus ................... SUCCESS [  2.766 s]
[INFO] TheseFoolishThings :: Actors ....................... SUCCESS [  1.896 s]
[INFO] TheseFoolishThings :: Test Utilities ............... SUCCESS [  2.880 s]
[INFO] TheseFoolishThings :: Roles ........................ SUCCESS [  3.641 s]
[INFO] TheseFoolishThings :: MessageBus :: Spring ......... SUCCESS [  6.155 s]
[INFO] TheseFoolishThings :: Roles :: Spring .............. SUCCESS [  3.347 s]
[INFO] TheseFoolishThings :: Examples (master) ............ SUCCESS [  0.770 s]
[INFO] TheseFoolishThings :: Examples :: Data ............. SUCCESS [  1.329 s]
[INFO] TheseFoolishThings :: Examples :: DCI :: Displayable SUCCESS [  4.713 s]
[INFO] TheseFoolishThings :: Examples :: DCI :: Marshal XStream SUCCESS [  2.828 s]
[INFO] TheseFoolishThings :: Examples :: DCI :: Persistence JPA SUCCESS [ 14.583 s]
[INFO] TheseFoolishThings :: Examples :: DCI :: Swing ..... SUCCESS [  3.497 s]
[INFO] TheseFoolishThings :: Examples :: Finder :: In-memory Finder SUCCESS [  2.369 s]
[INFO] TheseFoolishThings :: Examples :: Finder :: Extended Finder SUCCESS [  2.524 s]
[INFO] TheseFoolishThings :: Examples :: Finder :: JPA Finder SUCCESS [  3.083 s]
[INFO] TheseFoolishThings :: Project Archetype ............ SUCCESS [  0.523 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:20 min
[INFO] Finished at: 2024-12-25T23:21:30Z
[INFO] ------------------------------------------------------------------------
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: origin/master 3.2-ALPHA-26-SNAPSHOT 0d2fe7315606
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: SUCCESS