Dec 19 12:34:46.359 INFO checking mitsuhiko/machfind against master#d99a320cba42f661aebfa1293b7b2ec3603dda75 for pr-56955 Dec 19 12:34:46.360 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-4/master#d99a320cba42f661aebfa1293b7b2ec3603dda75:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/master#d99a320cba42f661aebfa1293b7b2ec3603dda75/gh/mitsuhiko/machfind:/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" "+d99a320cba42f661aebfa1293b7b2ec3603dda75-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 12:34:46.704 INFO [stdout] 7610cb9067a7c1769e8a843d57a644292d2b03246b656549af64dd50a01148ee Dec 19 12:34:46.712 INFO running `"docker" "start" "-a" "7610cb9067a7c1769e8a843d57a644292d2b03246b656549af64dd50a01148ee"` Dec 19 12:34:47.910 INFO [stderr] Checking uuid v0.4.0 Dec 19 12:34:47.922 INFO [stderr] Checking memmap v0.5.2 Dec 19 12:34:47.924 INFO [stderr] Checking clap v2.21.2 Dec 19 12:34:47.934 INFO [stderr] Checking error-chain v0.9.0 Dec 19 12:34:48.529 INFO [stderr] Checking mach_object v0.1.3 Dec 19 12:34:53.956 INFO [stderr] Checking machfind v0.1.0 (/opt/crater/workdir) Dec 19 12:34:54.308 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 19 12:34:54.308 INFO [stderr] --> src/cli.rs:66:33 Dec 19 12:34:54.308 INFO [stderr] | Dec 19 12:34:54.308 INFO [stderr] 66 | let mut cause = err.cause(); Dec 19 12:34:54.308 INFO [stderr] | ^^^^^ Dec 19 12:34:54.308 INFO [stderr] | Dec 19 12:34:54.308 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 19 12:34:54.308 INFO [stderr] Dec 19 12:34:54.308 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 19 12:34:54.308 INFO [stderr] --> src/cli.rs:69:35 Dec 19 12:34:54.308 INFO [stderr] | Dec 19 12:34:54.308 INFO [stderr] 69 | cause = the_cause.cause(); Dec 19 12:34:54.308 INFO [stderr] | ^^^^^ Dec 19 12:34:54.308 INFO [stderr] Dec 19 12:34:54.324 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 19 12:34:54.324 INFO [stderr] --> src/error.rs:8:1 Dec 19 12:34:54.324 INFO [stderr] | Dec 19 12:34:54.324 INFO [stderr] 8 | / error_chain! { Dec 19 12:34:54.324 INFO [stderr] 9 | | foreign_links { Dec 19 12:34:54.324 INFO [stderr] 10 | | Io(io::Error); Dec 19 12:34:54.324 INFO [stderr] 11 | | WalkDir(walkdir::Error); Dec 19 12:34:54.324 INFO [stderr] 12 | | MachO(mach_object::Error); Dec 19 12:34:54.324 INFO [stderr] 13 | | } Dec 19 12:34:54.324 INFO [stderr] 14 | | } Dec 19 12:34:54.324 INFO [stderr] | |_^ Dec 19 12:34:54.324 INFO [stderr] | Dec 19 12:34:54.324 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) Dec 19 12:34:54.324 INFO [stderr] Dec 19 12:34:54.348 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 19 12:34:54.348 INFO [stderr] --> src/cli.rs:66:33 Dec 19 12:34:54.348 INFO [stderr] | Dec 19 12:34:54.348 INFO [stderr] 66 | let mut cause = err.cause(); Dec 19 12:34:54.348 INFO [stderr] | ^^^^^ Dec 19 12:34:54.348 INFO [stderr] | Dec 19 12:34:54.348 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 19 12:34:54.348 INFO [stderr] Dec 19 12:34:54.352 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 19 12:34:54.352 INFO [stderr] --> src/cli.rs:69:35 Dec 19 12:34:54.352 INFO [stderr] | Dec 19 12:34:54.352 INFO [stderr] 69 | cause = the_cause.cause(); Dec 19 12:34:54.352 INFO [stderr] | ^^^^^ Dec 19 12:34:54.352 INFO [stderr] Dec 19 12:34:54.364 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 19 12:34:54.364 INFO [stderr] --> src/error.rs:8:1 Dec 19 12:34:54.364 INFO [stderr] | Dec 19 12:34:54.364 INFO [stderr] 8 | / error_chain! { Dec 19 12:34:54.364 INFO [stderr] 9 | | foreign_links { Dec 19 12:34:54.364 INFO [stderr] 10 | | Io(io::Error); Dec 19 12:34:54.364 INFO [stderr] 11 | | WalkDir(walkdir::Error); Dec 19 12:34:54.364 INFO [stderr] 12 | | MachO(mach_object::Error); Dec 19 12:34:54.364 INFO [stderr] 13 | | } Dec 19 12:34:54.364 INFO [stderr] 14 | | } Dec 19 12:34:54.364 INFO [stderr] | |_^ Dec 19 12:34:54.364 INFO [stderr] | Dec 19 12:34:54.364 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) Dec 19 12:34:54.364 INFO [stderr] Dec 19 12:34:54.917 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.10s Dec 19 12:34:55.835 INFO running `"docker" "inspect" "7610cb9067a7c1769e8a843d57a644292d2b03246b656549af64dd50a01148ee"` Dec 19 12:34:56.140 INFO running `"docker" "rm" "-f" "7610cb9067a7c1769e8a843d57a644292d2b03246b656549af64dd50a01148ee"` Dec 19 12:34:56.440 INFO [stdout] 7610cb9067a7c1769e8a843d57a644292d2b03246b656549af64dd50a01148ee