Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AntonSikret87/77a3ef80dc5c45c3dd49e593727a3be1 to your computer and use it in GitHub Desktop.
Save AntonSikret87/77a3ef80dc5c45c3dd49e593727a3be1 to your computer and use it in GitHub Desktop.
Started by user anonymous
Building in workspace C:\Users\sikretSSD\.jenkins\jobs\addressbook-test\workspace
> C:\Program Files (x86)\Git\bin\git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> C:\Program Files (x86)\Git\bin\git.exe config remote.origin.url https://github.com/AntonSikret87/Java_TestTry # timeout=10
Fetching upstream changes from https://github.com/AntonSikret87/Java_TestTry
> C:\Program Files (x86)\Git\bin\git.exe --version # timeout=10
> C:\Program Files (x86)\Git\bin\git.exe -c core.askpass=true fetch --tags --progress https://github.com/AntonSikret87/Java_TestTry +refs/heads/*:refs/remotes/origin/*
> C:\Program Files (x86)\Git\bin\git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
> C:\Program Files (x86)\Git\bin\git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision ed353ad5e8d53662167a6369280107e044afcd6d (refs/remotes/origin/master)
> C:\Program Files (x86)\Git\bin\git.exe config core.sparsecheckout # timeout=10
> C:\Program Files (x86)\Git\bin\git.exe checkout -f ed353ad5e8d53662167a6369280107e044afcd6d
> C:\Program Files (x86)\Git\bin\git.exe rev-list ed353ad5e8d53662167a6369280107e044afcd6d # timeout=10
[Gradle] - Launching build.
[addressbook-web-tests] $ cmd.exe /C "C:\Tools\gradle-2.10\bin\gradle.bat -Pbrowser=chrome -Ptarget=remote clean testGroups && exit %%ERRORLEVEL%%"
:clean
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:compileTestJavaNote: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:processTestResources
:testClasses
:testGroups
ua.stqu.pft.addressbook.tests.GroupModificationTests.setUp FAILED
org.openqa.selenium.WebDriverException
Caused by: java.lang.IllegalStateException
ua.stqu.pft.addressbook.tests.GroupModificationTests.tearDown FAILED
java.lang.NullPointerException
3 tests completed, 2 failed, 1 skipped
:testGroups FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':testGroups'.
> There were failing tests. See the report at: file:///C:/Users/sikretSSD/.jenkins/jobs/addressbook-test/workspace/addressbook-web-tests/build/reports/tests/index.html
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 31.06 secs
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Recording test results
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment