[INFO] updating cached repository https://github.com/ruscur/snowpatch [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] 01e1c7010fb476fd92c5ded90aa2e08cd247e826 [INFO] checking ruscur/snowpatch against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fruscur%2Fsnowpatch" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ruscur/snowpatch 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/ruscur/snowpatch [INFO] finished tweaking git repo https://github.com/ruscur/snowpatch [INFO] tweaked toml for git repo https://github.com/ruscur/snowpatch written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/ruscur/snowpatch 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-0/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] ea036278b8e39c60219e53f04828f50209af8fe84a1c4fa344b11a8b04e89606 [INFO] running `"docker" "start" "-a" "ea036278b8e39c60219e53f04828f50209af8fe84a1c4fa344b11a8b04e89606"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling libgit2-sys v0.8.0 [INFO] [stderr] Checking want v0.0.6 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Compiling backtrace v0.3.30 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Checking tokio-threadpool v0.1.14 [INFO] [stderr] Checking env_logger v0.6.1 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Checking publicsuffix v1.5.2 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking string v0.2.0 [INFO] [stderr] Checking http v0.1.17 [INFO] [stderr] Checking tokio-buf v0.1.1 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Compiling vergen v3.0.4 [INFO] [stderr] Checking h2 v0.1.23 [INFO] [stderr] Checking http-body v0.1.0 [INFO] [stderr] Checking tokio v0.1.21 [INFO] [stderr] Compiling snowpatch v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking hyper v0.12.29 [INFO] [stderr] Checking serde v1.0.92 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking toml v0.5.1 [INFO] [stderr] Checking docopt v1.1.0 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking reqwest v0.9.17 [INFO] [stderr] Checking git2 v0.9.0 [INFO] [stderr] error: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/patchwork.rs:259:24 [INFO] [stderr] | [INFO] [stderr] 259 | let mut resp = try!(self.client.get(&*url).headers(self.headers.clone()).send()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/main.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/patchwork.rs:273:24 [INFO] [stderr] | [INFO] [stderr] 273 | let mut resp = try!(self [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `snowpatch`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/patchwork.rs:259:24 [INFO] [stderr] | [INFO] [stderr] 259 | let mut resp = try!(self.client.get(&*url).headers(self.headers.clone()).send()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/main.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/patchwork.rs:273:24 [INFO] [stderr] | [INFO] [stderr] 273 | let mut resp = try!(self [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `snowpatch`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ea036278b8e39c60219e53f04828f50209af8fe84a1c4fa344b11a8b04e89606"` [INFO] running `"docker" "rm" "-f" "ea036278b8e39c60219e53f04828f50209af8fe84a1c4fa344b11a8b04e89606"` [INFO] [stdout] ea036278b8e39c60219e53f04828f50209af8fe84a1c4fa344b11a8b04e89606