We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ubuntu@ip-11-0-1-31:~/firedancer$ ./deps.sh [~] This will fetch, build, and install Firedancer's dependencies into /home/ubuntu/firedancer/opt [~] For help, run: ./deps.sh help [~] Running ./deps.sh fetch check install [?] Continue? (y/N) y ...... ...... [+] Successfully installed secp256k1 [+] Installing s2n-bignum to /home/ubuntu/firedancer/opt make: Entering directory '/home/ubuntu/firedancer/opt/git/s2n/x86' make: 'libs2nbignum.a' is up to date. make: Leaving directory '/home/ubuntu/firedancer/opt/git/s2n/x86' [+] Successfully installed s2n-bignum [~] Done! ubuntu@ip-11-0-1-31:~/firedancer$ ls CONTRIBUTING.md GNUmakefile LICENSE NOTICE README.md SECURITY.md agave book build config contrib corpus deps.sh doc opt src verification ubuntu@ip-11-0-1-31:~/firedancer$ make -j run Using MACHINE=native Using EXTRAS= ...... ...... NOTICE 12-02 07:10:45.316850 128568 f0 main src/app/fdctl/configure/configure.c(104): ethtool-gro ... configuring NOTICE 12-02 07:10:45.316865 128568 f0 main src/app/fdctl/configure/ethtool-gro.c(85): RUN: `ethtool --offload ens5 generic-receive-offload off` NOTICE 12-02 07:10:45.316922 128568 f0 main src/app/fdctl/configure/configure.c(87): keys ... unconfigured ... not all of faucet.json, stake-account.json, and vote-account.json exist NOTICE 12-02 07:10:45.316930 128568 f0 main src/app/fdctl/configure/configure.c(104): keys ... configuring NOTICE 12-02 07:10:45.317210 128568 f0 main src/app/fdctl/keys.c(107): successfully created keypair in `/home/ubuntu/.firedancer/fd1/identity.json` NOTICE 12-02 07:10:45.317381 128568 f0 main src/app/fdctl/keys.c(107): successfully created keypair in `/home/ubuntu/.firedancer/fd1/faucet.json` NOTICE 12-02 07:10:45.317544 128568 f0 main src/app/fdctl/keys.c(107): successfully created keypair in `/home/ubuntu/.firedancer/fd1/stake-account.json` NOTICE 12-02 07:10:45.317706 128568 f0 main src/app/fdctl/keys.c(107): successfully created keypair in `/home/ubuntu/.firedancer/fd1/vote-account.json` NOTICE 12-02 07:10:45.317741 128568 f0 main src/app/fdctl/configure/configure.c(87): genesis ... unconfigured ... `/home/ubuntu/.firedancer/fd1/ledger/genesis.bin` does not exist NOTICE 12-02 07:10:45.317754 128568 f0 main src/app/fdctl/configure/configure.c(104): genesis ... configuring NOTICE 12-02 07:10:45.334573 128568 f0 main src/app/fdctl/configure/configure.c(87): blockstore ... unconfigured ... rocksdb directory does not exist at `/home/ubuntu/.firedancer/fd1/ledger` NOTICE 12-02 07:10:45.334586 128568 f0 main src/app/fdctl/configure/configure.c(104): blockstore ... configuring WARNING 12-02 07:10:45.651599 128568 f0 main src/util/shmem/fd_shmem_user.c(191): unable to query region "fd1_net_quic.wksp" probably does not exist or bad permissions WARNING 12-02 07:10:45.653901 128568 f0 main src/util/wksp/fd_wksp_admin.c(229): NULL shwksp ERR 12-02 07:10:45.655492 128568 f0 main src/disco/topo/fd_topo.c(20): fd_wksp_join failed ERR 12-02 07:10:45.657799 128568 f0 main src/app/fddev/dev.c(260): monitor exited unexpectedly with code 1 make: *** [src/app/fddev/Local.mk:44: run] Error 1 ubuntu@ip-11-0-1-31:~/firedancer$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: