[INFO] fetching crate ruspiro-singleton 0.4.2... [INFO] checking ruspiro-singleton-0.4.2 against try#6f8a6450478f69b8510c8976ab6c2a70b3b0e47c for pr-84920 [INFO] extracting crate ruspiro-singleton 0.4.2 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate ruspiro-singleton 0.4.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 ruspiro-singleton 0.4.2 [INFO] finished tweaking crates.io crate ruspiro-singleton 0.4.2 [INFO] tweaked toml for crates.io crate ruspiro-singleton 0.4.2 written to /workspace/builds/worker-14/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] 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" "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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2d06e07057a1565e96cc08e8ad8b9b7d078eac8a73bf97f0a7ebed861c497e55 [INFO] running `Command { std: "docker" "start" "-a" "2d06e07057a1565e96cc08e8ad8b9b7d078eac8a73bf97f0a7ebed861c497e55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2d06e07057a1565e96cc08e8ad8b9b7d078eac8a73bf97f0a7ebed861c497e55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d06e07057a1565e96cc08e8ad8b9b7d078eac8a73bf97f0a7ebed861c497e55", kill_on_drop: false }` [INFO] [stdout] 2d06e07057a1565e96cc08e8ad8b9b7d078eac8a73bf97f0a7ebed861c497e55 [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" "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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 400ea74203495bb9f336bc2b6b376fb945167ce9d539983daa908d5aec561eab [INFO] running `Command { std: "docker" "start" "-a" "400ea74203495bb9f336bc2b6b376fb945167ce9d539983daa908d5aec561eab", kill_on_drop: false }` [INFO] [stderr] Checking ruspiro-lock v0.4.2 [INFO] [stderr] Checking ruspiro-singleton v0.4.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0658]: trait bounds other than `Sized` on const fn parameters are unstable [INFO] [stdout] --> src/lib.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | pub const fn lazy(init: &'static F) -> Self [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] --> src/lazy.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | init: None, [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] --> src/lazy.rs:35:26 [INFO] [stdout] | [INFO] [stdout] 35 | pub const fn with_init(init: &'static F) -> Self [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]: unsizing casts to types besides slices are not allowed in const fn [INFO] [stdout] --> src/lazy.rs:41:18 [INFO] [stdout] | [INFO] [stdout] 41 | init: Some(init), [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #64992 for more information [INFO] [stdout] = help: add `#![feature(const_fn_unsize)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 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 `ruspiro-singleton` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0658]: trait bounds other than `Sized` on const fn parameters are unstable [INFO] [stdout] --> src/lib.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | pub const fn lazy(init: &'static F) -> Self [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] --> src/lazy.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | init: None, [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] --> src/lazy.rs:35:26 [INFO] [stdout] | [INFO] [stdout] 35 | pub const fn with_init(init: &'static F) -> Self [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]: unsizing casts to types besides slices are not allowed in const fn [INFO] [stdout] --> src/lazy.rs:41:18 [INFO] [stdout] | [INFO] [stdout] 41 | init: Some(init), [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #64992 for more information [INFO] [stdout] = help: add `#![feature(const_fn_unsize)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "400ea74203495bb9f336bc2b6b376fb945167ce9d539983daa908d5aec561eab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "400ea74203495bb9f336bc2b6b376fb945167ce9d539983daa908d5aec561eab", kill_on_drop: false }` [INFO] [stdout] 400ea74203495bb9f336bc2b6b376fb945167ce9d539983daa908d5aec561eab