Advertisement
Guest User

Untitled

a guest
Mar 1st, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.63 KB | None | 0 0
  1. 23:03:28 Started by user vrkumar
  2. 23:03:28 Started by user vrkumar
  3. 23:03:28 Started by an SCM change
  4. 23:03:28 [EnvInject] - Loading node environment variables.
  5. 23:03:28 Building remotely on Executor_01 in workspace /home/jenkins/workspace/p3-vrkumar
  6. 23:03:28 [WS-CLEANUP] Deleting project workspace...
  7. 23:03:28 [WS-CLEANUP] Done
  8. 23:03:28 Cloning the remote Git repository
  9. 23:03:28 Cloning repository git@github.ncsu.edu:engr-csc230-spring2018/csc230-002-41.git
  10. 23:03:28 > git init /home/jenkins/workspace/p3-vrkumar # timeout=10
  11. 23:03:28 Fetching upstream changes from git@github.ncsu.edu:engr-csc230-spring2018/csc230-002-41.git
  12. 23:03:28 > git --version # timeout=10
  13. 23:03:28 > git fetch --tags --progress git@github.ncsu.edu:engr-csc230-spring2018/csc230-002-41.git +refs/heads/*:refs/remotes/origin/*
  14. 23:03:29 > git config remote.origin.url git@github.ncsu.edu:engr-csc230-spring2018/csc230-002-41.git # timeout=10
  15. 23:03:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
  16. 23:03:29 > git config remote.origin.url git@github.ncsu.edu:engr-csc230-spring2018/csc230-002-41.git # timeout=10
  17. 23:03:29 Fetching upstream changes from git@github.ncsu.edu:engr-csc230-spring2018/csc230-002-41.git
  18. 23:03:29 > git fetch --tags --progress git@github.ncsu.edu:engr-csc230-spring2018/csc230-002-41.git +refs/heads/*:refs/remotes/origin/*
  19. 23:03:29 Seen branch in repository origin/master
  20. 23:03:29 Seen 1 remote branch
  21. 23:03:29 Checking out Revision 69d50c1cd2816cc5f01fe407405a7bba3dfbe28b (origin/master)
  22. 23:03:29 > git config core.sparsecheckout # timeout=10
  23. 23:03:29 > git checkout -f 69d50c1cd2816cc5f01fe407405a7bba3dfbe28b
  24. 23:03:29 > git rev-list 69d50c1cd2816cc5f01fe407405a7bba3dfbe28b # timeout=10
  25. 23:03:29 Executor: 0
  26. 23:03:29 [EnvInject] - Executing scripts and injecting environment variables after the SCM step.
  27. 23:03:29 [EnvInject] - Injecting as environment variables the properties content
  28. 23:03:29 TS_RESOURCES=/usr/local
  29. 23:03:29 ASSIGNMENT=spring2018/p3
  30. 23:03:29
  31. 23:03:29 [EnvInject] - Variables injected successfully.
  32. 23:03:29 [p3-vrkumar] $ /bin/sh -xe /tmp/hudson6280702149972508077.sh
  33. 23:03:29 + /usr/local/spring2018/p3/ts_test.sh
  34. 23:03:29
  35. 23:03:29 ** Checking to make sure all required files are present.
  36. 23:03:29
  37. 23:03:29 ** Checking to make sure all required files are present.
  38. 23:03:29
  39. 23:03:29 ** Running style checks
  40. 23:03:29 ** Checking style for wordlist.h
  41. 23:03:30 ** Checking style for wordlist.c
  42. 23:03:30 ** Checking style for display.h
  43. 23:03:31 ** Checking style for display.c
  44. 23:03:31 Magic number(s) found on line 28: 3
  45. 23:03:31 Magic number(s) found on line 31: 4
  46. 23:03:31 Magic number(s) found on line 34: 5
  47. 23:03:31 Magic number(s) found on line 37: 6
  48. 23:03:31 Magic number(s) found on line 40: 7
  49. 23:03:31 ** Checking style for hangman.c
  50. 23:03:32 hangman.c:192: keyword 'while' not followed by a single space
  51. 23:03:32 rm -f *.o
  52. 23:03:32 rm -f hangman
  53. 23:03:32 rm -f output.txt
  54. 23:03:32 gcc -Wall -std=c99 -g -c hangman.c
  55. 23:03:32 gcc -Wall -std=c99 -g -c display.c
  56. 23:03:33 gcc -Wall -std=c99 -g -c wordlist.c
  57. 23:03:33 gcc hangman.o display.o wordlist.o -o hangman
  58. 23:03:33 Test 1: ./hangman animals.txt 2 < input-1.txt > output.txt 2> stdout.txt
  59. 23:03:33 **** Test 1 FAILED - output didn't match the expected output
  60. 23:03:33 Test 2: ./hangman animals.txt 2 < input-2.txt > output.txt 2> stdout.txt
  61. 23:03:33 **** Test 2 FAILED - output didn't match the expected output
  62. 23:03:33 Test 3: ./hangman animals.txt 2 < input-3.txt > output.txt 2> stdout.txt
  63. 23:03:33 **** Test 3 FAILED - output didn't match the expected output
  64. 23:03:33 Test 4: ./hangman food.txt 3 < input-4.txt > output.txt 2> stdout.txt
  65. 23:03:33 **** Test 4 FAILED - output didn't match the expected output
  66. 23:03:33 Test 5: ./hangman food.txt 3 < input-5.txt > output.txt 2> stdout.txt
  67. 23:03:33 **** Test 5 FAILED - output didn't match the expected output
  68. 23:03:33 Test 6: ./hangman animals.txt 2 < input-6.txt > output.txt 2> stdout.txt
  69. 23:03:33 **** Test 6 FAILED - output didn't match the expected output
  70. 23:03:33 Test 7: ./hangman animals.txt 2 < input-7.txt > output.txt 2> stdout.txt
  71. 23:03:33 **** Test 7 FAILED - output didn't match the expected output
  72. 23:03:33 Test 8: ./hangman animals.txt 2 < input-8.txt > output.txt 2> stdout.txt
  73. 23:03:34 **** Test 8 FAILED - output didn't match the expected output
  74. 23:03:34 Test 9: ./hangman animals.txt 2 < input-9.txt > output.txt 2> stdout.txt
  75. 23:03:34 **** Test 9 FAILED - output didn't match the expected output
  76. 23:03:34 Test 10: ./hangman animals.txt 2 < input-10.txt > output.txt 2> stdout.txt
  77. 23:03:34 **** Test 10 FAILED - output didn't match the expected output
  78. 23:03:34 Test 11: ./hangman < input-11.txt > output.txt 2> stdout.txt
  79. 23:03:34 Test 11 PASS
  80. 23:03:34 Test 12: ./hangman notafile.txt 1 < input-12.txt > output.txt 2> stdout.txt
  81. 23:03:34 Test 12 PASS
  82. 23:03:34 Test 13: ./hangman bad-words-13.txt 2 < input-13.txt > output.txt 2> stdout.txt
  83. 23:03:34 **** Resource limits exceeded
  84. 23:03:34 **** Test 13 FAILED - Expected an exit status of 1, bug got: 255
  85. 23:03:34 Test 14: ./hangman bad-words-14.txt 3 < input-14.txt > output.txt 2> stdout.txt
  86. 23:03:34 Test 14 PASS
  87. 23:03:34 Test 15: ./hangman bad-words-15.txt 4 < input-15.txt > output.txt 2> stdout.txt
  88. 23:03:34 Test 15 PASS
  89. 23:03:34 **** There were failing tests
  90. 23:03:34 Build step 'Execute shell' marked build as failure
  91. 23:03:34 erreicht: 5256
  92. 23:03:34 Started calculate disk usage of build
  93. 23:03:34 Finished Calculation of disk usage of build in 0 seconds
  94. 23:03:34 Started calculate disk usage of workspace
  95. 23:03:34 Finished Calculation of disk usage of workspace in 0 seconds
  96. 23:03:34 Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement