Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]
[INFO] ------< it.tidalwave.bluemarine2:it-tidalwave-bluemarine2-model >-------
[INFO] Building blueMarine II :: Model 1.1-ALPHA-2-SNAPSHOT [6/34]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/net/jthink/jaudiotagger/3.0.1/jaudiotagger-3.0.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/net/jthink/jaudiotagger/3.0.1/jaudiotagger-3.0.1.pom (11 kB at 8.7 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/net/jthink/jaudiotagger/3.0.1/jaudiotagger-3.0.1.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/net/jthink/jaudiotagger/3.0.1/jaudiotagger-3.0.1.jar (1.2 MB at 2.5 MB/s)
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ it-tidalwave-bluemarine2-model ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ it-tidalwave-bluemarine2-model ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model
[INFO] Storing buildNumber: 696c34a461e1 at timestamp: 1640164268409
[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/blueMarine2_Build_and_Test/workspace/modules/Model' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ it-tidalwave-bluemarine2-model ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-banned-dependencies) @ it-tidalwave-bluemarine2-model ---
[INFO]
[INFO] --- maven-antrun-plugin:3.0.0:run (generate-and-print-build-description) @ it-tidalwave-bluemarine2-model ---
[INFO] Executing tasks
[INFO] [echo] DESCRIPTION: origin/fabrizio.giudici 1.1-ALPHA-2-SNAPSHOT 696c34a461e1
[INFO] [echo] Java Version: 11.0.10 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO]
[INFO] --- maven-antrun-plugin:3.0.0:run (create-unwoven-classes-dirs) @ it-tidalwave-bluemarine2-model ---
[INFO] Executing tasks
[INFO] [mkdir] Created dir: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/target/unwoven-classes
[INFO] [mkdir] Created dir: /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/target/unwoven-test-classes
[INFO] Executed tasks
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ it-tidalwave-bluemarine2-model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ it-tidalwave-bluemarine2-model ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 45 source files to /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/target/unwoven-classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] No processor claimed any of these annotations: /org.springframework.core.annotation.Order,/javax.annotation.Nullable,/it.tidalwave.messagebus.annotation.ListensTo,/javax.annotation.Nonnegative,/it.tidalwave.dci.annotation.DciRole,/javax.annotation.Nonnull,/it.tidalwave.util.annotation.VisibleForTesting,/it.tidalwave.messagebus.annotation.SimpleMessageSubscriber,/javax.annotation.concurrent.Immutable,java.base/java.lang.Override
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/MediaItem.java:[85,81] [deprecation] Key(String) in Key has been deprecated
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/MediaItem.java:[91,81] [deprecation] Key(String) in Key has been deprecated
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/MediaItem.java:[96,84] [deprecation] Key(String) in Key has been deprecated
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/MediaItem.java:[98,74] [deprecation] Key(String) in Key has been deprecated
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/impl/DefaultCacheManager.java:[63,53] [unchecked] unchecked cast
required: SoftReference<T>
found: SoftReference<CAP#1>
where T is a type-variable:
T extends Object declared in method <T>getCachedObject(Object,Supplier<T>)
where CAP#1 is a fresh type-variable:
CAP#1 extends Object from capture of ?
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/VirtualMediaFolder.java:[124,42] [unchecked] unchecked cast
required: Optional<PathAwareEntity>
found: Object
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/impl/PathAwareEntityFinderDelegate.java:[152,61] [unchecked] unchecked method invocation: method orElse in class Optional is applied to given types
required: T
found: List
where T is a type-variable:
T extends Object declared in class Optional
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/impl/PathAwareEntityFinderDelegate.java:[152,62] [unchecked] unchecked conversion
required: T
found: List
where T is a type-variable:
T extends Object declared in class Optional
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/impl/PathAwareEntityFinderDelegate.java:[151,15] [unchecked] unchecked method invocation: constructor <init> in class CopyOnWriteArrayList is applied to given types
required: Collection<? extends E>
found: List
where E is a type-variable:
E extends Object declared in class CopyOnWriteArrayList
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/impl/PathAwareEntityFinderDelegate.java:[152,61] [unchecked] unchecked conversion
required: Collection<? extends E>
found: List
where E is a type-variable:
E extends Object declared in class CopyOnWriteArrayList
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/impl/PathAwareEntityFinderDelegate.java:[151,15] [unchecked] unchecked conversion
required: List<? extends PathAwareEntity>
found: CopyOnWriteArrayList
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/impl/PathAwareEntityFinderDelegate.java:[207,60] [unchecked] unchecked cast
required: Optional<PathAwareEntity>
found: Optional<CAP#1>
where CAP#1 is a fresh type-variable:
CAP#1 extends PathAwareEntity from capture of ? extends PathAwareEntity
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/impl/PathAwareEntityFinderDelegate.java:[230,19] [rawtypes] found raw type: SimpleComposite
missing type arguments for generic class SimpleComposite<TYPE>
where TYPE is a type-variable:
TYPE extends Object declared in interface SimpleComposite
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/spi/MetadataSupport.java:[79,82] [unchecked] unchecked cast
required: T
found: Object
where T is a type-variable:
T extends Object declared in method <T>get(Key<T>)
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/spi/MetadataSupport.java:[91,40] [unchecked] unchecked cast
required: T
found: Object
where T is a type-variable:
T extends Object declared in method <T>getAll(Key<T>)
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/spi/MetadataSupport.java:[93,94] [unchecked] unchecked cast
required: T
found: List<Object>
where T is a type-variable:
T extends Object declared in method <T>getAll(Key<T>)
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/impl/AudioMetadataFactory.java:[129,74] [unchecked] unchecked cast
required: Key<Object>
found: Key<CAP#1>
where CAP#1 is a fresh type-variable:
CAP#1 extends Object from capture of ?
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/impl/DefaultMediaFileSystem.java:[81,47] [deprecation] <T>get(Key<T>) in TypeSafeMap has been deprecated
where T is a type-variable:
T extends Object declared in method <T>get(Key<T>)
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/impl/PathAwareMediaFolderDecorator.java:[81,61] [unchecked] unchecked conversion
required: SimpleComposite<Entity>
found: SimpleComposite
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/impl/PathAwareMediaFolderDecorator.java:[115,29] [unchecked] unchecked method invocation: constructor <init> in class MappingFinder is applied to given types
required: Finder<TYPE>,Function<TYPE,TYPE>
found: Finder,Function<Object,Object>
where TYPE is a type-variable:
TYPE extends Object declared in class MappingFinder
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/impl/PathAwareMediaFolderDecorator.java:[115,49] [unchecked] unchecked conversion
required: Finder<TYPE>
found: Finder
where TYPE is a type-variable:
TYPE extends Object declared in class MappingFinder
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/impl/PathAwareMediaFolderDecorator.java:[114,15] [unchecked] unchecked method invocation: constructor <init> in class PathAwareEntityFinderDelegate is applied to given types
required: MediaFolder,Finder<PathAwareEntity>
found: MediaFolder,MappingFinder
[WARNING] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/impl/PathAwareMediaFolderDecorator.java:[115,29] [unchecked] unchecked conversion
required: Finder<PathAwareEntity>
found: MappingFinder
[INFO] 24 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /var/jenkins_home/jobs/blueMarine2_Build_and_Test/workspace/modules/Model/src/main/java/it/tidalwave/bluemarine2/model/impl/AudioMetadataFactory.java:[86,48] error: unreported exception CannotReadException; must be caught or declared to be thrown
[INFO] 1 error
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled