[INFO] cloning repository https://github.com/fluidex/eth_listener [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fluidex/eth_listener" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffluidex%2Feth_listener", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffluidex%2Feth_listener'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a2295ffba82fb3a86cf2b42d232d9175806736b2 [INFO] checking fluidex/eth_listener against master#db1fb85cff63ad5fffe435e17128f99f9e1d970c for pr-89056 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffluidex%2Feth_listener" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fluidex/eth_listener on toolchain db1fb85cff63ad5fffe435e17128f99f9e1d970c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fluidex/eth_listener [INFO] finished tweaking git repo https://github.com/fluidex/eth_listener [INFO] tweaked toml for git repo https://github.com/fluidex/eth_listener written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/fluidex/eth_listener already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 99249d14990b228082c8a10f8587b4ae8ab4847e865423969d274e1f9773ca3f [INFO] running `Command { std: "docker" "start" "-a" "99249d14990b228082c8a10f8587b4ae8ab4847e865423969d274e1f9773ca3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "99249d14990b228082c8a10f8587b4ae8ab4847e865423969d274e1f9773ca3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99249d14990b228082c8a10f8587b4ae8ab4847e865423969d274e1f9773ca3f", kill_on_drop: false }` [INFO] [stdout] 99249d14990b228082c8a10f8587b4ae8ab4847e865423969d274e1f9773ca3f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3c3a64731729676e609d67a1763cf63f1c78d91117f6dc11190e2c61a1472e6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a3c3a64731729676e609d67a1763cf63f1c78d91117f6dc11190e2c61a1472e6", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.99 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling serde_derive v1.0.127 [INFO] [stderr] Compiling serde v1.0.127 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Compiling futures-task v0.3.16 [INFO] [stderr] Compiling anyhow v1.0.42 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Compiling openssl v0.10.35 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Checking futures-sink v0.3.16 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Checking futures-io v0.3.16 [INFO] [stderr] Compiling radium v0.3.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling arrayvec v0.7.1 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Compiling zeroize v1.4.1 [INFO] [stderr] Compiling bitflags v1.3.1 [INFO] [stderr] Checking cpufeatures v0.1.5 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling base64ct v1.0.0 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Checking unicode-xid v0.2.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking tower-layer v0.3.1 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Checking lock_api v0.4.4 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tokio v1.9.0 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling tinyvec v1.3.1 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling bitvec v0.18.5 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Checking proc-macro2 v1.0.28 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling openssl-sys v0.9.65 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling curl-sys v0.4.45+curl-7.78.0 [INFO] [stderr] Compiling unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling bitvec v0.20.4 [INFO] [stderr] Checking uint v0.9.1 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking futures-channel v0.3.16 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling socket2 v0.4.1 [INFO] [stderr] Compiling which v4.2.2 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Compiling unic-segment v0.9.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling prost-build v0.8.0 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling password-hash v0.1.4 [INFO] [stderr] Compiling ff v0.8.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking crypto-mac v0.10.1 [INFO] [stderr] Checking cipher v0.2.5 [INFO] [stderr] Compiling elliptic-curve v0.9.12 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Checking Inflector v0.11.4 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling group v0.8.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking hmac v0.10.1 [INFO] [stderr] Checking sha3 v0.9.1 [INFO] [stderr] Checking sha2 v0.9.5 [INFO] [stderr] Checking signature v1.2.2 [INFO] [stderr] Checking sha-1 v0.9.7 [INFO] [stderr] Checking md-5 v0.9.1 [INFO] [stderr] Compiling globset v0.4.8 [INFO] [stderr] Checking aes-soft v0.6.4 [INFO] [stderr] Checking salsa20 v0.7.2 [INFO] [stderr] Checking ctr v0.6.0 [INFO] [stderr] Checking webpki v0.21.4 [INFO] [stderr] Checking sct v0.6.1 [INFO] [stderr] Compiling elliptic-curve v0.8.5 [INFO] [stderr] Checking pretty_env_logger v0.4.0 [INFO] [stderr] Checking pbkdf2 v0.7.5 [INFO] [stderr] Checking aes v0.6.0 [INFO] [stderr] Compiling ignore v0.4.18 [INFO] [stderr] Compiling fixed-hash v0.7.0 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Checking rustls v0.19.1 [INFO] [stderr] Checking webpki-roots v0.21.1 [INFO] [stderr] Checking scrypt v0.6.5 [INFO] [stderr] Compiling ecdsa v0.10.2 [INFO] [stderr] Compiling globwalk v0.8.1 [INFO] [stderr] Compiling k256 v0.7.3 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling impl-trait-for-tuples v0.2.1 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling auto_impl v0.4.1 [INFO] [stderr] Compiling prost-derive v0.8.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling curl v0.4.38 [INFO] [stderr] Checking async-stream v0.3.2 [INFO] [stderr] Checking pin-project v1.0.8 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Checking tracing v0.1.26 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling futures-executor v0.3.16 [INFO] [stderr] Checking futures v0.3.16 [INFO] [stderr] Checking bytes v1.0.1 [INFO] [stderr] Checking impl-serde v0.3.1 [INFO] [stderr] Checking serde_json v1.0.66 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Checking rust_decimal v1.15.0 [INFO] [stderr] Checking http v0.2.4 [INFO] [stderr] Checking rlp v0.5.1 [INFO] [stderr] Checking input_buffer v0.4.0 [INFO] [stderr] Checking prost v0.8.0 [INFO] [stderr] Checking postgres-protocol v0.6.1 [INFO] [stderr] Checking impl-rlp v0.3.0 [INFO] [stderr] Checking ethbloom v0.11.0 [INFO] [stderr] Checking eth-keystore v0.2.1 [INFO] [stderr] Checking serde-aux v2.2.0 [INFO] [stderr] Checking postgres-types v0.2.1 [INFO] [stderr] Compiling prost-types v0.8.0 [INFO] [stderr] Compiling tera v1.12.1 [INFO] [stderr] Compiling proc-macro-crate v1.0.0 [INFO] [stderr] Compiling parity-scale-codec-derive v2.2.0 [INFO] [stderr] Checking http-body v0.4.3 [INFO] [stderr] Checking tungstenite v0.12.0 [INFO] [stderr] Compiling tonic-build v0.5.2 [INFO] [stderr] Checking tokio-util v0.6.7 [INFO] [stderr] Checking tokio-native-tls v0.3.0 [INFO] [stderr] Checking tokio-rustls v0.22.0 [INFO] [stderr] Checking tokio-io-timeout v1.1.1 [INFO] [stderr] Checking tokio-stream v0.1.7 [INFO] [stderr] Checking tokio-tungstenite v0.13.0 [INFO] [stderr] Compiling parity-scale-codec v2.2.0 [INFO] [stderr] Checking h2 v0.3.3 [INFO] [stderr] Checking tower v0.4.8 [INFO] [stderr] Checking tokio-postgres v0.7.2 [INFO] [stderr] Compiling orchestra v0.1.0 (https://github.com/fluidex/orchestra.git#e9972edf) [INFO] [stderr] Checking impl-codec v0.5.1 [INFO] [stderr] Compiling primitive-types v0.9.1 [INFO] [stderr] error: failed to run custom build command for `orchestra v0.1.0 (https://github.com/fluidex/orchestra.git#e9972edf)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/orchestra-4eb2e4ed65f60376/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }', /opt/rustwide/cargo-home/git/checkouts/orchestra-5a093fe8034a4e92/e9972ed/build.rs:9:10 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x561824feda1c - std::backtrace_rs::backtrace::libunwind::trace::h2ab374bc2a3b7023 [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stderr] 1: 0x561824feda1c - std::backtrace_rs::backtrace::trace_unsynchronized::h128cb5178b04dc46 [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x561824feda1c - std::sys_common::backtrace::_print_fmt::h5344f9eefca2041f [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x561824feda1c - ::fmt::h213003bc5c7acf04 [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x5618250130dc - core::fmt::write::h78bf85fc3e93663f [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/core/src/fmt/mod.rs:1126:17 [INFO] [stderr] 5: 0x561824fead75 - std::io::Write::write_fmt::he619515c888f21a5 [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/io/mod.rs:1667:15 [INFO] [stderr] 6: 0x561824fef7d0 - std::sys_common::backtrace::_print::hf706674f77848203 [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x561824fef7d0 - std::sys_common::backtrace::print::hf0b6c7a88804ec56 [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x561824fef7d0 - std::panicking::default_hook::{{closure}}::h2dde766cd83a333a [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/panicking.rs:210:50 [INFO] [stderr] 9: 0x561824fef387 - std::panicking::default_hook::h501e3b2e134eb149 [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/panicking.rs:227:9 [INFO] [stderr] 10: 0x561824fefea9 - std::panicking::rust_panic_with_hook::hc09e869c4cf00885 [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/panicking.rs:628:17 [INFO] [stderr] 11: 0x561824fef960 - std::panicking::begin_panic_handler::{{closure}}::hc2c6d70142458fc8 [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/panicking.rs:521:13 [INFO] [stderr] 12: 0x561824fedec4 - std::sys_common::backtrace::__rust_end_short_backtrace::had58f7c459a1cd6e [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x561824fef8c9 - rust_begin_unwind [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/panicking.rs:517:5 [INFO] [stderr] 14: 0x561824d2f7e1 - core::panicking::panic_fmt::hf443e5eeb6cc9eab [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/core/src/panicking.rs:103:14 [INFO] [stderr] 15: 0x561824d2f8d3 - core::result::unwrap_failed::h885d3f7beb571353 [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/core/src/result.rs:1617:5 [INFO] [stderr] 16: 0x561824d6b266 - core::result::Result::unwrap::h74d06ea93ccd743b [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/core/src/result.rs:1299:23 [INFO] [stderr] 17: 0x561824d404b8 - build_script_build::build_exchange_grpc::hb0da5679990a80da [INFO] [stderr] at /opt/rustwide/cargo-home/git/checkouts/orchestra-5a093fe8034a4e92/e9972ed/build.rs:2:5 [INFO] [stderr] 18: 0x561824d40596 - build_script_build::main::hf4438caae896bddb [INFO] [stderr] at /opt/rustwide/cargo-home/git/checkouts/orchestra-5a093fe8034a4e92/e9972ed/build.rs:24:5 [INFO] [stderr] 19: 0x561824d3f65b - core::ops::function::FnOnce::call_once::hb55714876a8f5a04 [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 20: 0x561824d415be - std::sys_common::backtrace::__rust_begin_short_backtrace::hda25411530e57eef [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 21: 0x561824d3f321 - std::rt::lang_start::{{closure}}::h010f620bd0b4f9c0 [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/rt.rs:64:18 [INFO] [stderr] 22: 0x561824ff048a - core::ops::function::impls:: for &F>::call_once::hab43eb8ec758341e [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 23: 0x561824ff048a - std::panicking::try::do_call::hb667fefd650e964d [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/panicking.rs:403:40 [INFO] [stderr] 24: 0x561824ff048a - std::panicking::try::hc279775c9409768d [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/panicking.rs:367:19 [INFO] [stderr] 25: 0x561824ff048a - std::panic::catch_unwind::hbe8b6ecc84f73073 [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/panic.rs:133:14 [INFO] [stderr] 26: 0x561824ff048a - std::rt::lang_start_internal::{{closure}}::hb04fdaef496a162b [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/rt.rs:46:48 [INFO] [stderr] 27: 0x561824ff048a - std::panicking::try::do_call::habca359de051411d [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/panicking.rs:403:40 [INFO] [stderr] 28: 0x561824ff048a - std::panicking::try::h24c556a6948e0937 [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/panicking.rs:367:19 [INFO] [stderr] 29: 0x561824ff048a - std::panic::catch_unwind::h58075d47f5a308d8 [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/panic.rs:133:14 [INFO] [stderr] 30: 0x561824ff048a - std::rt::lang_start_internal::h3d20dc1537d76758 [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/rt.rs:46:20 [INFO] [stderr] 31: 0x561824d3f2f0 - std::rt::lang_start::hd597a3db7a08a918 [INFO] [stderr] at /rustc/db1fb85cff63ad5fffe435e17128f99f9e1d970c/library/std/src/rt.rs:63:17 [INFO] [stderr] 32: 0x561824d405bc - main [INFO] [stderr] 33: 0x7f8d3c7700b3 - __libc_start_main [INFO] [stderr] 34: 0x561824d2ffde - _start [INFO] [stderr] 35: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "a3c3a64731729676e609d67a1763cf63f1c78d91117f6dc11190e2c61a1472e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3c3a64731729676e609d67a1763cf63f1c78d91117f6dc11190e2c61a1472e6", kill_on_drop: false }` [INFO] [stdout] a3c3a64731729676e609d67a1763cf63f1c78d91117f6dc11190e2c61a1472e6