Advertisement
Guest User

Untitled

a guest
Apr 15th, 2024
17
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. > backend@3.3.0 build
  41. > tsc --build --verbose && craco build
  42.  
  43. 7:05:55 AM - Projects in this build:
  44. * ../packages/bookcars-types/tsconfig.json
  45. * ../packages/bookcars-helper/tsconfig.json
  46. * ../packages/disable-react-devtools/tsconfig.json
  47. * tsconfig.json
  48.  
  49. 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'
  50.  
  51. 7:05:55 AM - Building project '/opt/bookcars/packages/bookcars-types/tsconfig.json'...
  52.  
  53. 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'
  54.  
  55. 7:05:57 AM - Building project '/opt/bookcars/packages/bookcars-helper/tsconfig.json'...
  56.  
  57. 7:06:00 AM - Updating unchanged output timestamps of project '/opt/bookcars/packages/bookcars-helper/tsconfig.json'...
  58.  
  59. 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'
  60.  
  61. 7:06:00 AM - Project 'tsconfig.json' is out of date because output file 'src/App.js' does not exist
  62.  
  63. 7:06:00 AM - Building project '/opt/bookcars/backend/tsconfig.json'...
  64.  
  65. Creating an optimized production build...
  66. Browserslist: caniuse-lite is outdated. Please run:
  67. npx update-browserslist-db@latest
  68. Why you should do it regularly: https://github.com/browserslist/update-db#readme
  69. /opt/bookcars/backend/node_modules/react-scripts/scripts/build.js:19
  70. throw err;
  71. ^
  72.  
  73. RpcIpcMessagePortClosedError: Process 1318 exited [SIGKILL].
  74. at /opt/bookcars/backend/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:19:23
  75. at Generator.next (<anonymous>)
  76. at /opt/bookcars/backend/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:8:71
  77. at new Promise (<anonymous>)
  78. at __awaiter (/opt/bookcars/backend/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:4:12)
  79. at ChildProcess.handleExit (/opt/bookcars/backend/node_modules/fork-ts-checker-webpack-plugin/lib/rpc/rpc-ipc/RpcIpcMessagePort.js:18:42)
  80. at ChildProcess.emit (node:events:517:28)
  81. at ChildProcess.emit (node:domain:489:12)
  82. at ChildProcess._handle.onexit (node:internal/child_process:292:12) {
  83. code: null,
  84. signal: 'SIGKILL'
  85. }
  86.  
  87. Node.js v18.19.0
  88. ● nginx.service - A high performance web server and a reverse proxy server
  89. Loaded: loaded (/lib/systemd/system/nginx.service; enabled; preset: enabled)
  90. Active: active (running) since Mon 2024-04-15 07:40:16 UTC; 26ms ago
  91. Docs: man:nginx(8)
  92. Process: 1361 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
  93. Process: 1363 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
  94. Main PID: 1364 (nginx)
  95. Tasks: 2 (limit: 1145)
  96. Memory: 3.2M
  97. CPU: 44ms
  98. CGroup: /system.slice/nginx.service
  99. ├─1364 "nginx: master process /usr/sbin/nginx -g daemon on; master_process on;"
  100. └─1365 "nginx: worker process"
  101.  
  102. Apr 15 07:40:16 localhost systemd[1]: Starting nginx.service - A high performance web server and a reverse proxy server...
  103. Apr 15 07:40:16 localhost systemd[1]: Started nginx.service - A high performance web server and a reverse proxy server.
  104. BookCars backend deployed in 34 minutes and 47 seconds.
  105. Deploying BookCars frontend...
  106. fatal: unable to access 'https://github.com/aelassas/bookcars.git/': Could not resolve host: github.com
  107.  
  108. up to date in 9s
  109.  
  110. 317 packages are looking for funding
  111. run `npm fund` for details
  112.  
  113. > frontend@3.3.0 build
  114. > tsc --build --verbose && craco build
  115.  
  116. 7:40:28 AM - Projects in this build:
  117. * ../packages/bookcars-types/tsconfig.json
  118. * ../packages/bookcars-helper/tsconfig.json
  119. * ../packages/disable-react-devtools/tsconfig.json
  120. * tsconfig.json
  121.  
  122. 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'
  123.  
  124. 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'
  125.  
  126. 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'
  127.  
  128. 7:40:28 AM - Project 'tsconfig.json' is out of date because output file 'src/App.js' does not exist
  129.  
  130. 7:40:28 AM - Building project '/opt/bookcars/frontend/tsconfig.json'...
  131.  
  132. Creating an optimized production build...
  133. Browserslist: caniuse-lite is outdated. Please run:
  134. npx update-browserslist-db@latest
  135. Why you should do it regularly: https://github.com/browserslist/update-db#readme
  136.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement