Skip to content

Instantly share code, notes, and snippets.

@seblm
Created November 27, 2013 19:11
Show Gist options
  • Save seblm/7681363 to your computer and use it in GitHub Desktop.
Save seblm/7681363 to your computer and use it in GitHub Desktop.
error log when building JTaches
$ mvn install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jtaches 1.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.pom (10 KB at 11.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 KB at 107.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.jar (31 KB at 223.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/beust/jcommander/1.29/jcommander-1.29.pom
Downloaded: http://repo.maven.apache.org/maven2/com/beust/jcommander/1.29/jcommander-1.29.pom (8 KB at 80.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.10/snakeyaml-1.10.pom
Downloaded: http://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.10/snakeyaml-1.10.pom (17 KB at 177.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/googlecode/minlog/1.2/minlog-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/googlecode/minlog/1.2/minlog-1.2.pom (2 KB at 17.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/2.8.7/amqp-client-2.8.7.pom
Downloaded: http://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/2.8.7/amqp-client-2.8.7.pom (3 KB at 31.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/lesscss/lesscss/1.3.3/lesscss-1.3.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/lesscss/lesscss/1.3.3/lesscss-1.3.3.pom (8 KB at 81.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/testng/testng/6.7/testng-6.7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/testng/testng/6.7/testng-6.7.pom (8 KB at 74.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.5-rc1/mockito-all-1.9.5-rc1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.5-rc1/mockito-all-1.9.5-rc1.pom (2 KB at 12.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/beust/jcommander/1.29/jcommander-1.29.jar
Downloading: http://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.10/snakeyaml-1.10.jar
Downloading: http://repo.maven.apache.org/maven2/com/googlecode/minlog/1.2/minlog-1.2.jar
Downloading: http://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/2.8.7/amqp-client-2.8.7.jar
Downloading: http://repo.maven.apache.org/maven2/org/lesscss/lesscss/1.3.3/lesscss-1.3.3.jar
Downloaded: http://repo.maven.apache.org/maven2/com/googlecode/minlog/1.2/minlog-1.2.jar (5 KB at 35.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/testng/testng/6.7/testng-6.7.jar
Downloaded: http://repo.maven.apache.org/maven2/com/beust/jcommander/1.29/jcommander-1.29.jar (56 KB at 226.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.5-rc1/mockito-all-1.9.5-rc1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.10/snakeyaml-1.10.jar (261 KB at 463.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/lesscss/lesscss/1.3.3/lesscss-1.3.3.jar (184 KB at 311.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/testng/testng/6.7/testng-6.7.jar (736 KB at 556.1 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/2.8.7/amqp-client-2.8.7.jar (341 KB at 222.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.5-rc1/mockito-all-1.9.5-rc1.jar (1539 KB at 792.5 KB/sec)
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ jtaches ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jtaches ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/seb/src/JTaches/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ jtaches ---
[INFO] Compiling 15 source files to /Users/seb/src/JTaches/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jtaches ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jtaches ---
[INFO] Compiling 13 source files to /Users/seb/src/JTaches/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ jtaches ---
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.pom (3 KB at 22.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.pom (3 KB at 28.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.pom (6 KB at 55.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.jar (122 KB at 431.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.jar (219 KB at 740.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.jar (33 KB at 107.3 KB/sec)
[INFO] Surefire report directory: /Users/seb/src/JTaches/target/surefire-reports
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng/2.12/surefire-testng-2.12.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng/2.12/surefire-testng-2.12.pom (4 KB at 13.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.12/surefire-providers-2.12.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.12/surefire-providers-2.12.pom (3 KB at 26.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng-utils/2.12/surefire-testng-utils-2.12.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng-utils/2.12/surefire-testng-utils-2.12.pom (3 KB at 33.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.12/surefire-grouper-2.12.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.12/surefire-grouper-2.12.pom (3 KB at 23.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng-utils/2.12/surefire-testng-utils-2.12.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng/2.12/surefire-testng-2.12.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.12/surefire-grouper-2.12.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-grouper/2.12/surefire-grouper-2.12.jar (37 KB at 317.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng-utils/2.12/surefire-testng-utils-2.12.jar (21 KB at 118.6 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-testng/2.12/surefire-testng-2.12.jar (32 KB at 50.6 KB/sec)
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option UseSplitVerifier; support was removed in 8.0
Running TestSuite
Configuring TestNG with: org.apache.maven.surefire.testng.conf.TestNGMapConfigurator@707f7052
Register tache: SysoutTache watching on directory: ./src
Register tache: CopyTache watching on directory: ./src
Register tache: ScriptTache watching on directory: ./src
==Verbose mode activated==
Copying file: ./target/bullshit/oma.gad
Unable to copy file: ./target/bullshit/oma.gad
Deleting file: ./target/bullshit/oma.gad
Unable to delete file: ./target/bullshit/oma.gad
Copying file: ./target/bullshit/oma.gad
Unable to copy file: ./target/bullshit/oma.gad
Copying file: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/1385579079420-1/omagad
Copying file: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/1385579079420-1/oma.gad
Copying file: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/1385579079420-1/oma.gad
Deleting file: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/1385579079420-1/oma.gad
Copying file: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/1385579079420-1/bollocs/ghost/oma.gad
Unable to copy file: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/1385579079420-1/bollocs/ghost/oma.gad
Copying file: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/1385579079420-1/truth/ghost/oma.gad
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register tache: DummyTache watching on directory: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
No task registered.
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register tache: DummyTache$$EnhancerByMockitoWithCGLIB$$4c38cfa4 watching on directory: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register tache: DummyTache$$EnhancerByMockitoWithCGLIB$$4c38cfa4 watching on directory: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register tache: DummyTache$$EnhancerByMockitoWithCGLIB$$4c38cfa4 watching on directory: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register tache: DummyTache$$EnhancerByMockitoWithCGLIB$$4c38cfa4 watching on directory: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register tache: DummyTache$$EnhancerByMockitoWithCGLIB$$4c38cfa4 watching on directory: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register tache: DummyTache watching on directory: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Overflow detected. You may have lost one or more event calls.
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309/src
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309/src/main
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309/src/main/iamnotyourpupet
Register tache: GuardianTest$1$$EnhancerByMockitoWithCGLIB$$563eb58b watching on directory: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register tache: GuardianTest$3$$EnhancerByMockitoWithCGLIB$$6b927b01 watching on directory: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309/src
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309/src/main
Register tache: GuardianTest$3$$EnhancerByMockitoWithCGLIB$$6b927b01 watching on directory: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomemore3953449889037063302
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomemore3953449889037063302/src
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomemore3953449889037063302/src/main
Register tache: GuardianTest$3$$EnhancerByMockitoWithCGLIB$$6b927b01 watching on directory: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomemore3953449889037063302
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309/src
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309/src/main
Register tache: GuardianTest$3$$EnhancerByMockitoWithCGLIB$$6b927b01 watching on directory: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309/src
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309/src/main
Register tache: GuardianTest$3$$EnhancerByMockitoWithCGLIB$$6b927b01 watching on directory: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309/src
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309/src/main
Register tache: GuardianTest$3$$EnhancerByMockitoWithCGLIB$$6b927b01 watching on directory: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309/src
Register path: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309/src/main
Register tache: GuardianTest$3$$EnhancerByMockitoWithCGLIB$$6b927b01 watching on directory: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/_awesomeless9184533791055372309
Register path: src/main
Compiling file: ./target/bullshit/oma.css
Deleting file: ./target/bullshit/oma.css
Compiling file: ./target/bullshit/oma.css
Compiling file: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/1385579079419-1/oma.css
Compiling file: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/1385579079419-1/oma.css
Deleting file: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/1385579079419-1/oma.css
Compiling file: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/1385579079419-1/bollocs/ghost/oma.css
Compiling file: /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/1385579079419-1/truth/ghost/oma.css
Executing script: mv /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/1385579079417-0/test /var/folders/jg/jjqr75y95dq6wm06tx94fm600000gn/T/1385579079417-0/ENTRY_MODIFY
Executing script: youbastard
Error executing the command: youbastard - Cannot run program "youbastard" (in directory "."): error=2, No such file or directory
Created: /tmp/noevent1231922148407291129
Deleted: /tmp/noevent8618777725204110989
Modified: /tmp/noevent6715620123507608110
Tests run: 91, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 18.166 sec <<< FAILURE!
Results :
Failed tests: a_guardian_must_not_stop_if_a_sub_directory_is_deleted(com.github.athieriot.jtaches.GuardianTest): Method org.testng.internal.TestNGMethod.a_guardian_must_not_stop_if_a_sub_directory_is_deleted() didn't finish within the time-out 2000
a_guardian_must_not_watch_sub_file_creation_if_not_related_task(com.github.athieriot.jtaches.GuardianTest): Method org.testng.internal.TestNGMethod.a_guardian_must_not_watch_sub_file_creation_if_not_related_task() didn't finish within the time-out 2000
a_guardian_must_watch_sub_file_creation_for_two_different_tasks(com.github.athieriot.jtaches.GuardianTest): Method org.testng.internal.TestNGMethod.a_guardian_must_watch_sub_file_creation_for_two_different_tasks() didn't finish within the time-out 2000
a_guardian_must_watch_true_file_creation(com.github.athieriot.jtaches.GuardianTest): Method org.testng.internal.TestNGMethod.a_guardian_must_watch_true_file_creation() didn't finish within the time-out 2000
a_guardian_must_watch_true_sub_file_creation(com.github.athieriot.jtaches.GuardianTest): Method org.testng.internal.TestNGMethod.a_guardian_must_watch_true_sub_file_creation() didn't finish within the time-out 2000
Tests run: 91, Failures: 5, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30.214s
[INFO] Finished at: Wed Nov 27 20:04:57 CET 2013
[INFO] Final Memory: 23M/141M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project jtaches: There are test failures.
[ERROR]
[ERROR] Please refer to /Users/seb/src/JTaches/target/surefire-reports for the individual test results.
[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
@seblm
Copy link
Author

seblm commented Nov 27, 2013

et en java 7 aussi ça fail de la même manière que sur ce gist (qui a été lancé avec java 8)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment