[INFO] cloning repository https://github.com/markmarkoh/lt
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/markmarkoh/lt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkmarkoh%2Flt", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkmarkoh%2Flt'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9fc811605d794535f03b0da3a4dfc91720ee3eb3
[INFO] checking markmarkoh/lt against try#c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f for pr-133502-19
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkmarkoh%2Flt" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/markmarkoh/lt
[INFO] finished tweaking git repo https://github.com/markmarkoh/lt
[INFO] tweaked toml for git repo https://github.com/markmarkoh/lt written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/markmarkoh/lt on toolchain c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/markmarkoh/lt 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" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c5ce11208525216b558c10da29e0c0c9a174503ec1e494130761598eed25a568
[INFO] running `Command { std: "docker" "start" "-a" "c5ce11208525216b558c10da29e0c0c9a174503ec1e494130761598eed25a568", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c5ce11208525216b558c10da29e0c0c9a174503ec1e494130761598eed25a568", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5ce11208525216b558c10da29e0c0c9a174503ec1e494130761598eed25a568", kill_on_drop: false }`
[INFO] [stdout] c5ce11208525216b558c10da29e0c0c9a174503ec1e494130761598eed25a568
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fbd3f0078c6fbdeddf5e3e5508a601630d36e483eceecb77cef7b3b2d5175b94
[INFO] running `Command { std: "docker" "start" "-a" "fbd3f0078c6fbdeddf5e3e5508a601630d36e483eceecb77cef7b3b2d5175b94", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]     Checking litemap v0.8.0
[INFO] [stderr]    Compiling cc v1.2.25
[INFO] [stderr]     Checking writeable v0.6.1
[INFO] [stderr]    Compiling xml-rs v0.8.26
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling toml_datetime v0.6.9
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling winnow v0.7.10
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]    Compiling rstest_macros v0.25.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling onig_sys v69.9.1
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling owo-colors v4.2.1
[INFO] [stderr]     Checking num-conv v0.1.0
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking time-core v0.1.4
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking quick-xml v0.32.0
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking flate2 v1.1.1
[INFO] [stderr]     Checking object v0.36.7
[INFO] [stderr]     Checking os_pipe v1.2.2
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking is-docker v0.2.0
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking webpki-roots v0.25.4
[INFO] [stderr]     Checking unicase v2.8.1
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]    Compiling toml_edit v0.22.26
[INFO] [stderr]     Checking tree_magic_mini v3.1.6
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking pulldown-cmark-escape v0.11.0
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]    Compiling derive-new v0.5.9
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking is-wsl v0.4.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking open v5.3.2
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking onig v6.5.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking insta v1.43.1
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking x11rb-protocol v0.10.0
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking backtrace v0.3.75
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling duplicate v2.0.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr] error: could not compile `combine` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f/bin/rustc --crate-name combine --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/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 --cfg 'feature="alloc"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "bytes_05", "default", "futures-03", "futures-core-03", "futures-io-03", "mp4", "pin-project", "pin-project-lite", "regex", "std", "tokio", "tokio-02", "tokio-02-dep", "tokio-03", "tokio-03-dep", "tokio-dep", "tokio-util"))' -C metadata=03f4aaa6b6e22b92 -C extra-filename=-0e57645e363d0312 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-1e0f2c5263ca78fd.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-385abaa02608ee6d.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "fbd3f0078c6fbdeddf5e3e5508a601630d36e483eceecb77cef7b3b2d5175b94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fbd3f0078c6fbdeddf5e3e5508a601630d36e483eceecb77cef7b3b2d5175b94", kill_on_drop: false }`
[INFO] [stdout] fbd3f0078c6fbdeddf5e3e5508a601630d36e483eceecb77cef7b3b2d5175b94
