Nov 28 14:27:32.788 INFO checking BalzGuenat/rustcache against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 28 14:27:32.789 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-3/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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 28 14:27:33.256 INFO [stdout] 98e5bd371339fd78acd359210d52a89c46ae169f18feb78a464232c870e6023f Nov 28 14:27:33.258 INFO running `"docker" "start" "-a" "98e5bd371339fd78acd359210d52a89c46ae169f18feb78a464232c870e6023f"` Nov 28 14:27:34.080 INFO [stderr] usermod: no changes Nov 28 14:27:34.149 INFO [stderr] Checking rustcache v0.1.0 (/source) Nov 28 14:27:34.301 INFO [stderr] error: expected `:`, found `>` Nov 28 14:27:34.301 INFO [stderr] --> src/msg/mod.rs:58:29 Nov 28 14:27:34.302 INFO [stderr] | Nov 28 14:27:34.302 INFO [stderr] 58 | &ContiguousViewIt<'a> { Nov 28 14:27:34.302 INFO [stderr] | ^ expected `:` Nov 28 14:27:34.302 INFO [stderr] Nov 28 14:27:34.324 INFO [stderr] error: expected `:`, found `>` Nov 28 14:27:34.324 INFO [stderr] --> src/msg/mod.rs:58:29 Nov 28 14:27:34.324 INFO [stderr] | Nov 28 14:27:34.324 INFO [stderr] 58 | &ContiguousViewIt<'a> { Nov 28 14:27:34.324 INFO [stderr] | ^ expected `:` Nov 28 14:27:34.324 INFO [stderr] Nov 28 14:27:35.045 INFO [stderr] error[E0560]: struct `msg::ContiguousViewOwningIt<'_>` has no field named `end_idx` Nov 28 14:27:35.045 INFO [stderr] --> src/msg/mod.rs:86:13 Nov 28 14:27:35.045 INFO [stderr] | Nov 28 14:27:35.045 INFO [stderr] 86 | end_idx: self.len(), Nov 28 14:27:35.045 INFO [stderr] | ^^^^^^^ `msg::ContiguousViewOwningIt<'_>` does not have this field Nov 28 14:27:35.045 INFO [stderr] | Nov 28 14:27:35.045 INFO [stderr] = note: available fields are: `view`, `next_idx` Nov 28 14:27:35.045 INFO [stderr] Nov 28 14:27:35.120 INFO [stderr] error[E0609]: no field `end_idx` on type `&mut msg::ContiguousViewOwningIt<'a>` Nov 28 14:27:35.120 INFO [stderr] --> src/msg/mod.rs:122:45 Nov 28 14:27:35.120 INFO [stderr] | Nov 28 14:27:35.120 INFO [stderr] 122 | let next = if self.next_idx >= self.end_idx { Nov 28 14:27:35.120 INFO [stderr] | ^^^^^^^ Nov 28 14:27:35.120 INFO [stderr] Nov 28 14:27:35.128 INFO [stderr] error: aborting due to 3 previous errors Nov 28 14:27:35.136 INFO [stderr] Nov 28 14:27:35.140 INFO [stderr] Some errors occurred: E0560, E0609. Nov 28 14:27:35.140 INFO [stderr] For more information about an error, try `rustc --explain E0560`. Nov 28 14:27:35.160 INFO [stderr] error: Could not compile `rustcache`. Nov 28 14:27:35.160 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 14:27:35.396 INFO [stderr] error[E0560]: struct `msg::ContiguousViewOwningIt<'_>` has no field named `end_idx` Nov 28 14:27:35.396 INFO [stderr] --> src/msg/mod.rs:86:13 Nov 28 14:27:35.396 INFO [stderr] | Nov 28 14:27:35.396 INFO [stderr] 86 | end_idx: self.len(), Nov 28 14:27:35.396 INFO [stderr] | ^^^^^^^ `msg::ContiguousViewOwningIt<'_>` does not have this field Nov 28 14:27:35.396 INFO [stderr] | Nov 28 14:27:35.396 INFO [stderr] = note: available fields are: `view`, `next_idx` Nov 28 14:27:35.396 INFO [stderr] Nov 28 14:27:35.432 INFO [stderr] error[E0609]: no field `end_idx` on type `&mut msg::ContiguousViewOwningIt<'a>` Nov 28 14:27:35.432 INFO [stderr] --> src/msg/mod.rs:122:45 Nov 28 14:27:35.432 INFO [stderr] | Nov 28 14:27:35.432 INFO [stderr] 122 | let next = if self.next_idx >= self.end_idx { Nov 28 14:27:35.433 INFO [stderr] | ^^^^^^^ Nov 28 14:27:35.433 INFO [stderr] Nov 28 14:27:35.496 INFO [stderr] error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Nov 28 14:27:35.496 INFO [stderr] --> src/msg/test.rs:74:5 Nov 28 14:27:35.496 INFO [stderr] | Nov 28 14:27:35.496 INFO [stderr] 74 | assert_eq!("abc".as_bytes(), &v[0..3]); Nov 28 14:27:35.496 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Nov 28 14:27:35.496 INFO [stderr] | Nov 28 14:27:35.496 INFO [stderr] = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Nov 28 14:27:35.496 INFO [stderr] = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Nov 28 14:27:35.496 INFO [stderr] = 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 28 14:27:35.496 INFO [stderr] Nov 28 14:27:35.500 INFO [stderr] error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 28 14:27:35.500 INFO [stderr] --> src/msg/test.rs:74:5 Nov 28 14:27:35.500 INFO [stderr] | Nov 28 14:27:35.500 INFO [stderr] 74 | assert_eq!("abc".as_bytes(), &v[0..3]); Nov 28 14:27:35.500 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 28 14:27:35.500 INFO [stderr] | Nov 28 14:27:35.500 INFO [stderr] = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 28 14:27:35.500 INFO [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 28 14:27:35.500 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 28 14:27:35.500 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Nov 28 14:27:35.500 INFO [stderr] = note: required by `std::fmt::Debug::fmt` Nov 28 14:27:35.500 INFO [stderr] = 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 28 14:27:35.500 INFO [stderr] Nov 28 14:27:35.500 INFO [stderr] error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Nov 28 14:27:35.500 INFO [stderr] --> src/msg/test.rs:75:5 Nov 28 14:27:35.500 INFO [stderr] | Nov 28 14:27:35.500 INFO [stderr] 75 | assert_eq!("xyz".as_bytes(), &v[3..6]); Nov 28 14:27:35.500 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Nov 28 14:27:35.500 INFO [stderr] | Nov 28 14:27:35.500 INFO [stderr] = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Nov 28 14:27:35.500 INFO [stderr] = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Nov 28 14:27:35.500 INFO [stderr] = 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 28 14:27:35.500 INFO [stderr] Nov 28 14:27:35.500 INFO [stderr] error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 28 14:27:35.500 INFO [stderr] --> src/msg/test.rs:75:5 Nov 28 14:27:35.500 INFO [stderr] | Nov 28 14:27:35.500 INFO [stderr] 75 | assert_eq!("xyz".as_bytes(), &v[3..6]); Nov 28 14:27:35.500 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 28 14:27:35.500 INFO [stderr] | Nov 28 14:27:35.500 INFO [stderr] = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 28 14:27:35.500 INFO [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 28 14:27:35.501 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 28 14:27:35.501 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Nov 28 14:27:35.501 INFO [stderr] = note: required by `std::fmt::Debug::fmt` Nov 28 14:27:35.501 INFO [stderr] = 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 28 14:27:35.501 INFO [stderr] Nov 28 14:27:35.506 INFO [stderr] error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Nov 28 14:27:35.506 INFO [stderr] --> src/msg/test.rs:76:5 Nov 28 14:27:35.506 INFO [stderr] | Nov 28 14:27:35.506 INFO [stderr] 76 | assert_eq!("ab".as_bytes(), &v[0..2]); Nov 28 14:27:35.506 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Nov 28 14:27:35.506 INFO [stderr] | Nov 28 14:27:35.506 INFO [stderr] = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Nov 28 14:27:35.506 INFO [stderr] = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Nov 28 14:27:35.506 INFO [stderr] = 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 28 14:27:35.506 INFO [stderr] Nov 28 14:27:35.506 INFO [stderr] error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 28 14:27:35.506 INFO [stderr] --> src/msg/test.rs:76:5 Nov 28 14:27:35.506 INFO [stderr] | Nov 28 14:27:35.506 INFO [stderr] 76 | assert_eq!("ab".as_bytes(), &v[0..2]); Nov 28 14:27:35.506 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 28 14:27:35.506 INFO [stderr] | Nov 28 14:27:35.506 INFO [stderr] = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 28 14:27:35.506 INFO [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 28 14:27:35.506 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 28 14:27:35.506 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Nov 28 14:27:35.506 INFO [stderr] = note: required by `std::fmt::Debug::fmt` Nov 28 14:27:35.506 INFO [stderr] = 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 28 14:27:35.506 INFO [stderr] Nov 28 14:27:35.506 INFO [stderr] error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Nov 28 14:27:35.506 INFO [stderr] --> src/msg/test.rs:77:5 Nov 28 14:27:35.506 INFO [stderr] | Nov 28 14:27:35.506 INFO [stderr] 77 | assert_eq!("yz".as_bytes(), &v[4..6]); Nov 28 14:27:35.506 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Nov 28 14:27:35.506 INFO [stderr] | Nov 28 14:27:35.506 INFO [stderr] = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Nov 28 14:27:35.506 INFO [stderr] = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Nov 28 14:27:35.506 INFO [stderr] = 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 28 14:27:35.506 INFO [stderr] Nov 28 14:27:35.506 INFO [stderr] error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 28 14:27:35.506 INFO [stderr] --> src/msg/test.rs:77:5 Nov 28 14:27:35.506 INFO [stderr] | Nov 28 14:27:35.506 INFO [stderr] 77 | assert_eq!("yz".as_bytes(), &v[4..6]); Nov 28 14:27:35.506 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 28 14:27:35.506 INFO [stderr] | Nov 28 14:27:35.506 INFO [stderr] = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 28 14:27:35.506 INFO [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 28 14:27:35.506 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 28 14:27:35.506 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Nov 28 14:27:35.506 INFO [stderr] = note: required by `std::fmt::Debug::fmt` Nov 28 14:27:35.506 INFO [stderr] = 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 28 14:27:35.506 INFO [stderr] Nov 28 14:27:35.507 INFO [stderr] error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Nov 28 14:27:35.507 INFO [stderr] --> src/msg/test.rs:78:5 Nov 28 14:27:35.507 INFO [stderr] | Nov 28 14:27:35.507 INFO [stderr] 78 | assert_eq!("cx".as_bytes(), &v[2..4]); Nov 28 14:27:35.507 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Nov 28 14:27:35.507 INFO [stderr] | Nov 28 14:27:35.507 INFO [stderr] = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Nov 28 14:27:35.507 INFO [stderr] = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Nov 28 14:27:35.507 INFO [stderr] = 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 28 14:27:35.507 INFO [stderr] Nov 28 14:27:35.509 INFO [stderr] error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 28 14:27:35.509 INFO [stderr] --> src/msg/test.rs:78:5 Nov 28 14:27:35.509 INFO [stderr] | Nov 28 14:27:35.509 INFO [stderr] 78 | assert_eq!("cx".as_bytes(), &v[2..4]); Nov 28 14:27:35.509 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 28 14:27:35.509 INFO [stderr] | Nov 28 14:27:35.509 INFO [stderr] = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 28 14:27:35.509 INFO [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 28 14:27:35.509 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 28 14:27:35.509 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Nov 28 14:27:35.509 INFO [stderr] = note: required by `std::fmt::Debug::fmt` Nov 28 14:27:35.509 INFO [stderr] = 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 28 14:27:35.510 INFO [stderr] Nov 28 14:27:35.510 INFO [stderr] error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 28 14:27:35.510 INFO [stderr] --> src/msg/test.rs:79:23 Nov 28 14:27:35.510 INFO [stderr] | Nov 28 14:27:35.510 INFO [stderr] 79 | println!("{:X?}", &v[2..4]); Nov 28 14:27:35.510 INFO [stderr] | ^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 28 14:27:35.510 INFO [stderr] | Nov 28 14:27:35.510 INFO [stderr] = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 28 14:27:35.510 INFO [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 28 14:27:35.510 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 28 14:27:35.510 INFO [stderr] = note: required by `std::fmt::Debug::fmt` Nov 28 14:27:35.510 INFO [stderr] Nov 28 14:27:35.516 INFO [stderr] error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Nov 28 14:27:35.516 INFO [stderr] --> src/msg/test.rs:80:5 Nov 28 14:27:35.516 INFO [stderr] | Nov 28 14:27:35.516 INFO [stderr] 80 | assert_eq!("abcxyz".as_bytes(), &v[0..6]); Nov 28 14:27:35.516 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Nov 28 14:27:35.516 INFO [stderr] | Nov 28 14:27:35.516 INFO [stderr] = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Nov 28 14:27:35.516 INFO [stderr] = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Nov 28 14:27:35.516 INFO [stderr] = 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 28 14:27:35.516 INFO [stderr] Nov 28 14:27:35.516 INFO [stderr] error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 28 14:27:35.516 INFO [stderr] --> src/msg/test.rs:80:5 Nov 28 14:27:35.516 INFO [stderr] | Nov 28 14:27:35.516 INFO [stderr] 80 | assert_eq!("abcxyz".as_bytes(), &v[0..6]); Nov 28 14:27:35.516 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 28 14:27:35.516 INFO [stderr] | Nov 28 14:27:35.516 INFO [stderr] = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 28 14:27:35.516 INFO [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 28 14:27:35.516 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 28 14:27:35.516 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Nov 28 14:27:35.516 INFO [stderr] = note: required by `std::fmt::Debug::fmt` Nov 28 14:27:35.516 INFO [stderr] = 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 28 14:27:35.516 INFO [stderr] Nov 28 14:27:35.532 INFO [stderr] error: aborting due to 16 previous errors Nov 28 14:27:35.532 INFO [stderr] Nov 28 14:27:35.532 INFO [stderr] Some errors occurred: E0277, E0560, E0609. Nov 28 14:27:35.532 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Nov 28 14:27:35.539 INFO [stderr] error: Could not compile `rustcache`. Nov 28 14:27:35.539 INFO [stderr] Nov 28 14:27:35.539 INFO [stderr] To learn more, run the command again with --verbose. Nov 28 14:27:35.540 INFO [stderr] su: No module specific data is present Nov 28 14:27:36.008 INFO running `"docker" "inspect" "98e5bd371339fd78acd359210d52a89c46ae169f18feb78a464232c870e6023f"` Nov 28 14:27:36.242 INFO running `"docker" "rm" "-f" "98e5bd371339fd78acd359210d52a89c46ae169f18feb78a464232c870e6023f"` Nov 28 14:27:36.524 INFO [stdout] 98e5bd371339fd78acd359210d52a89c46ae169f18feb78a464232c870e6023f