Guest User

Apollo 2 2.0.6 Update Log

a guest
Oct 25th, 2024
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.78 KB | None | 0 0
  1.  
  2. futurebit@futurebit-apollo-2:~$ cd /opt/apolloapi/backend
  3. futurebit@futurebit-apollo-2:/opt/apolloapi/backend$ sudo ./update
  4. rm: cannot remove '/tmp/update_progress': No such file or directory
  5. Now using node v21.6.2 (npm v10.2.4)
  6. ---> Updating API modules
  7. HEAD is now at d6ba154 Update image_update
  8. remote: Enumerating objects: 86, done.
  9. remote: Counting objects: 100% (86/86), done.
  10. remote: Compressing objects: 100% (46/46), done.
  11. remote: Total 86 (delta 53), reused 69 (delta 40), pack-reused 0 (from 0)
  12. Unpacking objects: 100% (86/86), 13.52 KiB | 88.00 KiB/s, done.
  13. From https://github.com/jstefanop/apolloapi-v2
  14. d6ba154..fd67cf6 main -> origin/main
  15. * [new tag] v2.0.5 -> v2.0.5
  16. Updating d6ba154..fd67cf6
  17. Fast-forward
  18. backend/format_node_disk | 2 -
  19. backend/format_node_disk_c | 17 +++-
  20. backend/format_node_disk_fake | 20 ++++-
  21. backend/update | 6 +-
  22. migrations/20240415123117_node_extra_options.js | 2 +-
  23. package.json | 13 ++-
  24. src/configurator.js | 2 -
  25. src/graphql/graphqlModules/Miner/MinerStats.js | 8 +-
  26. .../graphqlModules/Node/NodeFormatProgress.js | 23 ++++++
  27. src/store/api/mcu/mcuAppVersion.js | 36 ++++++---
  28. src/store/api/miner/minerStats.js | 7 +-
  29. src/store/api/node/nodeFormat.js | 4 +-
  30. src/store/api/node/nodeFormatProgress.js | 39 +++++++++
  31. src/utils.js | 59 ++++++--------
  32. yarn.lock | 92 +++++++++++-----------
  33. 15 files changed, 218 insertions(+), 112 deletions(-)
  34. create mode 100644 src/graphql/graphqlModules/Node/NodeFormatProgress.js
  35. create mode 100644 src/store/api/node/nodeFormatProgress.js
  36. yarn install v1.22.22
  37. [1/5] Validating package.json...
  38. [2/5] Resolving packages...
  39. [3/5] Fetching packages...
  40. [4/5] Linking dependencies...
  41. warning "backend-helpers > [email protected]" has unmet peer dependency "graphql@^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0".
  42. warning "backend-helpers > [email protected]" has unmet peer dependency "graphql@^0.13.1".
  43. warning "backend-helpers > [email protected]" has unmet peer dependency "graphql@^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0".
  44. warning "backend-helpers > [email protected]" has unmet peer dependency "graphql@^0.13.0".
  45. warning "backend-helpers > [email protected]" has unmet peer dependency "graphql@>=0.8.0".
  46. warning "backend-helpers > graphql-add-middleware > [email protected]" has unmet peer dependency "graphql@^0.11.0 || ^0.12.0 || ^0.13.0".
  47. warning "backend-helpers > graphql-tools > [email protected]" has unmet peer dependency "graphql@^0.11.3 || ^0.12.3 || ^0.13.0 || ^14.0.0 || ^15.0.0".
  48. warning "backend-helpers > graphql-tools > [email protected]" has unmet peer dependency "graphql@^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0".
  49. [5/5] Building fresh packages...
  50. Done in 48.48s.
  51. ---> Updating UI modules
  52. HEAD is now at f6971d4 Push v2.0.5
  53. remote: Enumerating objects: 115, done.
  54. remote: Counting objects: 100% (115/115), done.
  55. remote: Compressing objects: 100% (46/46), done.
  56. remote: Total 115 (delta 79), reused 102 (delta 68), pack-reused 0 (from 0)
  57. Receiving objects: 100% (115/115), 551.16 KiB | 3.72 MiB/s, done.
  58. Resolving deltas: 100% (79/79), completed with 16 local objects.
  59. From https://github.com/jstefanop/apolloui-v2
  60. f6971d4..5548987 main -> origin/main
  61. Updating f6971d4..5548987
  62. Fast-forward
  63. .babelrc | 4 -
  64. package.json | 55 +-
  65. .../DMSans-Italic-VariableFont_opsz,wght.ttf | Bin 0 -> 283524 bytes
  66. .../DM-Sans/DMSans-VariableFont_opsz,wght.ttf | Bin 0 -> 238984 bytes
  67. src/assets/css/App.css | 15 +-
  68. src/assets/css/MiniCalendar.css | 15 +-
  69. src/components/UI/MiniStatistics.js | 2 +-
  70. src/components/UI/PanelGrid.js | 39 +-
  71. src/components/UI/TileCard.js | 7 +-
  72. src/components/apollo/MinerDrawer.js | 2 +-
  73. src/components/apollo/ModalFormat.js | 76 +-
  74. src/components/apollo/SoloMiningDrawer.js | 148 ++
  75. src/components/customs/CheckTable.js | 153 --
  76. src/components/customs/DailyTraffic.js | 70 -
  77. src/components/customs/PieCard.js | 97 --
  78. src/components/customs/Tasks.js | 131 --
  79. src/components/customs/UserActivity.js | 51 -
  80. src/components/customs/WeeklyRevenue.js | 72 -
  81. src/components/customs/variables/charts.js | 336 ----
  82. src/components/customs/variables/columnsData.js | 36 -
  83. .../customs/variables/tableDataCheck.json | 31 -
  84. .../customs/variables/tableDataComplex.json | 26 -
  85. src/graphql/node.js | 16 +
  86. src/lib/apolloClient.js | 44 +-
  87. src/lib/utils.js | 63 +-
  88. src/pages/miner.js | 9 +-
  89. src/pages/overview.js | 9 +-
  90. src/pages/settings.js | 37 +-
  91. src/pages/solo-mining.js | 100 +-
  92. yarn.lock | 1817 +++++++++++---------
  93. 30 files changed, 1514 insertions(+), 1947 deletions(-)
  94. delete mode 100644 .babelrc
  95. create mode 100644 public/fonts/DM-Sans/DMSans-Italic-VariableFont_opsz,wght.ttf
  96. create mode 100644 public/fonts/DM-Sans/DMSans-VariableFont_opsz,wght.ttf
  97. create mode 100644 src/components/apollo/SoloMiningDrawer.js
  98. delete mode 100644 src/components/customs/CheckTable.js
  99. delete mode 100644 src/components/customs/DailyTraffic.js
  100. delete mode 100644 src/components/customs/PieCard.js
  101. delete mode 100644 src/components/customs/Tasks.js
  102. delete mode 100644 src/components/customs/UserActivity.js
  103. delete mode 100644 src/components/customs/WeeklyRevenue.js
  104. delete mode 100644 src/components/customs/variables/charts.js
  105. delete mode 100644 src/components/customs/variables/columnsData.js
  106. delete mode 100644 src/components/customs/variables/tableDataCheck.json
  107. delete mode 100644 src/components/customs/variables/tableDataComplex.json
  108. yarn install v1.22.22
  109. $ yarn config set ignore-engines true
  110. yarn config v1.22.22
  111. success Set "ignore-engines" to "true".
  112. Done in 0.20s.
  113. [1/4] Resolving packages...
  114. [2/4] Fetching packages...
  115. info There appears to be trouble with your network connection. Retrying...
  116. info There appears to be trouble with your network connection. Retrying...
  117. warning [email protected]: The engine "libvips" appears to be invalid.
  118. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  119. warning @img/[email protected]: The engine "glibc" appears to be invalid.
  120. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  121. warning @img/[email protected]: The engine "glibc" appears to be invalid.
  122. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  123. warning @img/[email protected]: The engine "macos" appears to be invalid.
  124. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  125. warning @img/[email protected]: The engine "macos" appears to be invalid.
  126. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  127. warning @img/[email protected]: The engine "glibc" appears to be invalid.
  128. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  129. warning @img/[email protected]: The engine "glibc" appears to be invalid.
  130. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  131. warning @img/[email protected]: The engine "glibc" appears to be invalid.
  132. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  133. warning @img/[email protected]: The engine "glibc" appears to be invalid.
  134. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  135. warning @img/[email protected]: The engine "musl" appears to be invalid.
  136. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  137. warning @img/[email protected]: The engine "musl" appears to be invalid.
  138. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  139. warning @img/[email protected]: The engine "glibc" appears to be invalid.
  140. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  141. warning @img/[email protected]: The engine "glibc" appears to be invalid.
  142. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  143. warning @img/[email protected]: The engine "glibc" appears to be invalid.
  144. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  145. warning @img/[email protected]: The engine "glibc" appears to be invalid.
  146. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  147. warning @img/[email protected]: The engine "musl" appears to be invalid.
  148. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  149. warning @img/[email protected]: The engine "musl" appears to be invalid.
  150. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  151. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  152. warning @img/[email protected]: The engine "pnpm" appears to be invalid.
  153. [3/4] Linking dependencies...
  154. [4/4] Building fresh packages...
  155. Done in 383.06s.
  156. ---> Building UI (could take few minutes)
  157. yarn run v1.22.22
  158. $ next build
  159. ▲ Next.js 14.2.3
  160. - Environments: .env
  161.  
  162.  
  163. ./src/components/apollo/ModalFormat.js
  164. 64:6 Warning: React Hook useEffect has missing dependencies: 'dispatch' and 'startPollingProgress'. Either include them or remove the dependency array. react-hooks/exhaustive-deps
  165.  
  166. info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
  167. ✓ Linting and checking validity of types
  168. Creating an optimized production build ...
  169. ⚠ For production Image Optimization with Next.js, the optional 'sharp' package is strongly recommended. Run 'npm i sharp', and Next.js will use it automatically for Image Optimization.
  170. Read more: https://nextjs.org/docs/messages/sharp-missing-in-production
  171. ⚠ For production Image Optimization with Next.js, the optional 'sharp' package is strongly recommended. Run 'npm i sharp', and Next.js will use it automatically for Image Optimization.
  172. Read more: https://nextjs.org/docs/messages/sharp-missing-in-production
  173. Browserslist: caniuse-lite is outdated. Please run:
  174. npx update-browserslist-db@latest
  175. Why you should do it regularly: https://github.com/browserslist/update-db#readme
  176. ✓ Compiled successfully
  177. ✓ Collecting page data
  178. ✓ Generating static pages (24/24)
  179. ✓ Collecting build traces
  180. ✓ Finalizing page optimization
  181.  
  182. Route (pages) Size First Load JS
  183. ┌ /_app 0 B 385 kB
  184. ├ ○ /404 (1365 ms) 337 B 386 kB
  185. ├ ƒ /api/auth/[...nextauth] 0 B 385 kB
  186. ├ ○ /apps 4.16 kB 390 kB
  187. ├ ○ /miner (332 ms) 9.91 kB 417 kB
  188. ├ ○ /node (1411 ms) 31.4 kB 425 kB
  189. ├ ○ /overview (648 ms) 13.9 kB 405 kB
  190. ├ ○ /settings (678 ms) 36.2 kB 429 kB
  191. ├ ○ /setup (1399 ms) 8.89 kB 395 kB
  192. ├ ○ /signin (1447 ms) 3.57 kB 390 kB
  193. ├ ○ /signout (1556 ms) 298 B 386 kB
  194. ├ ○ /solo-mining (415 ms) 6.24 kB 415 kB
  195. └ ○ /system (1016 ms) 58.4 kB 448 kB
  196. + First Load JS shared by all 389 kB
  197. ├ chunks/framework-9620da855a94eb57.js 45.2 kB
  198. ├ chunks/main-1fc9355644557045.js 32.8 kB
  199. ├ chunks/pages/_app-c78d3e7e3f283366.js 305 kB
  200. └ other shared chunks (total) 5.51 kB
  201.  
  202. ○ (Static) prerendered as static content
  203. ƒ (Dynamic) server-rendered on demand
  204.  
  205. Done in 358.64s.
  206. ---> Running update_system script
  207. ---> Updating System binaries
  208. cp: cannot create regular file '/opt/apolloapi/backend/node/bitcoind': Text file busy
  209. ---> Updating systemd files
  210. ---> Reloading systemd
  211. ---> Rebooting
  212.  
  213.  
Advertisement
Add Comment
Please, Sign In to add comment