[INFO] cloning repository https://github.com/d-o-hub/do-harness
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/d-o-hub/do-harness" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fd-o-hub%2Fdo-harness", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fd-o-hub%2Fdo-harness'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 96597946a9a51382f5b196b0c595aa80edaa6403
[INFO] checking d-o-hub/do-harness against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fd-o-hub%2Fdo-harness" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/d-o-hub/do-harness
[INFO] finished tweaking git repo https://github.com/d-o-hub/do-harness
[INFO] tweaked toml for git repo https://github.com/d-o-hub/do-harness written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/d-o-hub/do-harness on toolchain 416264364aa47959f5827723e1d7dabc95d0744b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/d-o-hub/do-harness 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" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `init_db` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../init_db
[INFO] [stderr]    |                                                  ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `init-db`, convert `bin.name`
[INFO] [stderr]   --> crates/db/Cargo.toml:27:8
[INFO] [stderr]    |
[INFO] [stderr] 27 - name = "init_db"
[INFO] [stderr] 27 + name = "init-db"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `seed_invariants` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../seed_invariants
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `seed-invariants`, convert `bin.name`
[INFO] [stderr]   --> crates/db/Cargo.toml:31:8
[INFO] [stderr]    |
[INFO] [stderr] 31 - name = "seed_invariants"
[INFO] [stderr] 31 + name = "seed-invariants"
[INFO] [stderr]    |
[INFO] [stderr] warning: `do-harness-db` (manifest) generated 2 warnings
[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-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 43ec7d62ec7d963e4dcfe8f12d254978d397a5f93a77d51e0cd632443fafbe7a
[INFO] running `Command { std: "docker" "start" "43ec7d62ec7d963e4dcfe8f12d254978d397a5f93a77d51e0cd632443fafbe7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "43ec7d62ec7d963e4dcfe8f12d254978d397a5f93a77d51e0cd632443fafbe7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "43ec7d62ec7d963e4dcfe8f12d254978d397a5f93a77d51e0cd632443fafbe7a" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "43ec7d62ec7d963e4dcfe8f12d254978d397a5f93a77d51e0cd632443fafbe7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "43ec7d62ec7d963e4dcfe8f12d254978d397a5f93a77d51e0cd632443fafbe7a" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `init_db` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../init_db
[INFO] [stderr]    |                          ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `init-db`, convert `bin.name`
[INFO] [stderr]   --> crates/db/Cargo.toml:27:8
[INFO] [stderr]    |
[INFO] [stderr] 27 - name = "init_db"
[INFO] [stderr] 27 + name = "init-db"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `seed_invariants` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../seed_invariants
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `seed-invariants`, convert `bin.name`
[INFO] [stderr]   --> crates/db/Cargo.toml:31:8
[INFO] [stderr]    |
[INFO] [stderr] 31 - name = "seed_invariants"
[INFO] [stderr] 31 + name = "seed-invariants"
[INFO] [stderr]    |
[INFO] [stderr] warning: `do-harness-db` (manifest) generated 2 warnings
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]    Compiling find-msvc-tools v0.1.11
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]     Checking futures-core v0.3.34
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking futures-sink v0.3.34
[INFO] [stderr]     Checking futures-task v0.3.34
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking futures-io v0.3.34
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling cc v1.4.3
[INFO] [stderr]     Checking futures-channel v0.3.34
[INFO] [stderr]    Compiling glob v0.3.4
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling either v1.17.0
[INFO] [stderr]    Compiling bindgen v0.66.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling clang-sys v1.9.1
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking socket2 v0.6.5
[INFO] [stderr]     Checking mio v1.2.3
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking writeable v0.6.4
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking litemap v0.8.3
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]     Checking clap_builder v4.6.6
[INFO] [stderr]     Checking winnow v1.0.4
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]     Checking rustls-pki-types v1.15.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex-automata v0.4.18
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling rustls v0.23.43
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking ipnet v2.12.1
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking webpki-roots v1.0.9
[INFO] [stderr]     Checking roff v1.1.1
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]    Compiling do-harness v0.1.0 (/opt/rustwide/workdir/crates/do-harness)
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking rustls-webpki v0.103.15
[INFO] [stderr]    Compiling futures-macro v0.3.34
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling async-trait v0.1.92
[INFO] [stderr]    Compiling zerovec-derive v0.11.6
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr] error: could not compile `serde_derive` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/416264364aa47959f5827723e1d7dabc95d0744b/bin/rustc --crate-name serde_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=3528991e5d9608ca -C extra-filename=-17e1439b22fad0eb --out-dir /opt/rustwide/target/debug/build/serde_derive/17e1439b22fad0eb/out -C strip=debuginfo -L dependency=/opt/rustwide/target/debug/build/proc-macro2/2833f09604b6c927/out -L dependency=/opt/rustwide/target/debug/build/quote/f5ae3d56dabe404b/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/03910f6fc829d776/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/2833f09604b6c927/out/libproc_macro2-2833f09604b6c927.rlib --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/2833f09604b6c927/out/libproc_macro2-2833f09604b6c927.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/f5ae3d56dabe404b/out/libquote-f5ae3d56dabe404b.rlib --extern quote=/opt/rustwide/target/debug/build/quote/f5ae3d56dabe404b/out/libquote-f5ae3d56dabe404b.rmeta --extern syn=/opt/rustwide/target/debug/build/syn/5c8417f2eba23aa7/out/libsyn-5c8417f2eba23aa7.rlib --extern syn=/opt/rustwide/target/debug/build/syn/5c8417f2eba23aa7/out/libsyn-5c8417f2eba23aa7.rmeta --extern proc_macro --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `bindgen` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/416264364aa47959f5827723e1d7dabc95d0744b/bin/rustc --crate-name bindgen --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.66.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_5", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=4cf8dc381522977b -C extra-filename=-95f948ba0d72da91 --out-dir /opt/rustwide/target/debug/build/bindgen/95f948ba0d72da91/out -C strip=debuginfo -L dependency=/opt/rustwide/target/debug/build/bitflags/f5d5537316708b4a/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/e20efbc880774b74/out -L dependency=/opt/rustwide/target/debug/build/either/74f25d7008f80e83/out -L dependency=/opt/rustwide/target/debug/build/glob/605492a170981128/out -L dependency=/opt/rustwide/target/debug/build/home/1406808131175d3c/out -L dependency=/opt/rustwide/target/debug/build/libc/3c7e785343b8d139/out -L dependency=/opt/rustwide/target/debug/build/libloading/af919d7236935876/out -L dependency=/opt/rustwide/target/debug/build/linux-raw-sys/4957c455c3e6d159/out -L dependency=/opt/rustwide/target/debug/build/memchr/ae674f38d42be791/out -L dependency=/opt/rustwide/target/debug/build/minimal-lexical/7ee0d7da543d1b0f/out -L dependency=/opt/rustwide/target/debug/build/nom/5a1b514c038dc1c3/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/2833f09604b6c927/out -L dependency=/opt/rustwide/target/debug/build/quote/f5ae3d56dabe404b/out -L dependency=/opt/rustwide/target/debug/build/regex-automata/c2c921a23ed9ae7d/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/c203bfe0a2afa838/out -L dependency=/opt/rustwide/target/debug/build/rustix/897b6ad81ea5795e/out -L dependency=/opt/rustwide/target/debug/build/syn/5c8417f2eba23aa7/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/03910f6fc829d776/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/f5d5537316708b4a/out/libbitflags-f5d5537316708b4a.rmeta --extern cexpr=/opt/rustwide/target/debug/build/cexpr/df1c5860834bf43d/out/libcexpr-df1c5860834bf43d.rmeta --extern clang_sys=/opt/rustwide/target/debug/build/clang-sys/f856a3d35cb59eaf/out/libclang_sys-f856a3d35cb59eaf.rmeta --extern lazy_static=/opt/rustwide/target/debug/build/lazy_static/5b83f4f218c86285/out/liblazy_static-5b83f4f218c86285.rmeta --extern lazycell=/opt/rustwide/target/debug/build/lazycell/bd1319d36494d0e4/out/liblazycell-bd1319d36494d0e4.rmeta --extern log=/opt/rustwide/target/debug/build/log/12a40bdf385d6fbe/out/liblog-12a40bdf385d6fbe.rmeta --extern peeking_take_while=/opt/rustwide/target/debug/build/peeking_take_while/295058a23570d733/out/libpeeking_take_while-295058a23570d733.rmeta --extern prettyplease=/opt/rustwide/target/debug/build/prettyplease/e2daae63524c533d/out/libprettyplease-e2daae63524c533d.rmeta --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/2833f09604b6c927/out/libproc_macro2-2833f09604b6c927.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/f5ae3d56dabe404b/out/libquote-f5ae3d56dabe404b.rmeta --extern regex=/opt/rustwide/target/debug/build/regex/324bc15e1c6638aa/out/libregex-324bc15e1c6638aa.rmeta --extern rustc_hash=/opt/rustwide/target/debug/build/rustc-hash/5883f6a69e0b506f/out/librustc_hash-5883f6a69e0b506f.rmeta --extern shlex=/opt/rustwide/target/debug/build/shlex/b6f2604fa689c6f6/out/libshlex-b6f2604fa689c6f6.rmeta --extern syn=/opt/rustwide/target/debug/build/syn/5c8417f2eba23aa7/out/libsyn-5c8417f2eba23aa7.rmeta --extern which=/opt/rustwide/target/debug/build/which/bb9b55f0fbfd6aef/out/libwhich-bb9b55f0fbfd6aef.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "43ec7d62ec7d963e4dcfe8f12d254978d397a5f93a77d51e0cd632443fafbe7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43ec7d62ec7d963e4dcfe8f12d254978d397a5f93a77d51e0cd632443fafbe7a", kill_on_drop: false }`
[INFO] [stdout] 43ec7d62ec7d963e4dcfe8f12d254978d397a5f93a77d51e0cd632443fafbe7a
