[INFO] updating cached repository https://github.com/alexcrichton/cancelbot [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] 72c68fef325df1613cf61192b091b80df2579a94 [INFO] checking alexcrichton/cancelbot against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexcrichton%2Fcancelbot" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alexcrichton/cancelbot on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/alexcrichton/cancelbot [INFO] finished tweaking git repo https://github.com/alexcrichton/cancelbot [INFO] tweaked toml for git repo https://github.com/alexcrichton/cancelbot written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/alexcrichton/cancelbot already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-2/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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e889388752afc6e79d8b9cc9be4c6a2a59b7a4bf64c046df814df28bbb8febf3 [INFO] running `"docker" "start" "-a" "e889388752afc6e79d8b9cc9be4c6a2a59b7a4bf64c046df814df28bbb8febf3"` [INFO] [stderr] Checking libz-sys v1.0.25 [INFO] [stderr] Compiling curl-sys v0.4.16 [INFO] [stderr] Checking backtrace v0.2.3 [INFO] [stderr] Checking error-chain v0.5.0 [INFO] [stderr] Checking curl v0.4.19 [INFO] [stderr] Checking tokio-curl v0.1.11 [INFO] [stderr] Checking cancelbot v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/http.rs:101:20 [INFO] [stderr] | [INFO] [stderr] 101 | let json = try!(str::from_utf8(&body)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/http.rs:102:19 [INFO] [stderr] | [INFO] [stderr] 102 | let ret = try!(json::decode(json).chain_err(|| { format!("failed to decode: {}", json) })); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:30:24 [INFO] [stderr] | [INFO] [stderr] 30 | type MyFuture = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/http.rs:101:20 [INFO] [stderr] | [INFO] [stderr] 101 | let json = try!(str::from_utf8(&body)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/http.rs:102:19 [INFO] [stderr] | [INFO] [stderr] 102 | let ret = try!(json::decode(json).chain_err(|| { format!("failed to decode: {}", json) })); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:30:24 [INFO] [stderr] | [INFO] [stderr] 30 | type MyFuture = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.61s [INFO] running `"docker" "inspect" "e889388752afc6e79d8b9cc9be4c6a2a59b7a4bf64c046df814df28bbb8febf3"` [INFO] running `"docker" "rm" "-f" "e889388752afc6e79d8b9cc9be4c6a2a59b7a4bf64c046df814df28bbb8febf3"` [INFO] [stdout] e889388752afc6e79d8b9cc9be4c6a2a59b7a4bf64c046df814df28bbb8febf3