[INFO] fetching crate afire 3.0.0-alpha.2... [INFO] checking afire-3.0.0-alpha.2 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-4 [INFO] extracting crate afire 3.0.0-alpha.2 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate afire 3.0.0-alpha.2 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate afire 3.0.0-alpha.2 [INFO] finished tweaking crates.io crate afire 3.0.0-alpha.2 [INFO] tweaked toml for crates.io crate afire 3.0.0-alpha.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate crates.io crate afire 3.0.0-alpha.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 772a1554e13bf3bc3222b636b1dba8358b9caac15f5f95dce6f40797e150405b [INFO] running `Command { std: "docker" "start" "-a" "772a1554e13bf3bc3222b636b1dba8358b9caac15f5f95dce6f40797e150405b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "772a1554e13bf3bc3222b636b1dba8358b9caac15f5f95dce6f40797e150405b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "772a1554e13bf3bc3222b636b1dba8358b9caac15f5f95dce6f40797e150405b", kill_on_drop: false }` [INFO] [stdout] 772a1554e13bf3bc3222b636b1dba8358b9caac15f5f95dce6f40797e150405b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e3e020a9ece4fce04e9fd2ad3e13809aefe955c4cb3f1d4aa44a3d431addbc00 [INFO] running `Command { std: "docker" "start" "-a" "e3e020a9ece4fce04e9fd2ad3e13809aefe955c4cb3f1d4aa44a3d431addbc00", kill_on_drop: false }` [INFO] [stderr] Checking afire v3.0.0-alpha.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `afire::extensions` [INFO] [stdout] --> examples/tmp.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | extensions::{Date, Head, Logger, RedirectResponse, RouteShorthands, ServeStatic, Trace}, [INFO] [stdout] | ^^^^^^^^^^ could not find `extensions` in `afire` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/lib/lib.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub mod extensions { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] = note: the item is gated behind the `extensions` feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `get` found for struct `afire::Server` in the current scope [INFO] [stdout] --> examples/tmp.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 36 | server.get("/**", |ctx| { [INFO] [stdout] | -------^^^ method not found in `Server` [INFO] [stdout] | [INFO] [stdout] help: some of the expressions' fields have a method of the same name [INFO] [stdout] | [INFO] [stdout] 36 | server.default_headers.get("/**", |ctx| { [INFO] [stdout] | ++++++++++++++++ [INFO] [stdout] 36 | server.middleware.get("/**", |ctx| { [INFO] [stdout] | +++++++++++ [INFO] [stdout] 36 | server.routes.get("/**", |ctx| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `get` found for struct `afire::Server` in the current scope [INFO] [stdout] --> examples/tmp.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 43 | server.get("/{}/{}/{}", |ctx| { [INFO] [stdout] | -------^^^ method not found in `Server` [INFO] [stdout] | [INFO] [stdout] help: some of the expressions' fields have a method of the same name [INFO] [stdout] | [INFO] [stdout] 43 | server.default_headers.get("/{}/{}/{}", |ctx| { [INFO] [stdout] | ++++++++++++++++ [INFO] [stdout] 43 | server.middleware.get("/{}/{}/{}", |ctx| { [INFO] [stdout] | +++++++++++ [INFO] [stdout] 43 | server.routes.get("/{}/{}/{}", |ctx| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `get` found for struct `afire::Server` in the current scope [INFO] [stdout] --> examples/tmp.rs:51:12 [INFO] [stdout] | [INFO] [stdout] 51 | server.get("/yt/{id}", |ctx| { [INFO] [stdout] | -------^^^ method not found in `Server` [INFO] [stdout] | [INFO] [stdout] help: some of the expressions' fields have a method of the same name [INFO] [stdout] | [INFO] [stdout] 51 | server.default_headers.get("/yt/{id}", |ctx| { [INFO] [stdout] | ++++++++++++++++ [INFO] [stdout] 51 | server.middleware.get("/yt/{id}", |ctx| { [INFO] [stdout] | +++++++++++ [INFO] [stdout] 51 | server.routes.get("/yt/{id}", |ctx| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `afire` (example "tmp") due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "e3e020a9ece4fce04e9fd2ad3e13809aefe955c4cb3f1d4aa44a3d431addbc00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3e020a9ece4fce04e9fd2ad3e13809aefe955c4cb3f1d4aa44a3d431addbc00", kill_on_drop: false }` [INFO] [stdout] e3e020a9ece4fce04e9fd2ad3e13809aefe955c4cb3f1d4aa44a3d431addbc00