[INFO] cloning repository https://github.com/nervosnetwork/godwoken-scripts [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nervosnetwork/godwoken-scripts" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnervosnetwork%2Fgodwoken-scripts", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnervosnetwork%2Fgodwoken-scripts'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b9bc73e6bb861f055c8ee41919db7d959b09b8c8 [INFO] testing nervosnetwork/godwoken-scripts against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnervosnetwork%2Fgodwoken-scripts" "/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/nervosnetwork/godwoken-scripts on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-6/source/rust-toolchain [INFO] started tweaking git repo https://github.com/nervosnetwork/godwoken-scripts [INFO] finished tweaking git repo https://github.com/nervosnetwork/godwoken-scripts [INFO] tweaked toml for git repo https://github.com/nervosnetwork/godwoken-scripts written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/nervosnetwork/godwoken-scripts already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 956b78aff8ed5c675a6734da7542ce6e1ce231001933c12c16f61bab51f0c748 [INFO] running `Command { std: "docker" "start" "-a" "956b78aff8ed5c675a6734da7542ce6e1ce231001933c12c16f61bab51f0c748", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "956b78aff8ed5c675a6734da7542ce6e1ce231001933c12c16f61bab51f0c748", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "956b78aff8ed5c675a6734da7542ce6e1ce231001933c12c16f61bab51f0c748", kill_on_drop: false }` [INFO] [stdout] 956b78aff8ed5c675a6734da7542ce6e1ce231001933c12c16f61bab51f0c748 [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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 55dc478f28e5248a6562bafb2bd05382877dd3dc969e068dcd111cafca1aa370 [INFO] running `Command { std: "docker" "start" "-a" "55dc478f28e5248a6562bafb2bd05382877dd3dc969e068dcd111cafca1aa370", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling faster-hex v0.4.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling anyhow v1.0.41 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling fastrand v1.4.1 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling gimli v0.23.0 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling bit-vec v0.5.1 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling rustc-demangle v0.1.19 [INFO] [stderr] Compiling object v0.23.0 [INFO] [stderr] Compiling async-task v4.0.3 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling signal-hook v0.3.9 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling cpufeatures v0.1.4 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling blake2b-ref v0.2.1 [INFO] [stderr] Compiling gw-types v0.1.0 (https://github.com/nervosnetwork/godwoken.git?rev=2c882c5e28995427a0d35246d0c7c75d41000898#2c882c5e) [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling openssl v0.10.34 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Compiling cpuid-bool v0.2.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling build_const v0.2.2 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling faster-hex v0.3.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling curl v0.4.38 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling http-types v2.11.1 [INFO] [stderr] Compiling isahc v0.9.14 [INFO] [stderr] Compiling ckb-vm-definitions v0.19.1 (https://github.com/nervosnetwork/ckb-vm.git?tag=0.19.1#3e23ff67) [INFO] [stderr] Compiling data-encoding v2.3.2 [INFO] [stderr] Compiling cty v0.2.1 [INFO] [stderr] Compiling whoami v1.1.2 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling infer v0.2.3 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling erased-serde v0.3.15 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling eaglesong v0.1.0 [INFO] [stderr] Compiling semver v1.0.3 [INFO] [stderr] Compiling faster-hex v0.5.0 [INFO] [stderr] Compiling ckb-vm-definitions v0.19.3 [INFO] [stderr] Compiling ckb-script v0.39.1 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling tokio v1.6.2 [INFO] [stderr] Compiling num-bigint v0.3.2 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling merkle-cbt v0.3.0 [INFO] [stderr] Compiling sparse-merkle-tree v0.5.2-rc1 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling async-lock v2.4.0 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.7 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling gw-hash v0.1.0 (https://github.com/nervosnetwork/godwoken.git?rev=2c882c5e28995427a0d35246d0c7c75d41000898#2c882c5e) [INFO] [stderr] Compiling rlp v0.5.0 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] error: failed to run custom build command for `gw-types v0.1.0 (https://github.com/nervosnetwork/godwoken.git?rev=2c882c5e28995427a0d35246d0c7c75d41000898#2c882c5e)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/gw-types-a99ca3da09785199/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /opt/rustwide/cargo-home/git/checkouts/godwoken-4851f48c4bb39c56/2c882c5/crates/types/build.rs:14:14 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x559ed1e644e0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stderr] 1: 0x559ed1e644e0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x559ed1e644e0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x559ed1e644e0 - ::fmt::he312f4ad5b9bb346 [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x559ed1e816bc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stderr] 5: 0x559ed1e624d5 - std::io::Write::write_fmt::h6aced00850e8186f [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stderr] 6: 0x559ed1e6611b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x559ed1e6611b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x559ed1e6611b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x559ed1e65bf1 - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:225:9 [INFO] [stderr] 10: 0x559ed1e667e4 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stderr] 11: 0x559ed1e662c7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:519:13 [INFO] [stderr] 12: 0x559ed1e649bc - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x559ed1e66229 - rust_begin_unwind [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stderr] 14: 0x559ed1e481d1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stderr] 15: 0x559ed1e48263 - core::result::unwrap_failed::he898b02f57993c42 [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1599:5 [INFO] [stderr] 16: 0x559ed1e4eb5d - core::result::Result::expect::h8771937ec6064403 [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/result.rs:1241:23 [INFO] [stderr] 17: 0x559ed1e4d77d - build_script_build::build::check_molecule_version::h23b78552656d3f7c [INFO] [stderr] at /opt/rustwide/cargo-home/git/checkouts/godwoken-4851f48c4bb39c56/2c882c5/crates/types/build.rs:11:22 [INFO] [stderr] 18: 0x559ed1e4b6e6 - build_script_build::main::hdb42a514e914e834 [INFO] [stderr] at /opt/rustwide/cargo-home/git/checkouts/godwoken-4851f48c4bb39c56/2c882c5/crates/types/build.rs:52:9 [INFO] [stderr] 19: 0x559ed1e4c38b - core::ops::function::FnOnce::call_once::he058eb36e0847b59 [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 20: 0x559ed1e4d2ce - std::sys_common::backtrace::__rust_begin_short_backtrace::ha52d804cd06de35e [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 21: 0x559ed1e4b1f1 - std::rt::lang_start::{{closure}}::hc270fccb5ae425d9 [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/rt.rs:63:18 [INFO] [stderr] 22: 0x559ed1e66cea - core::ops::function::impls:: for &F>::call_once::h5a0483c8d4e9c15d [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 23: 0x559ed1e66cea - std::panicking::try::do_call::h6ad7918f175f6ddd [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stderr] 24: 0x559ed1e66cea - std::panicking::try::hcd5af58f52320690 [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stderr] 25: 0x559ed1e66cea - std::panic::catch_unwind::hf1ae33ba67228f1e [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stderr] 26: 0x559ed1e66cea - std::rt::lang_start_internal::{{closure}}::h4a87bc0aa1312dc5 [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/rt.rs:45:48 [INFO] [stderr] 27: 0x559ed1e66cea - std::panicking::try::do_call::h1ade2a52932fc900 [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stderr] 28: 0x559ed1e66cea - std::panicking::try::h6f4a87ad169e174b [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stderr] 29: 0x559ed1e66cea - std::panic::catch_unwind::h043c7f08019f9e2a [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stderr] 30: 0x559ed1e66cea - std::rt::lang_start_internal::h82825699ebfd70bd [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/rt.rs:45:20 [INFO] [stderr] 31: 0x559ed1e4b1c0 - std::rt::lang_start::h712ffbbb06b49b34 [INFO] [stderr] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/rt.rs:62:5 [INFO] [stderr] 32: 0x559ed1e4b71c - main [INFO] [stderr] 33: 0x7fa5ffa880b3 - __libc_start_main [INFO] [stderr] 34: 0x559ed1e4892e - _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" "55dc478f28e5248a6562bafb2bd05382877dd3dc969e068dcd111cafca1aa370", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55dc478f28e5248a6562bafb2bd05382877dd3dc969e068dcd111cafca1aa370", kill_on_drop: false }` [INFO] [stdout] 55dc478f28e5248a6562bafb2bd05382877dd3dc969e068dcd111cafca1aa370