[INFO] cloning repository https://github.com/apollographql/apollo-cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/apollographql/apollo-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapollographql%2Fapollo-cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapollographql%2Fapollo-cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 149c494f378dced51f26c6edf6660c6ed4305346 [INFO] testing apollographql/apollo-cli against try#5bc97a20e5cc382ae6d19f727a9e73eeb2734548 for pr-99093 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapollographql%2Fapollo-cli" "/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/apollographql/apollo-cli on toolchain 5bc97a20e5cc382ae6d19f727a9e73eeb2734548 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5bc97a20e5cc382ae6d19f727a9e73eeb2734548" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-6/source/.cargo/config [INFO] removed /workspace/builds/worker-6/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/apollographql/apollo-cli [INFO] finished tweaking git repo https://github.com/apollographql/apollo-cli [INFO] tweaked toml for git repo https://github.com/apollographql/apollo-cli written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/apollographql/apollo-cli already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5bc97a20e5cc382ae6d19f727a9e73eeb2734548" "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:ecb52c4cf6672b83cc996368a05b4a059042425f2b6ba9cd23a06cdead5d8d70" "/opt/rustwide/cargo-home/bin/cargo" "+5bc97a20e5cc382ae6d19f727a9e73eeb2734548" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af29655d86c5b61ecfbbbf6dc9f67a1fe70c57f6a72668eb5f4d7229ebc3734e [INFO] running `Command { std: "docker" "start" "-a" "af29655d86c5b61ecfbbbf6dc9f67a1fe70c57f6a72668eb5f4d7229ebc3734e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af29655d86c5b61ecfbbbf6dc9f67a1fe70c57f6a72668eb5f4d7229ebc3734e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af29655d86c5b61ecfbbbf6dc9f67a1fe70c57f6a72668eb5f4d7229ebc3734e", kill_on_drop: false }` [INFO] [stdout] af29655d86c5b61ecfbbbf6dc9f67a1fe70c57f6a72668eb5f4d7229ebc3734e [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:ecb52c4cf6672b83cc996368a05b4a059042425f2b6ba9cd23a06cdead5d8d70" "/opt/rustwide/cargo-home/bin/cargo" "+5bc97a20e5cc382ae6d19f727a9e73eeb2734548" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0c222c85f241b2262a86abd51c1deb736232629765c11a7571875703db04c775 [INFO] running `Command { std: "docker" "start" "-a" "0c222c85f241b2262a86abd51c1deb736232629765c11a7571875703db04c775", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.96 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling once_cell v1.12.0 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling openssl v0.10.40 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.3 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling camino v1.0.9 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling regex-syntax v0.6.26 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling semver v1.0.9 [INFO] [stderr] Compiling signal-hook v0.3.14 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling eyre v0.6.8 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling owo-colors v3.4.0 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling crossbeam-queue v0.3.5 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling online v3.0.1 [INFO] [stderr] Compiling fsio v0.3.1 [INFO] [stderr] Compiling countme v2.0.4 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling cpufeatures v0.2.2 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling os_str_bytes v6.1.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling text-size v1.1.0 [INFO] [stderr] Compiling apollo-encoder v0.3.1 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling strum v0.24.0 [INFO] [stderr] Compiling encode_unicode v0.3.6 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling wsl v0.1.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling tracing-core v0.1.27 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling minimad v0.9.0 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling indexmap v1.8.2 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling miniz_oxide v0.5.3 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling alloc-stdlib v0.2.1 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling tracing v0.1.35 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling brotli-decompressor v2.3.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling object v0.28.4 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling mio v0.8.3 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling filetime v0.2.16 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling xattr v0.2.3 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling flate2 v1.0.24 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling envmnt v0.10.0 [INFO] [stderr] Compiling regex v1.5.6 [INFO] [stderr] Compiling rowan v0.13.2 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling tokio v1.19.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling uuid v1.1.1 [INFO] [stderr] Compiling directories-next v2.0.0 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling tar v0.4.38 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling crypto-common v0.1.3 [INFO] [stderr] Compiling openssl-src v111.20.0+1.1.1o [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling apollo-parser v0.2.7 [INFO] [stderr] Compiling tracing-subscriber v0.3.11 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling os_type v2.4.0 [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling console v0.15.0 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling crossbeam v0.8.1 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Compiling openssl-sys v0.9.74 [INFO] [stderr] Compiling libz-sys v1.1.8 [INFO] [stderr] Compiling libssh2-sys v0.2.23 [INFO] [stderr] Compiling backtrace v0.3.65 [INFO] [stderr] Compiling libgit2-sys v0.13.4+1.4.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling crossterm v0.23.2 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling tokio-util v0.6.10 [INFO] [stderr] Compiling async-compression v0.3.14 [INFO] [stderr] Compiling tokio-util v0.7.3 [INFO] [stderr] Compiling backoff v0.4.0 [INFO] [stderr] Compiling coolor v0.5.0 [INFO] [stderr] Compiling timber v0.1.0 (/opt/rustwide/workdir/crates/timber) [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling hyper v0.14.19 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling tracing-attributes v0.1.21 [INFO] [stderr] Compiling darling_macro v0.13.4 [INFO] [stderr] Compiling strum_macros v0.24.0 [INFO] [stderr] Compiling calmio_filters v0.1.0 [INFO] [stderr] Compiling clap_derive v3.2.7 [INFO] [stderr] Compiling calm_io v0.1.1 [INFO] [stderr] Compiling clap v3.2.8 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling graphql-parser v0.4.0 [INFO] [stderr] Compiling tokio-socks v0.5.1 [INFO] [stderr] Compiling billboard v0.1.0 (https://github.com/EverlastingBugstopper/billboard.git?branch=main#1226d748) [INFO] [stderr] Compiling termimad v0.20.2 [INFO] [stderr] Compiling tracing-error v0.2.0 [INFO] [stderr] Compiling darling v0.13.4 [INFO] [stderr] Compiling color-spantrace v0.2.0 [INFO] [stderr] Compiling serde_with_macros v1.5.2 [INFO] [stderr] Compiling color-eyre v0.6.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling graphql-introspection-query v0.2.0 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling serde_yaml v0.8.24 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling ci_info v0.14.5 [INFO] [stderr] Compiling os_info v3.4.0 [INFO] [stderr] Compiling git-url-parse v0.4.2 [INFO] [stderr] Compiling houston v0.0.0 (/opt/rustwide/workdir/crates/houston) [INFO] [stderr] Compiling robot-panic v1.0.3 (/opt/rustwide/workdir/crates/robot-panic) [INFO] [stderr] Compiling graphql_client_codegen v0.11.0 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling opener v0.5.0 [INFO] [stderr] Compiling prettytable-rs v0.8.0 [INFO] [stderr] Compiling graphql_query_derive v0.11.0 [INFO] [stderr] Compiling serde_with v1.14.0 [INFO] [stderr] Compiling apollo-federation-types v0.5.0 [INFO] [stderr] Compiling graphql_client v0.11.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.10 [INFO] [stderr] Compiling git2 v0.14.4 [INFO] [stderr] Compiling launchpad v0.1.0 (/opt/rustwide/workdir/crates/launchpad) [INFO] [stderr] Compiling binstall v0.1.0 (/opt/rustwide/workdir/installers/binstall) [INFO] [stderr] Compiling sputnik v0.0.0 (/opt/rustwide/workdir/crates/sputnik) [INFO] [stderr] Compiling rover-client v0.0.0 (/opt/rustwide/workdir/crates/rover-client) [INFO] [stderr] error: failed to run custom build command for `rover-client v0.0.0 (/opt/rustwide/workdir/crates/rover-client)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/rover-client-a8637416749ff386/build-script-build` (exit status: 1) [INFO] [stderr] --- stderr [INFO] [stderr] Error: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] Stack backtrace: [INFO] [stderr] 0: anyhow::error:: for anyhow::Error>::from [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.57/src/error.rs:533:25 [INFO] [stderr] 1: as core::ops::try_trait::FromResidual>>::from_residual [INFO] [stderr] at /rustc/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/library/core/src/result.rs:2125:27 [INFO] [stderr] 2: build_script_build::main [INFO] [stderr] at ./build.rs:17:5 [INFO] [stderr] 3: core::ops::function::FnOnce::call_once [INFO] [stderr] at /rustc/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/library/core/src/ops/function.rs:248:5 [INFO] [stderr] 4: std::sys_common::backtrace::__rust_begin_short_backtrace [INFO] [stderr] at /rustc/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stderr] 5: std::rt::lang_start::{{closure}} [INFO] [stderr] at /rustc/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/library/std/src/rt.rs:145:18 [INFO] [stderr] 6: core::ops::function::impls:: for &F>::call_once [INFO] [stderr] at /rustc/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/library/core/src/ops/function.rs:280:13 [INFO] [stderr] 7: std::panicking::try::do_call [INFO] [stderr] at /rustc/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/library/std/src/panicking.rs:492:40 [INFO] [stderr] 8: std::panicking::try [INFO] [stderr] at /rustc/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/library/std/src/panicking.rs:456:19 [INFO] [stderr] 9: std::panic::catch_unwind [INFO] [stderr] at /rustc/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/library/std/src/panic.rs:137:14 [INFO] [stderr] 10: std::rt::lang_start_internal::{{closure}} [INFO] [stderr] at /rustc/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/library/std/src/rt.rs:128:48 [INFO] [stderr] 11: std::panicking::try::do_call [INFO] [stderr] at /rustc/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/library/std/src/panicking.rs:492:40 [INFO] [stderr] 12: std::panicking::try [INFO] [stderr] at /rustc/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/library/std/src/panicking.rs:456:19 [INFO] [stderr] 13: std::panic::catch_unwind [INFO] [stderr] at /rustc/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/library/std/src/panic.rs:137:14 [INFO] [stderr] 14: std::rt::lang_start_internal [INFO] [stderr] at /rustc/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/library/std/src/rt.rs:128:20 [INFO] [stderr] 15: std::rt::lang_start [INFO] [stderr] at /rustc/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/library/std/src/rt.rs:144:17 [INFO] [stderr] 16: main [INFO] [stderr] 17: __libc_start_main [INFO] [stderr] 18: _start [INFO] running `Command { std: "docker" "inspect" "0c222c85f241b2262a86abd51c1deb736232629765c11a7571875703db04c775", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c222c85f241b2262a86abd51c1deb736232629765c11a7571875703db04c775", kill_on_drop: false }` [INFO] [stdout] 0c222c85f241b2262a86abd51c1deb736232629765c11a7571875703db04c775