[INFO] updating cached repository https://github.com/imjacobclark/Herd [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] f9fda4c5d1aca47588b0ad2191796df27de6f36e [INFO] testing imjacobclark/Herd against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimjacobclark%2FHerd" "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/imjacobclark/Herd on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/imjacobclark/Herd [INFO] finished tweaking git repo https://github.com/imjacobclark/Herd [INFO] tweaked toml for git repo https://github.com/imjacobclark/Herd written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/imjacobclark/Herd already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-2/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] a8f78e45db88b7a8e79b511eb150e62b433951f3c043e05c1019219098f41a94 [INFO] running `"docker" "start" "-a" "a8f78e45db88b7a8e79b511eb150e62b433951f3c043e05c1019219098f41a94"` [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling tokio-threadpool v0.1.16 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling http v0.1.18 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.10 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling herd v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `self::hyper::header::Connection` [INFO] [stderr] --> src/request.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use self::hyper::header::Connection; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Connection` in `header` [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/herd.rs:17:52 [INFO] [stderr] | [INFO] [stderr] 17 | request_clone.lock().unwrap().push((request::Request::new(request::Request::create_request(host_str)))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `self::time::*` [INFO] [stderr] --> src/request.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use self::time::*; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/request.rs:23:31 [INFO] [stderr] | [INFO] [stderr] 23 | let _res = client.get(host) [INFO] [stderr] | ^^^^ expected struct `request::hyper::Uri`, found &str [INFO] [stderr] | [INFO] [stderr] = note: expected type `request::hyper::Uri` [INFO] [stderr] found type `&str` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `header` found for type `request::hyper::client::ResponseFuture` in the current scope [INFO] [stderr] --> src/request.rs:24:14 [INFO] [stderr] | [INFO] [stderr] 24 | .header(Connection::close()) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `herd`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a8f78e45db88b7a8e79b511eb150e62b433951f3c043e05c1019219098f41a94"` [INFO] running `"docker" "rm" "-f" "a8f78e45db88b7a8e79b511eb150e62b433951f3c043e05c1019219098f41a94"` [INFO] [stdout] a8f78e45db88b7a8e79b511eb150e62b433951f3c043e05c1019219098f41a94