[INFO] fetching crate actix-web-codegen 0.1.0-alpha.6... [INFO] extracting crate actix-web-codegen 0.1.0-alpha.6 into work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/actix-web-codegen/0.1.0-alpha.6 [INFO] extracting crate actix-web-codegen 0.1.0-alpha.6 into work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/actix-web-codegen/0.1.0-alpha.6 [INFO] validating manifest of actix-web-codegen-0.1.0-alpha.6 on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of actix-web-codegen-0.1.0-alpha.6 on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing actix-web-codegen-0.1.0-alpha.6 [INFO] finished frobbing actix-web-codegen-0.1.0-alpha.6 [INFO] frobbed toml for actix-web-codegen-0.1.0-alpha.6 written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/actix-web-codegen/0.1.0-alpha.6/Cargo.toml [INFO] started frobbing actix-web-codegen-0.1.0-alpha.6 [INFO] finished frobbing actix-web-codegen-0.1.0-alpha.6 [INFO] frobbed toml for actix-web-codegen-0.1.0-alpha.6 written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/actix-web-codegen/0.1.0-alpha.6/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking actix-web-codegen-0.1.0-alpha.6 against try#06a150c7d11500b41499224f165e9de1de096768 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-5/try#06a150c7d11500b41499224f165e9de1de096768:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/actix-web-codegen/0.1.0-alpha.6:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3b4dc0564036b7c518ddc34f4706e9d9b5994df44183eb21e622a3e11cc035bb [INFO] running `"docker" "start" "-a" "3b4dc0564036b7c518ddc34f4706e9d9b5994df44183eb21e622a3e11cc035bb"` [INFO] [stderr] Compiling actix-web-codegen v0.1.0-alpha.6 (/opt/crater/workdir) [INFO] [stderr] Checking actix-http v0.1.2 [INFO] [stderr] Checking awc v0.1.1 [INFO] [stderr] Checking actix-web v1.0.0-beta.1 [INFO] [stderr] Checking actix-http-test v0.1.0 [INFO] [stderr] error[E0412]: cannot find type `ServiceConfig` in module `actix_web::dev` [INFO] [stderr] --> tests/test_macro.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | #[get("/test")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `actix_web::dev` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use actix_http::ServiceConfig; [INFO] [stderr] | [INFO] [stderr] 1 | use actix_web::web::ServiceConfig; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServiceConfig` in module `actix_web::dev` [INFO] [stderr] --> tests/test_macro.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | #[get("/test")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `actix_web::dev` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use actix_http::ServiceConfig; [INFO] [stderr] | [INFO] [stderr] 1 | use actix_web::web::ServiceConfig; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ServiceConfig` in module `actix_web::dev` [INFO] [stderr] --> tests/test_macro.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | #[get("/test")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `actix_web::dev` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use actix_http::ServiceConfig; [INFO] [stderr] | [INFO] [stderr] 1 | use actix_web::web::ServiceConfig; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `actix-web-codegen`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3b4dc0564036b7c518ddc34f4706e9d9b5994df44183eb21e622a3e11cc035bb"` [INFO] running `"docker" "rm" "-f" "3b4dc0564036b7c518ddc34f4706e9d9b5994df44183eb21e622a3e11cc035bb"` [INFO] [stdout] 3b4dc0564036b7c518ddc34f4706e9d9b5994df44183eb21e622a3e11cc035bb