[INFO] fetching crate const_unit_poc 1.1.1... [INFO] checking const_unit_poc-1.1.1 against try#3bb2879ea9e58d65b875f9a98df44f4a43ce2597 for pr-85387 [INFO] extracting crate const_unit_poc 1.1.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate const_unit_poc 1.1.1 on toolchain 3bb2879ea9e58d65b875f9a98df44f4a43ce2597 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-9/source/rust-toolchain [INFO] started tweaking crates.io crate const_unit_poc 1.1.1 [INFO] finished tweaking crates.io crate const_unit_poc 1.1.1 [INFO] tweaked toml for crates.io crate const_unit_poc 1.1.1 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate const_unit_poc 1.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d7ff77813806fc82ccaa5906f89e018e35ff5f005e1507797c48fb05100d9ba [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" "3d7ff77813806fc82ccaa5906f89e018e35ff5f005e1507797c48fb05100d9ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d7ff77813806fc82ccaa5906f89e018e35ff5f005e1507797c48fb05100d9ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d7ff77813806fc82ccaa5906f89e018e35ff5f005e1507797c48fb05100d9ba", kill_on_drop: false }` [INFO] [stdout] 3d7ff77813806fc82ccaa5906f89e018e35ff5f005e1507797c48fb05100d9ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "check" "--frozen" "--all" "--all-targets" "--message-format=json", 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] 95a11a0b0dcfa5589295a9493f83dfadaeb85e447a5ca2f5122084b8aea61f83 [INFO] running `Command { std: "docker" "start" "-a" "95a11a0b0dcfa5589295a9493f83dfadaeb85e447a5ca2f5122084b8aea61f83", kill_on_drop: false }` [INFO] [stderr] Checking const_unit_poc v1.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: private type `fn(SiUnit, SiUnit) -> SiUnit {SiUnit::unit_mul}` in public interface (error E0446) [INFO] [stdout] --> src/lib.rs:153:1 [INFO] [stdout] | [INFO] [stdout] 153 | / impl ops::Mul> for Quantity