[INFO] fetching crate roa-core 0.4.1... [INFO] checking roa-core-0.4.1 against try#98d5ea1855f1028095b37c493ba31093c8519d68 for pr-69548 [INFO] extracting crate roa-core 0.4.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate roa-core 0.4.1 on toolchain 98d5ea1855f1028095b37c493ba31093c8519d68 [INFO] running `"/workspace/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate roa-core 0.4.1 [INFO] finished tweaking crates.io crate roa-core 0.4.1 [INFO] tweaked toml for crates.io crate roa-core 0.4.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "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" "+98d5ea1855f1028095b37c493ba31093c8519d68" "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] 31bb90a8ff179355208cbff44591ed7ade1bd72d91a7090c0380ab50960c8cf8 [INFO] running `"docker" "start" "-a" "31bb90a8ff179355208cbff44591ed7ade1bd72d91a7090c0380ab50960c8cf8"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling async-attributes v1.1.1 [INFO] [stderr] Checking tokio v0.2.13 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking pretty_env_logger v0.3.1 [INFO] [stderr] Checking async-std v1.5.0 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking h2 v0.2.2 [INFO] [stderr] Checking hyper v0.13.2 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking roa-core v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking reqwest v0.10.3 [INFO] [stderr] error[E0599]: no method named `run_local` found for mutable reference `&mut app::App<()>` in the current scope [INFO] [stderr] --> src/app.rs:418:14 [INFO] [stderr] | [INFO] [stderr] 418 | .run_local()?; [INFO] [stderr] | ^^^^^^^^^ method not found in `&mut app::App<()>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `run_local` found for mutable reference `&mut app::App<()>` in the current scope [INFO] [stderr] --> src/context.rs:788:14 [INFO] [stderr] | [INFO] [stderr] 788 | .run_local()?; [INFO] [stderr] | ^^^^^^^^^ method not found in `&mut app::App<()>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `run_local` found for mutable reference `&mut app::App` in the current scope [INFO] [stderr] --> src/context.rs:816:14 [INFO] [stderr] | [INFO] [stderr] 816 | .run_local()?; [INFO] [stderr] | ^^^^^^^^^ method not found in `&mut app::App` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `run_local` found for mutable reference `&mut app::App<()>` in the current scope [INFO] [stderr] --> src/group.rs:115:71 [INFO] [stderr] | [INFO] [stderr] 115 | let (addr, server) = App::new(()).gate(join_all(middlewares)).run_local()?; [INFO] [stderr] | ^^^^^^^^^ method not found in `&mut app::App<()>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `run_local` found for struct `app::App<()>` in the current scope [INFO] [stderr] --> src/request.rs:99:34 [INFO] [stderr] | [INFO] [stderr] 99 | let (addr, server) = app.run_local()?; [INFO] [stderr] | ^^^^^^^^^ method not found in `app::App<()>` [INFO] [stderr] | [INFO] [stderr] ::: src/app.rs:133:1 [INFO] [stderr] | [INFO] [stderr] 133 | pub struct App { [INFO] [stderr] | ------------------------ method `run_local` not found for this [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [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" "31bb90a8ff179355208cbff44591ed7ade1bd72d91a7090c0380ab50960c8cf8"` [INFO] running `"docker" "rm" "-f" "31bb90a8ff179355208cbff44591ed7ade1bd72d91a7090c0380ab50960c8cf8"` [INFO] [stdout] 31bb90a8ff179355208cbff44591ed7ade1bd72d91a7090c0380ab50960c8cf8