[INFO] crate roa-core 0.5.0 is already in cache [INFO] checking roa-core-0.5.0 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate roa-core 0.5.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate roa-core 0.5.0 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [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-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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-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" "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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] fcf4a40553c85b2298dd7435a2aada5212bd079f62960062f773f75197f3ed50 [INFO] running `"docker" "start" "-a" "fcf4a40553c85b2298dd7435a2aada5212bd079f62960062f773f75197f3ed50"` [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking futures-sink v0.3.4 [INFO] [stderr] Checking http v0.2.1 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking async-task v1.3.1 [INFO] [stderr] Checking crossbeam-channel v0.4.2 [INFO] [stderr] Checking futures-channel v0.3.4 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking kv-log-macro v1.0.4 [INFO] [stderr] Checking tokio v0.2.20 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling pin-project-internal v0.4.9 [INFO] [stderr] Compiling async-attributes v1.1.1 [INFO] [stderr] Compiling async-trait v0.1.30 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking pin-project v0.4.9 [INFO] [stderr] Checking h2 v0.2.4 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking broadcaster v1.0.0 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking async-std v1.5.0 [INFO] [stderr] Checking hyper v0.13.5 [INFO] [stderr] Checking roa-core v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `app::App<_, _>` in the current scope [INFO] [stderr] --> src/middleware.rs:325:24 [INFO] [stderr] | [INFO] [stderr] 325 | let app = App::new().end(status!(StatusCode::BAD_REQUEST)); [INFO] [stderr] | ^^^ function or associated item not found in `app::App<_, _>` [INFO] [stderr] | [INFO] [stderr] ::: src/app.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | pub struct App { [INFO] [stderr] | -------------------- function or associated item `new` not found for this [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `new`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `parking_lot_core::thread_parker::ThreadParkerT` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `app::App<_, _>` in the current scope [INFO] [stderr] --> src/middleware.rs:333:24 [INFO] [stderr] | [INFO] [stderr] 333 | let app = App::new().end(HELLO.to_owned()); [INFO] [stderr] | ^^^ function or associated item not found in `app::App<_, _>` [INFO] [stderr] | [INFO] [stderr] ::: src/app.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | pub struct App { [INFO] [stderr] | -------------------- function or associated item `new` not found for this [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `new`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `parking_lot_core::thread_parker::ThreadParkerT` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `app::App<_, _>` in the current scope [INFO] [stderr] --> src/middleware.rs:348:24 [INFO] [stderr] | [INFO] [stderr] 348 | let app = App::new().end(HELLO); [INFO] [stderr] | ^^^ function or associated item not found in `app::App<_, _>` [INFO] [stderr] | [INFO] [stderr] ::: src/app.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | pub struct App { [INFO] [stderr] | -------------------- function or associated item `new` not found for this [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `new`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `parking_lot_core::thread_parker::ThreadParkerT` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `app::App<_, _>` in the current scope [INFO] [stderr] --> src/middleware.rs:363:24 [INFO] [stderr] | [INFO] [stderr] 363 | let app = App::new().end("/target".parse::().unwrap()); [INFO] [stderr] | ^^^ function or associated item not found in `app::App<_, _>` [INFO] [stderr] | [INFO] [stderr] ::: src/app.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | pub struct App { [INFO] [stderr] | -------------------- function or associated item `new` not found for this [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `new`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `parking_lot_core::thread_parker::ThreadParkerT` [INFO] [stderr] [INFO] [stderr] warning: unused import: `AsyncReadExt` [INFO] [stderr] --> src/middleware.rs:317:19 [INFO] [stderr] | [INFO] [stderr] 317 | use futures::{AsyncReadExt, TryStreamExt}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `TryStreamExt` [INFO] [stderr] --> src/middleware.rs:317:33 [INFO] [stderr] | [INFO] [stderr] 317 | use futures::{AsyncReadExt, TryStreamExt}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `roa-core`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fcf4a40553c85b2298dd7435a2aada5212bd079f62960062f773f75197f3ed50"` [INFO] running `"docker" "rm" "-f" "fcf4a40553c85b2298dd7435a2aada5212bd079f62960062f773f75197f3ed50"` [INFO] [stdout] fcf4a40553c85b2298dd7435a2aada5212bd079f62960062f773f75197f3ed50