[INFO] fetching crate deku 0.1.2... [INFO] checking deku-0.1.2 against try#1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 for pr-69530 [INFO] extracting crate deku 0.1.2 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate deku 0.1.2 on toolchain 1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate deku 0.1.2 [INFO] finished tweaking crates.io crate deku 0.1.2 [INFO] tweaked toml for crates.io crate deku 0.1.2 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate deku 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded deku_derive v0.1.1 [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" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 883220efcded774c20faac8599f3375f7bd232b6b62856483b3b4a448ba6782c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "883220efcded774c20faac8599f3375f7bd232b6b62856483b3b4a448ba6782c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Checking radium v0.3.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.14 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling rstest v0.6.0 [INFO] [stderr] Checking bitvec v0.17.4 [INFO] [stderr] Compiling hex-literal-impl v0.2.1 [INFO] [stderr] Checking hex-literal v0.2.1 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling deku_derive v0.1.1 [INFO] [stderr] Checking deku v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/example.rs:11:28 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Debug, PartialEq, DekuRead, DekuWrite)] [INFO] [stderr] | ^^^^^^^^ expected reference, found tuple [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&bitvec::slice::BitSlice` [INFO] [stderr] found tuple `(&[u8], usize)` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/example.rs:11:28 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Debug, PartialEq, DekuRead, DekuWrite)] [INFO] [stderr] | ^^^^^^^^ expected tuple, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected tuple `(&[u8], usize)` [INFO] [stderr] found reference `&bitvec::slice::BitSlice` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/ipv4.rs:23:28 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Debug, PartialEq, DekuRead, DekuWrite)] [INFO] [stderr] | ^^^^^^^^ expected reference, found tuple [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&bitvec::slice::BitSlice` [INFO] [stderr] found tuple `(&[u8], usize)` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/ipv4.rs:23:28 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Debug, PartialEq, DekuRead, DekuWrite)] [INFO] [stderr] | ^^^^^^^^ expected tuple, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected tuple `(&[u8], usize)` [INFO] [stderr] found reference `&bitvec::slice::BitSlice` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_macro.rs:9:36 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(PartialEq, Debug, DekuRead, DekuWrite)] [INFO] [stderr] | ^^^^^^^^ expected reference, found tuple [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&bitvec::slice::BitSlice` [INFO] [stderr] found tuple `(&[u8], usize)` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_macro.rs:9:36 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(PartialEq, Debug, DekuRead, DekuWrite)] [INFO] [stderr] | ^^^^^^^^ expected tuple, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected tuple `(&[u8], usize)` [INFO] [stderr] found reference `&bitvec::slice::BitSlice` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_macro.rs:18:36 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(PartialEq, Debug, DekuRead, DekuWrite)] [INFO] [stderr] | ^^^^^^^^ expected reference, found tuple [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&bitvec::slice::BitSlice` [INFO] [stderr] found tuple `(&[u8], usize)` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `deku`. [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] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_macro.rs:18:36 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(PartialEq, Debug, DekuRead, DekuWrite)] [INFO] [stderr] | ^^^^^^^^ expected tuple, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected tuple `(&[u8], usize)` [INFO] [stderr] found reference `&bitvec::slice::BitSlice` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `deku`. [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] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `deku`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "883220efcded774c20faac8599f3375f7bd232b6b62856483b3b4a448ba6782c"` [INFO] running `"docker" "rm" "-f" "883220efcded774c20faac8599f3375f7bd232b6b62856483b3b4a448ba6782c"` [INFO] [stdout] 883220efcded774c20faac8599f3375f7bd232b6b62856483b3b4a448ba6782c