Oct 27 12:38:13.808 INFO checking BalzGuenat/rustcache against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:38:13.808 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 12:38:14.456 INFO blam! 3d9904e3963608378d754e437ef719522d1166a29f9a40ec6ee99ac4a8f25ff8 Oct 27 12:38:14.459 INFO running `"docker" "start" "-a" "3d9904e3963608378d754e437ef719522d1166a29f9a40ec6ee99ac4a8f25ff8"` Oct 27 12:38:16.098 INFO kablam! usermod: no changes Oct 27 12:38:16.155 INFO kablam! Checking rustcache v0.1.0 (/source) Oct 27 12:38:16.351 INFO kablam! error: expected `:`, found `>` Oct 27 12:38:16.351 INFO kablam! --> src/msg/mod.rs:58:29 Oct 27 12:38:16.351 INFO kablam! | Oct 27 12:38:16.351 INFO kablam! 58 | &ContiguousViewIt<'a> { Oct 27 12:38:16.351 INFO kablam! | ^ expected `:` Oct 27 12:38:16.351 INFO kablam! Oct 27 12:38:16.371 INFO kablam! error: expected `:`, found `>` Oct 27 12:38:16.371 INFO kablam! --> src/msg/mod.rs:58:29 Oct 27 12:38:16.371 INFO kablam! | Oct 27 12:38:16.371 INFO kablam! 58 | &ContiguousViewIt<'a> { Oct 27 12:38:16.371 INFO kablam! | ^ expected `:` Oct 27 12:38:16.371 INFO kablam! Oct 27 12:38:17.299 INFO kablam! error[E0560]: struct `msg::ContiguousViewOwningIt<'_>` has no field named `end_idx` Oct 27 12:38:17.299 INFO kablam! --> src/msg/mod.rs:86:13 Oct 27 12:38:17.299 INFO kablam! | Oct 27 12:38:17.299 INFO kablam! 86 | end_idx: self.len(), Oct 27 12:38:17.299 INFO kablam! | ^^^^^^^ `msg::ContiguousViewOwningIt<'_>` does not have this field Oct 27 12:38:17.299 INFO kablam! | Oct 27 12:38:17.299 INFO kablam! = note: available fields are: `view`, `next_idx` Oct 27 12:38:17.299 INFO kablam! Oct 27 12:38:17.335 INFO kablam! error[E0609]: no field `end_idx` on type `&mut msg::ContiguousViewOwningIt<'a>` Oct 27 12:38:17.335 INFO kablam! --> src/msg/mod.rs:122:45 Oct 27 12:38:17.335 INFO kablam! | Oct 27 12:38:17.335 INFO kablam! 122 | let next = if self.next_idx >= self.end_idx { Oct 27 12:38:17.335 INFO kablam! | ^^^^^^^ Oct 27 12:38:17.335 INFO kablam! Oct 27 12:38:17.351 INFO kablam! error: aborting due to 3 previous errors Oct 27 12:38:17.351 INFO kablam! Oct 27 12:38:17.351 INFO kablam! Some errors occurred: E0560, E0609. Oct 27 12:38:17.351 INFO kablam! For more information about an error, try `rustc --explain E0560`. Oct 27 12:38:17.359 INFO kablam! error: Could not compile `rustcache`. Oct 27 12:38:17.359 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 12:38:17.619 INFO kablam! error[E0560]: struct `msg::ContiguousViewOwningIt<'_>` has no field named `end_idx` Oct 27 12:38:17.619 INFO kablam! --> src/msg/mod.rs:86:13 Oct 27 12:38:17.619 INFO kablam! | Oct 27 12:38:17.619 INFO kablam! 86 | end_idx: self.len(), Oct 27 12:38:17.619 INFO kablam! | ^^^^^^^ `msg::ContiguousViewOwningIt<'_>` does not have this field Oct 27 12:38:17.619 INFO kablam! | Oct 27 12:38:17.619 INFO kablam! = note: available fields are: `view`, `next_idx` Oct 27 12:38:17.619 INFO kablam! Oct 27 12:38:17.651 INFO kablam! error[E0609]: no field `end_idx` on type `&mut msg::ContiguousViewOwningIt<'a>` Oct 27 12:38:17.651 INFO kablam! --> src/msg/mod.rs:122:45 Oct 27 12:38:17.651 INFO kablam! | Oct 27 12:38:17.651 INFO kablam! 122 | let next = if self.next_idx >= self.end_idx { Oct 27 12:38:17.651 INFO kablam! | ^^^^^^^ Oct 27 12:38:17.651 INFO kablam! Oct 27 12:38:17.710 INFO kablam! error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Oct 27 12:38:17.710 INFO kablam! --> src/msg/test.rs:74:5 Oct 27 12:38:17.710 INFO kablam! | Oct 27 12:38:17.710 INFO kablam! 74 | assert_eq!("abc".as_bytes(), &v[0..3]); Oct 27 12:38:17.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Oct 27 12:38:17.710 INFO kablam! | Oct 27 12:38:17.710 INFO kablam! = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Oct 27 12:38:17.710 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Oct 27 12:38:17.710 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 27 12:38:17.710 INFO kablam! Oct 27 12:38:17.710 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Oct 27 12:38:17.710 INFO kablam! --> src/msg/test.rs:74:5 Oct 27 12:38:17.710 INFO kablam! | Oct 27 12:38:17.710 INFO kablam! 74 | assert_eq!("abc".as_bytes(), &v[0..3]); Oct 27 12:38:17.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Oct 27 12:38:17.710 INFO kablam! | Oct 27 12:38:17.710 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Oct 27 12:38:17.710 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Oct 27 12:38:17.711 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Oct 27 12:38:17.711 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Oct 27 12:38:17.711 INFO kablam! = note: required by `std::fmt::Debug::fmt` Oct 27 12:38:17.711 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 27 12:38:17.711 INFO kablam! Oct 27 12:38:17.714 INFO kablam! error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Oct 27 12:38:17.714 INFO kablam! --> src/msg/test.rs:75:5 Oct 27 12:38:17.714 INFO kablam! | Oct 27 12:38:17.714 INFO kablam! 75 | assert_eq!("xyz".as_bytes(), &v[3..6]); Oct 27 12:38:17.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Oct 27 12:38:17.714 INFO kablam! | Oct 27 12:38:17.714 INFO kablam! = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Oct 27 12:38:17.714 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Oct 27 12:38:17.714 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 27 12:38:17.714 INFO kablam! Oct 27 12:38:17.714 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Oct 27 12:38:17.714 INFO kablam! --> src/msg/test.rs:75:5 Oct 27 12:38:17.714 INFO kablam! | Oct 27 12:38:17.714 INFO kablam! 75 | assert_eq!("xyz".as_bytes(), &v[3..6]); Oct 27 12:38:17.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Oct 27 12:38:17.715 INFO kablam! | Oct 27 12:38:17.715 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Oct 27 12:38:17.715 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Oct 27 12:38:17.715 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Oct 27 12:38:17.715 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Oct 27 12:38:17.715 INFO kablam! = note: required by `std::fmt::Debug::fmt` Oct 27 12:38:17.715 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 27 12:38:17.715 INFO kablam! Oct 27 12:38:17.716 INFO kablam! error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Oct 27 12:38:17.716 INFO kablam! --> src/msg/test.rs:76:5 Oct 27 12:38:17.716 INFO kablam! | Oct 27 12:38:17.716 INFO kablam! 76 | assert_eq!("ab".as_bytes(), &v[0..2]); Oct 27 12:38:17.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Oct 27 12:38:17.716 INFO kablam! | Oct 27 12:38:17.716 INFO kablam! = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Oct 27 12:38:17.716 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Oct 27 12:38:17.716 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 27 12:38:17.716 INFO kablam! Oct 27 12:38:17.718 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Oct 27 12:38:17.718 INFO kablam! --> src/msg/test.rs:76:5 Oct 27 12:38:17.718 INFO kablam! | Oct 27 12:38:17.718 INFO kablam! 76 | assert_eq!("ab".as_bytes(), &v[0..2]); Oct 27 12:38:17.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Oct 27 12:38:17.718 INFO kablam! | Oct 27 12:38:17.718 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Oct 27 12:38:17.718 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Oct 27 12:38:17.718 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Oct 27 12:38:17.718 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Oct 27 12:38:17.718 INFO kablam! = note: required by `std::fmt::Debug::fmt` Oct 27 12:38:17.718 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 27 12:38:17.718 INFO kablam! Oct 27 12:38:17.721 INFO kablam! error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Oct 27 12:38:17.721 INFO kablam! --> src/msg/test.rs:77:5 Oct 27 12:38:17.721 INFO kablam! | Oct 27 12:38:17.721 INFO kablam! 77 | assert_eq!("yz".as_bytes(), &v[4..6]); Oct 27 12:38:17.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Oct 27 12:38:17.721 INFO kablam! | Oct 27 12:38:17.721 INFO kablam! = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Oct 27 12:38:17.721 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Oct 27 12:38:17.721 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 27 12:38:17.721 INFO kablam! Oct 27 12:38:17.721 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Oct 27 12:38:17.721 INFO kablam! --> src/msg/test.rs:77:5 Oct 27 12:38:17.721 INFO kablam! | Oct 27 12:38:17.721 INFO kablam! 77 | assert_eq!("yz".as_bytes(), &v[4..6]); Oct 27 12:38:17.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Oct 27 12:38:17.721 INFO kablam! | Oct 27 12:38:17.721 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Oct 27 12:38:17.721 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Oct 27 12:38:17.721 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Oct 27 12:38:17.721 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Oct 27 12:38:17.721 INFO kablam! = note: required by `std::fmt::Debug::fmt` Oct 27 12:38:17.721 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 27 12:38:17.721 INFO kablam! Oct 27 12:38:17.724 INFO kablam! error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Oct 27 12:38:17.724 INFO kablam! --> src/msg/test.rs:78:5 Oct 27 12:38:17.724 INFO kablam! | Oct 27 12:38:17.724 INFO kablam! 78 | assert_eq!("cx".as_bytes(), &v[2..4]); Oct 27 12:38:17.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Oct 27 12:38:17.724 INFO kablam! | Oct 27 12:38:17.724 INFO kablam! = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Oct 27 12:38:17.724 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Oct 27 12:38:17.724 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 27 12:38:17.724 INFO kablam! Oct 27 12:38:17.724 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Oct 27 12:38:17.724 INFO kablam! --> src/msg/test.rs:78:5 Oct 27 12:38:17.724 INFO kablam! | Oct 27 12:38:17.724 INFO kablam! 78 | assert_eq!("cx".as_bytes(), &v[2..4]); Oct 27 12:38:17.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Oct 27 12:38:17.724 INFO kablam! | Oct 27 12:38:17.724 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Oct 27 12:38:17.724 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Oct 27 12:38:17.724 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Oct 27 12:38:17.724 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Oct 27 12:38:17.724 INFO kablam! = note: required by `std::fmt::Debug::fmt` Oct 27 12:38:17.724 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 27 12:38:17.724 INFO kablam! Oct 27 12:38:17.727 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Oct 27 12:38:17.727 INFO kablam! --> src/msg/test.rs:79:23 Oct 27 12:38:17.727 INFO kablam! | Oct 27 12:38:17.727 INFO kablam! 79 | println!("{:X?}", &v[2..4]); Oct 27 12:38:17.727 INFO kablam! | ^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Oct 27 12:38:17.727 INFO kablam! | Oct 27 12:38:17.727 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Oct 27 12:38:17.727 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Oct 27 12:38:17.727 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Oct 27 12:38:17.727 INFO kablam! = note: required by `std::fmt::Debug::fmt` Oct 27 12:38:17.727 INFO kablam! Oct 27 12:38:17.731 INFO kablam! error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Oct 27 12:38:17.731 INFO kablam! --> src/msg/test.rs:80:5 Oct 27 12:38:17.731 INFO kablam! | Oct 27 12:38:17.731 INFO kablam! 80 | assert_eq!("abcxyz".as_bytes(), &v[0..6]); Oct 27 12:38:17.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Oct 27 12:38:17.731 INFO kablam! | Oct 27 12:38:17.731 INFO kablam! = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Oct 27 12:38:17.731 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Oct 27 12:38:17.731 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 27 12:38:17.731 INFO kablam! Oct 27 12:38:17.731 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Oct 27 12:38:17.731 INFO kablam! --> src/msg/test.rs:80:5 Oct 27 12:38:17.731 INFO kablam! | Oct 27 12:38:17.731 INFO kablam! 80 | assert_eq!("abcxyz".as_bytes(), &v[0..6]); Oct 27 12:38:17.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Oct 27 12:38:17.731 INFO kablam! | Oct 27 12:38:17.731 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Oct 27 12:38:17.731 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Oct 27 12:38:17.731 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Oct 27 12:38:17.731 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Oct 27 12:38:17.731 INFO kablam! = note: required by `std::fmt::Debug::fmt` Oct 27 12:38:17.731 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 27 12:38:17.731 INFO kablam! Oct 27 12:38:17.759 INFO kablam! error: aborting due to 16 previous errors Oct 27 12:38:17.759 INFO kablam! Oct 27 12:38:17.759 INFO kablam! Some errors occurred: E0277, E0560, E0609. Oct 27 12:38:17.759 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 27 12:38:17.762 INFO kablam! error: Could not compile `rustcache`. Oct 27 12:38:17.762 INFO kablam! Oct 27 12:38:17.762 INFO kablam! To learn more, run the command again with --verbose. Oct 27 12:38:17.767 INFO kablam! su: No module specific data is present Oct 27 12:38:18.503 INFO running `"docker" "rm" "-f" "3d9904e3963608378d754e437ef719522d1166a29f9a40ec6ee99ac4a8f25ff8"` Oct 27 12:38:18.803 INFO blam! 3d9904e3963608378d754e437ef719522d1166a29f9a40ec6ee99ac4a8f25ff8