[INFO] cloning repository https://github.com/loyd/comparison-of-maps [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/loyd/comparison-of-maps" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Floyd%2Fcomparison-of-maps"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Floyd%2Fcomparison-of-maps'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d77539645ff0eea742c88434568c9bb1ac0dff12 [INFO] checking loyd/comparison-of-maps against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Floyd%2Fcomparison-of-maps" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/loyd/comparison-of-maps on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/loyd/comparison-of-maps [INFO] finished tweaking git repo https://github.com/loyd/comparison-of-maps [INFO] tweaked toml for git repo https://github.com/loyd/comparison-of-maps written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/loyd/comparison-of-maps already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2d23415efd12e0fc3a356630d6fb29d27d675a3d3e9d960fc002aae6832bb536 [INFO] running `"docker" "start" "-a" "2d23415efd12e0fc3a356630d6fb29d27d675a3d3e9d960fc002aae6832bb536"` [INFO] [stderr] Compiling packed_simd v0.3.3 [INFO] [stderr] Checking regex-syntax v0.6.16 [INFO] [stderr] Checking bstr v0.2.11 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Checking regex v1.3.4 [INFO] [stderr] Checking criterion v0.3.1 [INFO] [stderr] Checking comparison_of_maps v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `bench_linear_map` [INFO] [stderr] --> benches/map.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use bench_linear_map::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `bench_linear_map` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Map` in this scope [INFO] [stderr] --> benches/map.rs:7:24 [INFO] [stderr] | [INFO] [stderr] 7 | fn fill + Default>(count: u32) -> M { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use comparison_of_maps::Map; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Map` in this scope [INFO] [stderr] --> benches/map.rs:20:8 [INFO] [stderr] | [INFO] [stderr] 20 | M: Map + Default, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use comparison_of_maps::Map; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LinearMap` in this scope [INFO] [stderr] --> benches/map.rs:35:26 [INFO] [stderr] | [INFO] [stderr] 35 | run_one::>(b, *n) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use comparison_of_maps::LinearMap; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 30 | fn run(c: &mut Criterion) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BinaryMap` in this scope [INFO] [stderr] --> benches/map.rs:38:26 [INFO] [stderr] | [INFO] [stderr] 38 | run_one::>(b, *n) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use comparison_of_maps::BinaryMap; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 30 | fn run(c: &mut Criterion) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `KvMap` in this scope [INFO] [stderr] --> benches/map.rs:41:26 [INFO] [stderr] | [INFO] [stderr] 41 | run_one::>(b, *n) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use comparison_of_maps::KvMap; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 30 | fn run(c: &mut Criterion) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SimdMap8` in this scope [INFO] [stderr] --> benches/map.rs:44:26 [INFO] [stderr] | [INFO] [stderr] 44 | run_one::>(b, *n) [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use comparison_of_maps::SimdMap8; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 30 | fn run(c: &mut Criterion) { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SimdMap16` in this scope [INFO] [stderr] --> benches/map.rs:47:26 [INFO] [stderr] | [INFO] [stderr] 47 | run_one::>(b, *n) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use comparison_of_maps::SimdMap16; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 30 | fn run(c: &mut Criterion) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stderr] --> benches/map.rs:50:26 [INFO] [stderr] | [INFO] [stderr] 50 | run_one::>(b, *n) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use comparison_of_maps::HashMap; [INFO] [stderr] | [INFO] [stderr] 1 | use std::collections::HashMap; [INFO] [stderr] | [INFO] [stderr] 1 | use std::collections::hash_map::HashMap; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 30 | fn run(c: &mut Criterion) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BTreeMap` in this scope [INFO] [stderr] --> benches/map.rs:53:26 [INFO] [stderr] | [INFO] [stderr] 53 | run_one::>(b, *n) [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use comparison_of_maps::BTreeMap; [INFO] [stderr] | [INFO] [stderr] 1 | use std::collections::BTreeMap; [INFO] [stderr] | [INFO] [stderr] 1 | use std::collections::btree_map::BTreeMap; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 30 | fn run(c: &mut Criterion) { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `comparison_of_maps`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2d23415efd12e0fc3a356630d6fb29d27d675a3d3e9d960fc002aae6832bb536"` [INFO] running `"docker" "rm" "-f" "2d23415efd12e0fc3a356630d6fb29d27d675a3d3e9d960fc002aae6832bb536"` [INFO] [stdout] 2d23415efd12e0fc3a356630d6fb29d27d675a3d3e9d960fc002aae6832bb536