Oct 13 05:29:25.093 INFO checking BalzGuenat/rustcache against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 05:29:25.093 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 05:29:25.480 INFO blam! 436cb112c6977358cf506c136264f121666afa21eca1e14e96b487e80113d95f Oct 13 05:29:25.489 INFO running `"docker" "start" "-a" "436cb112c6977358cf506c136264f121666afa21eca1e14e96b487e80113d95f"` Oct 13 05:29:26.516 INFO kablam! usermod: no changes Oct 13 05:29:26.628 INFO kablam! Checking rustcache v0.1.0 (/source) Oct 13 05:29:26.772 INFO kablam! error: expected `:`, found `>` Oct 13 05:29:26.772 INFO kablam! --> src/msg/mod.rs:58:29 Oct 13 05:29:26.772 INFO kablam! | Oct 13 05:29:26.772 INFO kablam! 58 | &ContiguousViewIt<'a> { Oct 13 05:29:26.772 INFO kablam! | ^ expected `:` Oct 13 05:29:26.772 INFO kablam! Oct 13 05:29:26.848 INFO kablam! error: expected `:`, found `>` Oct 13 05:29:26.848 INFO kablam! --> src/msg/mod.rs:58:29 Oct 13 05:29:26.848 INFO kablam! | Oct 13 05:29:26.848 INFO kablam! 58 | &ContiguousViewIt<'a> { Oct 13 05:29:26.848 INFO kablam! | ^ expected `:` Oct 13 05:29:26.848 INFO kablam! Oct 13 05:29:27.876 INFO kablam! error[E0560]: struct `msg::ContiguousViewOwningIt<'_>` has no field named `end_idx` Oct 13 05:29:27.877 INFO kablam! --> src/msg/mod.rs:86:13 Oct 13 05:29:27.877 INFO kablam! | Oct 13 05:29:27.877 INFO kablam! 86 | end_idx: self.len(), Oct 13 05:29:27.877 INFO kablam! | ^^^^^^^ `msg::ContiguousViewOwningIt<'_>` does not have this field Oct 13 05:29:27.877 INFO kablam! | Oct 13 05:29:27.877 INFO kablam! = note: available fields are: `view`, `next_idx` Oct 13 05:29:27.877 INFO kablam! Oct 13 05:29:27.960 INFO kablam! error[E0609]: no field `end_idx` on type `&mut msg::ContiguousViewOwningIt<'a>` Oct 13 05:29:27.960 INFO kablam! --> src/msg/mod.rs:122:45 Oct 13 05:29:27.960 INFO kablam! | Oct 13 05:29:27.960 INFO kablam! 122 | let next = if self.next_idx >= self.end_idx { Oct 13 05:29:27.960 INFO kablam! | ^^^^^^^ Oct 13 05:29:27.960 INFO kablam! Oct 13 05:29:27.984 INFO kablam! error: aborting due to 3 previous errors Oct 13 05:29:27.984 INFO kablam! Oct 13 05:29:27.984 INFO kablam! Some errors occurred: E0560, E0609. Oct 13 05:29:27.984 INFO kablam! For more information about an error, try `rustc --explain E0560`. Oct 13 05:29:27.996 INFO kablam! error: Could not compile `rustcache`. Oct 13 05:29:27.996 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 05:29:28.067 INFO kablam! error[E0560]: struct `msg::ContiguousViewOwningIt<'_>` has no field named `end_idx` Oct 13 05:29:28.067 INFO kablam! --> src/msg/mod.rs:86:13 Oct 13 05:29:28.067 INFO kablam! | Oct 13 05:29:28.067 INFO kablam! 86 | end_idx: self.len(), Oct 13 05:29:28.067 INFO kablam! | ^^^^^^^ `msg::ContiguousViewOwningIt<'_>` does not have this field Oct 13 05:29:28.067 INFO kablam! | Oct 13 05:29:28.068 INFO kablam! = note: available fields are: `view`, `next_idx` Oct 13 05:29:28.068 INFO kablam! Oct 13 05:29:28.120 INFO kablam! error[E0609]: no field `end_idx` on type `&mut msg::ContiguousViewOwningIt<'a>` Oct 13 05:29:28.120 INFO kablam! --> src/msg/mod.rs:122:45 Oct 13 05:29:28.120 INFO kablam! | Oct 13 05:29:28.120 INFO kablam! 122 | let next = if self.next_idx >= self.end_idx { Oct 13 05:29:28.120 INFO kablam! | ^^^^^^^ Oct 13 05:29:28.120 INFO kablam! Oct 13 05:29:28.178 INFO kablam! error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Oct 13 05:29:28.178 INFO kablam! --> src/msg/test.rs:74:5 Oct 13 05:29:28.178 INFO kablam! | Oct 13 05:29:28.178 INFO kablam! 74 | assert_eq!("abc".as_bytes(), &v[0..3]); Oct 13 05:29:28.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Oct 13 05:29:28.178 INFO kablam! | Oct 13 05:29:28.178 INFO kablam! = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Oct 13 05:29:28.179 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Oct 13 05:29:28.179 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 05:29:28.179 INFO kablam! Oct 13 05:29:28.184 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Oct 13 05:29:28.184 INFO kablam! --> src/msg/test.rs:74:5 Oct 13 05:29:28.184 INFO kablam! | Oct 13 05:29:28.184 INFO kablam! 74 | assert_eq!("abc".as_bytes(), &v[0..3]); Oct 13 05:29:28.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Oct 13 05:29:28.184 INFO kablam! | Oct 13 05:29:28.184 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Oct 13 05:29:28.184 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Oct 13 05:29:28.184 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Oct 13 05:29:28.184 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Oct 13 05:29:28.184 INFO kablam! = note: required by `std::fmt::Debug::fmt` Oct 13 05:29:28.185 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 05:29:28.185 INFO kablam! Oct 13 05:29:28.186 INFO kablam! error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Oct 13 05:29:28.186 INFO kablam! --> src/msg/test.rs:75:5 Oct 13 05:29:28.186 INFO kablam! | Oct 13 05:29:28.186 INFO kablam! 75 | assert_eq!("xyz".as_bytes(), &v[3..6]); Oct 13 05:29:28.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Oct 13 05:29:28.187 INFO kablam! | Oct 13 05:29:28.187 INFO kablam! = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Oct 13 05:29:28.187 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Oct 13 05:29:28.187 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 05:29:28.187 INFO kablam! Oct 13 05:29:28.188 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Oct 13 05:29:28.188 INFO kablam! --> src/msg/test.rs:75:5 Oct 13 05:29:28.188 INFO kablam! | Oct 13 05:29:28.188 INFO kablam! 75 | assert_eq!("xyz".as_bytes(), &v[3..6]); Oct 13 05:29:28.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Oct 13 05:29:28.188 INFO kablam! | Oct 13 05:29:28.188 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Oct 13 05:29:28.188 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Oct 13 05:29:28.188 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Oct 13 05:29:28.188 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Oct 13 05:29:28.188 INFO kablam! = note: required by `std::fmt::Debug::fmt` Oct 13 05:29:28.188 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 05:29:28.188 INFO kablam! Oct 13 05:29:28.194 INFO kablam! error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Oct 13 05:29:28.194 INFO kablam! --> src/msg/test.rs:76:5 Oct 13 05:29:28.194 INFO kablam! | Oct 13 05:29:28.194 INFO kablam! 76 | assert_eq!("ab".as_bytes(), &v[0..2]); Oct 13 05:29:28.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Oct 13 05:29:28.194 INFO kablam! | Oct 13 05:29:28.194 INFO kablam! = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Oct 13 05:29:28.194 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Oct 13 05:29:28.194 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 05:29:28.194 INFO kablam! Oct 13 05:29:28.195 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Oct 13 05:29:28.195 INFO kablam! --> src/msg/test.rs:76:5 Oct 13 05:29:28.195 INFO kablam! | Oct 13 05:29:28.195 INFO kablam! 76 | assert_eq!("ab".as_bytes(), &v[0..2]); Oct 13 05:29:28.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Oct 13 05:29:28.195 INFO kablam! | Oct 13 05:29:28.195 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Oct 13 05:29:28.195 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Oct 13 05:29:28.195 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Oct 13 05:29:28.195 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Oct 13 05:29:28.195 INFO kablam! = note: required by `std::fmt::Debug::fmt` Oct 13 05:29:28.195 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 05:29:28.195 INFO kablam! Oct 13 05:29:28.197 INFO kablam! error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Oct 13 05:29:28.197 INFO kablam! --> src/msg/test.rs:77:5 Oct 13 05:29:28.197 INFO kablam! | Oct 13 05:29:28.197 INFO kablam! 77 | assert_eq!("yz".as_bytes(), &v[4..6]); Oct 13 05:29:28.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Oct 13 05:29:28.197 INFO kablam! | Oct 13 05:29:28.197 INFO kablam! = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Oct 13 05:29:28.197 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Oct 13 05:29:28.197 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 05:29:28.197 INFO kablam! Oct 13 05:29:28.198 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Oct 13 05:29:28.198 INFO kablam! --> src/msg/test.rs:77:5 Oct 13 05:29:28.198 INFO kablam! | Oct 13 05:29:28.198 INFO kablam! 77 | assert_eq!("yz".as_bytes(), &v[4..6]); Oct 13 05:29:28.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Oct 13 05:29:28.198 INFO kablam! | Oct 13 05:29:28.198 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Oct 13 05:29:28.198 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Oct 13 05:29:28.198 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Oct 13 05:29:28.199 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Oct 13 05:29:28.199 INFO kablam! = note: required by `std::fmt::Debug::fmt` Oct 13 05:29:28.199 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 05:29:28.199 INFO kablam! Oct 13 05:29:28.200 INFO kablam! error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Oct 13 05:29:28.200 INFO kablam! --> src/msg/test.rs:78:5 Oct 13 05:29:28.200 INFO kablam! | Oct 13 05:29:28.200 INFO kablam! 78 | assert_eq!("cx".as_bytes(), &v[2..4]); Oct 13 05:29:28.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Oct 13 05:29:28.200 INFO kablam! | Oct 13 05:29:28.200 INFO kablam! = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Oct 13 05:29:28.200 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Oct 13 05:29:28.200 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 05:29:28.200 INFO kablam! Oct 13 05:29:28.201 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Oct 13 05:29:28.201 INFO kablam! --> src/msg/test.rs:78:5 Oct 13 05:29:28.201 INFO kablam! | Oct 13 05:29:28.201 INFO kablam! 78 | assert_eq!("cx".as_bytes(), &v[2..4]); Oct 13 05:29:28.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Oct 13 05:29:28.201 INFO kablam! | Oct 13 05:29:28.201 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Oct 13 05:29:28.201 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Oct 13 05:29:28.201 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Oct 13 05:29:28.201 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Oct 13 05:29:28.201 INFO kablam! = note: required by `std::fmt::Debug::fmt` Oct 13 05:29:28.201 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 05:29:28.201 INFO kablam! Oct 13 05:29:28.203 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Oct 13 05:29:28.203 INFO kablam! --> src/msg/test.rs:79:23 Oct 13 05:29:28.203 INFO kablam! | Oct 13 05:29:28.203 INFO kablam! 79 | println!("{:X?}", &v[2..4]); Oct 13 05:29:28.203 INFO kablam! | ^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Oct 13 05:29:28.203 INFO kablam! | Oct 13 05:29:28.203 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Oct 13 05:29:28.203 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Oct 13 05:29:28.203 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Oct 13 05:29:28.203 INFO kablam! = note: required by `std::fmt::Debug::fmt` Oct 13 05:29:28.203 INFO kablam! Oct 13 05:29:28.205 INFO kablam! error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Oct 13 05:29:28.205 INFO kablam! --> src/msg/test.rs:80:5 Oct 13 05:29:28.205 INFO kablam! | Oct 13 05:29:28.208 INFO kablam! 80 | assert_eq!("abcxyz".as_bytes(), &v[0..6]); Oct 13 05:29:28.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Oct 13 05:29:28.208 INFO kablam! | Oct 13 05:29:28.208 INFO kablam! = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Oct 13 05:29:28.208 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Oct 13 05:29:28.208 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 05:29:28.208 INFO kablam! Oct 13 05:29:28.209 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Oct 13 05:29:28.209 INFO kablam! --> src/msg/test.rs:80:5 Oct 13 05:29:28.209 INFO kablam! | Oct 13 05:29:28.209 INFO kablam! 80 | assert_eq!("abcxyz".as_bytes(), &v[0..6]); Oct 13 05:29:28.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Oct 13 05:29:28.210 INFO kablam! | Oct 13 05:29:28.210 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Oct 13 05:29:28.210 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Oct 13 05:29:28.210 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Oct 13 05:29:28.210 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Oct 13 05:29:28.210 INFO kablam! = note: required by `std::fmt::Debug::fmt` Oct 13 05:29:28.210 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 05:29:28.210 INFO kablam! Oct 13 05:29:28.240 INFO kablam! error: aborting due to 16 previous errors Oct 13 05:29:28.240 INFO kablam! Oct 13 05:29:28.240 INFO kablam! Some errors occurred: E0277, E0560, E0609. Oct 13 05:29:28.240 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 13 05:29:28.253 INFO kablam! error: Could not compile `rustcache`. Oct 13 05:29:28.253 INFO kablam! Oct 13 05:29:28.253 INFO kablam! To learn more, run the command again with --verbose. Oct 13 05:29:28.254 INFO kablam! su: No module specific data is present Oct 13 05:29:29.236 INFO running `"docker" "rm" "-f" "436cb112c6977358cf506c136264f121666afa21eca1e14e96b487e80113d95f"` Oct 13 05:29:29.652 INFO blam! 436cb112c6977358cf506c136264f121666afa21eca1e14e96b487e80113d95f