[INFO] cloning repository https://github.com/kenotron-ms/amplifier-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kenotron-ms/amplifier-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkenotron-ms%2Famplifier-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkenotron-ms%2Famplifier-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6b12fd3ef4e02c475a9773d15a16ffd8eabd5ed3
[INFO] checking kenotron-ms/amplifier-rust against 0b63defc8fd68957c635fe61f097b84df8fd9611 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkenotron-ms%2Famplifier-rust" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kenotron-ms/amplifier-rust
[INFO] finished tweaking git repo https://github.com/kenotron-ms/amplifier-rust
[INFO] tweaked toml for git repo https://github.com/kenotron-ms/amplifier-rust written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kenotron-ms/amplifier-rust on toolchain 0b63defc8fd68957c635fe61f097b84df8fd9611
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kenotron-ms/amplifier-rust 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" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/microsoft/amplifier-core`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libseccomp-sys v0.2.1
[INFO] [stderr]   Downloaded fancy-regex v0.12.0
[INFO] [stderr]   Downloaded prost-build v0.13.5
[INFO] [stderr]   Downloaded libseccomp v0.3.0
[INFO] [stderr]   Downloaded tiktoken-rs v0.5.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 831dd365a454cee28fad6e645a081438bf454d40cdc532f6a621ecb5fd5d3cfd
[INFO] running `Command { std: "docker" "start" "831dd365a454cee28fad6e645a081438bf454d40cdc532f6a621ecb5fd5d3cfd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "831dd365a454cee28fad6e645a081438bf454d40cdc532f6a621ecb5fd5d3cfd", 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" "831dd365a454cee28fad6e645a081438bf454d40cdc532f6a621ecb5fd5d3cfd" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "831dd365a454cee28fad6e645a081438bf454d40cdc532f6a621ecb5fd5d3cfd", 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" "831dd365a454cee28fad6e645a081438bf454d40cdc532f6a621ecb5fd5d3cfd" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling openssl v0.10.78
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]     Checking iri-string v0.7.12
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking deadpool-runtime v0.1.4
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]    Compiling libseccomp-sys v0.2.1
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]    Compiling libseccomp v0.3.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[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/0b63defc8fd68957c635fe61f097b84df8fd9611/bin/rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/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="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", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=7739077f57e8d4a2 -C extra-filename=-2cc7f308b8f48366 --out-dir /opt/rustwide/target/debug/build/futures-util/2cc7f308b8f48366/out -L dependency=/opt/rustwide/target/debug/build/futures-channel/6351650e09691772/out -L dependency=/opt/rustwide/target/debug/build/futures-core/1cd512d543215c04/out -L dependency=/opt/rustwide/target/debug/build/futures-io/ee83dd0d8cfe75cb/out -L dependency=/opt/rustwide/target/debug/build/futures-macro/497fa74e1fd189b0/out -L dependency=/opt/rustwide/target/debug/build/futures-sink/80687936758fa695/out -L dependency=/opt/rustwide/target/debug/build/futures-task/bde3b8216abf23c5/out -L dependency=/opt/rustwide/target/debug/build/memchr/3d944e3b9ac373a3/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out -L dependency=/opt/rustwide/target/debug/build/slab/101f873bca723251/out --extern futures_channel=/opt/rustwide/target/debug/build/futures-channel/6351650e09691772/out/libfutures_channel-6351650e09691772.rmeta --extern futures_core=/opt/rustwide/target/debug/build/futures-core/1cd512d543215c04/out/libfutures_core-1cd512d543215c04.rmeta --extern futures_io=/opt/rustwide/target/debug/build/futures-io/ee83dd0d8cfe75cb/out/libfutures_io-ee83dd0d8cfe75cb.rmeta --extern futures_macro=/opt/rustwide/target/debug/build/futures-macro/497fa74e1fd189b0/out/libfutures_macro-497fa74e1fd189b0.so --extern futures_sink=/opt/rustwide/target/debug/build/futures-sink/80687936758fa695/out/libfutures_sink-80687936758fa695.rmeta --extern futures_task=/opt/rustwide/target/debug/build/futures-task/bde3b8216abf23c5/out/libfutures_task-bde3b8216abf23c5.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/3d944e3b9ac373a3/out/libmemchr-3d944e3b9ac373a3.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out/libpin_project_lite-7176d3be2b7ee2e1.rmeta --extern slab=/opt/rustwide/target/debug/build/slab/101f873bca723251/out/libslab-101f873bca723251.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 `zerocopy` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0b63defc8fd68957c635fe61f097b84df8fd9611/bin/rustc --crate-name zerocopy --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.48/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="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=ec31044ba35aed5b -C extra-filename=-92cff1c01b9503bd --out-dir /opt/rustwide/target/debug/build/zerocopy/92cff1c01b9503bd/out --cap-lints allow --cap-lints=forbid --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_be_1_87_0)' --check-cfg 'cfg(rust, values("1.87.0"))' --check-cfg 'cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(zerocopy_inline_always)'` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "831dd365a454cee28fad6e645a081438bf454d40cdc532f6a621ecb5fd5d3cfd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "831dd365a454cee28fad6e645a081438bf454d40cdc532f6a621ecb5fd5d3cfd", kill_on_drop: false }`
[INFO] [stdout] 831dd365a454cee28fad6e645a081438bf454d40cdc532f6a621ecb5fd5d3cfd
