Console Output

Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] --------------< it.tidalwave.image:image-examples-viewer >--------------
[INFO] Building Mistral Examples Viewer 1.0-ALPHA-8-SNAPSHOT            [11/13]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from maven2-thirdparty-repository.tidalwave.it: https://services.tidalwave.it/nexus/content/repositories/thirdparty/org/swinglabs/swing-layout/1.0.3/swing-layout-1.0.3.pom
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/swinglabs/swing-layout/1.0.3/swing-layout-1.0.3.pom
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/swinglabs/swing-layout/1.0.3/swing-layout-1.0.3.pom (858 B at 2.0 kB/s)
[INFO] Downloading from maven2-thirdparty-repository.tidalwave.it: https://services.tidalwave.it/nexus/content/repositories/thirdparty/org/swinglabs/swing-layout/1.0.3/swing-layout-1.0.3.jar
[INFO] Downloading from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/swinglabs/swing-layout/1.0.3/swing-layout-1.0.3.jar
[INFO] Downloaded from releases-oss.sonatype.org: https://oss.sonatype.org/content/repositories/releases/org/swinglabs/swing-layout/1.0.3/swing-layout-1.0.3.jar (118 kB at 498 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ image-examples-viewer ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ image-examples-viewer ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample
[INFO] Storing buildNumber: 7c8860002280 at timestamp: 1674593236843
[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/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ image-examples-viewer ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-banned-dependencies) @ image-examples-viewer ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (generate-and-print-build-description) @ image-examples-viewer ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/fabrizio.giudici 1.0-ALPHA-8-SNAPSHOT 7c8860002280
[INFO]      [echo] Java Version: 11.0.10 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ image-examples-viewer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ image-examples-viewer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/target/classes
[WARNING] No processor claimed any of these annotations: java.base/java.lang.Override
[WARNING] /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/OverlaidPanel.java:[41,7] [serial] serializable class OverlaidPanel has no definition of serialVersionUID
[WARNING] /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/AbstractViewerPanel.java:[53,7] [serial] serializable class AbstractViewerPanel has no definition of serialVersionUID
[WARNING] /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerPanel.java:[56,25] [rawtypes] found raw type: DefaultComboBoxModel
  missing type arguments for generic class DefaultComboBoxModel<E>
  where E is a type-variable:
    E extends Object declared in class DefaultComboBoxModel
[WARNING] /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerPanel.java:[56,66] [rawtypes] found raw type: DefaultComboBoxModel
  missing type arguments for generic class DefaultComboBoxModel<E>
  where E is a type-variable:
    E extends Object declared in class DefaultComboBoxModel
[WARNING] /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerPanel.java:[58,18] [unchecked] unchecked call to addElement(E) as a member of the raw type DefaultComboBoxModel
  where E is a type-variable:
    E extends Object declared in class DefaultComboBoxModel
[WARNING] /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerPanel.java:[59,18] [unchecked] unchecked call to addElement(E) as a member of the raw type DefaultComboBoxModel
  where E is a type-variable:
    E extends Object declared in class DefaultComboBoxModel
[WARNING] /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerPanel.java:[60,18] [unchecked] unchecked call to addElement(E) as a member of the raw type DefaultComboBoxModel
  where E is a type-variable:
    E extends Object declared in class DefaultComboBoxModel
[WARNING] /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerPanel.java:[116,26] [unchecked] unchecked call to setModel(ComboBoxModel<E>) as a member of the raw type JComboBox
  where E is a type-variable:
    E extends Object declared in class JComboBox
[WARNING] /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerPanel.java:[209,35] [rawtypes] found raw type: JComboBox
  missing type arguments for generic class JComboBox<E>
  where E is a type-variable:
    E extends Object declared in class JComboBox
[WARNING] /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerPanel.java:[495,23] [rawtypes] found raw type: JComboBox
  missing type arguments for generic class JComboBox<E>
  where E is a type-variable:
    E extends Object declared in class JComboBox
[WARNING] /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerPanel.java:[54,7] [serial] serializable class ViewerPanel has no definition of serialVersionUID
[WARNING] /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerApplet.java:[39,34] [deprecation] JApplet in javax.swing has been deprecated
[WARNING] /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerApplet.java:[39,34] [deprecation] JApplet in javax.swing has been deprecated
[WARNING] /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerApplet.java:[39,34] [deprecation] JApplet in javax.swing has been deprecated
[WARNING] /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerApplet.java:[39,34] [deprecation] JApplet in javax.swing has been deprecated
[WARNING] /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerApplet.java:[39,34] [deprecation] JApplet in javax.swing has been deprecated
[WARNING] /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerApplet.java:[39,7] [serial] serializable class ViewerApplet has no definition of serialVersionUID
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ image-examples-viewer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ image-examples-viewer ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ image-examples-viewer ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ image-examples-viewer ---
[INFO] Building jar: /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/target/image-examples-viewer-1.0-ALPHA-8-SNAPSHOT.7c8860002280.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:test-jar (default-test-jar) @ image-examples-viewer ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ image-examples-viewer ---
[INFO] Installing /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/target/image-examples-viewer-1.0-ALPHA-8-SNAPSHOT.7c8860002280.jar to /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/.repository/it/tidalwave/image/image-examples-viewer/1.0-ALPHA-8-SNAPSHOT/image-examples-viewer-1.0-ALPHA-8-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/modules/Examples/ViewerExample/pom.xml to /var/jenkins_home/jobs/Mistral_Build_from_Scratch/workspace/.repository/it/tidalwave/image/image-examples-viewer/1.0-ALPHA-8-SNAPSHOT/image-examples-viewer-1.0-ALPHA-8-SNAPSHOT.pom
[JENKINS] Archiving disabled