[INFO] updating cached repository https://github.com/glyn/rustrest [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] 2f90fc3f509d47820dfc0be2bff0114517bde80f [INFO] testing glyn/rustrest against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fglyn%2Frustrest" "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/glyn/rustrest 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/glyn/rustrest [INFO] finished tweaking git repo https://github.com/glyn/rustrest [INFO] tweaked toml for git repo https://github.com/glyn/rustrest written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/glyn/rustrest 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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] e9df7d7b0f3873ef6fbc195421fc9e0bd3d627a25e2a8f2768691f365fca9851 [INFO] running `"docker" "start" "-a" "e9df7d7b0f3873ef6fbc195421fc9e0bd3d627a25e2a8f2768691f365fca9851"` [INFO] [stderr] Compiling openssl v0.9.10 [INFO] [stderr] Compiling futures v0.1.13 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling openssl-sys v0.9.10 [INFO] [stderr] Compiling hyper v0.10.7 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling bytes v0.4.2 [INFO] [stderr] Compiling mio v0.6.6 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling tokio-io v0.1.1 [INFO] [stderr] Compiling tokio-core v0.1.6 [INFO] [stderr] Compiling pretty_env_logger v0.1.0 [INFO] [stderr] Compiling native-tls v0.1.2 [INFO] [stderr] Compiling hyper-native-tls v0.2.2 [INFO] [stderr] Compiling rustrest v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `res` [INFO] [stderr] --> src/bin/server.rs:5:24 [INFO] [stderr] | [INFO] [stderr] 5 | fn hello(req: Request, res: Response) { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_res` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/client.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | try!(r.read_to_string(&mut s)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> src/bin/client.rs:26:34 [INFO] [stderr] | [INFO] [stderr] 26 | let result = client.get(url).header().send().and_then(|res| { [INFO] [stderr] | ^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `rustrest`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e9df7d7b0f3873ef6fbc195421fc9e0bd3d627a25e2a8f2768691f365fca9851"` [INFO] running `"docker" "rm" "-f" "e9df7d7b0f3873ef6fbc195421fc9e0bd3d627a25e2a8f2768691f365fca9851"` [INFO] [stdout] e9df7d7b0f3873ef6fbc195421fc9e0bd3d627a25e2a8f2768691f365fca9851