Skip to content

Instantly share code, notes, and snippets.

@kohsuke
Last active May 21, 2018 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kohsuke/17e71e7512367026c8dba3889fa78b0e to your computer and use it in GitHub Desktop.
Save kohsuke/17e71e7512367026c8dba3889fa78b0e to your computer and use it in GitHub Desktop.
failure-0521.log
[INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] [INFO] Forking Jenkins cli 2.123
[INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:display-info (display-info) @ cli ---
[INFO] [INFO] Maven Version: 3.5.3
[INFO] [INFO] JDK Version: 1.8.0_144 normalized as: 1.8.0-144
[INFO] [INFO] OS Info: Arch: amd64 Family: unix Name: linux Version: 4.4.0-121-generic
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (display-info) @ cli ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-banned-dependencies) @ cli ---
[INFO] [INFO]
[INFO] [INFO] --- maven-localizer-plugin:1.24:generate (default) @ cli ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ cli ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ cli ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 11 resources
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- flatten-maven-plugin:1.0.1:flatten (flatten) @ cli ---
[INFO] [INFO] Generating flattened POM of project org.jenkins-ci.main:cli:jar:2.123...
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ cli ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 16 source files to /files/kohsuke/ws/jenkins/rc/target/checkout/cli/target/classes
[INFO] [INFO] -------------------------------------------------------------
[INFO] [ERROR] COMPILATION ERROR :
[INFO] [INFO] -------------------------------------------------------------
[INFO] [ERROR] /files/kohsuke/ws/jenkins/rc/target/checkout/cli/target/generated-sources/localizer/hudson/cli/client/Messages.java:[20,7] error: duplicate class: hudson.cli.client.Messages
[INFO] [INFO] 1 error
[INFO] [INFO] -------------------------------------------------------------
% tree target/generated-sources target/target/generated-sources
target/generated-sources
├── annotations
└── localizer
└── hudson
└── cli
└── client
└── Messages.java
target/target/generated-sources
└── localizer
└── hudson
└── cli
└── client
└── Messages.java
9 directories, 2 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment