[INFO] updating cached repository pizzamig/potnet [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/pizzamig/potnet [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/pizzamig/potnet" "work/ex/pr-59928/sources/master#df25d79a33b0c82b716699a75a41bfdc6089850a/gh/pizzamig/potnet"` [INFO] [stderr] Cloning into 'work/ex/pr-59928/sources/master#df25d79a33b0c82b716699a75a41bfdc6089850a/gh/pizzamig/potnet'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/pizzamig/potnet" "work/ex/pr-59928/sources/try#424a4ae163d6517f301cd4048a4b5dd785be5b2f/gh/pizzamig/potnet"` [INFO] [stderr] Cloning into 'work/ex/pr-59928/sources/try#424a4ae163d6517f301cd4048a4b5dd785be5b2f/gh/pizzamig/potnet'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6f1e305c4fdf8063a87bc80e6c6398e7ac383c28 [INFO] sha for GitHub repo pizzamig/potnet: 6f1e305c4fdf8063a87bc80e6c6398e7ac383c28 [INFO] validating manifest of pizzamig/potnet on toolchain master#df25d79a33b0c82b716699a75a41bfdc6089850a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+df25d79a33b0c82b716699a75a41bfdc6089850a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of pizzamig/potnet on toolchain try#424a4ae163d6517f301cd4048a4b5dd785be5b2f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+424a4ae163d6517f301cd4048a4b5dd785be5b2f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing pizzamig/potnet [INFO] finished frobbing pizzamig/potnet [INFO] frobbed toml for pizzamig/potnet written to work/ex/pr-59928/sources/master#df25d79a33b0c82b716699a75a41bfdc6089850a/gh/pizzamig/potnet/Cargo.toml [INFO] started frobbing pizzamig/potnet [INFO] finished frobbing pizzamig/potnet [INFO] frobbed toml for pizzamig/potnet written to work/ex/pr-59928/sources/try#424a4ae163d6517f301cd4048a4b5dd785be5b2f/gh/pizzamig/potnet/Cargo.toml [INFO] crate pizzamig/potnet already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+df25d79a33b0c82b716699a75a41bfdc6089850a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+424a4ae163d6517f301cd4048a4b5dd785be5b2f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking pizzamig/potnet against master#df25d79a33b0c82b716699a75a41bfdc6089850a for pr-59928 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-59928/worker-0/master#df25d79a33b0c82b716699a75a41bfdc6089850a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-59928/sources/master#df25d79a33b0c82b716699a75a41bfdc6089850a/gh/pizzamig/potnet:/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" "+df25d79a33b0c82b716699a75a41bfdc6089850a-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 710f6164a16687a9d500a72040002348b3490332a26233d207fc03d9c3e015a3 [INFO] running `"docker" "start" "-a" "710f6164a16687a9d500a72040002348b3490332a26233d207fc03d9c3e015a3"` [INFO] [stderr] Compiling same-file v1.0.4 [INFO] [stderr] Checking walkdir v2.2.6 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling syn v0.15.17 [INFO] [stderr] Checking regex v1.0.5 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling structopt-derive v0.2.13 [INFO] [stderr] Checking structopt v0.2.13 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Checking failure v0.1.3 [INFO] [stderr] Compiling cargo_metadata v0.5.8 [INFO] [stderr] Compiling skeptic v0.13.3 [INFO] [stderr] Compiling structopt-flags v0.2.1 [INFO] [stderr] Checking potnet v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/pot/mod.rs:38:39 [INFO] [stderr] | [INFO] [stderr] 38 | let pot_path = Path::new(pot_path.trim_right()); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [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/pot/mod.rs:38:39 [INFO] [stderr] | [INFO] [stderr] 38 | let pot_path = Path::new(pot_path.trim_right()); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 48.32s [INFO] running `"docker" "inspect" "710f6164a16687a9d500a72040002348b3490332a26233d207fc03d9c3e015a3"` [INFO] running `"docker" "rm" "-f" "710f6164a16687a9d500a72040002348b3490332a26233d207fc03d9c3e015a3"` [INFO] [stdout] 710f6164a16687a9d500a72040002348b3490332a26233d207fc03d9c3e015a3