initc3 / Sting-Flashbots

MIT License
4 stars 1 forks source link

relayer setup.sh problem #7

Open sbellem opened 1 year ago

sbellem commented 1 year ago
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 commented 1 year ago

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

sbellem commented 1 year ago

https://matrix.to/#/!SERThriPAcDoxLLtyu:gitter.im/$TLIm3rJ0AgsdJpaEyQIcQTW6rlzCSd_leUzwB92iLn8?via=gitter.im&via=matrix.org&via=invisiblethingslab.com