[INFO] updating cached repository https://github.com/jaemk/notify-hook [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7afad84a573f115ef6c3eab371b2212244e97c9f [INFO] checking jaemk/notify-hook against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaemk%2Fnotify-hook" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jaemk/notify-hook on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jaemk/notify-hook [INFO] finished tweaking git repo https://github.com/jaemk/notify-hook [INFO] tweaked toml for git repo https://github.com/jaemk/notify-hook written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/jaemk/notify-hook already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e0a1b16bb440581e56961ba841028e8602f2c74b6883f444acb96b26d92cf09c [INFO] running `"docker" "start" "-a" "e0a1b16bb440581e56961ba841028e8602f2c74b6883f444acb96b26d92cf09c"` [INFO] [stderr] Compiling semver v0.8.0 [INFO] [stderr] Compiling serde_json v1.0.10 [INFO] [stderr] Compiling libgit2-sys v0.7.0 [INFO] [stderr] Checking clap v2.30.0 [INFO] [stderr] Checking openssl-sys v0.9.26 [INFO] [stderr] Checking mio v0.6.13 [INFO] [stderr] Compiling curl-sys v0.4.1 [INFO] [stderr] Checking libz-sys v1.0.18 [INFO] [stderr] Compiling libssh2-sys v0.2.6 [INFO] [stderr] Checking uuid v0.5.1 [INFO] [stderr] Checking openssl v0.9.24 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling tempdir v0.3.6 [INFO] [stderr] Checking tokio-core v0.1.12 [INFO] [stderr] Checking serde_qs v0.3.0 [INFO] [stderr] Compiling cargo_metadata v0.3.3 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Checking native-tls v0.1.5 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking tokio-tls v0.1.4 [INFO] [stderr] Compiling skeptic v0.13.2 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Checking hyper v0.11.20 [INFO] [stderr] Compiling assert_cli v0.5.4 [INFO] [stderr] Checking hyper-tls v0.1.2 [INFO] [stderr] Checking reqwest v0.8.5 [INFO] [stderr] Checking git2 v0.7.0 [INFO] [stderr] Checking notify-hook v0.2.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / error_chain! { [INFO] [stderr] 11 | | foreign_links { [INFO] [stderr] 12 | | Io(io::Error); [INFO] [stderr] 13 | | Git(git2::Error); [INFO] [stderr] ... | [INFO] [stderr] 20 | | errors {} [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / error_chain! { [INFO] [stderr] 11 | | foreign_links { [INFO] [stderr] 12 | | Io(io::Error); [INFO] [stderr] 13 | | Git(git2::Error); [INFO] [stderr] ... | [INFO] [stderr] 20 | | errors {} [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / error_chain! { [INFO] [stderr] 11 | | foreign_links { [INFO] [stderr] 12 | | Io(io::Error); [INFO] [stderr] 13 | | Git(git2::Error); [INFO] [stderr] ... | [INFO] [stderr] 20 | | errors {} [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / error_chain! { [INFO] [stderr] 11 | | foreign_links { [INFO] [stderr] 12 | | Io(io::Error); [INFO] [stderr] 13 | | Git(git2::Error); [INFO] [stderr] ... | [INFO] [stderr] 20 | | errors {} [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 08s [INFO] running `"docker" "inspect" "e0a1b16bb440581e56961ba841028e8602f2c74b6883f444acb96b26d92cf09c"` [INFO] running `"docker" "rm" "-f" "e0a1b16bb440581e56961ba841028e8602f2c74b6883f444acb96b26d92cf09c"` [INFO] [stdout] e0a1b16bb440581e56961ba841028e8602f2c74b6883f444acb96b26d92cf09c