[INFO] fetching crate cluConstData 1.3.0...
[INFO] checking cluConstData-1.3.0 against try#b20a093d9fb1ffaa04ae9852cb034864a992bafd for pr-85073
[INFO] extracting crate cluConstData 1.3.0 into /workspace/builds/worker-0/source
[INFO] validating manifest of crates.io crate cluConstData 1.3.0 on toolchain b20a093d9fb1ffaa04ae9852cb034864a992bafd
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cluConstData 1.3.0
[INFO] finished tweaking crates.io crate cluConstData 1.3.0
[INFO] tweaked toml for crates.io crate cluConstData 1.3.0 written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate crates.io crate cluConstData 1.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d57a1ff5a51a28e6c0e16aff0e1d4626edadfae8ec01ec111a0d6bc8336408a0
[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" "d57a1ff5a51a28e6c0e16aff0e1d4626edadfae8ec01ec111a0d6bc8336408a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d57a1ff5a51a28e6c0e16aff0e1d4626edadfae8ec01ec111a0d6bc8336408a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d57a1ff5a51a28e6c0e16aff0e1d4626edadfae8ec01ec111a0d6bc8336408a0", kill_on_drop: false }`
[INFO] [stdout] d57a1ff5a51a28e6c0e16aff0e1d4626edadfae8ec01ec111a0d6bc8336408a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 79ce3d44c928c6fac25ccb5f1af8dbee696e0b9a018c9779d351d71d3c69804c
[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" "79ce3d44c928c6fac25ccb5f1af8dbee696e0b9a018c9779d351d71d3c69804c", kill_on_drop: false }`
[INFO] [stderr] Checking cluFullTransmute v1.0.2
[INFO] [stderr] Checking cluConstData v1.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0658]: trait bounds other than `Sized` on const fn parameters are unstable
[INFO] [stdout] --> src/lib.rs:191:6
[INFO] [stdout] |
[INFO] [stdout] 191 | impl ConstConcat where A: Copy, B: Copy {
[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/lib.rs:191:9
[INFO] [stdout] |
[INFO] [stdout] 191 | impl ConstConcat where A: Copy, B: Copy {
[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/lib.rs:230:38
[INFO] [stdout] |
[INFO] [stdout] 230 | pub const unsafe fn const_concat<'a, A, B, T, DataTo>(a: &'a [T], b: &'a [T]) -> DataTo where A: Copy, B: Copy {
[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/lib.rs:230:41
[INFO] [stdout] |
[INFO] [stdout] 230 | pub const unsafe fn const_concat<'a, A, B, T, DataTo>(a: &'a [T], b: &'a [T]) -> DataTo where A: Copy, B: Copy {
[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 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 `cluConstData`
[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:230:38
[INFO] [stdout] |
[INFO] [stdout] 230 | pub const unsafe fn const_concat<'a, A, B, T, DataTo>(a: &'a [T], b: &'a [T]) -> DataTo where A: Copy, B: Copy {
[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/lib.rs:230:41
[INFO] [stdout] |
[INFO] [stdout] 230 | pub const unsafe fn const_concat<'a, A, B, T, DataTo>(a: &'a [T], b: &'a [T]) -> DataTo where A: Copy, B: Copy {
[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/lib.rs:191:6
[INFO] [stdout] |
[INFO] [stdout] 191 | impl ConstConcat where A: Copy, B: Copy {
[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/lib.rs:191:9
[INFO] [stdout] |
[INFO] [stdout] 191 | impl ConstConcat where A: Copy, B: Copy {
[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 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" "79ce3d44c928c6fac25ccb5f1af8dbee696e0b9a018c9779d351d71d3c69804c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79ce3d44c928c6fac25ccb5f1af8dbee696e0b9a018c9779d351d71d3c69804c", kill_on_drop: false }`
[INFO] [stdout] 79ce3d44c928c6fac25ccb5f1af8dbee696e0b9a018c9779d351d71d3c69804c