[INFO] cloning repository https://github.com/yorodm/raider [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yorodm/raider" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyorodm%2Fraider", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyorodm%2Fraider'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 98bdc7f632314cb94daf9694c045218b71018ccc [INFO] testing yorodm/raider against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyorodm%2Fraider" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yorodm/raider on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yorodm/raider [INFO] finished tweaking git repo https://github.com/yorodm/raider [INFO] tweaked toml for git repo https://github.com/yorodm/raider written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/yorodm/raider already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9abfa6c14afb1aeb9ab63a54ffb4d6936855c14921895877e18eebfaed9f373a [INFO] running `Command { std: "docker" "start" "-a" "9abfa6c14afb1aeb9ab63a54ffb4d6936855c14921895877e18eebfaed9f373a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9abfa6c14afb1aeb9ab63a54ffb4d6936855c14921895877e18eebfaed9f373a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9abfa6c14afb1aeb9ab63a54ffb4d6936855c14921895877e18eebfaed9f373a", kill_on_drop: false }` [INFO] [stdout] 9abfa6c14afb1aeb9ab63a54ffb4d6936855c14921895877e18eebfaed9f373a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a0fe65ff1a3c6a7fcfea1e17d592178705b1b1ab728fdaad74c12df73eddde66 [INFO] running `Command { std: "docker" "start" "-a" "a0fe65ff1a3c6a7fcfea1e17d592178705b1b1ab728fdaad74c12df73eddde66", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling siphasher v0.3.7 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling ego-tree v0.6.2 [INFO] [stderr] Compiling raider v0.1.0 (/opt/rustwide/workdir/raider) [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling tokio v1.11.0 [INFO] [stderr] Compiling tracing-core v0.1.19 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling socket2 v0.4.1 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling string_cache v0.8.1 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.1 [INFO] [stderr] Compiling selectors v0.22.0 [INFO] [stderr] Compiling markup5ever v0.10.1 [INFO] [stderr] Compiling tokio-util v0.6.8 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling cssparser v0.27.2 [INFO] [stderr] Compiling html5ever v0.25.1 [INFO] [stderr] Compiling cssparser-macros v0.6.0 [INFO] [stderr] Compiling derive_more v0.99.16 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling h2 v0.3.4 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling scraper v0.12.0 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling hyper v0.14.12 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.4 [INFO] [stderr] Compiling raider-lib v0.1.0 (/opt/rustwide/workdir/raider-lib) [INFO] [stdout] warning: unused import: `std::marker::PhantomData` [INFO] [stdout] --> raider-lib/src/lib.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::marker::PhantomData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `scraper::Html` [INFO] [stdout] --> raider-lib/src/lib.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use scraper::Html; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `iter::FromIterator` [INFO] [stdout] --> raider-lib/src/crawler.rs:1:48 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{collections::VecDeque, fmt::{Debug}, iter::FromIterator, pin::Pin, result::Result as RResult, task::Poll}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Selector` [INFO] [stdout] --> raider-lib/src/crawler.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 5 | use scraper::{Html, Selector}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> raider-lib/src/lib.rs:15:2 [INFO] [stdout] | [INFO] [stdout] 15 | run_with(T::default(),url) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found opaque type [INFO] [stdout] | [INFO] [stdout] note: while checking the return type of the `async fn` [INFO] [stdout] --> raider-lib/src/lib.rs:18:50 [INFO] [stdout] | [INFO] [stdout] 18 | pub async fn run_with(s: impl Spider, u: Url) -> Result<(), EngineError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ checked the `Output` of this `async fn`, found opaque type [INFO] [stdout] = note: expected enum `std::result::Result<(), EngineError>` [INFO] [stdout] found opaque type `impl futures::Future>` [INFO] [stdout] help: consider `await`ing on the `Future` [INFO] [stdout] | [INFO] [stdout] 15 | run_with(T::default(),url).await [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `raider-lib` due to 2 previous errors; 4 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "a0fe65ff1a3c6a7fcfea1e17d592178705b1b1ab728fdaad74c12df73eddde66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0fe65ff1a3c6a7fcfea1e17d592178705b1b1ab728fdaad74c12df73eddde66", kill_on_drop: false }` [INFO] [stdout] a0fe65ff1a3c6a7fcfea1e17d592178705b1b1ab728fdaad74c12df73eddde66