[INFO] fetching crate roa-core 0.5.0... [INFO] checking roa-core-0.5.0 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate roa-core 0.5.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate roa-core 0.5.0 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate roa-core 0.5.0 [INFO] finished tweaking crates.io crate roa-core 0.5.0 [INFO] tweaked toml for crates.io crate roa-core 0.5.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ad967e8b06e5d05221df3d5008bc55bbec5ec36569e14a9b4c3ef8fb3e45e852 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ad967e8b06e5d05221df3d5008bc55bbec5ec36569e14a9b4c3ef8fb3e45e852", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ad967e8b06e5d05221df3d5008bc55bbec5ec36569e14a9b4c3ef8fb3e45e852", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad967e8b06e5d05221df3d5008bc55bbec5ec36569e14a9b4c3ef8fb3e45e852", kill_on_drop: false }` [INFO] [stdout] ad967e8b06e5d05221df3d5008bc55bbec5ec36569e14a9b4c3ef8fb3e45e852 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=forbid" "-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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 14f7f302bb39672cfb71f974c9dd7c6e1031be5f40f8841812a4f7076e215473 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "14f7f302bb39672cfb71f974c9dd7c6e1031be5f40f8841812a4f7076e215473", kill_on_drop: false }` [INFO] [stderr] Checking tokio v0.2.22 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking h2 v0.2.6 [INFO] [stderr] Checking hyper v0.13.8 [INFO] [stderr] Checking roa-core v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `App<_, _>` in the current scope [INFO] [stdout] --> src/middleware.rs:325:24 [INFO] [stdout] | [INFO] [stdout] 325 | let app = App::new().end(status!(StatusCode::BAD_REQUEST)); [INFO] [stdout] | ^^^ function or associated item not found in `App<_, _>` [INFO] [stdout] | [INFO] [stdout] ::: src/app.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | pub struct App { [INFO] [stdout] | -------------------- function or associated item `new` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `App<_, _>` in the current scope [INFO] [stdout] --> src/middleware.rs:333:24 [INFO] [stdout] | [INFO] [stdout] 333 | let app = App::new().end(HELLO.to_owned()); [INFO] [stdout] | ^^^ function or associated item not found in `App<_, _>` [INFO] [stdout] | [INFO] [stdout] ::: src/app.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | pub struct App { [INFO] [stdout] | -------------------- function or associated item `new` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `App<_, _>` in the current scope [INFO] [stdout] --> src/middleware.rs:348:24 [INFO] [stdout] | [INFO] [stdout] 348 | let app = App::new().end(HELLO); [INFO] [stdout] | ^^^ function or associated item not found in `App<_, _>` [INFO] [stdout] | [INFO] [stdout] ::: src/app.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | pub struct App { [INFO] [stdout] | -------------------- function or associated item `new` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `App<_, _>` in the current scope [INFO] [stdout] --> src/middleware.rs:363:24 [INFO] [stdout] | [INFO] [stdout] 363 | let app = App::new().end("/target".parse::().unwrap()); [INFO] [stdout] | ^^^ function or associated item not found in `App<_, _>` [INFO] [stdout] | [INFO] [stdout] ::: src/app.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | pub struct App { [INFO] [stdout] | -------------------- function or associated item `new` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `AsyncReadExt` [INFO] [stdout] --> src/middleware.rs:317:19 [INFO] [stdout] | [INFO] [stdout] 317 | use futures::{AsyncReadExt, TryStreamExt}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TryStreamExt` [INFO] [stdout] --> src/middleware.rs:317:33 [INFO] [stdout] | [INFO] [stdout] 317 | use futures::{AsyncReadExt, TryStreamExt}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `roa-core` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "14f7f302bb39672cfb71f974c9dd7c6e1031be5f40f8841812a4f7076e215473", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14f7f302bb39672cfb71f974c9dd7c6e1031be5f40f8841812a4f7076e215473", kill_on_drop: false }` [INFO] [stdout] 14f7f302bb39672cfb71f974c9dd7c6e1031be5f40f8841812a4f7076e215473