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

relayer setup.sh problem #7

Open
sbellem opened this issue Apr 20, 2023 · 2 comments
Open

relayer setup.sh problem #7

sbellem opened this issue Apr 20, 2023 · 2 comments

Comments

@sbellem
Copy link
Contributor

sbellem commented Apr 20, 2023

root@8e93ba3683fb:/Sting-Flashbots/relayer/src# ./setup.sh
+ ./build.sh
rm -f -r /shared-data/relayer_key.pem
rm -f -r /Sting-Flashbots/relayer/enclave_data/* /Sting-Flashbots/relayer/output_data/* /Sting-Flashbots/relayer/input_data/*
rm -f *.manifest *.manifest.sgx *.token *.sig OUTPUT* *.PID
rm -f -r /Sting-Flashbots/relayer/src/enclave/__pycache__
gramine-manifest \
	-Dlog_level=error \
	-Darch_libdir=/lib/x86_64-linux-gnu \
	-Dentrypoint=/usr/local/bin/python3.10 \
	-Dra_type=none \
	-Dra_client_spid= \
	-Dra_client_linkable=0 \
	-Dpython=python3.10 \
	-Ddebug= \
	-Dvenvpath=/root/.venvs/sting \
	-Dsealing_key=default \
	-Dsealing_filetype=chroot \
	python.manifest.template >python.manifest
+ [[ 0 == 1 ]]
+ GRAMINE=gramine-direct
+ cd /Sting-Flashbots/relayer/src/
+ make reset
rm -f -r /shared-data/relayer_key.pem
rm -f -r /Sting-Flashbots/relayer/enclave_data/* /Sting-Flashbots/relayer/output_data/* /Sting-Flashbots/relayer/input_data/*
+ cp /Sting-Flashbots/chain/build/contracts/Honeypot.json /Sting-Flashbots/relayer/input_data/Honeypot.json
+ cp -r /Sting-Flashbots/chain/keystores/relayer/ /Sting-Flashbots/relayer/input_data/relayer/
+ gramine-direct ./python ./enclave/gen_key.py
error: PAL failed get_topology_info() failed: No such file or directory (ENOENT)
@lilione
Copy link
Collaborator

lilione commented Apr 20, 2023

I'm using docker compose: Docker Compose version 2.0.0-beta.4

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

2 participants