[INFO] cloning repository https://github.com/fredex42/batchpatch [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fredex42/batchpatch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffredex42%2Fbatchpatch", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffredex42%2Fbatchpatch'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f19e87ea36f0a420b179a42ba8b891e2d1dbfbcf [INFO] testing fredex42/batchpatch against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffredex42%2Fbatchpatch" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/fredex42/batchpatch [INFO] finished tweaking git repo https://github.com/fredex42/batchpatch [INFO] tweaked toml for git repo https://github.com/fredex42/batchpatch written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/fredex42/batchpatch on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/fredex42/batchpatch 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3cff9747318340dd0f85d8b5adad7f246d02487628ace80a022b9c7779bc5d92 [INFO] running `Command { std: "docker" "start" "-a" "3cff9747318340dd0f85d8b5adad7f246d02487628ace80a022b9c7779bc5d92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3cff9747318340dd0f85d8b5adad7f246d02487628ace80a022b9c7779bc5d92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cff9747318340dd0f85d8b5adad7f246d02487628ace80a022b9c7779bc5d92", kill_on_drop: false }` [INFO] [stdout] 3cff9747318340dd0f85d8b5adad7f246d02487628ace80a022b9c7779bc5d92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 80f241b672a613f3760d307a35b07aab43dfbdb908a7a4cd43f25d05cc013443 [INFO] running `Command { std: "docker" "start" "-a" "80f241b672a613f3760d307a35b07aab43dfbdb908a7a4cd43f25d05cc013443", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling socket2 v0.5.9 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling indexmap v2.8.0 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling task-local-extensions v0.1.4 [INFO] [stderr] Compiling deranged v0.4.1 [INFO] [stderr] Compiling time-macros v0.2.22 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling openssl v0.10.71 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling rustix v1.0.5 [INFO] [stderr] Compiling cc v1.2.17 [INFO] [stderr] Compiling schemars v0.8.22 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling pem v1.1.1 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling linux-raw-sys v0.9.3 [INFO] [stderr] Compiling dyn-clone v1.0.19 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling jiff v0.2.5 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling clap_builder v4.5.35 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling dirs v3.0.2 [INFO] [stderr] Compiling schemars_derive v0.8.22 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling colored v2.2.0 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling async-recursion v1.1.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling homedir v0.3.4 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling openssl-sys v0.9.106 [INFO] [stderr] Compiling libz-sys v1.1.22 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling libgit2-sys v0.17.0+1.8.1 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling clap v4.5.35 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling tempfile v3.19.1 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling simple_asn1 v0.6.3 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling chrono v0.4.40 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling uuid v1.16.0 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling tokio v1.44.1 [INFO] [stderr] Compiling jsonwebtoken v8.3.0 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling parse_link_header v0.3.3 [INFO] [stderr] Compiling colog v1.3.0 [INFO] [stderr] Compiling retry-policies v0.1.2 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling git2 v0.19.0 [INFO] [stderr] Compiling tokio-util v0.7.14 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling reqwest-middleware v0.2.5 [INFO] [stderr] Compiling reqwest-tracing v0.4.8 [INFO] [stderr] Compiling reqwest-conditional-middleware v0.2.1 [INFO] [stderr] Compiling reqwest-retry v0.2.3 [INFO] [stderr] Compiling octorust v0.7.0 [INFO] [stderr] error: could not compile `octorust` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b83b707f97d809763b7861afa7638871f3339a33/bin/rustc --crate-name octorust --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/octorust-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dirs"' --cfg 'feature="httpcache"' --cfg 'feature="openssl"' --cfg 'feature="pem"' --cfg 'feature="ring"' --cfg 'feature="rustls-tls"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dirs", "httpcache", "native-tls", "openssl", "pem", "ring", "rustls-tls"))' -C metadata=e51f1d09ad90d78b -C extra-filename=-5f6b9797169b66d1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_recursion=/opt/rustwide/target/debug/deps/libasync_recursion-8bc4d3a3742a9011.so --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-5241c666f979a8b2.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-456bcb2a797bd0e5.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-f7df58264786009b.rmeta --extern dirs=/opt/rustwide/target/debug/deps/libdirs-4c4eb5eafcab200b.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-4f95ab4607de474b.rmeta --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-1bd08b69e46b3bb0.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-809f76aca6145e35.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-4b44681fdb2c65f7.rmeta --extern openssl=/opt/rustwide/target/debug/deps/libopenssl-8979ec1e5d019744.rmeta --extern parse_link_header=/opt/rustwide/target/debug/deps/libparse_link_header-fb2b48e3d1fea0f3.rmeta --extern pem=/opt/rustwide/target/debug/deps/libpem-424a71497994c37f.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-9bee39bbc5bd523a.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-d49323bd0a967dcf.rmeta --extern reqwest_conditional_middleware=/opt/rustwide/target/debug/deps/libreqwest_conditional_middleware-9e6b5295c2445200.rmeta --extern reqwest_middleware=/opt/rustwide/target/debug/deps/libreqwest_middleware-5977450af7bf3c27.rmeta --extern reqwest_retry=/opt/rustwide/target/debug/deps/libreqwest_retry-c9ecc320b6203437.rmeta --extern reqwest_tracing=/opt/rustwide/target/debug/deps/libreqwest_tracing-5e98552fae040b6f.rmeta --extern ring=/opt/rustwide/target/debug/deps/libring-d0db1ea799c4e836.rmeta --extern schemars=/opt/rustwide/target/debug/deps/libschemars-a7bae26f06897e2d.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-f44a4ee2a49976dc.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-ab4f456adc30dd6b.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-c12efe4c494f5cd1.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-c1e609e9f862ee89.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-29f496d5a9cad7c5.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-ad93546c04c63007.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-836b42d6bde89477.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-fc8e240a34f3d683/out -L native=/opt/rustwide/target/debug/build/ring-528d8eeaf6dc982d/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "80f241b672a613f3760d307a35b07aab43dfbdb908a7a4cd43f25d05cc013443", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80f241b672a613f3760d307a35b07aab43dfbdb908a7a4cd43f25d05cc013443", kill_on_drop: false }` [INFO] [stdout] 80f241b672a613f3760d307a35b07aab43dfbdb908a7a4cd43f25d05cc013443