[INFO] updating cached repository vn971/timeplot [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/vn971/timeplot [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/vn971/timeplot" "work/ex/pr-56896/sources/master#adbfec229ce07ff4b2a7bf2d6dec2d13cb224980/gh/vn971/timeplot"` [INFO] [stderr] Cloning into 'work/ex/pr-56896/sources/master#adbfec229ce07ff4b2a7bf2d6dec2d13cb224980/gh/vn971/timeplot'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/vn971/timeplot" "work/ex/pr-56896/sources/try#bad365140e1e8233b42b21af70a407f14ce5fec5/gh/vn971/timeplot"` [INFO] [stderr] Cloning into 'work/ex/pr-56896/sources/try#bad365140e1e8233b42b21af70a407f14ce5fec5/gh/vn971/timeplot'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5bec5ec95854beed16e0ba7d524b55eed404ce33 [INFO] sha for GitHub repo vn971/timeplot: 5bec5ec95854beed16e0ba7d524b55eed404ce33 [INFO] validating manifest of vn971/timeplot on toolchain master#adbfec229ce07ff4b2a7bf2d6dec2d13cb224980 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+adbfec229ce07ff4b2a7bf2d6dec2d13cb224980-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of vn971/timeplot on toolchain try#bad365140e1e8233b42b21af70a407f14ce5fec5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+bad365140e1e8233b42b21af70a407f14ce5fec5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing vn971/timeplot [INFO] finished frobbing vn971/timeplot [INFO] frobbed toml for vn971/timeplot written to work/ex/pr-56896/sources/master#adbfec229ce07ff4b2a7bf2d6dec2d13cb224980/gh/vn971/timeplot/Cargo.toml [INFO] started frobbing vn971/timeplot [INFO] finished frobbing vn971/timeplot [INFO] frobbed toml for vn971/timeplot written to work/ex/pr-56896/sources/try#bad365140e1e8233b42b21af70a407f14ce5fec5/gh/vn971/timeplot/Cargo.toml [INFO] crate vn971/timeplot has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+adbfec229ce07ff4b2a7bf2d6dec2d13cb224980-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+bad365140e1e8233b42b21af70a407f14ce5fec5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking vn971/timeplot against try#bad365140e1e8233b42b21af70a407f14ce5fec5 for pr-56896 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56896/worker-0/try#bad365140e1e8233b42b21af70a407f14ce5fec5:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56896/sources/try#bad365140e1e8233b42b21af70a407f14ce5fec5/gh/vn971/timeplot:/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" "+bad365140e1e8233b42b21af70a407f14ce5fec5-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] fa838ffdcd37811d638c8ba7ebfdb6ebd97e0e6cc14a0327e54fbb187e2b0d90 [INFO] running `"docker" "start" "-a" "fa838ffdcd37811d638c8ba7ebfdb6ebd97e0e6cc14a0327e54fbb187e2b0d90"` [INFO] [stderr] Checking gnuplot v0.0.26 [INFO] [stderr] Checking open v1.2.2 [INFO] [stderr] Checking fs2 v0.4.3 [INFO] [stderr] Checking directories v1.0.2 [INFO] [stderr] Checking toml v0.4.7 [INFO] [stderr] Checking nom v4.0.0 [INFO] [stderr] Checking config v0.9.1 [INFO] [stderr] Checking timeplot v0.7.10 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item '__rg_allocator_abi::core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/main.rs:222:31 [INFO] [stderr] | [INFO] [stderr] 222 | let split: Vec<&str> = line.trim_left().splitn(2, ' ').collect(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '__rg_allocator_abi::core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/main.rs:222:31 [INFO] [stderr] | [INFO] [stderr] 222 | let split: Vec<&str> = line.trim_left().splitn(2, ' ').collect(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.28s [INFO] running `"docker" "inspect" "fa838ffdcd37811d638c8ba7ebfdb6ebd97e0e6cc14a0327e54fbb187e2b0d90"` [INFO] running `"docker" "rm" "-f" "fa838ffdcd37811d638c8ba7ebfdb6ebd97e0e6cc14a0327e54fbb187e2b0d90"` [INFO] [stdout] fa838ffdcd37811d638c8ba7ebfdb6ebd97e0e6cc14a0327e54fbb187e2b0d90