[INFO] fetching crate vb64 0.1.2...
[INFO] testing vb64-0.1.2 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate vb64 0.1.2 into /workspace/builds/worker-3-tc1/source
[INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate vb64 0.1.2
[INFO] finished tweaking crates.io crate vb64 0.1.2
[INFO] tweaked toml for crates.io crate vb64 0.1.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate vb64 0.1.2 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 75 packages to latest compatible versions
[INFO] [stderr]       Adding base64 v0.21.7 (available: v0.22.1)
[INFO] [stderr]       Adding criterion v0.4.0 (available: v0.8.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8e40d56050168e5dc1a92fa2254540e1a43ce6917b48fc04701c414e9aa6159c
[INFO] running `Command { std: "docker" "start" "-a" "8e40d56050168e5dc1a92fa2254540e1a43ce6917b48fc04701c414e9aa6159c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e40d56050168e5dc1a92fa2254540e1a43ce6917b48fc04701c414e9aa6159c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e40d56050168e5dc1a92fa2254540e1a43ce6917b48fc04701c414e9aa6159c", kill_on_drop: false }`
[INFO] [stdout] 8e40d56050168e5dc1a92fa2254540e1a43ce6917b48fc04701c414e9aa6159c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5abc9b70b206e96b886d199b5d4eea21cac81a12796ac193d6e8bc3bf1698e32
[INFO] running `Command { std: "docker" "start" "-a" "5abc9b70b206e96b886d199b5d4eea21cac81a12796ac193d6e8bc3bf1698e32", kill_on_drop: false }`
[INFO] [stderr]    Compiling vb64 v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `std::simd::LaneCount`
[INFO] [stdout]   --> src/lib.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | use std::simd::LaneCount;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^ no `LaneCount` in `simd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::simd::SupportedLaneCount`
[INFO] [stdout]   --> src/lib.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | use std::simd::SupportedLaneCount;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SupportedLaneCount` in `simd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::simd::LaneCount`
[INFO] [stdout]  --> src/util.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::simd::LaneCount;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^ no `LaneCount` in `simd`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this unresolved item through its public re-export instead
[INFO] [stdout]   |
[INFO] [stdout] 4 - use std::simd::LaneCount;
[INFO] [stdout] 4 + use crate::LaneCount;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::simd::SupportedLaneCount`
[INFO] [stdout]  --> src/util.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::simd::SupportedLaneCount;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SupportedLaneCount` in `simd`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this unresolved item through its public re-export instead
[INFO] [stdout]   |
[INFO] [stdout] 7 - use std::simd::SupportedLaneCount;
[INFO] [stdout] 7 + use crate::SupportedLaneCount;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::simd::LaneCount`
[INFO] [stdout]  --> src/simd.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::simd::LaneCount;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^ no `LaneCount` in `simd`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this unresolved item through its public re-export instead
[INFO] [stdout]   |
[INFO] [stdout] 5 - use std::simd::LaneCount;
[INFO] [stdout] 5 + use crate::LaneCount;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::simd::SupportedLaneCount`
[INFO] [stdout]  --> src/simd.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::simd::SupportedLaneCount;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SupportedLaneCount` in `simd`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this unresolved item through its public re-export instead
[INFO] [stdout]   |
[INFO] [stdout] 7 - use std::simd::SupportedLaneCount;
[INFO] [stdout] 7 + use crate::SupportedLaneCount;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Swizzle2` in this scope
[INFO] [stdout]    --> src/util.rs:78:27
[INFO] [stdout]     |
[INFO] [stdout]  78 |     impl<const $N: usize> Swizzle2<$N, $N> for Swz
[INFO] [stdout]     |                           ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/simd.rs:141:16
[INFO] [stdout]     |
[INFO] [stdout] 141 |   let output = swizzle!(N; decoded_chunks, array!(N; |i| i + i / 3));
[INFO] [stdout]     |                ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `swizzle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Which` in this scope
[INFO] [stdout]    --> src/util.rs:82:21
[INFO] [stdout]     |
[INFO] [stdout]  82 |       const INDEX: [Which; $N] = {
[INFO] [stdout]     |                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/simd.rs:141:16
[INFO] [stdout]     |
[INFO] [stdout] 141 |   let output = swizzle!(N; decoded_chunks, array!(N; |i| i + i / 3));
[INFO] [stdout]     |                ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `swizzle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Swizzle2` in this scope
[INFO] [stdout]    --> src/util.rs:78:27
[INFO] [stdout]     |
[INFO] [stdout]  78 |     impl<const $N: usize> Swizzle2<$N, $N> for Swz
[INFO] [stdout]     |                           ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/simd.rs:154:14
[INFO] [stdout]     |
[INFO] [stdout] 154 |   let data = swizzle!(N; data, invert_index(array!(N; |i| i + i / 3)));
[INFO] [stdout]     |              --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `swizzle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Which` in this scope
[INFO] [stdout]    --> src/util.rs:82:21
[INFO] [stdout]     |
[INFO] [stdout]  82 |       const INDEX: [Which; $N] = {
[INFO] [stdout]     |                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/simd.rs:154:14
[INFO] [stdout]     |
[INFO] [stdout] 154 |   let data = swizzle!(N; data, invert_index(array!(N; |i| i + i / 3)));
[INFO] [stdout]     |              --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `swizzle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Which` in this scope
[INFO] [stdout]    --> src/util.rs:87:13
[INFO] [stdout]     |
[INFO] [stdout]  87 |             Which::Second(0)
[INFO] [stdout]     |             ^^^^^ use of undeclared type `Which`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/simd.rs:141:16
[INFO] [stdout]     |
[INFO] [stdout] 141 |   let output = swizzle!(N; decoded_chunks, array!(N; |i| i + i / 3));
[INFO] [stdout]     |                ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `swizzle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Which` in this scope
[INFO] [stdout]    --> src/util.rs:89:13
[INFO] [stdout]     |
[INFO] [stdout]  89 |             Which::First(i)
[INFO] [stdout]     |             ^^^^^ use of undeclared type `Which`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/simd.rs:141:16
[INFO] [stdout]     |
[INFO] [stdout] 141 |   let output = swizzle!(N; decoded_chunks, array!(N; |i| i + i / 3));
[INFO] [stdout]     |                ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `swizzle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Which` in this scope
[INFO] [stdout]    --> src/util.rs:87:13
[INFO] [stdout]     |
[INFO] [stdout]  87 |             Which::Second(0)
[INFO] [stdout]     |             ^^^^^ use of undeclared type `Which`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/simd.rs:154:14
[INFO] [stdout]     |
[INFO] [stdout] 154 |   let data = swizzle!(N; data, invert_index(array!(N; |i| i + i / 3)));
[INFO] [stdout]     |              --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `swizzle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Which` in this scope
[INFO] [stdout]    --> src/util.rs:89:13
[INFO] [stdout]     |
[INFO] [stdout]  89 |             Which::First(i)
[INFO] [stdout]     |             ^^^^^ use of undeclared type `Which`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/simd.rs:154:14
[INFO] [stdout]     |
[INFO] [stdout] 154 |   let data = swizzle!(N; data, invert_index(array!(N; |i| i + i / 3)));
[INFO] [stdout]     |              --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `swizzle` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vb64` (lib) due to 14 previous errors
[INFO] running `Command { std: "docker" "inspect" "5abc9b70b206e96b886d199b5d4eea21cac81a12796ac193d6e8bc3bf1698e32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5abc9b70b206e96b886d199b5d4eea21cac81a12796ac193d6e8bc3bf1698e32", kill_on_drop: false }`
[INFO] [stdout] 5abc9b70b206e96b886d199b5d4eea21cac81a12796ac193d6e8bc3bf1698e32
