[INFO] fetching crate string_cache 0.7.5... [INFO] checking string_cache-0.7.5 against master#430feb24a46993e5073c1bb1b39da190d83fa2bf for pr-78363 [INFO] extracting crate string_cache 0.7.5 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate string_cache 0.7.5 on toolchain 430feb24a46993e5073c1bb1b39da190d83fa2bf [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate string_cache 0.7.5 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate string_cache 0.7.5 [INFO] tweaked toml for crates.io crate string_cache 0.7.5 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate string_cache 0.7.5 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a383a691fbf9ea5f2ade85f0ecf12b779aee15569a08910d3cf29b5843c6f8b5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a383a691fbf9ea5f2ade85f0ecf12b779aee15569a08910d3cf29b5843c6f8b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a383a691fbf9ea5f2ade85f0ecf12b779aee15569a08910d3cf29b5843c6f8b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a383a691fbf9ea5f2ade85f0ecf12b779aee15569a08910d3cf29b5843c6f8b5", kill_on_drop: false }` [INFO] [stdout] a383a691fbf9ea5f2ade85f0ecf12b779aee15569a08910d3cf29b5843c6f8b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d46904ce2fbdec306bf325b3aae13204368bf2f986ed8f5a4f663b06c3208db [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7d46904ce2fbdec306bf325b3aae13204368bf2f986ed8f5a4f663b06c3208db", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Checking unicode-xid v0.2.0 [INFO] [stderr] Checking new_debug_unreachable v1.0.3 [INFO] [stderr] Checking phf_shared v0.7.24 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Checking quote v1.0.2 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Compiling string_cache v0.7.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/atom.rs:496:30 [INFO] [stdout] | [INFO] [stdout] 496 | let string: String = try!(Deserialize::deserialize(deserializer)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/atom.rs:496:30 [INFO] [stdout] | [INFO] [stdout] 496 | let string: String = try!(Deserialize::deserialize(deserializer)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/atom.rs:506:45 [INFO] [stdout] | [INFO] [stdout] 506 | let mut buffer: [u8; 64] = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/atom.rs:506:45 [INFO] [stdout] | [INFO] [stdout] 506 | let mut buffer: [u8; 64] = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.73s [INFO] running `Command { std: "docker" "inspect" "7d46904ce2fbdec306bf325b3aae13204368bf2f986ed8f5a4f663b06c3208db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d46904ce2fbdec306bf325b3aae13204368bf2f986ed8f5a4f663b06c3208db", kill_on_drop: false }` [INFO] [stdout] 7d46904ce2fbdec306bf325b3aae13204368bf2f986ed8f5a4f663b06c3208db