[INFO] updating cached repository https://github.com/arturoc/ofxaddons-tests [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] 29b09649c4d24aeb4e3681b2b47f8785ceebec43 [INFO] checking arturoc/ofxaddons-tests against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Farturoc%2Fofxaddons-tests" "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/arturoc/ofxaddons-tests 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/arturoc/ofxaddons-tests [INFO] finished tweaking git repo https://github.com/arturoc/ofxaddons-tests [INFO] tweaked toml for git repo https://github.com/arturoc/ofxaddons-tests written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/arturoc/ofxaddons-tests 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] 090141505cc650b3860cab71b1e8c5216c9a85c1c8d3f53eae9e1e513062733a [INFO] running `"docker" "start" "-a" "090141505cc650b3860cab71b1e8c5216c9a85c1c8d3f53eae9e1e513062733a"` [INFO] [stderr] Checking json v0.11.13 (https://github.com/maciejhirsz/json-rust#c9c81950) [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] Checking tokio-threadpool v0.1.9 [INFO] [stderr] Checking thread_local v0.2.7 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Checking regex v0.1.80 [INFO] [stderr] Checking tokio-fs v0.1.4 [INFO] [stderr] Checking tokio v0.1.13 [INFO] [stderr] Checking hyper v0.12.19 [INFO] [stderr] Checking hyper-tls v0.3.1 [INFO] [stderr] Checking reqwest v0.9.5 [INFO] [stderr] Checking ofxaddons-tests v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:406:5 [INFO] [stderr] | [INFO] [stderr] 406 | try!(git_clone(&repo_url, repo.path()).map_err(|err| err.description().to_string())); [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/main.rs:430:35 [INFO] [stderr] | [INFO] [stderr] 430 | let mut res = try!(http.post(pr_url) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/main.rs:570:101 [INFO] [stderr] | [INFO] [stderr] 570 | }else if git_shallow_clone(&repo.html_url, &slug).expect("Failed cloning").status.success(){; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:406:5 [INFO] [stderr] | [INFO] [stderr] 406 | try!(git_clone(&repo_url, repo.path()).map_err(|err| err.description().to_string())); [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/main.rs:430:35 [INFO] [stderr] | [INFO] [stderr] 430 | let mut res = try!(http.post(pr_url) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/main.rs:570:101 [INFO] [stderr] | [INFO] [stderr] 570 | }else if git_shallow_clone(&repo.html_url, &slug).expect("Failed cloning").status.success(){; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.78s [INFO] running `"docker" "inspect" "090141505cc650b3860cab71b1e8c5216c9a85c1c8d3f53eae9e1e513062733a"` [INFO] running `"docker" "rm" "-f" "090141505cc650b3860cab71b1e8c5216c9a85c1c8d3f53eae9e1e513062733a"` [INFO] [stdout] 090141505cc650b3860cab71b1e8c5216c9a85c1c8d3f53eae9e1e513062733a