Advertisement
sherrif1

Untitled

Sep 19th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. Worker information
  2. 0.23s0.00s0.01s
  3. system_info
  4. Build system information
  5. 0.00s0.03s0.00s0.02s0.41s0.00s0.00s0.00s0.01s0.01s0.13s0.01s1.08s0.00s0.00s0.08s0.00s3.08s0.00s2.42s
  6. docker_mtu
  7. resolvconf
  8. install_jdk
  9. Installing openjdk8
  10. services
  11. 3.03s$ sudo systemctl start xvfb
  12. install_firefox
  13. Installing Firefox 43.0
  14. $ firefox --version
  15. Mozilla Firefox 43.0
  16. git.checkout
  17. 0.83s$ git clone --depth=50 https://github.com/openmrs/openmrs-module-coreapps.git openmrs/openmrs-module-coreapps
  18. 0.01s
  19. cache.1
  20. Setting up build cache
  21. $ java -Xmx32m -version
  22. openjdk version "1.8.0_222"
  23. OpenJDK Runtime Environment (build 1.8.0_222-8u222-b10-1ubuntu1~16.04.1-b10)
  24. OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)
  25. $ javac -J-Xmx32m -version
  26. javac 1.8.0_222
  27. install.1
  28. 0.00s$ export DISPLAY=:99.0
  29. install.2
  30. 11.61s$ tar -xjf /tmp/firefox-43.0.tar.bz2 --directory /tmp
  31. install.3
  32. 0.00s$ export PATH="/tmp/firefox:$PATH"
  33. $ mvn clean install -q
  34. ERROR - Context.getServiceContext(260) |2019-09-20 04:22:28,784| serviceContext is null. Creating new ServiceContext()
  35. SLF4J: Class path contains multiple SLF4J bindings.
  36. SLF4J: Found binding in [jar:file:/home/travis/.m2/repository/org/slf4j/slf4j-log4j12/1.6.0/slf4j-log4j12-1.6.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  37. SLF4J: Found binding in [jar:file:/home/travis/.m2/repository/org/slf4j/slf4j-log4j12/1.6.0/slf4j-log4j12-1.6.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  38. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  39. [ERROR] sh: 1: gm: not found
  40. [ERROR] sh: 1: node-gyp: Permission denied
  41. [ERROR] Can not download file from https://raw.githubusercontent.com/sass/node-sass-binaries/v2.0.1/linux-x64-node-6.10/binding.node
  42. [ERROR] Can not download file from https://raw.githubusercontent.com/sass/node-sass-binaries/v2.1.1/linux-x64-node-6.10/binding.node
  43. [ERROR] module.js:471
  44. [ERROR] throw err;
  45. [ERROR] ^
  46. [ERROR]
  47. [ERROR] Error: Cannot find module '/home/travis/build/openmrs/openmrs-module-coreapps/node_modules/compass-node/node_modules/node-sass/node_modules/pangyp/bin/node-gyp'
  48. [ERROR] at Function.Module._resolveFilename (module.js:469:15)
  49. [ERROR] at Function.Module._load (module.js:417:25)
  50. [ERROR] at Module.runMain (module.js:604:10)
  51. [ERROR] at run (bootstrap_node.js:394:7)
  52. [ERROR] at startup (bootstrap_node.js:149:9)
  53. [ERROR] at bootstrap_node.js:509:3
  54. [ERROR] Build failed
  55. [ERROR] module.js:471
  56. [ERROR] throw err;
  57. [ERROR] ^
  58. [ERROR]
  59. [ERROR] Error: Cannot find module '/home/travis/build/openmrs/openmrs-module-coreapps/node_modules/node-sass/node_modules/pangyp/bin/node-gyp'
  60. [ERROR] at Function.Module._resolveFilename (module.js:469:15)
  61. [ERROR] at Function.Module._load (module.js:417:25)
  62. [ERROR] at Module.runMain (module.js:604:10)
  63. [ERROR] at run (bootstrap_node.js:394:7)
  64. [ERROR] at startup (bootstrap_node.js:149:9)
  65. [ERROR] at bootstrap_node.js:509:3
  66. [ERROR] Build failed
  67. [ERROR] βœ” gifsicle pre-build test passed successfully
  68. [ERROR] βœ” jpegtran pre-build test passed successfully
  69. [ERROR] βœ” optipng pre-build test passed successfully
  70. [ERROR] βœ” pngquant pre-build test passed successfully
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement