[INFO] fetching crate high_mem_utils 0.2.7... [INFO] checking high_mem_utils-0.2.7 against master#5e3f1b148db5bfa27fee52464ae1f5d34c49d77b for pr-75502 [INFO] extracting crate high_mem_utils 0.2.7 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate high_mem_utils 0.2.7 on toolchain 5e3f1b148db5bfa27fee52464ae1f5d34c49d77b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate high_mem_utils 0.2.7 [INFO] finished tweaking crates.io crate high_mem_utils 0.2.7 [INFO] tweaked toml for crates.io crate high_mem_utils 0.2.7 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9f7c36e772b13f6626cb87484dd6d45d061047d9b0fc571d1a4a7c3dbc170e1c [INFO] running `Command { std: "docker" "start" "-a" "9f7c36e772b13f6626cb87484dd6d45d061047d9b0fc571d1a4a7c3dbc170e1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9f7c36e772b13f6626cb87484dd6d45d061047d9b0fc571d1a4a7c3dbc170e1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f7c36e772b13f6626cb87484dd6d45d061047d9b0fc571d1a4a7c3dbc170e1c", kill_on_drop: false }` [INFO] [stdout] 9f7c36e772b13f6626cb87484dd6d45d061047d9b0fc571d1a4a7c3dbc170e1c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a94f756b62ce459fa31b4275034dfce965b6356a1e324cc9bd2a43456e498aa [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" "2a94f756b62ce459fa31b4275034dfce965b6356a1e324cc9bd2a43456e498aa", kill_on_drop: false }` [INFO] [stderr] Compiling fixed_len_str v0.2.9 [INFO] [stderr] Compiling syn_str v0.1.58 [INFO] [stderr] Compiling fast_new_type v0.1.7 [INFO] [stderr] Checking high_mem_utils v0.2.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `vec_leak` has been stable since 1.47.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(vec_leak, untagged_unions, const_fn, const_fn_union)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `vec_leak` has been stable since 1.47.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(vec_leak, untagged_unions, const_fn, const_fn_union)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.51s [INFO] running `Command { std: "docker" "inspect" "2a94f756b62ce459fa31b4275034dfce965b6356a1e324cc9bd2a43456e498aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a94f756b62ce459fa31b4275034dfce965b6356a1e324cc9bd2a43456e498aa", kill_on_drop: false }` [INFO] [stdout] 2a94f756b62ce459fa31b4275034dfce965b6356a1e324cc9bd2a43456e498aa