Guest User

Untitled

a guest
Apr 15th, 2024
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.16 KB | None | 0 0
  1. Deploying BookCars API...
  2. Already up to date.
  3.  
  4. up to date, audited 699 packages in 4s
  5.  
  6. 64 packages are looking for funding
  7. run `npm fund` for details
  8.  
  9. found 0 vulnerabilities
  10. ● bookcars.service - BookCars API
  11. Loaded: loaded (/etc/systemd/system/bookcars.service; enabled; preset: enabled)
  12. Active: active (running) since Mon 2024-04-15 07:05:29 UTC; 33ms ago
  13. Main PID: 1173 (node)
  14. Tasks: 1 (limit: 1145)
  15. Memory: 1.4M
  16. CPU: 12ms
  17. CGroup: /system.slice/bookcars.service
  18. └─1173 node /usr/bin/npm start
  19.  
  20. Apr 15 07:05:29 localhost systemd[1]: Started bookcars.service - BookCars API.
  21. BookCars API deployed in 0 minutes and 6 seconds.
  22. Deploying BookCars backend...
  23. Already up to date.
  24.  
  25. up to date, audited 1897 packages in 20s
  26.  
  27. 318 packages are looking for funding
  28. run `npm fund` for details
  29.  
  30. 14 vulnerabilities (6 moderate, 7 high, 1 critical)
  31.  
  32. To address issues that do not require attention, run:
  33. npm audit fix
  34.  
  35. To address all issues (including breaking changes), run:
  36. npm audit fix --force
  37.  
  38. Run `npm audit` for details.
  39.  
  40. > tsc --build --verbose && craco build
  41.  
  42. 7:05:55 AM - Projects in this build:
  43. * ../packages/bookcars-types/tsconfig.json
  44. * ../packages/bookcars-helper/tsconfig.json
  45. * ../packages/disable-react-devtools/tsconfig.json
  46. * tsconfig.json
  47.  
  48. 7:05:55 AM - Project '../packages/bookcars-types/tsconfig.json' is out of date because output for it was generated with version '5.4.5' that differs with current version '4.9.5'
  49.  
  50. 7:05:55 AM - Building project '/opt/bookcars/packages/bookcars-types/tsconfig.json'...
  51.  
  52. 7:05:57 AM - Project '../packages/bookcars-helper/tsconfig.json' is out of date because output '../packages/bookcars-helper/tsconfig.tsbuildinfo' is older than input '../packages/bookcars-types'
  53.  
  54. 7:05:57 AM - Building project '/opt/bookcars/packages/bookcars-helper/tsconfig.json'...
  55.  
  56. 7:06:00 AM - Updating unchanged output timestamps of project '/opt/bookcars/packages/bookcars-helper/tsconfig.json'...
  57.  
  58. 7:06:00 AM - Project '../packages/disable-react-devtools/tsconfig.json' is up to date because newest input '../packages/disable-react-devtools/index.ts' is older than output '../packages/disable-react-devtools/tsconfig.tsbuildinfo'
  59.  
  60. 7:06:00 AM - Project 'tsconfig.json' is out of date because output file 'src/App.js' does not exist
  61.  
  62. 7:06:00 AM - Building project '/opt/bookcars/backend/tsconfig.json'...
  63.  
  64. Creating an optimized production build...
  65. Browserslist: caniuse-lite is outdated. Please run:
  66. npx update-browserslist-db@latest
  67. Why you should do it regularly: https://github.com/browserslist/update-db#readme
  68. /opt/bookcars/backend/node_modules/react-scripts/scripts/build.js:19
  69. throw err;
  70. ^
  71.  
  72. RpcIpcMessagePortClosedError: Process 1318 exited [SIGKILL].
  73. at /opt/bookcars/backend/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:19:23
  74. at Generator.next (<anonymous>)
  75. at /opt/bookcars/backend/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:8:71
  76. at new Promise (<anonymous>)
  77. at __awaiter (/opt/bookcars/backend/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:4:12)
  78. at ChildProcess.handleExit (/opt/bookcars/backend/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:18:42)
  79. at ChildProcess.emit (node:events:517:28)
  80. at ChildProcess.emit (node:domain:489:12)
  81. at ChildProcess._handle.onexit (node:internal/child_process:292:12) {
  82. code: null,
  83. signal: 'SIGKILL'
  84. }
  85.  
  86. Node.js v18.19.0
  87. ● nginx.service - A high performance web server and a reverse proxy server
  88. Loaded: loaded (/lib/systemd/system/nginx.service; enabled; preset: enabled)
  89. Active: active (running) since Mon 2024-04-15 07:40:16 UTC; 26ms ago
  90. Docs: man:nginx(8)
  91. Process: 1361 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
  92. Process: 1363 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
  93. Main PID: 1364 (nginx)
  94. Tasks: 2 (limit: 1145)
  95. Memory: 3.2M
  96. CPU: 44ms
  97. CGroup: /system.slice/nginx.service
  98. ├─1364 "nginx: master process /usr/sbin/nginx -g daemon on; master_process on;"
  99. └─1365 "nginx: worker process"
  100.  
  101. Apr 15 07:40:16 localhost systemd[1]: Starting nginx.service - A high performance web server and a reverse proxy server...
  102. Apr 15 07:40:16 localhost systemd[1]: Started nginx.service - A high performance web server and a reverse proxy server.
  103. BookCars backend deployed in 34 minutes and 47 seconds.
  104. Deploying BookCars frontend...
  105. fatal: unable to access 'https://github.com/aelassas/bookcars.git/': Could not resolve host: github.com
  106.  
  107. up to date in 9s
  108.  
  109. 317 packages are looking for funding
  110. run `npm fund` for details
  111.  
  112. > tsc --build --verbose && craco build
  113.  
  114. 7:40:28 AM - Projects in this build:
  115. * ../packages/bookcars-types/tsconfig.json
  116. * ../packages/bookcars-helper/tsconfig.json
  117. * ../packages/disable-react-devtools/tsconfig.json
  118. * tsconfig.json
  119.  
  120. 7:40:28 AM - Project '../packages/bookcars-types/tsconfig.json' is up to date because newest input '../packages/bookcars-types/index.ts' is older than output '../packages/bookcars-types/tsconfig.tsbuildinfo'
  121.  
  122. 7:40:28 AM - Project '../packages/bookcars-helper/tsconfig.json' is up to date because newest input '../packages/bookcars-helper/index.ts' is older than output '../packages/bookcars-helper/tsconfig.tsbuildinfo'
  123.  
  124. 7:40:28 AM - Project '../packages/disable-react-devtools/tsconfig.json' is up to date because newest input '../packages/disable-react-devtools/index.ts' is older than output '../packages/disable-react-devtools/tsconfig.tsbuildinfo'
  125.  
  126. 7:40:28 AM - Project 'tsconfig.json' is out of date because output file 'src/App.js' does not exist
  127.  
  128. 7:40:28 AM - Building project '/opt/bookcars/frontend/tsconfig.json'...
  129.  
  130. Creating an optimized production build...
  131. Browserslist: caniuse-lite is outdated. Please run:
  132. npx update-browserslist-db@latest
  133. Why you should do it regularly: https://github.com/browserslist/update-db#readme
  134.  
Advertisement
Add Comment
Please, Sign In to add comment