[INFO] updating cached repository https://github.com/jinyeow/imgscrpr [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] ed412483dc1d21133e0ea5bde557cceb16aa9bcc [INFO] checking jinyeow/imgscrpr against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjinyeow%2Fimgscrpr" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jinyeow/imgscrpr on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jinyeow/imgscrpr [INFO] finished tweaking git repo https://github.com/jinyeow/imgscrpr [INFO] tweaked toml for git repo https://github.com/jinyeow/imgscrpr written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/jinyeow/imgscrpr already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-6/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" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=allow" "-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-10-27" "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] cef5cd99511e1bc4a0e5585029a7166de98d6a00017c22a67b7287302d0ccabe [INFO] running `"docker" "start" "-a" "cef5cd99511e1bc4a0e5585029a7166de98d6a00017c22a67b7287302d0ccabe"` [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Checking publicsuffix v1.5.3 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Compiling markup5ever v0.9.0 [INFO] [stderr] Checking cssparser v0.25.9 [INFO] [stderr] Checking string_cache v0.7.5 [INFO] [stderr] Checking tokio-threadpool v0.1.16 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking selectors v0.21.0 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking html5ever v0.24.1 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking reqwest v0.9.22 [INFO] [stderr] Checking scraper v0.11.0 [INFO] [stderr] Checking imgscrpr v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `reqwest::header::Authorization` [INFO] [stderr] --> src/provider/imgur.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use reqwest::header::Authorization; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Authorization` in `header` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `reqwest::header::Authorization` [INFO] [stderr] --> src/provider/imgur.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use reqwest::header::Authorization; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Authorization` in `header` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> src/provider/imgur.rs:23:10 [INFO] [stderr] | [INFO] [stderr] 23 | .header(Authorization(format!("Client-ID {}", CLIENT_ID))) [INFO] [stderr] | ^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> src/provider/imgur.rs:23:10 [INFO] [stderr] | [INFO] [stderr] 23 | .header(Authorization(format!("Client-ID {}", CLIENT_ID))) [INFO] [stderr] | ^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `()` [INFO] [stderr] --> src/provider/gfycat.rs:20:38 [INFO] [stderr] | [INFO] [stderr] 20 | let s = Selector::parse(selector)?; [INFO] [stderr] | ^ the trait `std::convert::From>>` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `()` [INFO] [stderr] --> src/provider/gfycat.rs:20:38 [INFO] [stderr] | [INFO] [stderr] 20 | let s = Selector::parse(selector)?; [INFO] [stderr] | ^ the trait `std::convert::From>>` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0277, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0277, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `imgscrpr`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `imgscrpr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cef5cd99511e1bc4a0e5585029a7166de98d6a00017c22a67b7287302d0ccabe"` [INFO] running `"docker" "rm" "-f" "cef5cd99511e1bc4a0e5585029a7166de98d6a00017c22a67b7287302d0ccabe"` [INFO] [stdout] cef5cd99511e1bc4a0e5585029a7166de98d6a00017c22a67b7287302d0ccabe