[INFO] crate thruster 0.9.0-alpha.3 is already in cache [INFO] checking thruster-0.9.0-alpha.3 against master#3dbade652ed8ebac70f903e01f51cd92c4e4302c for pr-69880 [INFO] extracting crate thruster 0.9.0-alpha.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate thruster 0.9.0-alpha.3 on toolchain 3dbade652ed8ebac70f903e01f51cd92c4e4302c [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate thruster 0.9.0-alpha.3 [INFO] removed 3 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate thruster 0.9.0-alpha.3 [INFO] tweaked toml for crates.io crate thruster 0.9.0-alpha.3 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate thruster 0.9.0-alpha.3 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e30529e926fb0f0462931b0127cb3e06c05c19d6b34397d6883ba5c7a0f698fd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "e30529e926fb0f0462931b0127cb3e06c05c19d6b34397d6883ba5c7a0f698fd"` [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Checking bstr v0.2.11 [INFO] [stderr] Compiling snafu-derive v0.4.4 [INFO] [stderr] Compiling thruster-proc v0.9.0-alpha.3 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Checking snafu v0.4.4 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling async-trait v0.1.24 [INFO] [stderr] Checking tokio v0.2.13 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Checking dotenv v0.13.0 [INFO] [stderr] Compiling prost-derive v0.5.0 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking prost v0.5.0 [INFO] [stderr] Checking diesel v1.4.3 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking thruster v0.9.0-alpha.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `thruster::context::basic_hyper_context` [INFO] [stderr] --> examples/static_file/main.rs:15:24 [INFO] [stderr] | [INFO] [stderr] 15 | use thruster::context::basic_hyper_context::{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ could not find `basic_hyper_context` in `context` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `thruster::hyper_server` [INFO] [stderr] --> examples/static_file/main.rs:18:15 [INFO] [stderr] | [INFO] [stderr] 18 | use thruster::hyper_server::HyperServer; [INFO] [stderr] | ^^^^^^^^^^^^ could not find `hyper_server` in `thruster` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `thruster::middleware::file` [INFO] [stderr] --> examples/static_file/main.rs:22:27 [INFO] [stderr] | [INFO] [stderr] 22 | use thruster::middleware::file::{file, get_file}; [INFO] [stderr] | ^^^^ could not find `file` in `middleware` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper` [INFO] [stderr] --> examples/static_file/main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use hyper::Body; [INFO] [stderr] | ^^^^^ use of undeclared type or module `hyper` [INFO] [stderr] [INFO] [stderr] warning: unused import: `ThrusterServer` [INFO] [stderr] --> examples/static_file/main.rs:20:21 [INFO] [stderr] | [INFO] [stderr] 20 | use thruster::{App, ThrusterServer}; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `thruster`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `thruster::ssl_server` [INFO] [stderr] --> examples/most_basic_ssl/main.rs:1:15 [INFO] [stderr] | [INFO] [stderr] 1 | use thruster::ssl_server::SSLServer; [INFO] [stderr] | ^^^^^^^^^^ could not find `ssl_server` in `thruster` [INFO] [stderr] [INFO] [stderr] warning: unused import: `thruster::ThrusterServer` [INFO] [stderr] --> examples/most_basic_ssl/main.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use thruster::ThrusterServer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `thruster`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `thruster::context::basic_hyper_context` [INFO] [stderr] --> examples/hyper_most_basic_ssl/main.rs:1:24 [INFO] [stderr] | [INFO] [stderr] 1 | use thruster::context::basic_hyper_context::{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ could not find `basic_hyper_context` in `context` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `thruster::ssl_hyper_server` [INFO] [stderr] --> examples/hyper_most_basic_ssl/main.rs:4:15 [INFO] [stderr] | [INFO] [stderr] 4 | use thruster::ssl_hyper_server::SSLHyperServer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `ssl_hyper_server` in `thruster` [INFO] [stderr] [INFO] [stderr] warning: unused import: `thruster::ThrusterServer` [INFO] [stderr] --> examples/hyper_most_basic_ssl/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use thruster::ThrusterServer; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `thruster`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e30529e926fb0f0462931b0127cb3e06c05c19d6b34397d6883ba5c7a0f698fd"` [INFO] running `"docker" "rm" "-f" "e30529e926fb0f0462931b0127cb3e06c05c19d6b34397d6883ba5c7a0f698fd"` [INFO] [stdout] e30529e926fb0f0462931b0127cb3e06c05c19d6b34397d6883ba5c7a0f698fd