[INFO] fetching crate force_copy 0.0.1...
[INFO] checking force_copy-0.0.1 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate force_copy 0.0.1 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate force_copy 0.0.1 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate force_copy 0.0.1
[INFO] finished tweaking crates.io crate force_copy 0.0.1
[INFO] tweaked toml for crates.io crate force_copy 0.0.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a504461094d0e2ccb5fdf6772aced12862e95bde72a73d57f249a819a1c6907f
[INFO] running `Command { std: "docker" "start" "-a" "a504461094d0e2ccb5fdf6772aced12862e95bde72a73d57f249a819a1c6907f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a504461094d0e2ccb5fdf6772aced12862e95bde72a73d57f249a819a1c6907f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a504461094d0e2ccb5fdf6772aced12862e95bde72a73d57f249a819a1c6907f", kill_on_drop: false }`
[INFO] [stdout] a504461094d0e2ccb5fdf6772aced12862e95bde72a73d57f249a819a1c6907f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 90f60330dc798e2402e171c527f1e8488469cf7b034008bf852b5238d8d644bf
[INFO] running `Command { std: "docker" "start" "-a" "90f60330dc798e2402e171c527f1e8488469cf7b034008bf852b5238d8d644bf", kill_on_drop: false }`
[INFO] [stderr]     Checking force_copy v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_generics)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(const_evaluatable_checked)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: renamed to `generic_const_exprs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_generics)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(const_evaluatable_checked)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: renamed to `generic_const_exprs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:12:56
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct ForceCopy<T> where [(); std::mem::size_of::<T>() ]: {
[INFO] [stdout]    |                                                        ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:13:48
[INFO] [stdout]    |
[INFO] [stdout] 13 |     raw: [MaybeUninit<u8>; std::mem::size_of::<T>() ],
[INFO] [stdout]    |                                                ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:17:62
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl<T> Copy for ForceCopy<T> where [(); std::mem::size_of::<T>() ]: {}
[INFO] [stdout]    |                                                              ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:18:63
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl<T> Clone for ForceCopy<T> where [(); std::mem::size_of::<T>() ]: {
[INFO] [stdout]    |                                                               ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:22:53
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<T> ForceCopy<T> where [(); std::mem::size_of::<T>() ]: {
[INFO] [stdout]    |                                                     ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_panic` has been stable since 1.57.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(const_panic)]
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:12:56
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct ForceCopy<T> where [(); std::mem::size_of::<T>() ]: {
[INFO] [stdout]    |                                                        ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:13:48
[INFO] [stdout]    |
[INFO] [stdout] 13 |     raw: [MaybeUninit<u8>; std::mem::size_of::<T>() ],
[INFO] [stdout]    |                                                ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:17:62
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl<T> Copy for ForceCopy<T> where [(); std::mem::size_of::<T>() ]: {}
[INFO] [stdout]    |                                                              ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:18:63
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl<T> Clone for ForceCopy<T> where [(); std::mem::size_of::<T>() ]: {
[INFO] [stdout]    |                                                               ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:22:53
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<T> ForceCopy<T> where [(); std::mem::size_of::<T>() ]: {
[INFO] [stdout]    |                                                     ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_panic` has been stable since 1.57.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(const_panic)]
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `force_copy` (lib) due to 8 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `force_copy` (lib test) due to 8 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "90f60330dc798e2402e171c527f1e8488469cf7b034008bf852b5238d8d644bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90f60330dc798e2402e171c527f1e8488469cf7b034008bf852b5238d8d644bf", kill_on_drop: false }`
[INFO] [stdout] 90f60330dc798e2402e171c527f1e8488469cf7b034008bf852b5238d8d644bf
[INFO] checking force_copy-0.0.1 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate force_copy 0.0.1 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate force_copy 0.0.1 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate force_copy 0.0.1
[INFO] finished tweaking crates.io crate force_copy 0.0.1
[INFO] tweaked toml for crates.io crate force_copy 0.0.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b591dbfffc0bc7d86912bf8ba731dabded98ce964dc140a00c98c2cfc25dfef2
[INFO] running `Command { std: "docker" "start" "-a" "b591dbfffc0bc7d86912bf8ba731dabded98ce964dc140a00c98c2cfc25dfef2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b591dbfffc0bc7d86912bf8ba731dabded98ce964dc140a00c98c2cfc25dfef2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b591dbfffc0bc7d86912bf8ba731dabded98ce964dc140a00c98c2cfc25dfef2", kill_on_drop: false }`
[INFO] [stdout] b591dbfffc0bc7d86912bf8ba731dabded98ce964dc140a00c98c2cfc25dfef2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aa1b584c5e9496dfbc35934fa4ac103ecc66a9ebc3279586ba8a6208b62f704c
[INFO] running `Command { std: "docker" "start" "-a" "aa1b584c5e9496dfbc35934fa4ac103ecc66a9ebc3279586ba8a6208b62f704c", kill_on_drop: false }`
[INFO] [stderr]     Checking force_copy v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_generics)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_generics)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(const_evaluatable_checked)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: renamed to `generic_const_exprs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(const_evaluatable_checked)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: renamed to `generic_const_exprs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:12:56
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct ForceCopy<T> where [(); std::mem::size_of::<T>() ]: {
[INFO] [stdout]    |                                                        ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:13:48
[INFO] [stdout]    |
[INFO] [stdout] 13 |     raw: [MaybeUninit<u8>; std::mem::size_of::<T>() ],
[INFO] [stdout]    |                                                ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:17:62
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl<T> Copy for ForceCopy<T> where [(); std::mem::size_of::<T>() ]: {}
[INFO] [stdout]    |                                                              ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:18:63
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl<T> Clone for ForceCopy<T> where [(); std::mem::size_of::<T>() ]: {
[INFO] [stdout]    |                                                               ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:22:53
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<T> ForceCopy<T> where [(); std::mem::size_of::<T>() ]: {
[INFO] [stdout]    |                                                     ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:12:56
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct ForceCopy<T> where [(); std::mem::size_of::<T>() ]: {
[INFO] [stdout]    |                                                        ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:13:48
[INFO] [stdout]    |
[INFO] [stdout] 13 |     raw: [MaybeUninit<u8>; std::mem::size_of::<T>() ],
[INFO] [stdout]    |                                                ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:17:62
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl<T> Copy for ForceCopy<T> where [(); std::mem::size_of::<T>() ]: {}
[INFO] [stdout]    |                                                              ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:18:63
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl<T> Clone for ForceCopy<T> where [(); std::mem::size_of::<T>() ]: {
[INFO] [stdout]    |                                                               ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: generic parameters may not be used in const operations
[INFO] [stdout]   --> src/lib.rs:22:53
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<T> ForceCopy<T> where [(); std::mem::size_of::<T>() ]: {
[INFO] [stdout]    |                                                     ^ cannot perform const operation using `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: type parameters may not be used in const expressions
[INFO] [stdout]    = help: add `#![feature(generic_const_exprs)]` to allow generic const expressions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_panic` has been stable since 1.57.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(const_panic)]
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_panic` has been stable since 1.57.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(const_panic)]
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `force_copy` (lib test) due to 8 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `force_copy` (lib) due to 8 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "aa1b584c5e9496dfbc35934fa4ac103ecc66a9ebc3279586ba8a6208b62f704c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa1b584c5e9496dfbc35934fa4ac103ecc66a9ebc3279586ba8a6208b62f704c", kill_on_drop: false }`
[INFO] [stdout] aa1b584c5e9496dfbc35934fa4ac103ecc66a9ebc3279586ba8a6208b62f704c
