[INFO] cloning repository https://github.com/MihneaMoso/magic-run
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MihneaMoso/magic-run" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMihneaMoso%2Fmagic-run", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMihneaMoso%2Fmagic-run'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7e9cd0128c2a4ca339cd9d66b139353cc472fccf
[INFO] documenting MihneaMoso/magic-run against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMihneaMoso%2Fmagic-run" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MihneaMoso/magic-run
[INFO] finished tweaking git repo https://github.com/MihneaMoso/magic-run
[INFO] tweaked toml for git repo https://github.com/MihneaMoso/magic-run written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MihneaMoso/magic-run on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MihneaMoso/magic-run 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" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 02c63685c1b7beb5c9d60b4ae77c3b7adf9470641e3ec4316cfc550f083c6b59
[INFO] running `Command { std: "docker" "start" "02c63685c1b7beb5c9d60b4ae77c3b7adf9470641e3ec4316cfc550f083c6b59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02c63685c1b7beb5c9d60b4ae77c3b7adf9470641e3ec4316cfc550f083c6b59", 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" "02c63685c1b7beb5c9d60b4ae77c3b7adf9470641e3ec4316cfc550f083c6b59" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02c63685c1b7beb5c9d60b4ae77c3b7adf9470641e3ec4316cfc550f083c6b59", 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" "02c63685c1b7beb5c9d60b4ae77c3b7adf9470641e3ec4316cfc550f083c6b59" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking futures-core v0.3.34
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]     Checking bytes v1.12.1
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]    Compiling find-msvc-tools v0.1.11
[INFO] [stderr]    Compiling zerovec-derive v0.11.5
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]     Checking simd-adler32 v0.3.10
[INFO] [stderr]     Checking futures-sink v0.3.34
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking futures-channel v0.3.34
[INFO] [stderr]    Compiling cc v1.4.3
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]    Compiling aws-lc-rs v1.18.0
[INFO] [stderr]     Checking writeable v0.6.4
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking litemap v0.8.3
[INFO] [stderr]     Checking zerotrie v0.2.5
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking futures-io v0.3.34
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]     Checking futures-task v0.3.34
[INFO] [stderr]    Compiling icu_normalizer_data v2.3.0
[INFO] [stderr]     Checking aho-corasick v1.1.5
[INFO] [stderr]    Compiling icu_properties_data v2.3.0
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking rustls-pki-types v1.15.1
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking http v1.5.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling darling_core v0.24.1
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking either v1.18.0
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking zerovec v0.11.8
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking socket2 v0.6.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking http-body v1.1.0
[INFO] [stderr]     Checking tinystr v0.8.4
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking potential_utf v0.1.6
[INFO] [stderr]     Checking icu_collections v2.3.0
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]     Checking icu_locale_core v2.3.0
[INFO] [stderr]    Compiling instability v0.3.13
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling aws-lc-sys v0.44.0
[INFO] [stderr]     Checking compact_str v0.9.1
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking kasuari v0.4.12
[INFO] [stderr]     Checking lru v0.18.2
[INFO] [stderr]     Checking httparse v1.10.1
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking compression-core v0.4.32
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking compression-codecs v0.4.38
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr] error: could not compile `futures-util` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/da3f5c31e5535b3dc210067de660a45784ae1e9c/bin/rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C opt-level=1 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "portable-atomic-alloc", "portable-atomic-util", "portable_atomic_crate", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=80ea174f13bffb72 -C extra-filename=-2e193b7012dd9436 --out-dir /opt/rustwide/target/debug/build/futures-util/2e193b7012dd9436/out -L dependency=/opt/rustwide/target/debug/build/futures-channel/c210890718076017/out -L dependency=/opt/rustwide/target/debug/build/futures-core/dce046882927a2df/out -L dependency=/opt/rustwide/target/debug/build/futures-io/b54118794bd810fc/out -L dependency=/opt/rustwide/target/debug/build/futures-macro/e064f516f326f8b2/out -L dependency=/opt/rustwide/target/debug/build/futures-sink/574d53ca4753c2e6/out -L dependency=/opt/rustwide/target/debug/build/futures-task/adc20dbd7c8d5261/out -L dependency=/opt/rustwide/target/debug/build/memchr/ebe6802bc0541a14/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/4a5892933060f563/out -L dependency=/opt/rustwide/target/debug/build/slab/a74b841e2ff5e08f/out --extern futures_channel=/opt/rustwide/target/debug/build/futures-channel/c210890718076017/out/libfutures_channel-c210890718076017.rmeta --extern futures_core=/opt/rustwide/target/debug/build/futures-core/dce046882927a2df/out/libfutures_core-dce046882927a2df.rmeta --extern futures_io=/opt/rustwide/target/debug/build/futures-io/b54118794bd810fc/out/libfutures_io-b54118794bd810fc.rmeta --extern futures_macro=/opt/rustwide/target/debug/build/futures-macro/e064f516f326f8b2/out/libfutures_macro-e064f516f326f8b2.so --extern futures_sink=/opt/rustwide/target/debug/build/futures-sink/574d53ca4753c2e6/out/libfutures_sink-574d53ca4753c2e6.rmeta --extern futures_task=/opt/rustwide/target/debug/build/futures-task/adc20dbd7c8d5261/out/libfutures_task-adc20dbd7c8d5261.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/ebe6802bc0541a14/out/libmemchr-ebe6802bc0541a14.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/4a5892933060f563/out/libpin_project_lite-4a5892933060f563.rmeta --extern slab=/opt/rustwide/target/debug/build/slab/a74b841e2ff5e08f/out/libslab-a74b841e2ff5e08f.rmeta --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 `serde_derive` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/da3f5c31e5535b3dc210067de660a45784ae1e9c/bin/rustc --crate-name serde_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.229/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=6740a4bd23e12629 -C extra-filename=-c599d0ad722e6cfb --out-dir /opt/rustwide/target/debug/build/serde_derive/c599d0ad722e6cfb/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/ee684499ef27f3b8/out -L dependency=/opt/rustwide/target/debug/build/quote/97307b84563a2c10/out -L dependency=/opt/rustwide/target/debug/build/syn/48e3f852bab2cce4/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/ee684499ef27f3b8/out/libproc_macro2-ee684499ef27f3b8.rlib --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/ee684499ef27f3b8/out/libproc_macro2-ee684499ef27f3b8.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/97307b84563a2c10/out/libquote-97307b84563a2c10.rlib --extern quote=/opt/rustwide/target/debug/build/quote/97307b84563a2c10/out/libquote-97307b84563a2c10.rmeta --extern syn=/opt/rustwide/target/debug/build/syn/48e3f852bab2cce4/out/libsyn-48e3f852bab2cce4.rlib --extern syn=/opt/rustwide/target/debug/build/syn/48e3f852bab2cce4/out/libsyn-48e3f852bab2cce4.rmeta --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "02c63685c1b7beb5c9d60b4ae77c3b7adf9470641e3ec4316cfc550f083c6b59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02c63685c1b7beb5c9d60b4ae77c3b7adf9470641e3ec4316cfc550f083c6b59", kill_on_drop: false }`
[INFO] [stdout] 02c63685c1b7beb5c9d60b4ae77c3b7adf9470641e3ec4316cfc550f083c6b59
