[INFO] fetching crate strng 0.2.2... [INFO] checking strng-0.2.2 against try#6f8a6450478f69b8510c8976ab6c2a70b3b0e47c for pr-84920 [INFO] extracting crate strng 0.2.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate strng 0.2.2 on toolchain 6f8a6450478f69b8510c8976ab6c2a70b3b0e47c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f8a6450478f69b8510c8976ab6c2a70b3b0e47c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate strng 0.2.2 [INFO] finished tweaking crates.io crate strng 0.2.2 [INFO] tweaked toml for crates.io crate strng 0.2.2 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f8a6450478f69b8510c8976ab6c2a70b3b0e47c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6f8a6450478f69b8510c8976ab6c2a70b3b0e47c" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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" "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" "+6f8a6450478f69b8510c8976ab6c2a70b3b0e47c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 570778f10201da8a83a6a6043231fe2f9db2c88bc3ee616a42fa8b888fe99975 [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" "570778f10201da8a83a6a6043231fe2f9db2c88bc3ee616a42fa8b888fe99975", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "570778f10201da8a83a6a6043231fe2f9db2c88bc3ee616a42fa8b888fe99975", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "570778f10201da8a83a6a6043231fe2f9db2c88bc3ee616a42fa8b888fe99975", kill_on_drop: false }` [INFO] [stdout] 570778f10201da8a83a6a6043231fe2f9db2c88bc3ee616a42fa8b888fe99975 [INFO] running `Command { std: "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" "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" "+6f8a6450478f69b8510c8976ab6c2a70b3b0e47c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] deb2f1282dd87c7e48f8a57ac11f423dacea250c7cb91bf7c63ed224d61a0627 [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" "deb2f1282dd87c7e48f8a57ac11f423dacea250c7cb91bf7c63ed224d61a0627", kill_on_drop: false }` [INFO] [stderr] Compiling ptr v0.2.2 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling hash-table v0.2.5 [INFO] [stderr] Compiling containers v0.9.11 [INFO] [stderr] Checking either v1.6.1 [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] Checking loca v0.7.2 [INFO] [stdout] error[E0658]: trait bounds other than `Sized` on const fn parameters are unstable [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/containers-0.9.11/src/collections/raw_vec.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | impl RawVec { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #57563 for more information [INFO] [stdout] = help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: trait bounds other than `Sized` on const fn parameters are unstable [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/containers-0.9.11/src/collections/vec.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | impl Vec { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #57563 for more information [INFO] [stdout] = help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: could not compile `containers` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "deb2f1282dd87c7e48f8a57ac11f423dacea250c7cb91bf7c63ed224d61a0627", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "deb2f1282dd87c7e48f8a57ac11f423dacea250c7cb91bf7c63ed224d61a0627", kill_on_drop: false }` [INFO] [stdout] deb2f1282dd87c7e48f8a57ac11f423dacea250c7cb91bf7c63ed224d61a0627