Advertisement
printesoi

Untitled

Mar 20th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. Erori vmchecker
  2. vmexecutor exitcode 0 (success)
  3. Compilarea temei și a testelor (stdout)
  4. vmchecker storer: Build assignment and tests.
  5.  
  6.  
  7. Assignment archive contents:
  8. Archive: archive.zip
  9. Length Date Time Name
  10. --------- ---------- ----- ----
  11. 12553 2014-03-20 12:46 tracer.c
  12. 461 2014-03-13 19:11 tracer.h
  13. 68 2014-03-20 00:16 README
  14. 302 2014-03-20 09:36 Makefile
  15. 42 2014-03-13 18:22 Kbuild
  16. --------- -------
  17. 13426 5 files
  18. Unpacking assignment ...
  19. Test archive contents:
  20. Archive: tests.zip
  21. Length Date Time Name
  22. --------- ---------- ----- ----
  23. 0 2014-03-16 23:01 _test/
  24. 15472 2014-03-16 23:01 _test/tracer_test.c
  25. 763 2014-03-16 23:01 _test/helper.h
  26. 1081 2014-03-16 23:01 _test/test.h
  27. 514 2014-03-16 23:01 _test/tracer_test.h
  28. 1159 2014-03-16 23:01 _test/util.h
  29. 461 2014-03-16 23:01 _test/tracer.h
  30. 1424 2014-03-16 23:01 _test/debug.h
  31. 175 2014-03-16 23:01 _test/helper.c
  32. 207 2014-03-16 23:01 _test/Makefile
  33. 0 2014-03-16 23:02 _helper/
  34. 4124 2014-03-16 23:01 _helper/tracer_helper.c
  35. 763 2014-03-16 23:01 _helper/helper.h
  36. 58 2014-03-16 23:01 _helper/Kbuild
  37. 112 2014-03-16 23:01 _helper/Makefile
  38. 758 2014-03-16 23:01 Makefile.checker
  39. 2441 2014-03-16 23:01 README
  40. 324 2014-03-16 23:01 _checker
  41. --------- -------
  42. 29836 18 files
  43.  
  44. Building tests ...
  45. make -C _test
  46. make[1]: Entering directory `/home/vmchecker/so2/vm/qemu-vm.2014-03-16/fsimg/root/_test'
  47. cc -Wall -g -static -m32 -c -o tracer_test.o tracer_test.c
  48. make[1]: Leaving directory `/home/vmchecker/so2/vm/qemu-vm.2014-03-16/fsimg/root/_test'
  49. make -C _helper
  50. make[1]: Entering directory `/home/vmchecker/so2/vm/qemu-vm.2014-03-16/fsimg/root/_helper'
  51. make -C /usr/src/linux-so2/ M=`pwd`
  52. make[2]: Entering directory `/home/vmchecker/so2/src/linux-3.13'
  53. LD /home/vmchecker/so2/vm/qemu-vm.2014-03-16/fsimg/root/_helper/built-in.o
  54. CC [M] /home/vmchecker/so2/vm/qemu-vm.2014-03-16/fsimg/root/_helper/tracer_helper.o
  55. /home/vmchecker/so2/vm/qemu-vm.2014-03-16/fsimg/root/_helper/tracer_helper.c: In function ‘thread_fn’:
  56. /home/vmchecker/so2/vm/qemu-vm.2014-03-16/fsimg/root/_helper/tracer_helper.c:78:21: warning: ignoring return value of ‘down_interruptible’, declared with attribute warn_unused_result [-Wunused-result]
  57. Building modules, stage 2.
  58. MODPOST 1 modules
  59. CC /home/vmchecker/so2/vm/qemu-vm.2014-03-16/fsimg/root/_helper/tracer_helper.mod.o
  60. LD [M] /home/vmchecker/so2/vm/qemu-vm.2014-03-16/fsimg/root/_helper/tracer_helper.ko
  61. make[2]: Leaving directory `/home/vmchecker/so2/src/linux-3.13'
  62. make[1]: Leaving directory `/home/vmchecker/so2/vm/qemu-vm.2014-03-16/fsimg/root/_helper'
  63. cp _helper/tracer_helper.ko .
  64. cc -Wall -g -m32 -static -o tracer_test _test/tracer_test.o
  65. SUCCESS: Building tests complete.
  66.  
  67. Building assignment ...
  68. Fixing file dates ...
  69. make -C /usr/src/linux-so2 M=`pwd`
  70. make[1]: Entering directory `/home/vmchecker/so2/src/linux-3.13'
  71. LD /home/vmchecker/so2/vm/qemu-vm.2014-03-16/fsimg/root/built-in.o
  72. CC [M] /home/vmchecker/so2/vm/qemu-vm.2014-03-16/fsimg/root/tracer.o
  73. Building modules, stage 2.
  74. MODPOST 1 modules
  75. CC /home/vmchecker/so2/vm/qemu-vm.2014-03-16/fsimg/root/tracer.mod.o
  76. LD [M] /home/vmchecker/so2/vm/qemu-vm.2014-03-16/fsimg/root/tracer.ko
  77. make[1]: Leaving directory `/home/vmchecker/so2/src/linux-3.13'
  78. SUCCESS: Building assignment complete.
  79.  
  80. Building tests ...
  81. make: Nothing to be done for `build-post'.
  82. SUCCESS: Building tests complete.
  83. Compilarea temei și a testelor (stderr)
  84. Execuția testelor (stdout)
  85. Execuția testelor (stderr)
  86. Mesaje kernel (netconsole)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement