[INFO] updating cached repository https://github.com/hhatto/boom-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] f5fcbb6fd5164683a7e2dc474cda51f94bce0963 [INFO] checking hhatto/boom-rust against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhhatto%2Fboom-rust" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hhatto/boom-rust on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/hhatto/boom-rust [INFO] finished tweaking git repo https://github.com/hhatto/boom-rust [INFO] tweaked toml for git repo https://github.com/hhatto/boom-rust written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/hhatto/boom-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/servo/rust-url` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7b4cda7e01e8c93910cdc02ba80186db13469c74ff046b629a7f195f74da069e [INFO] running `"docker" "start" "-a" "7b4cda7e01e8c93910cdc02ba80186db13469c74ff046b629a7f195f74da069e"` [INFO] [stderr] Checking percent-encoding v2.1.0 (https://github.com/servo/rust-url#7d2c9d6c) [INFO] [stderr] Checking idna v0.2.0 (https://github.com/servo/rust-url#7d2c9d6c) [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking tokio-threadpool v0.1.16 [INFO] [stderr] Checking url v2.1.0 (https://github.com/servo/rust-url#7d2c9d6c) [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking boom v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `hyper::method` [INFO] [stderr] --> src/main.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | use hyper::method::Method; [INFO] [stderr] | ^^^^^^ could not find `method` in `hyper` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::status` [INFO] [stderr] --> src/main.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | use hyper::status::StatusCode; [INFO] [stderr] | ^^^^^^ could not find `status` in `hyper` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `hyper::header::UserAgent`, `hyper::header::Connection`, `hyper::header::AcceptEncoding`, `hyper::header::Encoding`, `hyper::header::qitem`, `hyper::header::Headers`, `hyper::header::ContentType`, `hyper::header::Authorization`, `hyper::header::Basic` [INFO] [stderr] --> src/main.rs:11:21 [INFO] [stderr] | [INFO] [stderr] 11 | use hyper::header::{UserAgent, Connection, AcceptEncoding, Encoding, qitem, Headers, ContentType, Authorization, Basic}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^ ^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^ no `Basic` in `header` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | no `Authorization` in `header` [INFO] [stderr] | | | | | | | no `ContentType` in `header` [INFO] [stderr] | | | | | | no `Headers` in `header` [INFO] [stderr] | | | | | no `qitem` in `header` [INFO] [stderr] | | | | no `Encoding` in `header` [INFO] [stderr] | | | no `AcceptEncoding` in `header` [INFO] [stderr] | | no `Connection` in `header` [INFO] [stderr] | no `UserAgent` in `header` [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `Body` is private [INFO] [stderr] --> src/main.rs:8:20 [INFO] [stderr] | [INFO] [stderr] 8 | use hyper::client::Body; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected at least 1, found 0 [INFO] [stderr] --> src/main.rs:48:41 [INFO] [stderr] | [INFO] [stderr] 48 | fn get_request(options: &BoomOption) -> Client { [INFO] [stderr] | ^^^^^^ expected at least 1 type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected at least 1, found 0 [INFO] [stderr] --> src/main.rs:60:19 [INFO] [stderr] | [INFO] [stderr] 60 | fn b(client: &Arc, options: BoomOption, report: Arc>) -> bool { [INFO] [stderr] | ^^^^^^ expected at least 1 type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected at least 1, found 0 [INFO] [stderr] --> src/main.rs:119:27 [INFO] [stderr] | [INFO] [stderr] 119 | fn exec_boom(client: &Arc, options: BoomOption, report: Arc>) { [INFO] [stderr] | ^^^^^^ expected at least 1 type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected at least 1, found 0 [INFO] [stderr] --> src/main.rs:123:29 [INFO] [stderr] | [INFO] [stderr] 123 | fn exec_worker(client: &Arc, rx: Receiver>) { [INFO] [stderr] | ^^^^^^ expected at least 1 type argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0432, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `boom`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `hyper::method` [INFO] [stderr] --> src/main.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | use hyper::method::Method; [INFO] [stderr] | ^^^^^^ could not find `method` in `hyper` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::status` [INFO] [stderr] --> src/main.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | use hyper::status::StatusCode; [INFO] [stderr] | ^^^^^^ could not find `status` in `hyper` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `hyper::header::UserAgent`, `hyper::header::Connection`, `hyper::header::AcceptEncoding`, `hyper::header::Encoding`, `hyper::header::qitem`, `hyper::header::Headers`, `hyper::header::ContentType`, `hyper::header::Authorization`, `hyper::header::Basic` [INFO] [stderr] --> src/main.rs:11:21 [INFO] [stderr] | [INFO] [stderr] 11 | use hyper::header::{UserAgent, Connection, AcceptEncoding, Encoding, qitem, Headers, ContentType, Authorization, Basic}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^ ^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^ no `Basic` in `header` [INFO] [stderr] | | | | | | | | | [INFO] [stderr] | | | | | | | | no `Authorization` in `header` [INFO] [stderr] | | | | | | | no `ContentType` in `header` [INFO] [stderr] | | | | | | no `Headers` in `header` [INFO] [stderr] | | | | | no `qitem` in `header` [INFO] [stderr] | | | | no `Encoding` in `header` [INFO] [stderr] | | | no `AcceptEncoding` in `header` [INFO] [stderr] | | no `Connection` in `header` [INFO] [stderr] | no `UserAgent` in `header` [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `Body` is private [INFO] [stderr] --> src/main.rs:8:20 [INFO] [stderr] | [INFO] [stderr] 8 | use hyper::client::Body; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected at least 1, found 0 [INFO] [stderr] --> src/main.rs:48:41 [INFO] [stderr] | [INFO] [stderr] 48 | fn get_request(options: &BoomOption) -> Client { [INFO] [stderr] | ^^^^^^ expected at least 1 type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected at least 1, found 0 [INFO] [stderr] --> src/main.rs:60:19 [INFO] [stderr] | [INFO] [stderr] 60 | fn b(client: &Arc, options: BoomOption, report: Arc>) -> bool { [INFO] [stderr] | ^^^^^^ expected at least 1 type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected at least 1, found 0 [INFO] [stderr] --> src/main.rs:119:27 [INFO] [stderr] | [INFO] [stderr] 119 | fn exec_boom(client: &Arc, options: BoomOption, report: Arc>) { [INFO] [stderr] | ^^^^^^ expected at least 1 type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected at least 1, found 0 [INFO] [stderr] --> src/main.rs:123:29 [INFO] [stderr] | [INFO] [stderr] 123 | fn exec_worker(client: &Arc, rx: Receiver>) { [INFO] [stderr] | ^^^^^^ expected at least 1 type argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0432, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `boom`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7b4cda7e01e8c93910cdc02ba80186db13469c74ff046b629a7f195f74da069e"` [INFO] running `"docker" "rm" "-f" "7b4cda7e01e8c93910cdc02ba80186db13469c74ff046b629a7f195f74da069e"` [INFO] [stdout] 7b4cda7e01e8c93910cdc02ba80186db13469c74ff046b629a7f195f74da069e