[INFO] cloning repository https://github.com/jgopel/maximum-odd-binary
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jgopel/maximum-odd-binary" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjgopel%2Fmaximum-odd-binary", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjgopel%2Fmaximum-odd-binary'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 396c5ef49dd43da23e29233da838947945a45e46
[INFO] checking jgopel/maximum-odd-binary/396c5ef49dd43da23e29233da838947945a45e46 against 3d50c25bc66853bf0ad205529d0f305a1d841b5e for pr-159598
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjgopel%2Fmaximum-odd-binary" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/jgopel/maximum-odd-binary
[INFO] finished tweaking git repo https://github.com/jgopel/maximum-odd-binary
[INFO] tweaked toml for git repo https://github.com/jgopel/maximum-odd-binary written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jgopel/maximum-odd-binary on toolchain 3d50c25bc66853bf0ad205529d0f305a1d841b5e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3d50c25bc66853bf0ad205529d0f305a1d841b5e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jgopel/maximum-odd-binary 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" "+3d50c25bc66853bf0ad205529d0f305a1d841b5e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rstest v0.25.0
[INFO] [stderr]   Downloaded rstest_macros v0.25.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] e51cb15ccf13f010c8498ecc56fffc853d26b3b8cb101251a130861544abe412
[INFO] running `Command { std: "docker" "start" "e51cb15ccf13f010c8498ecc56fffc853d26b3b8cb101251a130861544abe412", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e51cb15ccf13f010c8498ecc56fffc853d26b3b8cb101251a130861544abe412", 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" "e51cb15ccf13f010c8498ecc56fffc853d26b3b8cb101251a130861544abe412" "/opt/rustwide/cargo-home/bin/cargo" "+3d50c25bc66853bf0ad205529d0f305a1d841b5e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e51cb15ccf13f010c8498ecc56fffc853d26b3b8cb101251a130861544abe412", 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" "e51cb15ccf13f010c8498ecc56fffc853d26b3b8cb101251a130861544abe412" "/opt/rustwide/cargo-home/bin/cargo" "+3d50c25bc66853bf0ad205529d0f305a1d841b5e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling rstest_macros v0.25.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]     Checking maximum-odd-binary v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking rstest v0.25.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stdout] error[E0425]: cannot find function `count_then_construct_popcnt` in crate `maximum_odd_binary`
[INFO] [stdout]   --> benches/maximum_odd_binary.rs:26:41
[INFO] [stdout]    |
[INFO] [stdout] 26 |                     maximum_odd_binary::count_then_construct_popcnt(std::hint::black_box(input))
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/count_then_construct_filter.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | pub fn count_then_construct_filter(s: &[u8]) -> Vec<u8> {
[INFO] [stdout]    | ------------------------------------------------------- similarly named function `count_then_construct_filter` defined here
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:6:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | #[cfg(all(target_arch = "x86_64", target_feature = "avx2"))]
[INFO] [stdout]    |                                   ----------------------- the item is gated behind the `avx2` feature
[INFO] [stdout]  6 | mod count_then_construct_popcnt;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 26 -                     maximum_odd_binary::count_then_construct_popcnt(std::hint::black_box(input))
[INFO] [stdout] 26 +                     maximum_odd_binary::count_then_construct_filter(std::hint::black_box(input))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sort_then_rotate` in crate `maximum_odd_binary`
[INFO] [stdout]   --> benches/maximum_odd_binary.rs:64:41
[INFO] [stdout]    |
[INFO] [stdout] 64 |                     maximum_odd_binary::sort_then_rotate(std::hint::black_box(input).to_vec())
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^ not found in `maximum_odd_binary`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(all(target_arch = "x86_64", target_feature = "avx2"))]
[INFO] [stdout]    |                                   ----------------------- the item is gated behind the `avx2` feature
[INFO] [stdout] 11 | mod sort_then_rotate;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `maximum-odd-binary` (bench "maximum_odd_binary") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0425]: cannot find function `sort_then_rotate` in this scope
[INFO] [stdout]   --> src/lib.rs:35:20
[INFO] [stdout]    |
[INFO] [stdout] 35 |         assert_eq!(sort_then_rotate(input.to_vec()), expected);
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(all(target_arch = "x86_64", target_feature = "avx2"))]
[INFO] [stdout]    |                                   ----------------------- the item is gated behind the `avx2` feature
[INFO] [stdout] 11 | mod sort_then_rotate;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `count_then_construct_popcnt` in this scope
[INFO] [stdout]   --> src/lib.rs:36:20
[INFO] [stdout]    |
[INFO] [stdout] 36 |         assert_eq!(count_then_construct_popcnt(input), expected);
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/count_then_construct_filter.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | pub fn count_then_construct_filter(s: &[u8]) -> Vec<u8> {
[INFO] [stdout]    | ------------------------------------------------------- similarly named function `count_then_construct_filter` defined here
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:6:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | #[cfg(all(target_arch = "x86_64", target_feature = "avx2"))]
[INFO] [stdout]    |                                   ----------------------- the item is gated behind the `avx2` feature
[INFO] [stdout]  6 | mod count_then_construct_popcnt;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 36 -         assert_eq!(count_then_construct_popcnt(input), expected);
[INFO] [stdout] 36 +         assert_eq!(count_then_construct_filter(input), expected);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `maximum-odd-binary` (lib test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "e51cb15ccf13f010c8498ecc56fffc853d26b3b8cb101251a130861544abe412", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e51cb15ccf13f010c8498ecc56fffc853d26b3b8cb101251a130861544abe412", kill_on_drop: false }`
[INFO] [stdout] e51cb15ccf13f010c8498ecc56fffc853d26b3b8cb101251a130861544abe412
