Nov 02 22:33:48.895 INFO checking BalzGuenat/rustcache against try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7 for pr-55517 Nov 02 22:33:48.896 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55517/worker-4/try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55517/try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7:/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 +dc8b02d6f1e93f212fc39844ea688b634b4a03c7-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"` Nov 02 22:33:49.562 INFO blam! b4260eb99d5cb5fd9cd90eb3890c7984905e2bce556fc341b192033335d9a1ea Nov 02 22:33:49.563 INFO running `"docker" "start" "-a" "b4260eb99d5cb5fd9cd90eb3890c7984905e2bce556fc341b192033335d9a1ea"` Nov 02 22:33:50.894 INFO kablam! usermod: no changes Nov 02 22:33:50.989 INFO kablam! Checking rustcache v0.1.0 (/source) Nov 02 22:33:51.120 INFO kablam! error: expected `:`, found `>` Nov 02 22:33:51.120 INFO kablam! --> src/msg/mod.rs:58:29 Nov 02 22:33:51.120 INFO kablam! | Nov 02 22:33:51.120 INFO kablam! 58 | &ContiguousViewIt<'a> { Nov 02 22:33:51.120 INFO kablam! | ^ expected `:` Nov 02 22:33:51.120 INFO kablam! Nov 02 22:33:51.160 INFO kablam! error: expected `:`, found `>` Nov 02 22:33:51.160 INFO kablam! --> src/msg/mod.rs:58:29 Nov 02 22:33:51.160 INFO kablam! | Nov 02 22:33:51.160 INFO kablam! 58 | &ContiguousViewIt<'a> { Nov 02 22:33:51.160 INFO kablam! | ^ expected `:` Nov 02 22:33:51.160 INFO kablam! Nov 02 22:33:52.402 INFO kablam! error[E0560]: struct `msg::ContiguousViewOwningIt<'_>` has no field named `end_idx` Nov 02 22:33:52.402 INFO kablam! --> src/msg/mod.rs:86:13 Nov 02 22:33:52.402 INFO kablam! | Nov 02 22:33:52.402 INFO kablam! 86 | end_idx: self.len(), Nov 02 22:33:52.402 INFO kablam! | ^^^^^^^ `msg::ContiguousViewOwningIt<'_>` does not have this field Nov 02 22:33:52.402 INFO kablam! | Nov 02 22:33:52.402 INFO kablam! = note: available fields are: `view`, `next_idx` Nov 02 22:33:52.403 INFO kablam! Nov 02 22:33:52.450 INFO kablam! error[E0609]: no field `end_idx` on type `&mut msg::ContiguousViewOwningIt<'a>` Nov 02 22:33:52.450 INFO kablam! --> src/msg/mod.rs:122:45 Nov 02 22:33:52.451 INFO kablam! | Nov 02 22:33:52.451 INFO kablam! 122 | let next = if self.next_idx >= self.end_idx { Nov 02 22:33:52.451 INFO kablam! | ^^^^^^^ Nov 02 22:33:52.451 INFO kablam! Nov 02 22:33:52.548 INFO kablam! error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Nov 02 22:33:52.549 INFO kablam! --> src/msg/test.rs:74:5 Nov 02 22:33:52.549 INFO kablam! | Nov 02 22:33:52.549 INFO kablam! 74 | assert_eq!("abc".as_bytes(), &v[0..3]); Nov 02 22:33:52.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Nov 02 22:33:52.549 INFO kablam! | Nov 02 22:33:52.549 INFO kablam! = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Nov 02 22:33:52.549 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Nov 02 22:33:52.549 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) Nov 02 22:33:52.549 INFO kablam! Nov 02 22:33:52.550 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 02 22:33:52.550 INFO kablam! --> src/msg/test.rs:74:5 Nov 02 22:33:52.550 INFO kablam! | Nov 02 22:33:52.550 INFO kablam! 74 | assert_eq!("abc".as_bytes(), &v[0..3]); Nov 02 22:33:52.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 02 22:33:52.551 INFO kablam! | Nov 02 22:33:52.551 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 02 22:33:52.551 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 02 22:33:52.551 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 02 22:33:52.552 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Nov 02 22:33:52.552 INFO kablam! = note: required by `std::fmt::Debug::fmt` Nov 02 22:33:52.552 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) Nov 02 22:33:52.552 INFO kablam! Nov 02 22:33:52.556 INFO kablam! error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Nov 02 22:33:52.556 INFO kablam! --> src/msg/test.rs:75:5 Nov 02 22:33:52.556 INFO kablam! | Nov 02 22:33:52.557 INFO kablam! 75 | assert_eq!("xyz".as_bytes(), &v[3..6]); Nov 02 22:33:52.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Nov 02 22:33:52.557 INFO kablam! | Nov 02 22:33:52.558 INFO kablam! = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Nov 02 22:33:52.558 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Nov 02 22:33:52.558 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) Nov 02 22:33:52.558 INFO kablam! Nov 02 22:33:52.560 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 02 22:33:52.560 INFO kablam! --> src/msg/test.rs:75:5 Nov 02 22:33:52.560 INFO kablam! | Nov 02 22:33:52.560 INFO kablam! 75 | assert_eq!("xyz".as_bytes(), &v[3..6]); Nov 02 22:33:52.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 02 22:33:52.561 INFO kablam! | Nov 02 22:33:52.561 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 02 22:33:52.562 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 02 22:33:52.562 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 02 22:33:52.562 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Nov 02 22:33:52.563 INFO kablam! = note: required by `std::fmt::Debug::fmt` Nov 02 22:33:52.563 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) Nov 02 22:33:52.563 INFO kablam! Nov 02 22:33:52.572 INFO kablam! error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Nov 02 22:33:52.572 INFO kablam! --> src/msg/test.rs:76:5 Nov 02 22:33:52.573 INFO kablam! | Nov 02 22:33:52.573 INFO kablam! 76 | assert_eq!("ab".as_bytes(), &v[0..2]); Nov 02 22:33:52.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Nov 02 22:33:52.574 INFO kablam! | Nov 02 22:33:52.574 INFO kablam! = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Nov 02 22:33:52.574 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Nov 02 22:33:52.575 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) Nov 02 22:33:52.575 INFO kablam! Nov 02 22:33:52.576 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 02 22:33:52.576 INFO kablam! --> src/msg/test.rs:76:5 Nov 02 22:33:52.577 INFO kablam! | Nov 02 22:33:52.577 INFO kablam! 76 | assert_eq!("ab".as_bytes(), &v[0..2]); Nov 02 22:33:52.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 02 22:33:52.577 INFO kablam! | Nov 02 22:33:52.578 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 02 22:33:52.578 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 02 22:33:52.578 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 02 22:33:52.579 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Nov 02 22:33:52.579 INFO kablam! = note: required by `std::fmt::Debug::fmt` Nov 02 22:33:52.579 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) Nov 02 22:33:52.580 INFO kablam! Nov 02 22:33:52.582 INFO kablam! error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Nov 02 22:33:52.582 INFO kablam! --> src/msg/test.rs:77:5 Nov 02 22:33:52.582 INFO kablam! | Nov 02 22:33:52.583 INFO kablam! 77 | assert_eq!("yz".as_bytes(), &v[4..6]); Nov 02 22:33:52.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Nov 02 22:33:52.583 INFO kablam! | Nov 02 22:33:52.584 INFO kablam! = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Nov 02 22:33:52.584 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Nov 02 22:33:52.584 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) Nov 02 22:33:52.585 INFO kablam! Nov 02 22:33:52.586 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 02 22:33:52.586 INFO kablam! --> src/msg/test.rs:77:5 Nov 02 22:33:52.586 INFO kablam! | Nov 02 22:33:52.587 INFO kablam! 77 | assert_eq!("yz".as_bytes(), &v[4..6]); Nov 02 22:33:52.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 02 22:33:52.587 INFO kablam! | Nov 02 22:33:52.587 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 02 22:33:52.588 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 02 22:33:52.588 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 02 22:33:52.588 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Nov 02 22:33:52.589 INFO kablam! = note: required by `std::fmt::Debug::fmt` Nov 02 22:33:52.589 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) Nov 02 22:33:52.589 INFO kablam! Nov 02 22:33:52.591 INFO kablam! error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Nov 02 22:33:52.591 INFO kablam! --> src/msg/test.rs:78:5 Nov 02 22:33:52.592 INFO kablam! | Nov 02 22:33:52.592 INFO kablam! 78 | assert_eq!("cx".as_bytes(), &v[2..4]); Nov 02 22:33:52.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Nov 02 22:33:52.593 INFO kablam! | Nov 02 22:33:52.593 INFO kablam! = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Nov 02 22:33:52.593 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Nov 02 22:33:52.594 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) Nov 02 22:33:52.594 INFO kablam! Nov 02 22:33:52.595 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 02 22:33:52.595 INFO kablam! --> src/msg/test.rs:78:5 Nov 02 22:33:52.595 INFO kablam! | Nov 02 22:33:52.596 INFO kablam! 78 | assert_eq!("cx".as_bytes(), &v[2..4]); Nov 02 22:33:52.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 02 22:33:52.596 INFO kablam! | Nov 02 22:33:52.597 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 02 22:33:52.597 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 02 22:33:52.597 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 02 22:33:52.598 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Nov 02 22:33:52.598 INFO kablam! = note: required by `std::fmt::Debug::fmt` Nov 02 22:33:52.598 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) Nov 02 22:33:52.598 INFO kablam! Nov 02 22:33:52.600 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 02 22:33:52.600 INFO kablam! --> src/msg/test.rs:79:23 Nov 02 22:33:52.600 INFO kablam! | Nov 02 22:33:52.601 INFO kablam! 79 | println!("{:X?}", &v[2..4]); Nov 02 22:33:52.601 INFO kablam! | ^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 02 22:33:52.601 INFO kablam! | Nov 02 22:33:52.602 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 02 22:33:52.602 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 02 22:33:52.602 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 02 22:33:52.608 INFO kablam! = note: required by `std::fmt::Debug::fmt` Nov 02 22:33:52.608 INFO kablam! Nov 02 22:33:52.610 INFO kablam! error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Nov 02 22:33:52.611 INFO kablam! --> src/msg/test.rs:80:5 Nov 02 22:33:52.611 INFO kablam! | Nov 02 22:33:52.611 INFO kablam! 80 | assert_eq!("abcxyz".as_bytes(), &v[0..6]); Nov 02 22:33:52.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Nov 02 22:33:52.612 INFO kablam! | Nov 02 22:33:52.612 INFO kablam! = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Nov 02 22:33:52.613 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Nov 02 22:33:52.613 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) Nov 02 22:33:52.613 INFO kablam! Nov 02 22:33:52.614 INFO kablam! error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 02 22:33:52.615 INFO kablam! --> src/msg/test.rs:80:5 Nov 02 22:33:52.615 INFO kablam! | Nov 02 22:33:52.615 INFO kablam! 80 | assert_eq!("abcxyz".as_bytes(), &v[0..6]); Nov 02 22:33:52.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 02 22:33:52.616 INFO kablam! | Nov 02 22:33:52.616 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 02 22:33:52.616 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 02 22:33:52.617 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 02 22:33:52.617 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Nov 02 22:33:52.617 INFO kablam! = note: required by `std::fmt::Debug::fmt` Nov 02 22:33:52.618 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) Nov 02 22:33:52.618 INFO kablam! Nov 02 22:33:52.630 INFO kablam! error[E0560]: struct `msg::ContiguousViewOwningIt<'_>` has no field named `end_idx` Nov 02 22:33:52.630 INFO kablam! --> src/msg/mod.rs:86:13 Nov 02 22:33:52.630 INFO kablam! | Nov 02 22:33:52.631 INFO kablam! 86 | end_idx: self.len(), Nov 02 22:33:52.631 INFO kablam! | ^^^^^^^ `msg::ContiguousViewOwningIt<'_>` does not have this field Nov 02 22:33:52.631 INFO kablam! | Nov 02 22:33:52.632 INFO kablam! = note: available fields are: `view`, `next_idx` Nov 02 22:33:52.632 INFO kablam! Nov 02 22:33:52.648 INFO kablam! error: aborting due to 16 previous errors Nov 02 22:33:52.648 INFO kablam! Nov 02 22:33:52.649 INFO kablam! Some errors occurred: E0277, E0560, E0609. Nov 02 22:33:52.649 INFO kablam! For more information about an error, try `rustc --explain E0277`. Nov 02 22:33:52.657 INFO kablam! error: Could not compile `rustcache`. Nov 02 22:33:52.658 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 02 22:33:52.666 INFO kablam! error[E0609]: no field `end_idx` on type `&mut msg::ContiguousViewOwningIt<'a>` Nov 02 22:33:52.666 INFO kablam! --> src/msg/mod.rs:122:45 Nov 02 22:33:52.672 INFO kablam! | Nov 02 22:33:52.672 INFO kablam! 122 | let next = if self.next_idx >= self.end_idx { Nov 02 22:33:52.673 INFO kablam! | ^^^^^^^ Nov 02 22:33:52.673 INFO kablam! Nov 02 22:33:52.687 INFO kablam! error: aborting due to 3 previous errors Nov 02 22:33:52.687 INFO kablam! Nov 02 22:33:52.688 INFO kablam! Some errors occurred: E0560, E0609. Nov 02 22:33:52.688 INFO kablam! For more information about an error, try `rustc --explain E0560`. Nov 02 22:33:52.701 INFO kablam! error: Could not compile `rustcache`. Nov 02 22:33:52.701 INFO kablam! Nov 02 22:33:52.701 INFO kablam! To learn more, run the command again with --verbose. Nov 02 22:33:52.703 INFO kablam! su: No module specific data is present Nov 02 22:33:53.856 INFO running `"docker" "rm" "-f" "b4260eb99d5cb5fd9cd90eb3890c7984905e2bce556fc341b192033335d9a1ea"` Nov 02 22:33:54.160 INFO blam! b4260eb99d5cb5fd9cd90eb3890c7984905e2bce556fc341b192033335d9a1ea