Created
December 12, 2024 15:24
-
-
Save jcstein/5e6bdea4bcfdbcdeca7f95d3e9169878 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./celestia-start.sh | |
Cleaning previous logs... | |
Checking for existing processes and containers... | |
env file /Users/js/nitro-testnode/blockscout/nitro.env not found: stat /Users/js/nitro-testnode/blockscout/nitro.env: no such file or directory | |
Cloning celestia-node repository... | |
Cloning into 'celestia-node'... | |
remote: Enumerating objects: 31852, done. | |
remote: Counting objects: 100% (1574/1574), done. | |
remote: Compressing objects: 100% (778/778), done. | |
remote: Total 31852 (delta 958), reused 1245 (delta 753), pack-reused 30278 (from 1) | |
Receiving objects: 100% (31852/31852), 89.96 MiB | 38.22 MiB/s, done. | |
Resolving deltas: 100% (22460/22460), done. | |
branch 'easy-node' set up to track 'origin/easy-node'. | |
Switched to a new branch 'easy-node' | |
Starting light node... | |
Waiting for light node to initialize... | |
Getting auth token... | |
Auth token obtained: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJBbGxvdyI6WyJwdWJsaWMiLCJyZWFkIiwid3JpdGUiLCJhZG1pbiJdLCJOb25jZSI6IkkzOHppcEU0d0g4S21rREtNWlEwMmx0czFJT0pIZm9xTWRoOEtLL211TFU9IiwiRXhwaXJlc0F0IjoiMDAwMS0wMS0wMVQwMDowMDowMFoifQ.3SaWzEnIzobMyC4SqwylW33lRH3_cqLZyy7_otB-hqo | |
Cloning nitro-das-celestia repository... | |
Cloning into 'nitro-das-celestia'... | |
remote: Enumerating objects: 128, done. | |
remote: Counting objects: 100% (49/49), done. | |
remote: Compressing objects: 100% (33/33), done. | |
remote: Total 128 (delta 26), reused 25 (delta 16), pack-reused 79 (from 1) | |
Receiving objects: 100% (128/128), 43.60 MiB | 37.11 MiB/s, done. | |
Resolving deltas: 100% (62/62), done. | |
Building celestia-server... | |
go: downloading github.com/offchainlabs/nitro v0.0.0-20240924151236-d81324daee73 | |
go: downloading github.com/Ferret-san/go-ethereum v1.13.4-0.20241116225844-c93e78a69ba9 | |
go: downloading github.com/celestiaorg/celestia-node v0.20.4 | |
go: downloading github.com/succinctlabs/blobstreamx v0.0.0-20240805233653-e239c6fdf6e3 | |
go: downloading google.golang.org/genproto v0.0.0-20240624140628-dc46fd24d27d | |
go: downloading github.com/ethereum/go-verkle v0.2.0 | |
go: downloading cloud.google.com/go/storage v1.43.0 | |
go: downloading google.golang.org/api v0.187.0 | |
go: downloading cloud.google.com/go v0.115.0 | |
go: downloading cloud.google.com/go/iam v1.1.8 | |
go: downloading github.com/googleapis/gax-go/v2 v2.12.5 | |
go: downloading cloud.google.com/go/auth v0.6.1 | |
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.2 | |
Starting celestia-server... | |
Waiting for celestia-server to initialize... | |
Starting Arbitrum test node with command: ./test-node.bash --init-force --dev | |
Using NITRO_CONTRACTS_BRANCH: 8e5836b8c39657d27a6c7ef69e658720b34b6fb8 | |
Using TOKEN_BRIDGE_BRANCH: v1.2.2 | |
== Building Nitro | |
grep: /Users/js/Dockerfile: No such file or directory | |
nitro source not found in /Users/js | |
execute from a sub-directory of nitro or use NITRO_SRC environment variable | |
Cleaning up processes... | |
./celestia-start.sh: line 10: 19889 Killed: 9 just light arabica up > ${ROOT_DIR}/logs/light-node.log 2>&1 (wd: ~/nitro-testnode/celestia-node) | |
Cleaning up Docker containers... | |
env file /Users/js/nitro-testnode/blockscout/nitro.env not found: stat /Users/js/nitro-testnode/blockscout/nitro.env: no such file or directory |
Author
jcstein
commented
Dec 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment