[INFO] fetching crate cl-traits 0.3.0... [INFO] checking cl-traits-0.3.0 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate cl-traits 0.3.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate cl-traits 0.3.0 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cl-traits 0.3.0 [INFO] finished tweaking crates.io crate cl-traits 0.3.0 [INFO] tweaked toml for crates.io crate cl-traits 0.3.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate cl-traits 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ddcfe6fcb3a9366993dffdd11eab3aba29f9a420e40c92967d0c7fa7891598cb [INFO] running `"docker" "start" "-a" "ddcfe6fcb3a9366993dffdd11eab3aba29f9a420e40c92967d0c7fa7891598cb"` [INFO] [stderr] Checking cl-traits v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: the feature `const_generics` is incomplete and may cause the compiler to crash [INFO] [stderr] --> src/lib.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | #![feature(const_generics)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(incomplete_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `const_generics` is incomplete and may cause the compiler to crash [INFO] [stderr] --> src/lib.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | #![feature(const_generics)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(incomplete_features)]` on by default [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `WithCapacity` in this scope [INFO] [stderr] --> examples/full_macros.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(WithCapacity, WithClear, WithLength, WithSliceMut, WithSlice, WithSwap, WithTruncate)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `WithClear` in this scope [INFO] [stderr] --> examples/full_macros.rs:7:24 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(WithCapacity, WithClear, WithLength, WithSliceMut, WithSlice, WithSwap, WithTruncate)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `WithLength` in this scope [INFO] [stderr] --> examples/full_macros.rs:7:35 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(WithCapacity, WithClear, WithLength, WithSliceMut, WithSlice, WithSwap, WithTruncate)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `WithSliceMut` in this scope [INFO] [stderr] --> examples/full_macros.rs:7:47 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(WithCapacity, WithClear, WithLength, WithSliceMut, WithSlice, WithSwap, WithTruncate)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `WithSlice` in this scope [INFO] [stderr] --> examples/full_macros.rs:7:61 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(WithCapacity, WithClear, WithLength, WithSliceMut, WithSlice, WithSwap, WithTruncate)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `WithSwap` in this scope [INFO] [stderr] --> examples/full_macros.rs:7:72 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(WithCapacity, WithClear, WithLength, WithSliceMut, WithSlice, WithSwap, WithTruncate)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `WithTruncate` in this scope [INFO] [stderr] --> examples/full_macros.rs:7:82 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(WithCapacity, WithClear, WithLength, WithSliceMut, WithSlice, WithSwap, WithTruncate)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `SomeCustomVector: cl_traits::Slice` is not satisfied [INFO] [stderr] --> examples/full_macros.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 20 | fn stuff(_: &mut T) [INFO] [stderr] | ----- [INFO] [stderr] 21 | where [INFO] [stderr] 22 | T: GenericVector, [INFO] [stderr] | ------------- required by this bound in `stuff` [INFO] [stderr] ... [INFO] [stderr] 28 | stuff(&mut v); [INFO] [stderr] | ^^^^^^ the trait `cl_traits::Slice` is not implemented for `SomeCustomVector` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `GenericVector` for `SomeCustomVector` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `SomeCustomVector: cl_traits::Capacity` is not satisfied [INFO] [stderr] --> examples/full_macros.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 20 | fn stuff(_: &mut T) [INFO] [stderr] | ----- [INFO] [stderr] 21 | where [INFO] [stderr] 22 | T: GenericVector, [INFO] [stderr] | ------------- required by this bound in `stuff` [INFO] [stderr] ... [INFO] [stderr] 28 | stuff(&mut v); [INFO] [stderr] | ^^^^^^ the trait `cl_traits::Capacity` is not implemented for `SomeCustomVector` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `GenericVector` for `SomeCustomVector` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `SomeCustomVector: cl_traits::Swap` is not satisfied [INFO] [stderr] --> examples/full_macros.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 20 | fn stuff(_: &mut T) [INFO] [stderr] | ----- [INFO] [stderr] 21 | where [INFO] [stderr] 22 | T: GenericVector, [INFO] [stderr] | ------------- required by this bound in `stuff` [INFO] [stderr] ... [INFO] [stderr] 28 | stuff(&mut v); [INFO] [stderr] | ^^^^^^ the trait `cl_traits::Swap` is not implemented for `SomeCustomVector` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `GenericVector` for `SomeCustomVector` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `SomeCustomVector: cl_traits::Length` is not satisfied [INFO] [stderr] --> examples/full_macros.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 20 | fn stuff(_: &mut T) [INFO] [stderr] | ----- [INFO] [stderr] 21 | where [INFO] [stderr] 22 | T: GenericVector, [INFO] [stderr] | ------------- required by this bound in `stuff` [INFO] [stderr] ... [INFO] [stderr] 28 | stuff(&mut v); [INFO] [stderr] | ^^^^^^ the trait `cl_traits::Length` is not implemented for `SomeCustomVector` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `GenericVector` for `SomeCustomVector` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `SomeCustomVector: cl_traits::Truncate` is not satisfied [INFO] [stderr] --> examples/full_macros.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 20 | fn stuff(_: &mut T) [INFO] [stderr] | ----- [INFO] [stderr] 21 | where [INFO] [stderr] 22 | T: GenericVector, [INFO] [stderr] | ------------- required by this bound in `stuff` [INFO] [stderr] ... [INFO] [stderr] 28 | stuff(&mut v); [INFO] [stderr] | ^^^^^^ the trait `cl_traits::Truncate` is not implemented for `SomeCustomVector` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `GenericVector` for `SomeCustomVector` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `SomeCustomVector: cl_traits::SliceMut` is not satisfied [INFO] [stderr] --> examples/full_macros.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 20 | fn stuff(_: &mut T) [INFO] [stderr] | ----- [INFO] [stderr] 21 | where [INFO] [stderr] 22 | T: GenericVector, [INFO] [stderr] | ------------- required by this bound in `stuff` [INFO] [stderr] ... [INFO] [stderr] 28 | stuff(&mut v); [INFO] [stderr] | ^^^^^^ the trait `cl_traits::SliceMut` is not implemented for `SomeCustomVector` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `GenericVector` for `SomeCustomVector` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `SomeCustomVector: cl_traits::Clear` is not satisfied [INFO] [stderr] --> examples/full_macros.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 20 | fn stuff(_: &mut T) [INFO] [stderr] | ----- [INFO] [stderr] 21 | where [INFO] [stderr] 22 | T: GenericVector, [INFO] [stderr] | ------------- required by this bound in `stuff` [INFO] [stderr] ... [INFO] [stderr] 28 | stuff(&mut v); [INFO] [stderr] | ^^^^^^ the trait `cl_traits::Clear` is not implemented for `SomeCustomVector` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `GenericVector` for `SomeCustomVector` [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `cl-traits`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `length` found for type `std::vec::Vec` in the current scope [INFO] [stderr] --> examples/full_manual.rs:73:12 [INFO] [stderr] | [INFO] [stderr] 73 | self.0.length() [INFO] [stderr] | ^^^^^^ method not found in `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice` found for type `std::vec::Vec` in the current scope [INFO] [stderr] --> examples/full_manual.rs:89:12 [INFO] [stderr] | [INFO] [stderr] 89 | self.0.slice() [INFO] [stderr] | ^^^^^ help: there is a method with a similar name: `splice` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_mut` found for type `std::vec::Vec` in the current scope [INFO] [stderr] --> examples/full_manual.rs:97:12 [INFO] [stderr] | [INFO] [stderr] 97 | self.0.slice_mut() [INFO] [stderr] | ^^^^^^^^^ help: there is a method with a similar name: `split_mut` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> examples/full_manual.rs:106:12 [INFO] [stderr] | [INFO] [stderr] 106 | self.0.swap(input) [INFO] [stderr] | ^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `cl-traits`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ddcfe6fcb3a9366993dffdd11eab3aba29f9a420e40c92967d0c7fa7891598cb"` [INFO] running `"docker" "rm" "-f" "ddcfe6fcb3a9366993dffdd11eab3aba29f9a420e40c92967d0c7fa7891598cb"` [INFO] [stdout] ddcfe6fcb3a9366993dffdd11eab3aba29f9a420e40c92967d0c7fa7891598cb