[INFO] cloning repository https://github.com/thasarito/simple-arbitrage-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thasarito/simple-arbitrage-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthasarito%2Fsimple-arbitrage-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthasarito%2Fsimple-arbitrage-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 17a21ae21aa92822d0afa4ea35d4b96c4a70292f [INFO] checking thasarito/simple-arbitrage-rs against master#d93f678fa55842cccd2f091deccd93e9494b3764 for pr-138844 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthasarito%2Fsimple-arbitrage-rs" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thasarito/simple-arbitrage-rs on toolchain d93f678fa55842cccd2f091deccd93e9494b3764 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d93f678fa55842cccd2f091deccd93e9494b3764" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/thasarito/simple-arbitrage-rs [INFO] finished tweaking git repo https://github.com/thasarito/simple-arbitrage-rs [INFO] tweaked toml for git repo https://github.com/thasarito/simple-arbitrage-rs written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/thasarito/simple-arbitrage-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d93f678fa55842cccd2f091deccd93e9494b3764" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/rust-ethereum/ethabi` [INFO] [stderr] Updating git repository `https://github.com/hyperledger-labs/solang` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded md-5 v0.10.0 [INFO] [stderr] Downloaded ff v0.11.0 [INFO] [stderr] Downloaded coins-bip32 v0.6.0 [INFO] [stderr] Downloaded cargo_metadata v0.14.1 [INFO] [stderr] Downloaded coins-bip39 v0.6.0 [INFO] [stderr] Downloaded siphasher v0.3.9 [INFO] [stderr] Downloaded serde_json v1.0.75 [INFO] [stderr] Downloaded k256 v0.10.2 [INFO] [stderr] Downloaded elliptic-curve v0.11.9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+d93f678fa55842cccd2f091deccd93e9494b3764" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] afe1903f4d82d155fece9f156d4cc1347b1c15f8a3fa45064d39c4d79eea2109 [INFO] running `Command { std: "docker" "start" "-a" "afe1903f4d82d155fece9f156d4cc1347b1c15f8a3fa45064d39c4d79eea2109", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "afe1903f4d82d155fece9f156d4cc1347b1c15f8a3fa45064d39c4d79eea2109", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afe1903f4d82d155fece9f156d4cc1347b1c15f8a3fa45064d39c4d79eea2109", kill_on_drop: false }` [INFO] [stdout] afe1903f4d82d155fece9f156d4cc1347b1c15f8a3fa45064d39c4d79eea2109 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+d93f678fa55842cccd2f091deccd93e9494b3764" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 76a49327ca7b23ed4dd9e597c6cd69f8c77f4e6a1faed0f7e5eaa705ebeb425f [INFO] running `Command { std: "docker" "start" "-a" "76a49327ca7b23ed4dd9e597c6cd69f8c77f4e6a1faed0f7e5eaa705ebeb425f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling libc v0.2.113 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling radium v0.6.2 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling serde_json v1.0.75 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling camino v1.0.7 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling base64ct v1.3.3 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling const-oid v0.7.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling zeroize v1.5.0 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling der v0.5.1 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling spki v0.5.4 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling pkcs8 v0.8.0 [INFO] [stderr] Compiling crypto-bigint v0.3.2 [INFO] [stderr] Compiling sha3 v0.9.1 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling ff v0.11.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling group v0.11.0 [INFO] [stderr] Compiling sec1 v0.2.1 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling base16ct v0.1.1 [INFO] [stderr] Compiling byte-slice-cast v1.2.0 [INFO] [stderr] Compiling bitvec v0.20.4 [INFO] [stderr] Compiling elliptic-curve v0.11.9 [INFO] [stderr] Compiling fixed-hash v0.7.0 [INFO] [stderr] Compiling rfc6979 v0.1.0 [INFO] [stderr] Compiling signature v1.4.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling uint v0.9.1 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling ecdsa v0.13.4 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling crossbeam-utils v0.8.6 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling k256 v0.10.2 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling siphasher v0.3.9 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling convert_case v0.5.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling impl-trait-for-tuples v0.2.1 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling rlp-derive v0.1.0 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling rustls v0.20.2 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling socket2 v0.4.3 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling crossbeam-epoch v0.9.6 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling anyhow v1.0.52 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling rustls-pemfile v0.2.1 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling webpki-roots v0.22.2 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking impl-serde v0.3.2 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling generic-array v0.12.4 [INFO] [stderr] Checking rlp v0.5.1 [INFO] [stderr] Checking tokio v1.15.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Checking impl-rlp v0.3.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Checking ethbloom v0.11.1 [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaklCG8I/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `same-file` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaLHa36G/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetayPXD9m/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ethbloom` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `generic-array` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustctSV8v9/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustctSV8v9/symbols.o" "<8 object files omitted>" "/opt/rustwide/target/debug/deps/async_trait-3879a644ec1d9dda.59jj4gc4qb3z1g1mf5fe21f5g.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-370cea04d06e6acf.rlib,libquote-3c1a53ec4ac89ed1.rlib,libproc_macro2-92db03a1bbe1f53c.rlib,libunicode_xid-9a308e948d49b175.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustctSV8v9/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libasync_trait-3879a644ec1d9dda.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `async-trait` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetahM6clj/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "76a49327ca7b23ed4dd9e597c6cd69f8c77f4e6a1faed0f7e5eaa705ebeb425f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76a49327ca7b23ed4dd9e597c6cd69f8c77f4e6a1faed0f7e5eaa705ebeb425f", kill_on_drop: false }` [INFO] [stdout] 76a49327ca7b23ed4dd9e597c6cd69f8c77f4e6a1faed0f7e5eaa705ebeb425f