[INFO] updating cached repository khionu/CustomRichStatus [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/khionu/CustomRichStatus [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/khionu/CustomRichStatus" "work/ex/pr-57617/sources/master#e2f221c75932de7a29845c8d6f1f73536ad00c41/gh/khionu/CustomRichStatus"` [INFO] [stderr] Cloning into 'work/ex/pr-57617/sources/master#e2f221c75932de7a29845c8d6f1f73536ad00c41/gh/khionu/CustomRichStatus'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/khionu/CustomRichStatus" "work/ex/pr-57617/sources/try#0bfb90d213a93e466b33d078a5b535a2a6f9c5ff/gh/khionu/CustomRichStatus"` [INFO] [stderr] Cloning into 'work/ex/pr-57617/sources/try#0bfb90d213a93e466b33d078a5b535a2a6f9c5ff/gh/khionu/CustomRichStatus'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b7dcefd76f1d17ce04662cd351b45c49dbd1f842 [INFO] sha for GitHub repo khionu/CustomRichStatus: b7dcefd76f1d17ce04662cd351b45c49dbd1f842 [INFO] validating manifest of khionu/CustomRichStatus on toolchain master#e2f221c75932de7a29845c8d6f1f73536ad00c41 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e2f221c75932de7a29845c8d6f1f73536ad00c41-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of khionu/CustomRichStatus on toolchain try#0bfb90d213a93e466b33d078a5b535a2a6f9c5ff [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0bfb90d213a93e466b33d078a5b535a2a6f9c5ff-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing khionu/CustomRichStatus [INFO] finished frobbing khionu/CustomRichStatus [INFO] frobbed toml for khionu/CustomRichStatus written to work/ex/pr-57617/sources/master#e2f221c75932de7a29845c8d6f1f73536ad00c41/gh/khionu/CustomRichStatus/Cargo.toml [INFO] started frobbing khionu/CustomRichStatus [INFO] finished frobbing khionu/CustomRichStatus [INFO] frobbed toml for khionu/CustomRichStatus written to work/ex/pr-57617/sources/try#0bfb90d213a93e466b33d078a5b535a2a6f9c5ff/gh/khionu/CustomRichStatus/Cargo.toml [INFO] crate khionu/CustomRichStatus has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e2f221c75932de7a29845c8d6f1f73536ad00c41-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0bfb90d213a93e466b33d078a5b535a2a6f9c5ff-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking khionu/CustomRichStatus against master#e2f221c75932de7a29845c8d6f1f73536ad00c41 for pr-57617 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57617/worker-0/master#e2f221c75932de7a29845c8d6f1f73536ad00c41:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57617/sources/master#e2f221c75932de7a29845c8d6f1f73536ad00c41/gh/khionu/CustomRichStatus:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e2f221c75932de7a29845c8d6f1f73536ad00c41-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 707b2271b87012d7bff3b220dfb78433b67f2d3e6e59d0d9f4bba0433e95a0e3 [INFO] running `"docker" "start" "-a" "707b2271b87012d7bff3b220dfb78433b67f2d3e6e59d0d9f4bba0433e95a0e3"` [INFO] [stderr] Compiling proc-macro2 v0.4.16 [INFO] [stderr] Compiling serde v1.0.76 [INFO] [stderr] Checking quoted_strings v0.1.0 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling serde_derive v1.0.76 [INFO] [stderr] Checking serde_json v1.0.26 [INFO] [stderr] Checking serde_yaml v0.8.2 [INFO] [stderr] Checking discord-rpc-client v0.2.3 [INFO] [stderr] Checking custom_rich_status v1.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:109:30 [INFO] [stderr] | [INFO] [stderr] 109 | if let Some(cause) = err.cause() { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:109:30 [INFO] [stderr] | [INFO] [stderr] 109 | if let Some(cause) = err.cause() { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/command_engine/engine.rs:34:29 [INFO] [stderr] | [INFO] [stderr] 34 | String::from(buffer.trim_right()) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/command_engine/engine.rs:34:29 [INFO] [stderr] | [INFO] [stderr] 34 | String::from(buffer.trim_right()) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.95s [INFO] running `"docker" "inspect" "707b2271b87012d7bff3b220dfb78433b67f2d3e6e59d0d9f4bba0433e95a0e3"` [INFO] running `"docker" "rm" "-f" "707b2271b87012d7bff3b220dfb78433b67f2d3e6e59d0d9f4bba0433e95a0e3"` [INFO] [stdout] 707b2271b87012d7bff3b220dfb78433b67f2d3e6e59d0d9f4bba0433e95a0e3