tigase-database-migrator - Build # 1 - Failure! (#1)
Closed
Mr. Jenkins opened 6 years ago

tigase-database-migrator - Build # 1 - Failure:

Check console output at http://build.tigase.net/jenkins/job/tigase-database-migrator/1/ to view the results.

Changes: No changes

Started by: Started by user Wojciech Kapcia

[...truncated 6.55 KB...]
[INFO] Executing: /bin/sh -c cd /var/lib/jenkins/jobs/tigase-database-migrator/workspace && git rev-parse --verify --short=8 HEAD
[INFO] Working directory: /var/lib/jenkins/jobs/tigase-database-migrator/workspace
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- gmaven-plugin:1.5:execute (gitver) @ tigase-database-migrator ---
[INFO] setting revision to: 3
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ tigase-database-migrator ---
[INFO] 
1 warning
[WARNING] Javadoc Warnings
[WARNING] /var/lib/jenkins/jobs/tigase-database-migrator/workspace/src/main/java/tigase/db/converter/Convertible.java:40: warning: no @return
[WARNING] Optional<String> getMainQuery();
[WARNING] ^
[INFO] Building jar: /var/lib/jenkins/jobs/tigase-database-migrator/workspace/target/tigase-database-migrator-1.0.0-SNAPSHOT-b3-javadoc.jar
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ tigase-database-migrator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ tigase-database-migrator ---
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 188 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 38 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 45 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 74 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 1.5 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 235 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 41 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 195 kB/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /var/lib/jenkins/jobs/tigase-database-migrator/workspace/target/classes
[INFO] /var/lib/jenkins/jobs/tigase-database-migrator/workspace/src/main/java/tigase/db/converter/Converter.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/tigase-database-migrator/workspace/src/main/java/tigase/db/converter/Converter.java: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/jobs/tigase-database-migrator/workspace/src/main/java/tigase/db/converter/ConverterUtil.java:[159,25] cal has private access in tigase.util.log.LogFormatter
[ERROR] /var/lib/jenkins/jobs/tigase-database-migrator/workspace/src/main/java/tigase/db/converter/ConverterUtil.java:[161,70] cal has private access in tigase.util.log.LogFormatter
[ERROR] /var/lib/jenkins/jobs/tigase-database-migrator/workspace/src/main/java/tigase/db/converter/ConverterUtil.java:[171,33] cannot find symbol
symbol:   method getStackTrace(java.lang.StringBuilder,java.lang.Throwable)
location: class tigase.db.converter.ConverterUtil.PlainLogFormatter
[ERROR] /var/lib/jenkins/jobs/tigase-database-migrator/workspace/src/main/java/tigase/db/converter/ConverterUtil.java:[173,33] cannot find symbol
symbol:   method addError(java.lang.Throwable,java.lang.String,java.lang.String)
location: class tigase.db.converter.ConverterUtil.PlainLogFormatter
[INFO] 4 errors 
[INFO] -------------------------------------------------------------
[WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.MavenArtifactArchiver$2; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.MavenFingerprinter$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
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
Notifying upstream projects of job completion
Join notifier requires a CauseAction
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  21.955 s
[INFO] Finished at: 2018-12-06T14:35:26Z
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "dist" could not be activated because it does not exist.
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project tigase-database-migrator: Compilation failure: Compilation failure:
[ERROR] /var/lib/jenkins/jobs/tigase-database-migrator/workspace/src/main/java/tigase/db/converter/ConverterUtil.java:[159,25] cal has private access in tigase.util.log.LogFormatter
[ERROR] /var/lib/jenkins/jobs/tigase-database-migrator/workspace/src/main/java/tigase/db/converter/ConverterUtil.java:[161,70] cal has private access in tigase.util.log.LogFormatter
[ERROR] /var/lib/jenkins/jobs/tigase-database-migrator/workspace/src/main/java/tigase/db/converter/ConverterUtil.java:[171,33] cannot find symbol
[ERROR] symbol:   method getStackTrace(java.lang.StringBuilder,java.lang.Throwable)
[ERROR] location: class tigase.db.converter.ConverterUtil.PlainLogFormatter
[ERROR] /var/lib/jenkins/jobs/tigase-database-migrator/workspace/src/main/java/tigase/db/converter/ConverterUtil.java:[173,33] cannot find symbol
[ERROR] symbol:   method addError(java.lang.Throwable,java.lang.String,java.lang.String)
[ERROR] location: class tigase.db.converter.ConverterUtil.PlainLogFormatter
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[JENKINS] Archiving /var/lib/jenkins/jobs/tigase-database-migrator/workspace/pom.xml to tigase/tigase-database-migrator/1.0.0-SNAPSHOT/tigase-database-migrator-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/tigase-database-migrator/workspace/target/tigase-database-migrator-1.0.0-SNAPSHOT-b3-javadoc.jar to tigase/tigase-database-migrator/1.0.0-SNAPSHOT/tigase-database-migrator-1.0.0-SNAPSHOT-javadoc.jar
channel stopped
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
Notifying upstream projects of job completion
Email was triggered for: Failure - 1st
Email was triggered for: Failure - Any
Trigger Failure - Any was overridden by another trigger and will not send an email.
Trigger Failure - Still was overridden by another trigger and will not send an email.
Sending email for trigger: Failure - 1st

Applicable version: git/master

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
RedmineID
8389
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/tigase-database-migrator#1
Please wait...
Page is in error, reload to recover