[INFO] crate deku 0.1.2 is already in cache
[INFO] checking deku-0.1.2 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate deku 0.1.2 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate deku 0.1.2 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-5/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 73ecce50b7b78cf53602cfa48bb13ea6b3cdb9e5d687f1fd6d0cdc965612a9fc
[INFO] running `"docker" "start" "-a" "73ecce50b7b78cf53602cfa48bb13ea6b3cdb9e5d687f1fd6d0cdc965612a9fc"`
[INFO] [stderr]    Compiling proc-macro-hack v0.5.14
[INFO] [stderr]    Compiling rstest v0.6.0
[INFO] [stderr]     Checking bitvec v0.17.4
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]    Compiling hex-literal-impl v0.2.1
[INFO] [stderr]     Checking hex-literal v0.2.1
[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]  --> 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<bitvec::order::Msb0, u8>`
[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]  --> 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<bitvec::order::Msb0, u8>`
[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 reference, found tuple
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected reference `&bitvec::slice::BitSlice<bitvec::order::Msb0, u8>`
[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<bitvec::order::Msb0, u8>`
[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<bitvec::order::Msb0, u8>`
[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]   --> 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<bitvec::order::Msb0, u8>`
[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<bitvec::order::Msb0, u8>`
[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<bitvec::order::Msb0, u8>`
[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] 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: aborting due to 4 previous errors
[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: aborting due to 2 previous errors
[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] running `"docker" "inspect" "73ecce50b7b78cf53602cfa48bb13ea6b3cdb9e5d687f1fd6d0cdc965612a9fc"`
[INFO] running `"docker" "rm" "-f" "73ecce50b7b78cf53602cfa48bb13ea6b3cdb9e5d687f1fd6d0cdc965612a9fc"`
[INFO] [stdout] 73ecce50b7b78cf53602cfa48bb13ea6b3cdb9e5d687f1fd6d0cdc965612a9fc
