[INFO] fetching crate cluConstData 1.3.0...
[INFO] checking cluConstData-1.3.0 against master#50e1dc1536264ab71c0850f346b12309477f29f7 for pr-85073
[INFO] extracting crate cluConstData 1.3.0 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate cluConstData 1.3.0 on toolchain 50e1dc1536264ab71c0850f346b12309477f29f7
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+50e1dc1536264ab71c0850f346b12309477f29f7" "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-13/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" "+50e1dc1536264ab71c0850f346b12309477f29f7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+50e1dc1536264ab71c0850f346b12309477f29f7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1ab35f06010dd089764fa6bfebbecddfa405ffc41e9404a7bc0ef4fb805b96cb
[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" "1ab35f06010dd089764fa6bfebbecddfa405ffc41e9404a7bc0ef4fb805b96cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ab35f06010dd089764fa6bfebbecddfa405ffc41e9404a7bc0ef4fb805b96cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ab35f06010dd089764fa6bfebbecddfa405ffc41e9404a7bc0ef4fb805b96cb", kill_on_drop: false }`
[INFO] [stdout] 1ab35f06010dd089764fa6bfebbecddfa405ffc41e9404a7bc0ef4fb805b96cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+50e1dc1536264ab71c0850f346b12309477f29f7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f17cae188974e0ad967e59f8a3f51f7acb8172086f4dae5be92d8705e70befde
[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" "f17cae188974e0ad967e59f8a3f51f7acb8172086f4dae5be92d8705e70befde", 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" "f17cae188974e0ad967e59f8a3f51f7acb8172086f4dae5be92d8705e70befde", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f17cae188974e0ad967e59f8a3f51f7acb8172086f4dae5be92d8705e70befde", kill_on_drop: false }`
[INFO] [stdout] f17cae188974e0ad967e59f8a3f51f7acb8172086f4dae5be92d8705e70befde