[INFO] cloning repository https://github.com/sidju/reed [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sidju/reed" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsidju%2Freed", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsidju%2Freed'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dd8e35b7ef8b9aee0c2cd681dcf5b7788fb2bf0c [INFO] checking sidju/reed against master#ceab6128fa48a616bfd3e3adf4bc80133b8ee223 for no-never-type-fallback [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsidju%2Freed" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sidju/reed on toolchain ceab6128fa48a616bfd3e3adf4bc80133b8ee223 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sidju/reed [INFO] finished tweaking git repo https://github.com/sidju/reed [INFO] tweaked toml for git repo https://github.com/sidju/reed written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/sidju/reed 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" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded minimad v0.13.0 [INFO] [stderr] Downloaded lazy-regex-proc_macros v3.1.0 [INFO] [stderr] Downloaded lazy-regex v3.1.0 [INFO] [stderr] Downloaded as-any v0.3.1 [INFO] [stderr] Downloaded pear_codegen v0.2.8 [INFO] [stderr] Downloaded crossbeam v0.8.4 [INFO] [stderr] Downloaded uncased v0.9.9 [INFO] [stderr] Downloaded atomic v0.6.0 [INFO] [stderr] Downloaded pear v0.2.8 [INFO] [stderr] Downloaded fancy-regex v0.11.0 [INFO] [stderr] Downloaded clap v4.4.15 [INFO] [stderr] Downloaded add-ed v0.13.0 [INFO] [stderr] Downloaded clap_builder v4.4.15 [INFO] [stderr] Downloaded termimad v0.26.1 [INFO] [stderr] Downloaded coolor v0.8.0 [INFO] [stderr] Downloaded syntect v5.1.0 [INFO] [stderr] Downloaded figment v0.10.13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2675472d8c6686bfd75370efc2943711072e555d3094720258929e9fea5038e7 [INFO] running `Command { std: "docker" "start" "-a" "2675472d8c6686bfd75370efc2943711072e555d3094720258929e9fea5038e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2675472d8c6686bfd75370efc2943711072e555d3094720258929e9fea5038e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2675472d8c6686bfd75370efc2943711072e555d3094720258929e9fea5038e7", kill_on_drop: false }` [INFO] [stdout] 2675472d8c6686bfd75370efc2943711072e555d3094720258929e9fea5038e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 65caacb8e5ee1ef21c13ba1ba86c3d91a869f98956a9884cacf536a153f48d9f [INFO] running `Command { std: "docker" "start" "-a" "65caacb8e5ee1ef21c13ba1ba86c3d91a869f98956a9884cacf536a153f48d9f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling serde v1.0.195 [INFO] [stderr] Compiling libc v0.2.152 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling pkg-config v0.3.28 [INFO] [stderr] Compiling serde_json v1.0.111 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling line-wrap v0.1.1 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling yansi v1.0.0-rc.1 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Checking anstyle-parse v0.2.3 [INFO] [stderr] Compiling uncased v0.9.9 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Checking anstyle v1.0.4 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Compiling quick-xml v0.31.0 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking anstyle-query v1.0.2 [INFO] [stderr] Checking anstream v0.6.5 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking crossbeam-queue v0.3.11 [INFO] [stderr] Checking crossbeam-channel v0.5.11 [INFO] [stderr] Compiling time v0.3.31 [INFO] [stderr] Compiling figment v0.10.13 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Checking clap_lex v0.6.0 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking parking_lot_core v0.9.9 [INFO] [stderr] Checking mio v0.8.10 [INFO] [stderr] Checking inlinable_string v0.1.15 [INFO] [stderr] Checking unsafe-libyaml v0.2.10 [INFO] [stderr] Checking clap_builder v4.4.15 [INFO] [stderr] Checking crossbeam v0.8.4 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking minimad v0.13.0 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Checking bitflags v2.4.1 [INFO] [stderr] Checking regex-automata v0.4.3 [INFO] [stderr] Checking as-any v0.3.1 [INFO] [stderr] Checking directories v5.0.1 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Checking crossterm v0.23.2 [INFO] [stderr] Checking crossterm v0.27.0 [INFO] [stderr] Compiling onig_sys v69.8.1 [INFO] [stderr] Checking coolor v0.8.0 [INFO] [stderr] Checking regex v1.10.2 [INFO] [stderr] Checking fancy-regex v0.11.0 [INFO] [stderr] Compiling serde_derive v1.0.195 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling pear_codegen v0.2.8 [INFO] [stderr] Compiling lazy-regex-proc_macros v3.1.0 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Checking pear v0.2.8 [INFO] [stderr] Compiling onig v6.4.0 [INFO] [stderr] Checking lazy-regex v3.1.0 [INFO] [stderr] Checking clap v4.4.15 [INFO] [stderr] Checking serde_yaml v0.9.30 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking add-ed v0.13.0 [INFO] [stderr] Checking termimad v0.26.1 [INFO] [stderr] Compiling plist v1.6.0 [INFO] [stderr] Checking syntect v5.1.0 [INFO] [stderr] Compiling hired v0.12.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s [INFO] running `Command { std: "docker" "inspect" "65caacb8e5ee1ef21c13ba1ba86c3d91a869f98956a9884cacf536a153f48d9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65caacb8e5ee1ef21c13ba1ba86c3d91a869f98956a9884cacf536a153f48d9f", kill_on_drop: false }` [INFO] [stdout] 65caacb8e5ee1ef21c13ba1ba86c3d91a869f98956a9884cacf536a153f48d9f [INFO] checking sidju/reed against try#3a4bc97f6385a3aa300a4fd689b44350e54fd676 for no-never-type-fallback [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsidju%2Freed" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sidju/reed on toolchain 3a4bc97f6385a3aa300a4fd689b44350e54fd676 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sidju/reed [INFO] finished tweaking git repo https://github.com/sidju/reed [INFO] tweaked toml for git repo https://github.com/sidju/reed written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/sidju/reed 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" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fb694c08b0d5db7d4ae7c288ca8d6361782cb09acd3b0fe62ff3e3ad0ff5b625 [INFO] running `Command { std: "docker" "start" "-a" "fb694c08b0d5db7d4ae7c288ca8d6361782cb09acd3b0fe62ff3e3ad0ff5b625", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fb694c08b0d5db7d4ae7c288ca8d6361782cb09acd3b0fe62ff3e3ad0ff5b625", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb694c08b0d5db7d4ae7c288ca8d6361782cb09acd3b0fe62ff3e3ad0ff5b625", kill_on_drop: false }` [INFO] [stdout] fb694c08b0d5db7d4ae7c288ca8d6361782cb09acd3b0fe62ff3e3ad0ff5b625 [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 82d2f1e8e86b6597cf6bc3d2a5d055d6e5bd692441401042de354750118241b1 [INFO] running `Command { std: "docker" "start" "-a" "82d2f1e8e86b6597cf6bc3d2a5d055d6e5bd692441401042de354750118241b1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling serde v1.0.195 [INFO] [stderr] Compiling libc v0.2.152 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling serde_json v1.0.111 [INFO] [stderr] Compiling pkg-config v0.3.28 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Checking lock_api v0.4.11 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling line-wrap v0.1.1 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Checking ryu v1.0.16 [INFO] [stderr] Checking itoa v1.0.10 [INFO] [stderr] Compiling yansi v1.0.0-rc.1 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking anstyle-parse v0.2.3 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/inflate/core.rs:1154:9 [INFO] [stdout] | [INFO] [stdout] 1154 | / match state { [INFO] [stdout] 1155 | | Start => generate_state!(state, 'state_machine, { [INFO] [stdout] 1156 | | l.bit_buf = 0; [INFO] [stdout] 1157 | | l.num_bits = 0; [INFO] [stdout] ... | [INFO] [stdout] 1699 | | _ => break TINFLStatus::Failed, [INFO] [stdout] 1700 | | }; [INFO] [stdout] | |_________^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Compiling uncased v0.9.9 [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.19/src/sync/parker.rs:370:25 [INFO] [stdout] | [INFO] [stdout] 370 | / match self.state.swap(EMPTY, SeqCst) { [INFO] [stdout] 371 | | NOTIFIED | PARKED => return, [INFO] [stdout] 372 | | n => panic!("inconsistent park_timeout state: {}", n), [INFO] [stdout] 373 | | }; [INFO] [stdout] | |_________________________^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `miniz_oxide` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `crossbeam-utils` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "82d2f1e8e86b6597cf6bc3d2a5d055d6e5bd692441401042de354750118241b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82d2f1e8e86b6597cf6bc3d2a5d055d6e5bd692441401042de354750118241b1", kill_on_drop: false }` [INFO] [stdout] 82d2f1e8e86b6597cf6bc3d2a5d055d6e5bd692441401042de354750118241b1