[INFO] cloning repository https://github.com/antoniusnaumann/wtf-lang [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/antoniusnaumann/wtf-lang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoniusnaumann%2Fwtf-lang", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoniusnaumann%2Fwtf-lang'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6a8bafd5ab02308c7857aa130e8a686d80c0692e [INFO] checking antoniusnaumann/wtf-lang against d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-25 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoniusnaumann%2Fwtf-lang" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/antoniusnaumann/wtf-lang [INFO] finished tweaking git repo https://github.com/antoniusnaumann/wtf-lang [INFO] tweaked toml for git repo https://github.com/antoniusnaumann/wtf-lang written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/antoniusnaumann/wtf-lang on toolchain d0ab665d12770dbaae620b539ee4319b83445f45 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/antoniusnaumann/wtf-lang 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" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 0c9b72f71ce7eacfe5caf68584c187b64ee9fa48238479b8c3c267078ef81d1d [INFO] running `Command { std: "docker" "start" "0c9b72f71ce7eacfe5caf68584c187b64ee9fa48238479b8c3c267078ef81d1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0c9b72f71ce7eacfe5caf68584c187b64ee9fa48238479b8c3c267078ef81d1d", 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" "0c9b72f71ce7eacfe5caf68584c187b64ee9fa48238479b8c3c267078ef81d1d" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0c9b72f71ce7eacfe5caf68584c187b64ee9fa48238479b8c3c267078ef81d1d", 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" "0c9b72f71ce7eacfe5caf68584c187b64ee9fa48238479b8c3c267078ef81d1d" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Checking wtf-tokens v0.0.0 (/opt/rustwide/workdir/wtf-tokens) [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Checking foldhash v0.1.4 [INFO] [stderr] Compiling serde_json v1.0.134 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> wtf-tokens/src/lib.rs:260:35 [INFO] [stdout] | [INFO] [stdout] 260 | pub fn try_as_version_literal(&self) -> Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 260 | pub fn try_as_version_literal(&self) -> Cow<'_, Token> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking litemap v0.8.0 [INFO] [stderr] Checking writeable v0.6.1 [INFO] [stderr] Checking wtf-ast v0.0.0 (/opt/rustwide/workdir/wtf-ast) [INFO] [stderr] Checking wtf-error v0.0.0 (/opt/rustwide/workdir/wtf-error) [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stdout] warning: unused variable: `members` [INFO] [stdout] --> wtf-ast/src/display.rs:224:39 [INFO] [stdout] | [INFO] [stdout] 224 | TypeAnnotationKind::Tuple(members) => { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_members` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `expression` [INFO] [stdout] --> wtf-ast/src/display.rs:324:46 [INFO] [stdout] | [INFO] [stdout] 324 | ExpressionKind::YeetExpression { expression } => todo!(), [INFO] [stdout] | ^^^^^^^^^^ help: try ignoring the field: `expression: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking wtf-parser v0.0.0 (/opt/rustwide/workdir/wtf-parser) [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stdout] warning: variants `Paren` and `Bracket` are never constructed [INFO] [stdout] --> wtf-parser/src/parser.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 9 | enum BraceType { [INFO] [stdout] | --------- variants in this enum [INFO] [stdout] 10 | Paren, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 11 | Bracket, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking leb128 v0.2.5 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling semver v1.0.24 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Compiling wasm-encoder v0.222.0 [INFO] [stderr] Compiling syn v2.0.93 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling cranelift-isle v0.115.0 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking bumpalo v3.16.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling cc v1.2.6 [INFO] [stderr] Checking wtf-hir v0.0.0 (/opt/rustwide/workdir/wtf-hir) [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling cranelift-codegen-shared v0.115.0 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stdout] warning: unused variable: `ast_types` [INFO] [stdout] --> wtf-hir/src/compiler.rs:458:9 [INFO] [stdout] | [INFO] [stdout] 458 | ast_types: &HashMap, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ast_types` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `types` [INFO] [stdout] --> wtf-hir/src/compiler.rs:1304:9 [INFO] [stdout] | [INFO] [stdout] 1304 | types: &HashMap, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_types` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `methods` [INFO] [stdout] --> wtf-hir/src/type_.rs:75:30 [INFO] [stdout] | [INFO] [stdout] 75 | Type::Resource { methods } => write!(f, "...")?, [INFO] [stdout] | ^^^^^^^ help: try ignoring the field: `methods: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cases_a` [INFO] [stdout] --> wtf-hir/src/type_.rs:169:33 [INFO] [stdout] | [INFO] [stdout] 169 | (Type::Variant { cases: cases_a }, Type::Variant { cases: cases_b }) => { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cases_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cases_b` [INFO] [stdout] --> wtf-hir/src/type_.rs:169:67 [INFO] [stdout] | [INFO] [stdout] 169 | (Type::Variant { cases: cases_a }, Type::Variant { cases: cases_b }) => { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cases_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `parameter`, `reference`, `variant`, `tuple`, `member`, and `match_` are never used [INFO] [stdout] --> wtf-hir/src/lib.rs:186:8 [INFO] [stdout] | [INFO] [stdout] 185 | impl Expression { [INFO] [stdout] | --------------- associated functions in this implementation [INFO] [stdout] 186 | fn parameter(name: String, ty: Type) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 189 | fn reference(expression: Expression, ty: Type) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 220 | fn variant(case: String, payloads: Vec<(String, Expression)>, ty: Type) -> Expression { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 243 | fn tuple(items: Vec, ty: Type) -> Expression { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 260 | fn member(of: Expression, name: String, ty: Type) -> Expression { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 290 | fn match_(arms: HashMap, ty: Type) -> Expression { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cranelift-codegen-meta v0.115.0 [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Compiling rustix v0.38.42 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Checking tracing-core v0.1.34 [INFO] [stderr] Checking arbitrary v1.4.1 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling wasmparser v0.221.2 [INFO] [stderr] Checking rustc-hash v2.1.0 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Checking cranelift-control v0.115.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling cranelift-codegen v0.115.0 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Checking cobs v0.2.3 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling cpp_demangle v0.4.4 [INFO] [stderr] Compiling zstd-safe v7.2.1 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling indexmap v2.7.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling ittapi-sys v0.4.0 [INFO] [stderr] Compiling anyhow v1.0.95 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling wasmparser v0.222.0 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Checking zerovec v0.11.2 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Compiling wasmtime-versioned-export-macros v28.0.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking potential_utf v0.1.2 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Compiling tracing-attributes v0.1.29 [INFO] [stderr] Compiling tower-lsp-macros v0.9.0 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Compiling auto_impl v1.3.0 [INFO] [stderr] Compiling id-arena v2.2.1 [INFO] [stderr] Checking winnow v0.6.20 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Compiling wasmtime-fiber v28.0.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking wasm-encoder v0.221.2 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking wasmtime-component-util v28.0.0 [INFO] [stderr] Checking unicode-width v0.2.0 [INFO] [stderr] Compiling wasmtime-cache v28.0.0 [INFO] [stderr] Compiling libm v0.2.11 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Compiling wasmtime-component-macro v28.0.0 [INFO] [stderr] Checking cpufeatures v0.2.16 [INFO] [stderr] Compiling wit-parser v0.221.2 [INFO] [stderr] Checking uuid v1.11.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking zstd v0.13.2 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking cranelift-bitset v0.115.0 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking cranelift-entity v0.115.0 [INFO] [stderr] Checking tokio v1.45.1 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Checking cranelift-bforest v0.115.0 [INFO] [stderr] Checking regalloc2 v0.11.1 [INFO] [stderr] Checking dashmap v5.5.3 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Checking postcard v1.1.1 [INFO] [stderr] Checking gimli v0.31.1 [INFO] [stderr] Checking lsp-types v0.94.1 [INFO] [stderr] Checking toml_datetime v0.6.8 [INFO] [stderr] Checking serde_spanned v0.6.8 [INFO] [stderr] Checking toml_edit v0.22.22 [INFO] [stderr] Checking toml v0.8.19 [INFO] [stderr] error: could not compile `tokio` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d0ab665d12770dbaae620b539ee4319b83445f45/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=d5e7a2708479cb84 -C extra-filename=-7adcc92e23b2c492 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-696d9749778e1593.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-68890eeeddb3bda2.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-adb88fa3854eb0e9.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-d3114c6ab54069fd.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-dccf8aabedbf6d41.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-c47b3bce8ee54a2b.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-b5191dae6af14ba4.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-03a367c4601d1802.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `wasmparser` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d0ab665d12770dbaae620b539ee4319b83445f45/bin/rustc --crate-name wasmparser --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmparser-0.221.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="component-model"' --cfg 'feature="features"' --cfg 'feature="serde"' --cfg 'feature="simd"' --cfg 'feature="std"' --cfg 'feature="validate"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("component-model", "default", "features", "hash-collections", "prefer-btree-collections", "serde", "simd", "std", "validate"))' -C metadata=783831eb75c12ba2 -C extra-filename=-8fa88a6e1394463e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-2b23c89994425946.rmeta --extern semver=/opt/rustwide/target/debug/deps/libsemver-a5de6bd9a7762830.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-a125245f3a32b187.rmeta --cap-lints allow --cap-lints=forbid --cfg core_error --check-cfg 'cfg(core_error)'` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "0c9b72f71ce7eacfe5caf68584c187b64ee9fa48238479b8c3c267078ef81d1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c9b72f71ce7eacfe5caf68584c187b64ee9fa48238479b8c3c267078ef81d1d", kill_on_drop: false }` [INFO] [stdout] 0c9b72f71ce7eacfe5caf68584c187b64ee9fa48238479b8c3c267078ef81d1d