Nov 30 11:57:54.379 INFO checking BalzGuenat/rustcache against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 30 11:57:54.379 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-3/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/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 +32252761328f59ccfadb1bafb8148c685bc830b3-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 30 11:57:54.922 INFO [stdout] 1b6b75d87a379eccf5f2bf0ec4145c9f310b01acf54c47fb821fa3effcec38a8 Nov 30 11:57:54.929 INFO running `"docker" "start" "-a" "1b6b75d87a379eccf5f2bf0ec4145c9f310b01acf54c47fb821fa3effcec38a8"` Nov 30 11:57:56.182 INFO [stderr] usermod: no changes Nov 30 11:57:56.312 INFO [stderr] Checking rustcache v0.1.0 (/source) Nov 30 11:57:56.461 INFO [stderr] error: expected `:`, found `>` Nov 30 11:57:56.461 INFO [stderr] --> src/msg/mod.rs:58:29 Nov 30 11:57:56.461 INFO [stderr] | Nov 30 11:57:56.461 INFO [stderr] 58 | &ContiguousViewIt<'a> { Nov 30 11:57:56.461 INFO [stderr] | ^ expected `:` Nov 30 11:57:56.461 INFO [stderr] Nov 30 11:57:56.461 INFO [stderr] error: expected `:`, found `>` Nov 30 11:57:56.461 INFO [stderr] --> src/msg/mod.rs:58:29 Nov 30 11:57:56.461 INFO [stderr] | Nov 30 11:57:56.461 INFO [stderr] 58 | &ContiguousViewIt<'a> { Nov 30 11:57:56.461 INFO [stderr] | ^ expected `:` Nov 30 11:57:56.461 INFO [stderr] Nov 30 11:57:57.452 INFO [stderr] error[E0560]: struct `msg::ContiguousViewOwningIt<'_>` has no field named `end_idx` Nov 30 11:57:57.452 INFO [stderr] --> src/msg/mod.rs:86:13 Nov 30 11:57:57.452 INFO [stderr] | Nov 30 11:57:57.452 INFO [stderr] 86 | end_idx: self.len(), Nov 30 11:57:57.452 INFO [stderr] | ^^^^^^^ `msg::ContiguousViewOwningIt<'_>` does not have this field Nov 30 11:57:57.452 INFO [stderr] | Nov 30 11:57:57.452 INFO [stderr] = note: available fields are: `view`, `next_idx` Nov 30 11:57:57.452 INFO [stderr] Nov 30 11:57:57.498 INFO [stderr] error[E0560]: struct `msg::ContiguousViewOwningIt<'_>` has no field named `end_idx` Nov 30 11:57:57.498 INFO [stderr] --> src/msg/mod.rs:86:13 Nov 30 11:57:57.498 INFO [stderr] | Nov 30 11:57:57.498 INFO [stderr] 86 | end_idx: self.len(), Nov 30 11:57:57.498 INFO [stderr] | ^^^^^^^ `msg::ContiguousViewOwningIt<'_>` does not have this field Nov 30 11:57:57.498 INFO [stderr] | Nov 30 11:57:57.498 INFO [stderr] = note: available fields are: `view`, `next_idx` Nov 30 11:57:57.498 INFO [stderr] Nov 30 11:57:57.540 INFO [stderr] error[E0609]: no field `end_idx` on type `&mut msg::ContiguousViewOwningIt<'a>` Nov 30 11:57:57.540 INFO [stderr] --> src/msg/mod.rs:122:45 Nov 30 11:57:57.540 INFO [stderr] | Nov 30 11:57:57.540 INFO [stderr] 122 | let next = if self.next_idx >= self.end_idx { Nov 30 11:57:57.540 INFO [stderr] | ^^^^^^^ Nov 30 11:57:57.540 INFO [stderr] Nov 30 11:57:57.556 INFO [stderr] error[E0609]: no field `end_idx` on type `&mut msg::ContiguousViewOwningIt<'a>` Nov 30 11:57:57.556 INFO [stderr] --> src/msg/mod.rs:122:45 Nov 30 11:57:57.556 INFO [stderr] | Nov 30 11:57:57.556 INFO [stderr] 122 | let next = if self.next_idx >= self.end_idx { Nov 30 11:57:57.556 INFO [stderr] | ^^^^^^^ Nov 30 11:57:57.556 INFO [stderr] Nov 30 11:57:57.556 INFO [stderr] error: aborting due to 3 previous errors Nov 30 11:57:57.556 INFO [stderr] Nov 30 11:57:57.556 INFO [stderr] Some errors occurred: E0560, E0609. Nov 30 11:57:57.556 INFO [stderr] For more information about an error, try `rustc --explain E0560`. Nov 30 11:57:57.557 INFO [stderr] error: Could not compile `rustcache`. Nov 30 11:57:57.557 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 11:57:57.616 INFO [stderr] error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Nov 30 11:57:57.616 INFO [stderr] --> src/msg/test.rs:74:5 Nov 30 11:57:57.616 INFO [stderr] | Nov 30 11:57:57.616 INFO [stderr] 74 | assert_eq!("abc".as_bytes(), &v[0..3]); Nov 30 11:57:57.616 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Nov 30 11:57:57.616 INFO [stderr] | Nov 30 11:57:57.616 INFO [stderr] = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Nov 30 11:57:57.616 INFO [stderr] = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Nov 30 11:57:57.616 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 30 11:57:57.616 INFO [stderr] Nov 30 11:57:57.616 INFO [stderr] error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 30 11:57:57.616 INFO [stderr] --> src/msg/test.rs:74:5 Nov 30 11:57:57.616 INFO [stderr] | Nov 30 11:57:57.616 INFO [stderr] 74 | assert_eq!("abc".as_bytes(), &v[0..3]); Nov 30 11:57:57.616 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 30 11:57:57.616 INFO [stderr] | Nov 30 11:57:57.616 INFO [stderr] = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 30 11:57:57.616 INFO [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 30 11:57:57.616 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 30 11:57:57.616 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Nov 30 11:57:57.616 INFO [stderr] = note: required by `std::fmt::Debug::fmt` Nov 30 11:57:57.616 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 30 11:57:57.616 INFO [stderr] Nov 30 11:57:57.621 INFO [stderr] error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Nov 30 11:57:57.621 INFO [stderr] --> src/msg/test.rs:75:5 Nov 30 11:57:57.621 INFO [stderr] | Nov 30 11:57:57.621 INFO [stderr] 75 | assert_eq!("xyz".as_bytes(), &v[3..6]); Nov 30 11:57:57.621 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Nov 30 11:57:57.621 INFO [stderr] | Nov 30 11:57:57.621 INFO [stderr] = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Nov 30 11:57:57.621 INFO [stderr] = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Nov 30 11:57:57.621 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 30 11:57:57.621 INFO [stderr] Nov 30 11:57:57.621 INFO [stderr] error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 30 11:57:57.621 INFO [stderr] --> src/msg/test.rs:75:5 Nov 30 11:57:57.621 INFO [stderr] | Nov 30 11:57:57.621 INFO [stderr] 75 | assert_eq!("xyz".as_bytes(), &v[3..6]); Nov 30 11:57:57.621 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 30 11:57:57.621 INFO [stderr] | Nov 30 11:57:57.621 INFO [stderr] = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 30 11:57:57.621 INFO [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 30 11:57:57.621 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 30 11:57:57.621 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Nov 30 11:57:57.621 INFO [stderr] = note: required by `std::fmt::Debug::fmt` Nov 30 11:57:57.621 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 30 11:57:57.621 INFO [stderr] Nov 30 11:57:57.621 INFO [stderr] error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Nov 30 11:57:57.621 INFO [stderr] --> src/msg/test.rs:76:5 Nov 30 11:57:57.621 INFO [stderr] | Nov 30 11:57:57.621 INFO [stderr] 76 | assert_eq!("ab".as_bytes(), &v[0..2]); Nov 30 11:57:57.621 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Nov 30 11:57:57.621 INFO [stderr] | Nov 30 11:57:57.621 INFO [stderr] = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Nov 30 11:57:57.621 INFO [stderr] = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Nov 30 11:57:57.621 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 30 11:57:57.621 INFO [stderr] Nov 30 11:57:57.621 INFO [stderr] error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 30 11:57:57.621 INFO [stderr] --> src/msg/test.rs:76:5 Nov 30 11:57:57.621 INFO [stderr] | Nov 30 11:57:57.621 INFO [stderr] 76 | assert_eq!("ab".as_bytes(), &v[0..2]); Nov 30 11:57:57.621 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 30 11:57:57.621 INFO [stderr] | Nov 30 11:57:57.621 INFO [stderr] = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 30 11:57:57.621 INFO [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 30 11:57:57.621 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 30 11:57:57.621 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Nov 30 11:57:57.621 INFO [stderr] = note: required by `std::fmt::Debug::fmt` Nov 30 11:57:57.621 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 30 11:57:57.621 INFO [stderr] Nov 30 11:57:57.623 INFO [stderr] error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Nov 30 11:57:57.623 INFO [stderr] --> src/msg/test.rs:77:5 Nov 30 11:57:57.623 INFO [stderr] | Nov 30 11:57:57.623 INFO [stderr] 77 | assert_eq!("yz".as_bytes(), &v[4..6]); Nov 30 11:57:57.623 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Nov 30 11:57:57.623 INFO [stderr] | Nov 30 11:57:57.623 INFO [stderr] = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Nov 30 11:57:57.623 INFO [stderr] = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Nov 30 11:57:57.623 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 30 11:57:57.623 INFO [stderr] Nov 30 11:57:57.624 INFO [stderr] error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 30 11:57:57.624 INFO [stderr] --> src/msg/test.rs:77:5 Nov 30 11:57:57.624 INFO [stderr] | Nov 30 11:57:57.624 INFO [stderr] 77 | assert_eq!("yz".as_bytes(), &v[4..6]); Nov 30 11:57:57.624 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 30 11:57:57.624 INFO [stderr] | Nov 30 11:57:57.624 INFO [stderr] = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 30 11:57:57.624 INFO [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 30 11:57:57.624 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 30 11:57:57.624 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Nov 30 11:57:57.624 INFO [stderr] = note: required by `std::fmt::Debug::fmt` Nov 30 11:57:57.624 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 30 11:57:57.624 INFO [stderr] Nov 30 11:57:57.625 INFO [stderr] error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Nov 30 11:57:57.625 INFO [stderr] --> src/msg/test.rs:78:5 Nov 30 11:57:57.625 INFO [stderr] | Nov 30 11:57:57.625 INFO [stderr] 78 | assert_eq!("cx".as_bytes(), &v[2..4]); Nov 30 11:57:57.625 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Nov 30 11:57:57.625 INFO [stderr] | Nov 30 11:57:57.625 INFO [stderr] = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Nov 30 11:57:57.625 INFO [stderr] = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Nov 30 11:57:57.625 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 30 11:57:57.625 INFO [stderr] Nov 30 11:57:57.626 INFO [stderr] error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 30 11:57:57.626 INFO [stderr] --> src/msg/test.rs:78:5 Nov 30 11:57:57.626 INFO [stderr] | Nov 30 11:57:57.626 INFO [stderr] 78 | assert_eq!("cx".as_bytes(), &v[2..4]); Nov 30 11:57:57.626 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 30 11:57:57.626 INFO [stderr] | Nov 30 11:57:57.626 INFO [stderr] = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 30 11:57:57.626 INFO [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 30 11:57:57.626 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 30 11:57:57.626 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Nov 30 11:57:57.626 INFO [stderr] = note: required by `std::fmt::Debug::fmt` Nov 30 11:57:57.626 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 30 11:57:57.626 INFO [stderr] Nov 30 11:57:57.635 INFO [stderr] error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 30 11:57:57.635 INFO [stderr] --> src/msg/test.rs:79:23 Nov 30 11:57:57.635 INFO [stderr] | Nov 30 11:57:57.635 INFO [stderr] 79 | println!("{:X?}", &v[2..4]); Nov 30 11:57:57.635 INFO [stderr] | ^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 30 11:57:57.635 INFO [stderr] | Nov 30 11:57:57.635 INFO [stderr] = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 30 11:57:57.635 INFO [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 30 11:57:57.635 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 30 11:57:57.635 INFO [stderr] = note: required by `std::fmt::Debug::fmt` Nov 30 11:57:57.635 INFO [stderr] Nov 30 11:57:57.635 INFO [stderr] error[E0277]: can't compare `[u8]` with `msg::ContiguousViewIt<'_>` Nov 30 11:57:57.635 INFO [stderr] --> src/msg/test.rs:80:5 Nov 30 11:57:57.635 INFO [stderr] | Nov 30 11:57:57.635 INFO [stderr] 80 | assert_eq!("abcxyz".as_bytes(), &v[0..6]); Nov 30 11:57:57.635 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `[u8] == msg::ContiguousViewIt<'_>` Nov 30 11:57:57.635 INFO [stderr] | Nov 30 11:57:57.635 INFO [stderr] = help: the trait `std::cmp::PartialEq>` is not implemented for `[u8]` Nov 30 11:57:57.635 INFO [stderr] = note: required because of the requirements on the impl of `std::cmp::PartialEq<&msg::ContiguousViewIt<'_>>` for `&[u8]` Nov 30 11:57:57.635 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 30 11:57:57.635 INFO [stderr] Nov 30 11:57:57.635 INFO [stderr] error[E0277]: `msg::ContiguousViewIt<'_>` doesn't implement `std::fmt::Debug` Nov 30 11:57:57.635 INFO [stderr] --> src/msg/test.rs:80:5 Nov 30 11:57:57.635 INFO [stderr] | Nov 30 11:57:57.635 INFO [stderr] 80 | assert_eq!("abcxyz".as_bytes(), &v[0..6]); Nov 30 11:57:57.635 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `msg::ContiguousViewIt<'_>` cannot be formatted using `{:?}` Nov 30 11:57:57.636 INFO [stderr] | Nov 30 11:57:57.636 INFO [stderr] = help: the trait `std::fmt::Debug` is not implemented for `msg::ContiguousViewIt<'_>` Nov 30 11:57:57.636 INFO [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Nov 30 11:57:57.636 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&msg::ContiguousViewIt<'_>` Nov 30 11:57:57.636 INFO [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&msg::ContiguousViewIt<'_>` Nov 30 11:57:57.636 INFO [stderr] = note: required by `std::fmt::Debug::fmt` Nov 30 11:57:57.636 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 30 11:57:57.636 INFO [stderr] Nov 30 11:57:57.654 INFO [stderr] error: aborting due to 16 previous errors Nov 30 11:57:57.654 INFO [stderr] Nov 30 11:57:57.654 INFO [stderr] Some errors occurred: E0277, E0560, E0609. Nov 30 11:57:57.654 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Nov 30 11:57:57.664 INFO [stderr] error: Could not compile `rustcache`. Nov 30 11:57:57.664 INFO [stderr] Nov 30 11:57:57.664 INFO [stderr] To learn more, run the command again with --verbose. Nov 30 11:57:57.664 INFO [stderr] su: No module specific data is present Nov 30 11:57:58.188 INFO running `"docker" "inspect" "1b6b75d87a379eccf5f2bf0ec4145c9f310b01acf54c47fb821fa3effcec38a8"` Nov 30 11:57:58.482 INFO running `"docker" "rm" "-f" "1b6b75d87a379eccf5f2bf0ec4145c9f310b01acf54c47fb821fa3effcec38a8"` Nov 30 11:57:58.848 INFO [stdout] 1b6b75d87a379eccf5f2bf0ec4145c9f310b01acf54c47fb821fa3effcec38a8