[INFO] cloning repository https://github.com/apimeister/edi-cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/apimeister/edi-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapimeister%2Fedi-cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapimeister%2Fedi-cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4fbbdf0bc7ccd1ed12c28c5af796fb4a966a048d [INFO] checking apimeister/edi-cli against try#149edce6c6ee840adb602803b96d083101ef3592 for pr-133502-16 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapimeister%2Fedi-cli" "/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/apimeister/edi-cli [INFO] finished tweaking git repo https://github.com/apimeister/edi-cli [INFO] tweaked toml for git repo https://github.com/apimeister/edi-cli written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/apimeister/edi-cli on toolchain 149edce6c6ee840adb602803b96d083101ef3592 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/apimeister/edi-cli 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" "+149edce6c6ee840adb602803b96d083101ef3592" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f41611a0a6fd69185be2b10a120b1ac2194c13ccd8007bb527a80a896c9a2e32 [INFO] running `Command { std: "docker" "start" "-a" "f41611a0a6fd69185be2b10a120b1ac2194c13ccd8007bb527a80a896c9a2e32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f41611a0a6fd69185be2b10a120b1ac2194c13ccd8007bb527a80a896c9a2e32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f41611a0a6fd69185be2b10a120b1ac2194c13ccd8007bb527a80a896c9a2e32", kill_on_drop: false }` [INFO] [stdout] f41611a0a6fd69185be2b10a120b1ac2194c13ccd8007bb527a80a896c9a2e32 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 05de71bf27d981a1693250b3a69523f99032c7443eb4615d2402b8b24d003404 [INFO] running `Command { std: "docker" "start" "-a" "05de71bf27d981a1693250b3a69523f99032c7443eb4615d2402b8b24d003404", kill_on_drop: false }` [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Compiling serde_core v1.0.223 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling serde v1.0.223 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking anstyle v1.0.11 [INFO] [stderr] Checking anstyle-query v1.1.3 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking colorchoice v1.0.4 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Checking clap_lex v0.7.5 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Checking anstyle-parse v0.2.7 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking anstream v0.6.19 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking nom v8.0.0 [INFO] [stderr] Checking clap_builder v4.5.48 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Checking regex-automata v0.4.11 [INFO] [stderr] Checking clap v4.5.48 [INFO] [stderr] Checking regex v1.11.3 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.223 [INFO] [stderr] Compiling edifact-types-macros v0.3.3 [INFO] [stderr] Compiling x12-types-macros v0.2.1 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Checking zerovec v0.11.2 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling validator_derive v0.20.0 [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 edifact-types v0.4.1 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Checking validator v0.20.0 [INFO] [stderr] Checking x12-types v0.9.1 [INFO] [stderr] error: could not compile `edifact-types` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/149edce6c6ee840adb602803b96d083101ef3592/bin/rustc --crate-name edifact_types --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/edifact-types-0.4.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="d00b"' --cfg 'feature="d95b"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("d00b", "d95b", "default", "log", "logging"))' -C metadata=f57760ed23e65a57 -C extra-filename=-c20a392bbbac1fda --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern edifact_types_macros=/opt/rustwide/target/debug/deps/libedifact_types_macros-d9374c2ba7c542cc.so --extern nom=/opt/rustwide/target/debug/deps/libnom-ef8aa0db0876f270.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-6a9578117c00296f.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-605b27ffb1762140.rmeta --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-3bd4ed0851eaaa29.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 `x12-types` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/149edce6c6ee840adb602803b96d083101ef3592/bin/rustc --crate-name x12_types --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x12-types-0.9.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="default"' --cfg 'feature="v003030"' --cfg 'feature="v004010"' --cfg 'feature="v004030"' --cfg 'feature="v005010"' --cfg 'feature="v005030"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "v003030", "v004010", "v004030", "v005010", "v005030"))' -C metadata=8d968b6ce4a524c7 -C extra-filename=-3ffaceddd626bcea --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern chrono=/opt/rustwide/target/debug/deps/libchrono-d139e807885327be.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-e720c94432f7af0b.rmeta --extern nom=/opt/rustwide/target/debug/deps/libnom-ef8aa0db0876f270.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-6a9578117c00296f.rmeta --extern validator=/opt/rustwide/target/debug/deps/libvalidator-0b90ff5c467063e7.rmeta --extern x12_types_macros=/opt/rustwide/target/debug/deps/libx12_types_macros-69d6b955bf7d1a00.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "05de71bf27d981a1693250b3a69523f99032c7443eb4615d2402b8b24d003404", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05de71bf27d981a1693250b3a69523f99032c7443eb4615d2402b8b24d003404", kill_on_drop: false }` [INFO] [stdout] 05de71bf27d981a1693250b3a69523f99032c7443eb4615d2402b8b24d003404