[INFO] fetching crate ripeg 0.1.3...
[INFO] checking ripeg-0.1.3 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate ripeg 0.1.3 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate ripeg 0.1.3 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ripeg 0.1.3
[INFO] finished tweaking crates.io crate ripeg 0.1.3
[INFO] tweaked toml for crates.io crate ripeg 0.1.3 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6a0caa3d119f85f514ad11109bb76073b852e09659f213c1dbd3816f64e189f2
[INFO] running `Command { std: "docker" "start" "-a" "6a0caa3d119f85f514ad11109bb76073b852e09659f213c1dbd3816f64e189f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6a0caa3d119f85f514ad11109bb76073b852e09659f213c1dbd3816f64e189f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a0caa3d119f85f514ad11109bb76073b852e09659f213c1dbd3816f64e189f2", kill_on_drop: false }`
[INFO] [stdout] 6a0caa3d119f85f514ad11109bb76073b852e09659f213c1dbd3816f64e189f2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 446870fe085ca36a0f504ce22053e6e05e9529a991c539fc93047ce94b0f8735
[INFO] running `Command { std: "docker" "start" "-a" "446870fe085ca36a0f504ce22053e6e05e9529a991c539fc93047ce94b0f8735", kill_on_drop: false }`
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking ripeg v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `criterion`
[INFO] [stdout]   --> benchmarks/charset.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use criterion::{criterion_group, criterion_main, Criterion};
[INFO] [stdout]    |     ^^^^^^^^^ use of undeclared crate or module `criterion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `criterion`
[INFO] [stdout]   --> benchmarks/isa.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use criterion::{criterion_group, criterion_main, Criterion};
[INFO] [stdout]    |     ^^^^^^^^^ use of undeclared crate or module `criterion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `criterion` in the list of imported crates
[INFO] [stdout]   --> benchmarks/main.rs:4:11
[INFO] [stdout]    |
[INFO] [stdout] 4  |           ::criterion::criterion_main!($($mod::benches),+);
[INFO] [stdout]    |             ^^^^^^^^^ could not find `criterion` in the list of imported crates
[INFO] [stdout] ...
[INFO] [stdout] 8  | / mods![
[INFO] [stdout] 9  | |     mod charset;
[INFO] [stdout] 10 | |     mod isa;
[INFO] [stdout] 11 | | ];
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `mods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `benchmarks`
[INFO] [stdout]   --> benchmarks/main.rs:11:3
[INFO] [stdout]    |
[INFO] [stdout] 11 | ];
[INFO] [stdout]    |   ^ consider adding a `main` function to `benchmarks/main.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0601.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ripeg` (bench "benchmarks") due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "446870fe085ca36a0f504ce22053e6e05e9529a991c539fc93047ce94b0f8735", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "446870fe085ca36a0f504ce22053e6e05e9529a991c539fc93047ce94b0f8735", kill_on_drop: false }`
[INFO] [stdout] 446870fe085ca36a0f504ce22053e6e05e9529a991c539fc93047ce94b0f8735
