Dec 19 15:23:19.979 INFO checking jaroslaw-weber/cookbook_data_parser against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 15:23:19.980 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-5/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/gh/jaroslaw-weber/cookbook_data_parser:/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" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 15:23:20.440 INFO [stdout] bce7a32b9afd40a17f7d0abc555f85cbca7218296be1e6366bcc154994d061b3 Dec 19 15:23:20.446 INFO running `"docker" "start" "-a" "bce7a32b9afd40a17f7d0abc555f85cbca7218296be1e6366bcc154994d061b3"` Dec 19 15:23:22.215 INFO [stderr] Checking fs_extra v1.0.0 Dec 19 15:23:22.215 INFO [stderr] Checking serde_json v1.0.5 Dec 19 15:23:22.216 INFO [stderr] Compiling serde_derive v1.0.16 Dec 19 15:23:22.216 INFO [stderr] Checking error-chain v0.11.0 Dec 19 15:23:31.240 INFO [stderr] Checking cookbook_data_parser v0.1.0 (/opt/crater/workdir) Dec 19 15:23:32.036 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 19 15:23:32.036 INFO [stderr] --> src/parser.rs:14:1 Dec 19 15:23:32.036 INFO [stderr] | Dec 19 15:23:32.036 INFO [stderr] 14 | / error_chain!{ Dec 19 15:23:32.036 INFO [stderr] 15 | | foreign_links { Dec 19 15:23:32.036 INFO [stderr] 16 | | IoError(std::io::Error); Dec 19 15:23:32.036 INFO [stderr] 17 | | JsonError(serde_json::error::Error); Dec 19 15:23:32.036 INFO [stderr] 18 | | FsExtra(fs_extra::error::Error); Dec 19 15:23:32.036 INFO [stderr] 19 | | } Dec 19 15:23:32.036 INFO [stderr] 20 | | } Dec 19 15:23:32.036 INFO [stderr] | |_^ Dec 19 15:23:32.036 INFO [stderr] | Dec 19 15:23:32.036 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 19 15:23:32.036 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 15:23:32.036 INFO [stderr] Dec 19 15:23:32.036 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 19 15:23:32.036 INFO [stderr] --> src/parser.rs:14:1 Dec 19 15:23:32.036 INFO [stderr] | Dec 19 15:23:32.036 INFO [stderr] 14 | / error_chain!{ Dec 19 15:23:32.036 INFO [stderr] 15 | | foreign_links { Dec 19 15:23:32.036 INFO [stderr] 16 | | IoError(std::io::Error); Dec 19 15:23:32.036 INFO [stderr] 17 | | JsonError(serde_json::error::Error); Dec 19 15:23:32.036 INFO [stderr] 18 | | FsExtra(fs_extra::error::Error); Dec 19 15:23:32.036 INFO [stderr] 19 | | } Dec 19 15:23:32.036 INFO [stderr] 20 | | } Dec 19 15:23:32.036 INFO [stderr] | |_^ Dec 19 15:23:32.036 INFO [stderr] | Dec 19 15:23:32.036 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 15:23:32.036 INFO [stderr] Dec 19 15:23:32.084 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 19 15:23:32.084 INFO [stderr] --> src/parser.rs:14:1 Dec 19 15:23:32.084 INFO [stderr] | Dec 19 15:23:32.084 INFO [stderr] 14 | / error_chain!{ Dec 19 15:23:32.084 INFO [stderr] 15 | | foreign_links { Dec 19 15:23:32.084 INFO [stderr] 16 | | IoError(std::io::Error); Dec 19 15:23:32.084 INFO [stderr] 17 | | JsonError(serde_json::error::Error); Dec 19 15:23:32.084 INFO [stderr] 18 | | FsExtra(fs_extra::error::Error); Dec 19 15:23:32.084 INFO [stderr] 19 | | } Dec 19 15:23:32.084 INFO [stderr] 20 | | } Dec 19 15:23:32.084 INFO [stderr] | |_^ Dec 19 15:23:32.084 INFO [stderr] | Dec 19 15:23:32.084 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 19 15:23:32.084 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 15:23:32.084 INFO [stderr] Dec 19 15:23:32.084 INFO [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting Dec 19 15:23:32.084 INFO [stderr] --> src/parser.rs:14:1 Dec 19 15:23:32.084 INFO [stderr] | Dec 19 15:23:32.084 INFO [stderr] 14 | / error_chain!{ Dec 19 15:23:32.084 INFO [stderr] 15 | | foreign_links { Dec 19 15:23:32.084 INFO [stderr] 16 | | IoError(std::io::Error); Dec 19 15:23:32.084 INFO [stderr] 17 | | JsonError(serde_json::error::Error); Dec 19 15:23:32.084 INFO [stderr] 18 | | FsExtra(fs_extra::error::Error); Dec 19 15:23:32.084 INFO [stderr] 19 | | } Dec 19 15:23:32.084 INFO [stderr] 20 | | } Dec 19 15:23:32.084 INFO [stderr] | |_^ Dec 19 15:23:32.084 INFO [stderr] | Dec 19 15:23:32.084 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 15:23:32.084 INFO [stderr] Dec 19 15:23:32.269 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.18s Dec 19 15:23:32.910 INFO running `"docker" "inspect" "bce7a32b9afd40a17f7d0abc555f85cbca7218296be1e6366bcc154994d061b3"` Dec 19 15:23:33.210 INFO running `"docker" "rm" "-f" "bce7a32b9afd40a17f7d0abc555f85cbca7218296be1e6366bcc154994d061b3"` Dec 19 15:23:33.568 INFO [stdout] bce7a32b9afd40a17f7d0abc555f85cbca7218296be1e6366bcc154994d061b3