[INFO] updating cached repository https://github.com/squidpickles/joy [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/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] 9515357298ef30d83c0605f71fe3f5858682c2ee [INFO] testing squidpickles/joy against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsquidpickles%2Fjoy" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/squidpickles/joy on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/squidpickles/joy [INFO] finished tweaking git repo https://github.com/squidpickles/joy [INFO] tweaked toml for git repo https://github.com/squidpickles/joy written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/squidpickles/joy already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 97757c0c064c5e863444c4d40e04bc0cb9d90cbfab5e31b784456d6fbfd97405 [INFO] running `"docker" "start" "-a" "97757c0c064c5e863444c4d40e04bc0cb9d90cbfab5e31b784456d6fbfd97405"` [INFO] [stderr] Compiling pest v0.3.3 [INFO] [stderr] Compiling quick-error v1.2.0 [INFO] [stderr] Compiling num_cpus v1.5.0 [INFO] [stderr] Compiling unicode-bidi v0.3.3 [INFO] [stderr] Compiling backtrace-sys v0.1.11 [INFO] [stderr] Compiling hyper v0.10.11 [INFO] [stderr] Compiling handlebars v0.26.2 [INFO] [stderr] Compiling idna v0.1.2 [INFO] [stderr] Compiling url v1.4.1 [INFO] [stderr] Compiling iron v0.5.1 [INFO] [stderr] Compiling backtrace v0.3.2 [INFO] [stderr] Compiling handlebars-iron v0.24.1 [INFO] [stderr] Compiling logger v0.3.0 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling joy v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:38:24 [INFO] [stderr] | [INFO] [stderr] 38 | let response = try!(client.get(JOY_URL).send()); [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:39:19 [INFO] [stderr] | [INFO] [stderr] 39 | let joy = try!(serde_json::from_reader(response)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | try!(match hbse.reload() { [INFO] [stderr] | ^^^ [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:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / error_chain! { [INFO] [stderr] 7 | | foreign_links { [INFO] [stderr] 8 | | Io(io::Error); [INFO] [stderr] 9 | | Address(net::AddrParseError); [INFO] [stderr] ... | [INFO] [stderr] 12 | | } [INFO] [stderr] 13 | | } [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 15.92s [INFO] running `"docker" "inspect" "97757c0c064c5e863444c4d40e04bc0cb9d90cbfab5e31b784456d6fbfd97405"` [INFO] running `"docker" "rm" "-f" "97757c0c064c5e863444c4d40e04bc0cb9d90cbfab5e31b784456d6fbfd97405"` [INFO] [stdout] 97757c0c064c5e863444c4d40e04bc0cb9d90cbfab5e31b784456d6fbfd97405 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 9b4bcdd6a4a941e86c1ec5babc9dba2706328e009fd5c471d6a36b46ba12d30c [INFO] running `"docker" "start" "-a" "9b4bcdd6a4a941e86c1ec5babc9dba2706328e009fd5c471d6a36b46ba12d30c"` [INFO] [stderr] Compiling joy v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:38:24 [INFO] [stderr] | [INFO] [stderr] 38 | let response = try!(client.get(JOY_URL).send()); [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:39:19 [INFO] [stderr] | [INFO] [stderr] 39 | let joy = try!(serde_json::from_reader(response)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | try!(match hbse.reload() { [INFO] [stderr] | ^^^ [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:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / error_chain! { [INFO] [stderr] 7 | | foreign_links { [INFO] [stderr] 8 | | Io(io::Error); [INFO] [stderr] 9 | | Address(net::AddrParseError); [INFO] [stderr] ... | [INFO] [stderr] 12 | | } [INFO] [stderr] 13 | | } [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 1.01s [INFO] running `"docker" "inspect" "9b4bcdd6a4a941e86c1ec5babc9dba2706328e009fd5c471d6a36b46ba12d30c"` [INFO] running `"docker" "rm" "-f" "9b4bcdd6a4a941e86c1ec5babc9dba2706328e009fd5c471d6a36b46ba12d30c"` [INFO] [stdout] 9b4bcdd6a4a941e86c1ec5babc9dba2706328e009fd5c471d6a36b46ba12d30c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 055eced8cccc0233c112cf57de7f25653ce03889111c7a80a7d3a132e0a2c1fa [INFO] running `"docker" "start" "-a" "055eced8cccc0233c112cf57de7f25653ce03889111c7a80a7d3a132e0a2c1fa"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/joy-bd46aa38432d214d [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "055eced8cccc0233c112cf57de7f25653ce03889111c7a80a7d3a132e0a2c1fa"` [INFO] running `"docker" "rm" "-f" "055eced8cccc0233c112cf57de7f25653ce03889111c7a80a7d3a132e0a2c1fa"` [INFO] [stdout] 055eced8cccc0233c112cf57de7f25653ce03889111c7a80a7d3a132e0a2c1fa