[INFO] cloning repository https://github.com/Yakkhini/snake_copy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Yakkhini/snake_copy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYakkhini%2Fsnake_copy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYakkhini%2Fsnake_copy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ac3d879be13c94784e824d99d103d17d5ae7c0d4 [INFO] testing Yakkhini/snake_copy against try#fc4ba03ef77ca5018fb78a097d3b924d30f15bfc+target=i686-unknown-linux-musl for musl_upgrade_1_2_take3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYakkhini%2Fsnake_copy" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Yakkhini/snake_copy on toolchain fc4ba03ef77ca5018fb78a097d3b924d30f15bfc [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Yakkhini/snake_copy [INFO] finished tweaking git repo https://github.com/Yakkhini/snake_copy [INFO] tweaked toml for git repo https://github.com/Yakkhini/snake_copy written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Yakkhini/snake_copy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4a9f723328d73c3310ab4e6f4412da5f331bdfd68e942ee5c5d02f702c522a33 [INFO] running `Command { std: "docker" "start" "-a" "4a9f723328d73c3310ab4e6f4412da5f331bdfd68e942ee5c5d02f702c522a33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a9f723328d73c3310ab4e6f4412da5f331bdfd68e942ee5c5d02f702c522a33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a9f723328d73c3310ab4e6f4412da5f331bdfd68e942ee5c5d02f702c522a33", kill_on_drop: false }` [INFO] [stdout] 4a9f723328d73c3310ab4e6f4412da5f331bdfd68e942ee5c5d02f702c522a33 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+fc4ba03ef77ca5018fb78a097d3b924d30f15bfc" "build" "--frozen" "--message-format=json" "--target" "i686-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 587f0e2f673080fe5cb3a18880098943c05a429ca8ae7d927439c175da8380be [INFO] running `Command { std: "docker" "start" "-a" "587f0e2f673080fe5cb3a18880098943c05a429ca8ae7d927439c175da8380be", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.38 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.92 [INFO] [stderr] Compiling libc v0.2.125 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling tracing-core v0.1.26 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling fixedbitset v0.4.1 [INFO] [stderr] Compiling mint v0.5.9 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling erased-serde v0.3.20 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling async-task v4.2.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling raw-window-handle v0.4.3 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Compiling bevy_tasks v0.7.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling filetime v0.2.16 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling libloading v0.7.3 [INFO] [stderr] Compiling ash v0.34.0+1.2.203 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling pp-rs v0.2.1 [INFO] [stderr] Compiling notify v5.0.0-pre.11 [INFO] [stderr] Compiling spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling gpu-descriptor-types v0.1.1 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling gpu-alloc-types v0.2.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling hexf-parse v0.2.1 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling wgpu-core v0.12.2 [INFO] [stderr] Compiling gpu-alloc v0.5.3 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling wgpu-types v0.12.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling glow v0.11.2 [INFO] [stderr] Compiling inplace_it v0.3.3 [INFO] [stderr] Compiling profiling v1.0.5 [INFO] [stderr] Compiling renderdoc-sys v0.7.1 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling ttf-parser v0.15.0 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] error: failed to run custom build command for `alsa-sys v0.3.1` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/alsa-sys-ca9a04e810d5b351/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=ALSA_NO_PKG_CONFIG [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_i686-unknown-linux-musl [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_i686_unknown_linux_musl [INFO] [stderr] cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_ALLOW_CROSS [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_i686-unknown-linux-musl [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_i686_unknown_linux_musl [INFO] [stderr] cargo:rerun-if-env-changed=TARGET_PKG_CONFIG [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_i686-unknown-linux-musl [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_i686_unknown_linux_musl [INFO] [stderr] cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_SYSROOT_DIR [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'pkg-config has not been configured to support cross-compilation. [INFO] [stderr] [INFO] [stderr] Install a sysroot for the target platform and configure it via [INFO] [stderr] PKG_CONFIG_SYSROOT_DIR and PKG_CONFIG_PATH, or install a [INFO] [stderr] cross-compiling wrapper for pkg-config and set it via [INFO] [stderr] PKG_CONFIG environment variable.', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/alsa-sys-0.3.1/build.rs:13:18 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5604b967125a - std::backtrace_rs::backtrace::libunwind::trace::h9c950f33f2c47e7a [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x5604b967125a - std::backtrace_rs::backtrace::trace_unsynchronized::h3b7d012a4e8e7f24 [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x5604b967125a - std::sys_common::backtrace::_print_fmt::hdd49f55d946a286b [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stderr] 3: 0x5604b967125a - ::fmt::h3d92f0976b36eb47 [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x5604b968f6de - core::fmt::write::h1802db4bd3dbef5c [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/core/src/fmt/mod.rs:1208:17 [INFO] [stderr] 5: 0x5604b966e535 - std::io::Write::write_fmt::h52d7df55c66c74f0 [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/io/mod.rs:1682:15 [INFO] [stderr] 6: 0x5604b9671025 - std::sys_common::backtrace::_print::h35f0168a013ac3ce [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 7: 0x5604b9671025 - std::sys_common::backtrace::print::h2e13c2fefd7982de [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 8: 0x5604b967284f - std::panicking::default_hook::{{closure}}::haee6898ffcd271f3 [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/panicking.rs:267:22 [INFO] [stderr] 9: 0x5604b967258b - std::panicking::default_hook::ha871b976095e03c8 [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/panicking.rs:286:9 [INFO] [stderr] 10: 0x5604b9672f5c - std::panicking::rust_panic_with_hook::h062710ad04a7aa11 [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/panicking.rs:688:13 [INFO] [stderr] 11: 0x5604b9672cf9 - std::panicking::begin_panic_handler::{{closure}}::h3cf3cbb525096337 [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/panicking.rs:579:13 [INFO] [stderr] 12: 0x5604b967170c - std::sys_common::backtrace::__rust_end_short_backtrace::h380ebb1caf1af45a [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stderr] 13: 0x5604b9672a02 - rust_begin_unwind [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/panicking.rs:575:5 [INFO] [stderr] 14: 0x5604b96251f3 - core::panicking::panic_fmt::h33e80f483de9df3e [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/core/src/panicking.rs:64:14 [INFO] [stderr] 15: 0x5604b962591f - core::panicking::panic_display::h779ec449d859bdf2 [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/core/src/panicking.rs:135:5 [INFO] [stderr] 16: 0x5604b9625bfe - build_script_build::main::h0e5e13272c155107 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/alsa-sys-0.3.1/build.rs:13:18 [INFO] [stderr] 17: 0x5604b962595b - core::ops::function::FnOnce::call_once::had8ad7bd748e5e7f [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/core/src/ops/function.rs:507:5 [INFO] [stderr] 18: 0x5604b96257de - std::sys_common::backtrace::__rust_begin_short_backtrace::hcb7b3561fad2ad77 [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stderr] 19: 0x5604b9625851 - std::rt::lang_start::{{closure}}::hfb45f1e25dc0cdee [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/rt.rs:166:18 [INFO] [stderr] 20: 0x5604b966b7cc - core::ops::function::impls:: for &F>::call_once::hacdd975b45c40648 [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/core/src/ops/function.rs:606:13 [INFO] [stderr] 21: 0x5604b966b7cc - std::panicking::try::do_call::h0676338f5711b277 [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/panicking.rs:483:40 [INFO] [stderr] 22: 0x5604b966b7cc - std::panicking::try::hd0ddf765905e5be6 [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/panicking.rs:447:19 [INFO] [stderr] 23: 0x5604b966b7cc - std::panic::catch_unwind::h372133e1391bf6ce [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/panic.rs:137:14 [INFO] [stderr] 24: 0x5604b966b7cc - std::rt::lang_start_internal::{{closure}}::hfc60262ce3c74740 [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/rt.rs:148:48 [INFO] [stderr] 25: 0x5604b966b7cc - std::panicking::try::do_call::ha3816fb41b6e134e [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/panicking.rs:483:40 [INFO] [stderr] 26: 0x5604b966b7cc - std::panicking::try::h41f5f6d0ff1c36c9 [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/panicking.rs:447:19 [INFO] [stderr] 27: 0x5604b966b7cc - std::panic::catch_unwind::h5b8b7884d08853bb [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/panic.rs:137:14 [INFO] [stderr] 28: 0x5604b966b7cc - std::rt::lang_start_internal::h1f97c72b8e40c45b [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/rt.rs:148:20 [INFO] [stderr] 29: 0x5604b962582a - std::rt::lang_start::hb570362ca5f970fc [INFO] [stderr] at /rustc/fc4ba03ef77ca5018fb78a097d3b924d30f15bfc/library/std/src/rt.rs:165:17 [INFO] [stderr] 30: 0x5604b9625cee - main [INFO] [stderr] 31: 0x7ff7fb522083 - __libc_start_main [INFO] [stderr] 32: 0x5604b962570e - _start [INFO] [stderr] 33: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "587f0e2f673080fe5cb3a18880098943c05a429ca8ae7d927439c175da8380be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "587f0e2f673080fe5cb3a18880098943c05a429ca8ae7d927439c175da8380be", kill_on_drop: false }` [INFO] [stdout] 587f0e2f673080fe5cb3a18880098943c05a429ca8ae7d927439c175da8380be