[INFO] crate containers 0.9.6 is already in cache
[INFO] checking containers-0.9.6 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate containers 0.9.6 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate containers 0.9.6 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate containers 0.9.6
[INFO] finished tweaking crates.io crate containers 0.9.6
[INFO] tweaked toml for crates.io crate containers 0.9.6 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 9bbf85e1a408f9d36135ade26d2a3cbd7f1647eeba4c22cd68050a4522b8b507
[INFO] running `"docker" "start" "-a" "9bbf85e1a408f9d36135ade26d2a3cbd7f1647eeba4c22cd68050a4522b8b507"`
[INFO] [stderr]    Compiling ptr v0.2.1
[INFO] [stderr]    Compiling hash-table v0.2.3
[INFO] [stderr]    Compiling containers v0.9.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking heap v0.1.0
[INFO] [stderr]     Checking rel v0.2.0
[INFO] [stderr]     Checking unreachable v1.0.0
[INFO] [stderr]     Checking fallible v0.1.3
[INFO] [stderr]    Compiling quickcheck_macros v0.8.0
[INFO] [stderr]     Checking loca v0.7.2
[INFO] [stderr]     Checking default_allocator v0.3.0
[INFO] [stderr] warning: constant `dead_flag` should have an upper case name
[INFO] [stderr]    --> src/collections/hash_table.rs:178:7
[INFO] [stderr]     |
[INFO] [stderr] 178 | const dead_flag: usize = !(!0>>1);
[INFO] [stderr]     |       ^^^^^^^^^ help: convert the identifier to upper case: `DEAD_FLAG`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `hash_flag` should have an upper case name
[INFO] [stderr]    --> src/collections/hash_table.rs:179:7
[INFO] [stderr]     |
[INFO] [stderr] 179 | const hash_flag: usize = dead_flag>>1;
[INFO] [stderr]     |       ^^^^^^^^^ help: convert the identifier to upper case: `HASH_FLAG`
[INFO] [stderr] 
[INFO] [stderr] warning: associated constant `empty` should have an upper case name
[INFO] [stderr]    --> src/collections/raw_vec.rs:118:15
[INFO] [stderr]     |
[INFO] [stderr] 118 |     pub const empty: Self = RawVec { ptr: Unique::empty(), cap: 0,
[INFO] [stderr]     |               ^^^^^ help: convert the identifier to upper case: `EMPTY`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `dead_flag` should have an upper case name
[INFO] [stderr]    --> src/collections/hash_table.rs:178:7
[INFO] [stderr]     |
[INFO] [stderr] 178 | const dead_flag: usize = !(!0>>1);
[INFO] [stderr]     |       ^^^^^^^^^ help: convert the identifier to upper case: `DEAD_FLAG`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `hash_flag` should have an upper case name
[INFO] [stderr]    --> src/collections/hash_table.rs:179:7
[INFO] [stderr]     |
[INFO] [stderr] 179 | const hash_flag: usize = dead_flag>>1;
[INFO] [stderr]     |       ^^^^^^^^^ help: convert the identifier to upper case: `HASH_FLAG`
[INFO] [stderr] 
[INFO] [stderr] warning: associated constant `empty` should have an upper case name
[INFO] [stderr]    --> src/collections/raw_vec.rs:118:15
[INFO] [stderr]     |
[INFO] [stderr] 118 |     pub const empty: Self = RawVec { ptr: Unique::empty(), cap: 0,
[INFO] [stderr]     |               ^^^^^ help: convert the identifier to upper case: `EMPTY`
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 3.31s
[INFO] running `"docker" "inspect" "9bbf85e1a408f9d36135ade26d2a3cbd7f1647eeba4c22cd68050a4522b8b507"`
[INFO] running `"docker" "rm" "-f" "9bbf85e1a408f9d36135ade26d2a3cbd7f1647eeba4c22cd68050a4522b8b507"`
[INFO] [stdout] 9bbf85e1a408f9d36135ade26d2a3cbd7f1647eeba4c22cd68050a4522b8b507
