Skip to content

Instantly share code, notes, and snippets.

@cburgdorf
Created December 20, 2019 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cburgdorf/d8ed50ccbfc6f1a381ef805ea32c4473 to your computer and use it in GitHub Desktop.
Save cburgdorf/d8ed50ccbfc6f1a381ef805ea32c4473 to your computer and use it in GitHub Desktop.
hive run
$ go run . --sim ethereum/consensus --loglevel 6 --client go-ethereum_master --sim-parallelism 1 --sim-rootcontext --simloglevel 6 --docker-noshell --docker-nocache . --hivemaxtestcount 1 --simlimiter 300
INFO[12-20|10:44:51] docker daemon online version=19.03.3
INFO[12-20|10:44:51] building new docker image client=go-ethereum_master nocache=true
Step 1/11 : ARG branch=latest
Step 2/11 : FROM ethereum/client-go:$branch
EROR[12-20|10:44:54] failed to build docker image client=go-ethereum_master error="manifest for ethereum/client-go:master not found: manifest unknown: manifest unknown"
CRIT[12-20|10:44:54] failed to build client images error="clients/go-ethereum: manifest for ethereum/client-go:master not found: manifest unknown: manifest unknown"
INFO[12-20|10:44:54] Creating output folder if necessary folder=workspace/logs
INFO[12-20|10:44:54] creating ethash container
INFO[12-20|10:44:54] building new docker image nocache=true
Step 1/3 : FROM ethereum/client-go
---> 3810a69f2c8e
Step 2/3 : RUN echo '#!/bin/sh' > /root/ethash.sh && echo 'set -e' >> /root/ethash.sh && echo 'geth makedag 1 /root/.ethash' >> /root/ethash.sh && echo 'if [ "$UID" != "0" ]; then' >> /root/ethash.sh && echo ' adduser -u $UID -D ethash' >> /root/ethash.sh && echo ' chown -R ethash /root/.ethash/*' >> /root/ethash.sh && echo 'fi' >> /root/ethash.sh && chmod +x /root/ethash.sh
---> Running in 8de2bd97fa2d
Removing intermediate container 8de2bd97fa2d
---> 24cd22fb57ef
Step 3/3 : ENTRYPOINT ["/root/ethash.sh"]
---> Running in 47f78e5a36c1
Removing intermediate container 47f78e5a36c1
---> 8add316a6ecc
[Warning] One or more build-args [branch] were not consumed
Successfully built 8add316a6ecc
Successfully tagged hive/internal/ethash:latest
DBUG[12-20|10:44:56] created ethash container
INFO[12-20|10:44:56] generating genesis DAG
DBUG[12-20|10:44:56] attaching to container
DBUG[12-20|10:44:56] starting container
DBUG[12-20|10:44:58] deleting ethash container
INFO[12-20|10:44:58] building simulators for testing pattern=ethereum/consensus
INFO[12-20|10:44:58] building new docker image simulator=ethereum/consensus nocache=true
Step 1/17 : FROM golang:1.11-alpine as builder
---> e116d2efa2ab
Step 2/17 : RUN apk add --no-cache git make gcc musl-dev linux-headers bash
---> Running in cc0c6df1039f
fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
(1/23) Installing ncurses-terminfo-base (6.1_p20190518-r0)
(2/23) Installing ncurses-terminfo (6.1_p20190518-r0)
(3/23) Installing ncurses-libs (6.1_p20190518-r0)
(4/23) Installing readline (8.0.0-r0)
(5/23) Installing bash (5.0.0-r0)
Executing bash-5.0.0-r0.post-install
(6/23) Installing binutils (2.32-r0)
(7/23) Installing gmp (6.1.2-r1)
(8/23) Installing isl (0.18-r0)
(9/23) Installing libgomp (8.3.0-r0)
(10/23) Installing libatomic (8.3.0-r0)
(11/23) Installing libgcc (8.3.0-r0)
(12/23) Installing mpfr3 (3.1.5-r1)
(13/23) Installing mpc1 (1.1.0-r0)
(14/23) Installing libstdc++ (8.3.0-r0)
(15/23) Installing gcc (8.3.0-r0)
(16/23) Installing nghttp2-libs (1.39.2-r0)
(17/23) Installing libcurl (7.66.0-r0)
(18/23) Installing expat (2.2.8-r0)
(19/23) Installing pcre2 (10.33-r0)
(20/23) Installing git (2.22.2-r0)
(21/23) Installing linux-headers (4.19.36-r0)
(22/23) Installing make (4.2.1-r2)
(23/23) Installing musl-dev (1.1.22-r3)
Executing busybox-1.30.1-r2.trigger
OK: 133 MiB in 38 packages
Removing intermediate container cc0c6df1039f
---> 72d02a211991
Step 3/17 : RUN GOPATH=/go
---> Running in bae02fe39dfb
Removing intermediate container bae02fe39dfb
---> bfc69883afe7
Step 4/17 : ENV GO111MODULE=off
---> Running in fa1630f829b6
Removing intermediate container fa1630f829b6
---> e7a42ae18d30
Step 5/17 : RUN go get -u -v github.com/derekparker/delve/cmd/dlv
---> Running in a5667d7847a7
github.com/derekparker/delve (download)
github.com/go-delve/delve (download)
github.com/go-delve/delve/pkg/dwarf/loclist
github.com/go-delve/delve/vendor/github.com/mattn/go-isatty
github.com/go-delve/delve/vendor/go.starlark.net/internal/spell
github.com/derekparker/delve/vendor/golang.org/x/sys/unix
github.com/go-delve/delve/vendor/golang.org/x/sys/unix
github.com/go-delve/delve/pkg/goversion
github.com/go-delve/delve/vendor/gopkg.in/yaml.v2
github.com/go-delve/delve/vendor/github.com/cosiner/argv
github.com/go-delve/delve/pkg/dwarf/util
github.com/go-delve/delve/vendor/golang.org/x/arch/arm64/arm64asm
github.com/go-delve/delve/vendor/golang.org/x/arch/x86/x86asm
github.com/go-delve/delve/pkg/dwarf/op
github.com/go-delve/delve/pkg/dwarf/frame
github.com/go-delve/delve/pkg/dwarf/line
github.com/go-delve/delve/pkg/dwarf/godwarf
github.com/go-delve/delve/pkg/dwarf/reader
github.com/go-delve/delve/vendor/github.com/peterh/liner
github.com/go-delve/delve/vendor/go.starlark.net/syntax
github.com/go-delve/delve/pkg/version
github.com/go-delve/delve/vendor/github.com/spf13/pflag
github.com/go-delve/delve/vendor/golang.org/x/crypto/ssh/terminal
github.com/derekparker/delve/vendor/golang.org/x/crypto/ssh/terminal
github.com/go-delve/delve/pkg/config
github.com/go-delve/delve/vendor/go.starlark.net/resolve
github.com/go-delve/delve/vendor/github.com/sirupsen/logrus
github.com/derekparker/delve/vendor/github.com/sirupsen/logrus
github.com/go-delve/delve/vendor/go.starlark.net/internal/compile
github.com/go-delve/delve/pkg/logflags
github.com/go-delve/delve/vendor/github.com/spf13/cobra
github.com/go-delve/delve/pkg/proc
github.com/go-delve/delve/vendor/go.starlark.net/starlark
github.com/go-delve/delve/service/api
github.com/go-delve/delve/pkg/proc/winutil
github.com/go-delve/delve/pkg/proc/linutil
github.com/go-delve/delve/pkg/proc/core/minidump
github.com/go-delve/delve/pkg/proc/native
github.com/go-delve/delve/pkg/proc/gdbserial
github.com/go-delve/delve/pkg/proc/core
github.com/go-delve/delve/service
github.com/go-delve/delve/service/debugger
github.com/go-delve/delve/service/rpc1
github.com/go-delve/delve/service/rpc2
github.com/go-delve/delve/service/rpccommon
github.com/go-delve/delve/pkg/terminal/starbind
github.com/go-delve/delve/pkg/terminal
github.com/go-delve/delve/cmd/dlv/cmds
github.com/derekparker/delve/cmd/dlv
Removing intermediate container a5667d7847a7
---> 26e1c4da1414
Step 6/17 : ENV GO111MODULE=on
---> Running in 3f6cec1910be
Removing intermediate container 3f6cec1910be
---> 19219b2f146f
Step 7/17 : ADD /ethereum/consensus/main.go /go/src/github.com/ethereum/hive/simulators/ethereum/consensus/main.go
---> ebd836cc2a9a
Step 8/17 : ADD /ethereum/consensus/simulator_test.go /go/src/github.com/ethereum/hive/simulators/ethereum/consensus/simulator_test.go
---> f730318f195c
Step 9/17 : ADD /ethereum/consensus/types.go /go/src/github.com/ethereum/hive/simulators/ethereum/consensus/types.go
---> 2cf3d3e10395
Step 10/17 : ADD common /go/src/github.com/ethereum/hive/simulators/common
---> 7148215e44f7
Step 11/17 : RUN apk add --no-cache ca-certificates git
---> Running in 18dca25831b2
fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
OK: 133 MiB in 38 packages
Removing intermediate container 18dca25831b2
---> 04d0aeaea9f6
Step 12/17 : RUN git clone --depth 1 https://github.com/ethereum/tests.git /tests
---> Running in fe29f7be6317
Cloning into '/tests'...
Checking out files: 100% (36159/36159), done.
Removing intermediate container fe29f7be6317
---> 9bf4d82e8b9a
Step 13/17 : ENV TESTPATH /tests
---> Running in 84db3bd52492
Removing intermediate container 84db3bd52492
---> 93cfaffe3df0
Step 14/17 : RUN (cd /go/src/github.com/ethereum/hive/simulators/ && go mod init)
---> Running in e7c03dd5e1d7
go: creating new go.mod: module github.com/ethereum/hive/simulators
Removing intermediate container e7c03dd5e1d7
---> 2081c92e208d
Step 15/17 : ADD /ethereum/consensus/tests.sh /tests.sh
---> afa4ce3d3c3e
Step 16/17 : RUN chmod +x /tests.sh
---> Running in 2707ad23a55f
Removing intermediate container 2707ad23a55f
---> edaa89061cff
Step 17/17 : ENTRYPOINT ["/tests.sh"]
---> Running in a38d441f2d0a
Removing intermediate container a38d441f2d0a
---> a1ceeabe3c17
[Warning] One or more build-args [branch] were not consumed
Successfully built a1ceeabe3c17
Successfully tagged hive/simulators/ethereum/consensus:latest
DBUG[12-20|10:50:04] looking up docker bridge IP
DBUG[12-20|10:50:04] docker bridge IP found ip=172.17.0.1
DBUG[12-20|10:50:04] starting simulator API server
DBUG[12-20|10:50:04] listening for simulator commands ip=172.17.0.1 port=37465
INFO[12-20|10:50:04] running client simulation: ethereum/consensus simulator=ethereum/consensus
DBUG[12-20|10:50:04] creating simulator container simulator=ethereum/consensus
DBUG[12-20|10:50:05] created simulator container simulator=ethereum/consensus id=164b1112
DBUG[12-20|10:50:05] running simulator container simulator=ethereum/consensus id=164b1112
DBUG[12-20|10:50:05] attaching to container simulator=ethereum/consensus id=164b1112
DBUG[12-20|10:50:05] starting container simulator=ethereum/consensus id=164b1112
[164b1112] Starting simulator.
[164b1112] Simulator endpoint: http://172.17.0.1:37465
[164b1112] Simulator parallelism: 1
[164b1112] go: finding github.com/google/uuid v1.1.1
[164b1112] go: finding github.com/ethereum/go-ethereum/core/types latest
[164b1112] go: finding github.com/ethereum/go-ethereum/log latest
[164b1112] go: finding github.com/ethereum/go-ethereum/common/math latest
[164b1112] go: finding github.com/ethereum/go-ethereum/common/hexutil latest
[164b1112] go: finding github.com/ethereum/go-ethereum/core latest
[164b1112] go: finding github.com/ethereum/go-ethereum/common latest
[164b1112] go: finding github.com/ethereum/go-ethereum/rpc latest
[164b1112] go: downloading github.com/google/uuid v1.1.1
[164b1112] go: finding github.com/ethereum/go-ethereum v1.9.9
[164b1112] go: downloading github.com/ethereum/go-ethereum v1.9.9
[164b1112] go: finding github.com/VictoriaMetrics/fastcache v1.5.3
[164b1112] go: finding github.com/Azure/azure-pipeline-go v0.2.2
[164b1112] go: finding github.com/Azure/azure-storage-blob-go v0.7.0
[164b1112] go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6
[164b1112] go: finding github.com/btcsuite/btcd v0.0.0-20171128150713-2e60448ffcc6
[164b1112] go: finding github.com/cespare/cp v0.1.0
[164b1112] go: finding github.com/Azure/go-autorest/autorest/adal v0.8.0
[164b1112] go: finding github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef
[164b1112] go: finding github.com/cespare/xxhash/v2 v2.1.1
[164b1112] go: finding github.com/aristanetworks/goarista v0.0.0-20170210015632-ea17b1a17847
[164b1112] go: finding github.com/hashicorp/golang-lru v0.0.0-20160813221303-0a025b7e63ad
[164b1112] go: finding github.com/elastic/gosigar v0.8.1-0.20180330100440-37f05ff46ffa
[164b1112] go: finding github.com/rjeczalik/notify v0.9.1
[164b1112] go: finding github.com/docker/docker v1.4.2-0.20180625184442-8e610b2b55bf
[164b1112] go: finding github.com/robertkrimen/otto v0.0.0-20170205013659-6a77b7cbc37d
[164b1112] go: finding github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff
[164b1112] go: finding github.com/pborman/uuid v0.0.0-20170112150404-1b00554d8222
[164b1112] go: finding gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
[164b1112] go: finding github.com/spaolacci/murmur3 v1.0.1-0.20190317074736-539464a789e9
[164b1112] go: finding github.com/golang/snappy v0.0.1
[164b1112] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible
[164b1112] go: finding github.com/Azure/azure-pipeline-go v0.2.1
[164b1112] go: finding github.com/Azure/go-autorest/autorest/mocks v0.3.0
[164b1112] go: finding github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416
[164b1112] go: finding github.com/google/go-cmp v0.3.1
[164b1112] go: finding github.com/stretchr/testify v1.3.0
[164b1112] go: finding github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea
[164b1112] go: finding github.com/OneOfOne/xxhash v1.2.5
[164b1112] go: finding github.com/rs/xhandler v0.0.0-20160618193221-ed27b6fd6521
[164b1112] go: finding gopkg.in/sourcemap.v1 v1.0.5
[164b1112] go: finding github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4
[164b1112] go: finding github.com/jackpal/go-nat-pmp v1.0.2-0.20160603034137-1fa385a6f458
[164b1112] go: finding github.com/naoina/go-stringutil v0.1.0
[164b1112] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
[164b1112] go: finding github.com/go-stack/stack v1.8.0
[164b1112] go: finding github.com/graph-gophers/graphql-go v0.0.0-20191115155744-f33e81362277
[164b1112] go: finding github.com/kr/pretty v0.1.0
[164b1112] go: finding github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156
[164b1112] go: finding github.com/cloudflare/cloudflare-go v0.10.2-0.20190916151808-a80f83b9add9
[164b1112] go: finding github.com/huin/goupnp v0.0.0-20161224104101-679507af18f3
[164b1112] go: finding golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7
[164b1112] go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
[164b1112] go: finding github.com/go-ole/go-ole v1.2.1
[164b1112] go: finding gopkg.in/olebedev/go-duktape.v3 v3.0.0-20190213234257-ec84240a7772
[164b1112] go: finding github.com/prometheus/tsdb v0.6.2-0.20190402121629-4f204dcbc150
[164b1112] go: finding github.com/karalabe/usb v0.0.0-20190919080040-51dc0efba356
[164b1112] go: finding github.com/mattn/go-ieproxy v0.0.0-20190610004146-91bb50d98149
[164b1112] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
[164b1112] go: finding golang.org/x/net v0.0.0-20190628185345-da137c7871d7
[164b1112] go: finding github.com/Azure/go-autorest/autorest/date v0.2.0
[164b1112] go: finding github.com/influxdata/influxdb v1.2.3-0.20180221223340-01288bdb0883
[164b1112] go: finding github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570
[164b1112] go: finding golang.org/x/text v0.3.2
[164b1112] go: finding github.com/rs/cors v0.0.0-20160617231935-a62a804a8a00
[164b1112] go: finding github.com/Azure/go-autorest/autorest v0.9.0
[164b1112] go: finding github.com/olekukonko/tablewriter v0.0.2-0.20190409134802-7e037d187b0c
[164b1112] go: finding gotest.tools v2.2.0+incompatible
[164b1112] go: finding github.com/kr/text v0.1.0
[164b1112] go: finding github.com/gorilla/websocket v1.4.1-0.20190629185528-ae1634f6a989
[164b1112] go: finding github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208
[164b1112] go: finding github.com/julienschmidt/httprouter v1.1.1-0.20170430222011-975b5c4c7c21
[164b1112] go: finding github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
[164b1112] go: finding github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d
[164b1112] go: finding github.com/cespare/xxhash/v2 v2.0.1-0.20190104013014-3767db7a7e18
[164b1112] go: finding github.com/stretchr/objx v0.1.0
[164b1112] go: finding github.com/Azure/go-autorest/autorest/adal v0.5.0
[164b1112] go: finding github.com/edsrzf/mmap-go v0.0.0-20160512033002-935e0e8a636c
[164b1112] go: finding gopkg.in/urfave/cli.v1 v1.20.0
[164b1112] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
[164b1112] go: finding github.com/Azure/go-autorest/autorest/mocks v0.1.0
[164b1112] go: finding github.com/mattn/go-ieproxy v0.0.0-20190702010315-6dee0af9227d
[164b1112] go: finding github.com/mattn/go-isatty v0.0.5-0.20180830101745-3fb116b82035
[164b1112] go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
[164b1112] go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
[164b1112] go: finding gopkg.in/alecthomas/kingpin.v2 v2.2.6
[164b1112] go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1
[164b1112] go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
[164b1112] go: finding github.com/cespare/xxhash v1.1.0
[164b1112] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
[164b1112] go: finding github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
[164b1112] go: finding github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3
[164b1112] go: finding github.com/kr/pty v1.1.1
[164b1112] go: finding github.com/kylelemons/godebug v1.1.0
[164b1112] go: finding github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
[164b1112] go: finding github.com/mattn/go-runewidth v0.0.4
[164b1112] go: finding github.com/Azure/go-autorest/autorest/date v0.1.0
[164b1112] go: finding github.com/golang/protobuf v1.3.2-0.20190517061210-b285ee9cfc6c
[164b1112] go: finding github.com/mattn/go-colorable v0.1.0
[164b1112] go: finding github.com/oklog/ulid v1.3.1
[164b1112] go: finding github.com/prometheus/client_golang v0.9.1
[164b1112] go: finding github.com/stretchr/testify v1.2.2
[164b1112] go: finding golang.org/x/text v0.3.0
[164b1112] go: finding github.com/onsi/ginkgo v1.7.0
[164b1112] go: finding github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7
[164b1112] go: finding github.com/go-kit/kit v0.8.0
[164b1112] go: finding github.com/stretchr/testify v1.4.0
[164b1112] go: finding golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8
[164b1112] go: finding github.com/mattn/go-runewidth v0.0.3
[164b1112] go: finding github.com/pkg/errors v0.8.0
[164b1112] go: finding github.com/pmezard/go-difflib v1.0.0
[164b1112] go: finding github.com/Azure/go-autorest/autorest/mocks v0.2.0
[164b1112] go: finding github.com/fjl/memsize v0.0.0-20180418122429-ca190fb6ffbc
[164b1112] go: finding github.com/gogo/protobuf v1.1.1
[164b1112] go: finding github.com/onsi/gomega v1.4.3
[164b1112] go: finding github.com/pkg/errors v0.8.1
[164b1112] go: finding github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
[164b1112] go: finding github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954
[164b1112] go: finding github.com/urfave/cli v1.22.1
[164b1112] go: finding github.com/davecgh/go-spew v1.1.0
[164b1112] go: finding github.com/davecgh/go-spew v1.1.1
[164b1112] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
[164b1112] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
[164b1112] go: finding github.com/Azure/go-autorest/tracing v0.5.0
[164b1112] go: finding github.com/fsnotify/fsnotify v1.4.7
[164b1112] go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
[164b1112] go: finding gopkg.in/yaml.v2 v2.2.1
[164b1112] go: finding gopkg.in/fsnotify.v1 v1.4.7
[164b1112] go: finding github.com/hpcloud/tail v1.0.0
[164b1112] go: finding github.com/golang/protobuf v1.2.0
[164b1112] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
[164b1112] go: finding github.com/Azure/go-autorest/logger v0.1.0
[164b1112] go: finding github.com/olekukonko/tablewriter v0.0.1
[164b1112] go: finding github.com/opentracing/opentracing-go v1.1.0
[164b1112] go: finding gopkg.in/yaml.v2 v2.2.2
[164b1112] go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d
[164b1112] go: finding github.com/BurntSushi/toml v0.3.1
[164b1112] go: finding github.com/go-logfmt/logfmt v0.3.0
[164b1112] go: finding github.com/OneOfOne/xxhash v1.2.2
[164b1112] go: finding github.com/onsi/ginkgo v1.6.0
[164b1112] go: finding github.com/fatih/color v1.3.0
[164b1112] go: finding github.com/russross/blackfriday/v2 v2.0.1
[164b1112] go: finding github.com/shurcooL/sanitized_anchor_name v1.0.0
[164b1112] go: finding github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce
[164b1112] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
[164b1112] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
DBUG[12-20|10:55:05] deleting simulator container simulator=ethereum/consensus id=164b1112
DBUG[12-20|10:55:06] terminating simulator server
(venv) cburgdorf at snakebot in ~/Documents/hacking/ef/hive on Rework
$ ls workspace
ethash logs
(venv) cburgdorf at snakebot in ~/Documents/hacking/ef/hive on Rework
$ ls workspace/ethash/
full-R23-0000000000000000
(venv) cburgdorf at snakebot in ~/Documents/hacking/ef/hive on Rework
$ ls workspace/ethash/full-R23-0000000000000000
workspace/ethash/full-R23-0000000000000000
(venv) cburgdorf at snakebot in ~/Documents/hacking/ef/hive on Rework
$ ls workspace/
ethash/ logs/
(venv) cburgdorf at snakebot in ~/Documents/hacking/ef/hive on Rework
$ ls workspace/logs/
simulator.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment