Skip to content
New issue

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

Problem with anchor deploy #1

Open
travisgerrard opened this issue Sep 29, 2021 · 2 comments
Open

Problem with anchor deploy #1

travisgerrard opened this issue Sep 29, 2021 · 2 comments

Comments

@travisgerrard
Copy link

Trying to deploy anchor app to solana-test-validator run-in in the docker it gets stuck. It counts up all the transactions then restarts and says it will retry. Everything else seems to be working ok.

Deploying workspace: http://127.0.0.1:8899
Upgrade authority: /Users/travisgerrard/.config/solana/id.json
Deploying program "mysolanaapp"...
Program path: /Users/travisgerrard/Documents/Apps/web3/mysolanaapp/target/deploy/mysolanaapp.so...
⠒ [0/175] Transactions confirmed. Retrying in 259 blocks

Solana logs looks like the following

RPC URL: http://localhost:8899
Default Signer Path: /root/.config/solana/id.json
Commitment: confirmed
Streaming transaction logs. Confirmed commitment
Transaction executed in slot 7678:
Signature: w5MYEkWoLvRLgauyaveftogEq9UFKYw5rsKTsAkRnu8fWKHLWU8PdrXm7axgw19BJ7h4qi3GaXhSAi7bCppYQq2
Status: Ok
Log Messages:
Program 11111111111111111111111111111111 invoke [1]
Program 11111111111111111111111111111111 success

Any idea how to fix this issue?

@dcolley
Copy link
Contributor

dcolley commented Sep 30, 2021

This issue is related solana-labs/solana#18033 which refers to qmonnet/rbpf#48

@raphtlw
Copy link

raphtlw commented Jun 18, 2023

This Dockerfile is no longer working. I continued the author's legacy and managed to build a working multipurpose solana container that can be used as either a regular solana cluster or for local development purposes using the test validator. You can check it out here: https://github.com/raphtlw/solana-docker-mac-m1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants