Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- futurebit@futurebit-apollo-2:~$ cd /opt/apolloapi/backend
- futurebit@futurebit-apollo-2:/opt/apolloapi/backend$ sudo ./update
- rm: cannot remove '/tmp/update_progress': No such file or directory
- Now using node v21.6.2 (npm v10.2.4)
- ---> Updating API modules
- HEAD is now at d6ba154 Update image_update
- remote: Enumerating objects: 86, done.
- remote: Counting objects: 100% (86/86), done.
- remote: Compressing objects: 100% (46/46), done.
- remote: Total 86 (delta 53), reused 69 (delta 40), pack-reused 0 (from 0)
- Unpacking objects: 100% (86/86), 13.52 KiB | 88.00 KiB/s, done.
- From https://github.com/jstefanop/apolloapi-v2
- d6ba154..fd67cf6 main -> origin/main
- * [new tag] v2.0.5 -> v2.0.5
- Updating d6ba154..fd67cf6
- Fast-forward
- backend/format_node_disk | 2 -
- backend/format_node_disk_c | 17 +++-
- backend/format_node_disk_fake | 20 ++++-
- backend/update | 6 +-
- migrations/20240415123117_node_extra_options.js | 2 +-
- package.json | 13 ++-
- src/configurator.js | 2 -
- src/graphql/graphqlModules/Miner/MinerStats.js | 8 +-
- .../graphqlModules/Node/NodeFormatProgress.js | 23 ++++++
- src/store/api/mcu/mcuAppVersion.js | 36 ++++++---
- src/store/api/miner/minerStats.js | 7 +-
- src/store/api/node/nodeFormat.js | 4 +-
- src/store/api/node/nodeFormatProgress.js | 39 +++++++++
- src/utils.js | 59 ++++++--------
- yarn.lock | 92 +++++++++++-----------
- 15 files changed, 218 insertions(+), 112 deletions(-)
- create mode 100644 src/graphql/graphqlModules/Node/NodeFormatProgress.js
- create mode 100644 src/store/api/node/nodeFormatProgress.js
- yarn install v1.22.22
- [1/5] Validating package.json...
- [2/5] Resolving packages...
- [3/5] Fetching packages...
- [4/5] Linking dependencies...
- warning "backend-helpers > [email protected]" has unmet peer dependency "graphql@^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0".
- warning "backend-helpers > [email protected]" has unmet peer dependency "graphql@^0.13.1".
- 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".
- warning "backend-helpers > [email protected]" has unmet peer dependency "graphql@^0.13.0".
- warning "backend-helpers > [email protected]" has unmet peer dependency "graphql@>=0.8.0".
- warning "backend-helpers > graphql-add-middleware > [email protected]" has unmet peer dependency "graphql@^0.11.0 || ^0.12.0 || ^0.13.0".
- 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".
- 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".
- [5/5] Building fresh packages...
- Done in 48.48s.
- ---> Updating UI modules
- HEAD is now at f6971d4 Push v2.0.5
- remote: Enumerating objects: 115, done.
- remote: Counting objects: 100% (115/115), done.
- remote: Compressing objects: 100% (46/46), done.
- remote: Total 115 (delta 79), reused 102 (delta 68), pack-reused 0 (from 0)
- Receiving objects: 100% (115/115), 551.16 KiB | 3.72 MiB/s, done.
- Resolving deltas: 100% (79/79), completed with 16 local objects.
- From https://github.com/jstefanop/apolloui-v2
- f6971d4..5548987 main -> origin/main
- Updating f6971d4..5548987
- Fast-forward
- .babelrc | 4 -
- package.json | 55 +-
- .../DMSans-Italic-VariableFont_opsz,wght.ttf | Bin 0 -> 283524 bytes
- .../DM-Sans/DMSans-VariableFont_opsz,wght.ttf | Bin 0 -> 238984 bytes
- src/assets/css/App.css | 15 +-
- src/assets/css/MiniCalendar.css | 15 +-
- src/components/UI/MiniStatistics.js | 2 +-
- src/components/UI/PanelGrid.js | 39 +-
- src/components/UI/TileCard.js | 7 +-
- src/components/apollo/MinerDrawer.js | 2 +-
- src/components/apollo/ModalFormat.js | 76 +-
- src/components/apollo/SoloMiningDrawer.js | 148 ++
- src/components/customs/CheckTable.js | 153 --
- src/components/customs/DailyTraffic.js | 70 -
- src/components/customs/PieCard.js | 97 --
- src/components/customs/Tasks.js | 131 --
- src/components/customs/UserActivity.js | 51 -
- src/components/customs/WeeklyRevenue.js | 72 -
- src/components/customs/variables/charts.js | 336 ----
- src/components/customs/variables/columnsData.js | 36 -
- .../customs/variables/tableDataCheck.json | 31 -
- .../customs/variables/tableDataComplex.json | 26 -
- src/graphql/node.js | 16 +
- src/lib/apolloClient.js | 44 +-
- src/lib/utils.js | 63 +-
- src/pages/miner.js | 9 +-
- src/pages/overview.js | 9 +-
- src/pages/settings.js | 37 +-
- src/pages/solo-mining.js | 100 +-
- yarn.lock | 1817 +++++++++++---------
- 30 files changed, 1514 insertions(+), 1947 deletions(-)
- delete mode 100644 .babelrc
- create mode 100644 public/fonts/DM-Sans/DMSans-Italic-VariableFont_opsz,wght.ttf
- create mode 100644 public/fonts/DM-Sans/DMSans-VariableFont_opsz,wght.ttf
- create mode 100644 src/components/apollo/SoloMiningDrawer.js
- delete mode 100644 src/components/customs/CheckTable.js
- delete mode 100644 src/components/customs/DailyTraffic.js
- delete mode 100644 src/components/customs/PieCard.js
- delete mode 100644 src/components/customs/Tasks.js
- delete mode 100644 src/components/customs/UserActivity.js
- delete mode 100644 src/components/customs/WeeklyRevenue.js
- delete mode 100644 src/components/customs/variables/charts.js
- delete mode 100644 src/components/customs/variables/columnsData.js
- delete mode 100644 src/components/customs/variables/tableDataCheck.json
- delete mode 100644 src/components/customs/variables/tableDataComplex.json
- yarn install v1.22.22
- $ yarn config set ignore-engines true
- yarn config v1.22.22
- success Set "ignore-engines" to "true".
- Done in 0.20s.
- [1/4] Resolving packages...
- [2/4] Fetching packages...
- info There appears to be trouble with your network connection. Retrying...
- info There appears to be trouble with your network connection. Retrying...
- warning [email protected]: The engine "libvips" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- warning @img/[email protected]: The engine "glibc" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- warning @img/[email protected]: The engine "glibc" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- warning @img/[email protected]: The engine "macos" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- warning @img/[email protected]: The engine "macos" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- warning @img/[email protected]: The engine "glibc" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- warning @img/[email protected]: The engine "glibc" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- warning @img/[email protected]: The engine "glibc" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- warning @img/[email protected]: The engine "glibc" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- warning @img/[email protected]: The engine "musl" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- warning @img/[email protected]: The engine "musl" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- warning @img/[email protected]: The engine "glibc" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- warning @img/[email protected]: The engine "glibc" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- warning @img/[email protected]: The engine "glibc" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- warning @img/[email protected]: The engine "glibc" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- warning @img/[email protected]: The engine "musl" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- warning @img/[email protected]: The engine "musl" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- warning @img/[email protected]: The engine "pnpm" appears to be invalid.
- [3/4] Linking dependencies...
- [4/4] Building fresh packages...
- Done in 383.06s.
- ---> Building UI (could take few minutes)
- yarn run v1.22.22
- $ next build
- ▲ Next.js 14.2.3
- - Environments: .env
- ./src/components/apollo/ModalFormat.js
- 64:6 Warning: React Hook useEffect has missing dependencies: 'dispatch' and 'startPollingProgress'. Either include them or remove the dependency array. react-hooks/exhaustive-deps
- info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
- ✓ Linting and checking validity of types
- Creating an optimized production build ...
- ⚠ 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.
- Read more: https://nextjs.org/docs/messages/sharp-missing-in-production
- ⚠ 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.
- Read more: https://nextjs.org/docs/messages/sharp-missing-in-production
- Browserslist: caniuse-lite is outdated. Please run:
- npx update-browserslist-db@latest
- Why you should do it regularly: https://github.com/browserslist/update-db#readme
- ✓ Compiled successfully
- ✓ Collecting page data
- ✓ Generating static pages (24/24)
- ✓ Collecting build traces
- ✓ Finalizing page optimization
- Route (pages) Size First Load JS
- ┌ /_app 0 B 385 kB
- ├ ○ /404 (1365 ms) 337 B 386 kB
- ├ ƒ /api/auth/[...nextauth] 0 B 385 kB
- ├ ○ /apps 4.16 kB 390 kB
- ├ ○ /miner (332 ms) 9.91 kB 417 kB
- ├ ○ /node (1411 ms) 31.4 kB 425 kB
- ├ ○ /overview (648 ms) 13.9 kB 405 kB
- ├ ○ /settings (678 ms) 36.2 kB 429 kB
- ├ ○ /setup (1399 ms) 8.89 kB 395 kB
- ├ ○ /signin (1447 ms) 3.57 kB 390 kB
- ├ ○ /signout (1556 ms) 298 B 386 kB
- ├ ○ /solo-mining (415 ms) 6.24 kB 415 kB
- └ ○ /system (1016 ms) 58.4 kB 448 kB
- + First Load JS shared by all 389 kB
- ├ chunks/framework-9620da855a94eb57.js 45.2 kB
- ├ chunks/main-1fc9355644557045.js 32.8 kB
- ├ chunks/pages/_app-c78d3e7e3f283366.js 305 kB
- └ other shared chunks (total) 5.51 kB
- ○ (Static) prerendered as static content
- ƒ (Dynamic) server-rendered on demand
- Done in 358.64s.
- ---> Running update_system script
- ---> Updating System binaries
- cp: cannot create regular file '/opt/apolloapi/backend/node/bitcoind': Text file busy
- ---> Updating systemd files
- ---> Reloading systemd
- ---> Rebooting
Advertisement
Add Comment
Please, Sign In to add comment