[INFO] fetching crate thruster 1.0.2... [INFO] checking thruster-1.0.2 against master#430feb24a46993e5073c1bb1b39da190d83fa2bf for pr-78363 [INFO] extracting crate thruster 1.0.2 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate thruster 1.0.2 on toolchain 430feb24a46993e5073c1bb1b39da190d83fa2bf [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate thruster 1.0.2 [INFO] removed 3 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate thruster 1.0.2 [INFO] tweaked toml for crates.io crate thruster 1.0.2 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate thruster 1.0.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4f618315d0d37d7ec7d8138c5cc1394ddec4942658eea8b8ad145e365ea1bb8e [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" "4f618315d0d37d7ec7d8138c5cc1394ddec4942658eea8b8ad145e365ea1bb8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4f618315d0d37d7ec7d8138c5cc1394ddec4942658eea8b8ad145e365ea1bb8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f618315d0d37d7ec7d8138c5cc1394ddec4942658eea8b8ad145e365ea1bb8e", kill_on_drop: false }` [INFO] [stdout] 4f618315d0d37d7ec7d8138c5cc1394ddec4942658eea8b8ad145e365ea1bb8e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "check" "--frozen" "--all" "--all-targets" "--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] 1cfed74efa00823bd0ed7af4bb30238387e7ca835345d77c481eacbc87fbc7c6 [INFO] running `Command { std: "docker" "start" "-a" "1cfed74efa00823bd0ed7af4bb30238387e7ca835345d77c481eacbc87fbc7c6", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.44 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking futures-core v0.3.6 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking futures-sink v0.3.6 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling rayon-core v1.8.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Checking once_cell v1.4.1 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking smallvec v1.4.2 [INFO] [stderr] Checking rustc-demangle v0.1.17 [INFO] [stderr] Checking bytes v0.5.6 [INFO] [stderr] Checking arc-swap v0.4.7 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking futures-io v0.3.6 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Checking pin-project-lite v0.1.10 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Checking regex-syntax v0.6.20 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking termcolor v1.1.0 [INFO] [stderr] Checking futures v0.1.30 [INFO] [stderr] Checking lock_api v0.4.1 [INFO] [stderr] Checking instant v0.1.7 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Checking futures-channel v0.3.6 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking futures-task v0.3.6 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling rayon v1.4.1 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Checking http v0.2.1 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking aho-corasick v0.7.14 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking rand_xoshiro v0.1.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking net2 v0.2.35 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking signal-hook-registry v1.2.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking crossbeam-channel v0.4.4 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking parking_lot v0.11.0 [INFO] [stderr] Checking backtrace v0.3.53 [INFO] [stderr] Checking criterion-plot v0.3.1 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking scheduled-thread-pool v0.2.5 [INFO] [stderr] Checking templatify v0.2.3 [INFO] [stderr] Checking http v0.1.21 [INFO] [stderr] Checking r2d2 v0.8.9 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking regex v1.4.1 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking bstr v0.2.13 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Checking tinytemplate v1.1.0 [INFO] [stderr] Checking frank_jwt v3.1.2 [INFO] [stderr] Compiling thruster-proc v1.0.1 [INFO] [stderr] Compiling snafu-derive v0.4.4 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Checking snafu v0.4.4 [INFO] [stderr] Compiling futures-macro v0.3.6 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking tokio v0.2.22 [INFO] [stderr] Checking dotenv v0.13.0 [INFO] [stderr] Checking pin-project v0.4.27 [INFO] [stderr] Checking futures-util v0.3.6 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Checking diesel v1.4.5 [INFO] [stderr] Checking futures-executor v0.3.6 [INFO] [stderr] Checking futures v0.3.6 [INFO] [stderr] Checking thruster v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `thruster::ssl_server` [INFO] [stdout] --> examples/most_basic_ssl/main.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 2 | use thruster::ssl_server::SSLServer; [INFO] [stdout] | ^^^^^^^^^^ could not find `ssl_server` in `thruster` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `thruster::context::basic_hyper_context` [INFO] [stdout] --> examples/hyper_most_basic_ssl/main.rs:2:24 [INFO] [stdout] | [INFO] [stdout] 2 | use thruster::context::basic_hyper_context::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ could not find `basic_hyper_context` in `context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `thruster::context::basic_hyper_context` [INFO] [stdout] --> examples/static_file/main.rs:15:24 [INFO] [stdout] | [INFO] [stdout] 15 | use thruster::context::basic_hyper_context::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ could not find `basic_hyper_context` in `context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `thruster::hyper_server` [INFO] [stdout] --> examples/static_file/main.rs:18:15 [INFO] [stdout] | [INFO] [stdout] 18 | use thruster::hyper_server::HyperServer; [INFO] [stdout] | ^^^^^^^^^^^^ could not find `hyper_server` in `thruster` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `thruster::ssl_hyper_server` [INFO] [stdout] --> examples/hyper_most_basic_ssl/main.rs:5:15 [INFO] [stdout] | [INFO] [stdout] 5 | use thruster::ssl_hyper_server::SSLHyperServer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `ssl_hyper_server` in `thruster` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `thruster::middleware::file` [INFO] [stdout] --> examples/static_file/main.rs:19:27 [INFO] [stdout] | [INFO] [stdout] 19 | use thruster::middleware::file::{file, get_file}; [INFO] [stdout] | ^^^^ could not find `file` in `middleware` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper` [INFO] [stdout] --> examples/static_file/main.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use hyper::Body; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `file` [INFO] [stdout] --> examples/static_file/main.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | info!("Starting server..."); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `thruster::ThrusterServer` [INFO] [stdout] --> examples/most_basic_ssl/main.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use thruster::ThrusterServer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [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] [stdout] warning: unused import: `thruster::ThrusterServer` [INFO] [stdout] --> examples/hyper_most_basic_ssl/main.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use thruster::ThrusterServer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `get` found for enum `Option>` in the current scope [INFO] [stdout] --> benches/app.rs:68:32 [INFO] [stdout] | [INFO] [stdout] 68 | let body = &context.params.get("hello").unwrap().clone(); [INFO] [stdout] | ^^^ method not found in `Option>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ThrusterServer` [INFO] [stdout] --> examples/static_file/main.rs:21:21 [INFO] [stdout] | [INFO] [stdout] 21 | use thruster::{App, ThrusterServer}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `get` found for enum `Option>` in the current scope [INFO] [stdout] --> benches/app.rs:100:38 [INFO] [stdout] | [INFO] [stdout] 100 | let body = &context.query_params.get("hello").unwrap().clone(); [INFO] [stdout] | ^^^ method not found in `Option>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1cfed74efa00823bd0ed7af4bb30238387e7ca835345d77c481eacbc87fbc7c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1cfed74efa00823bd0ed7af4bb30238387e7ca835345d77c481eacbc87fbc7c6", kill_on_drop: false }` [INFO] [stdout] 1cfed74efa00823bd0ed7af4bb30238387e7ca835345d77c481eacbc87fbc7c6