[INFO] fetching crate actix-web-cute-codegen 0.1.0... [INFO] testing actix-web-cute-codegen-0.1.0 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate actix-web-cute-codegen 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate actix-web-cute-codegen 0.1.0 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate actix-web-cute-codegen 0.1.0 [INFO] finished tweaking crates.io crate actix-web-cute-codegen 0.1.0 [INFO] tweaked toml for crates.io crate actix-web-cute-codegen 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded actix-server v0.4.3 [INFO] [stderr] Downloaded awc v0.1.1 [INFO] [stderr] Downloaded actix-service v0.3.6 [INFO] [stderr] Downloaded actix-connect v0.1.5 [INFO] [stderr] Downloaded actix-http-test v0.1.1 [INFO] [stderr] Downloaded actix-utils v0.3.5 [INFO] [stderr] Downloaded hashbrown v0.2.2 [INFO] [stderr] Downloaded actix-http v0.1.5 [INFO] running `Command { std: "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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d4dc587353d983f526a9a0c5b71402d04f13ec2be58afde4380c0d3f7bdf6a90 [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" "d4dc587353d983f526a9a0c5b71402d04f13ec2be58afde4380c0d3f7bdf6a90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d4dc587353d983f526a9a0c5b71402d04f13ec2be58afde4380c0d3f7bdf6a90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4dc587353d983f526a9a0c5b71402d04f13ec2be58afde4380c0d3f7bdf6a90", kill_on_drop: false }` [INFO] [stdout] d4dc587353d983f526a9a0c5b71402d04f13ec2be58afde4380c0d3f7bdf6a90 [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4e035d873a89d4d6df719428cf5f2a33dbfded5680cd0098854ae15335da876d [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" "4e035d873a89d4d6df719428cf5f2a33dbfded5680cd0098854ae15335da876d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling actix-web-cute-codegen v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/route.rs:115:58 [INFO] [stdout] | [INFO] [stdout] 115 | syn::ReturnType::Default => panic!("Function {} has no return type. Cannot be used as handler"), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 115 | syn::ReturnType::Default => panic!("Function {} has no return type. Cannot be used as handler", ...), [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 115 | syn::ReturnType::Default => panic!("{}", "Function {} has no return type. Cannot be used as handler"), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/scope/attr.rs:103:64 [INFO] [stdout] | [INFO] [stdout] 103 | _ => panic!("Scope should containt only code block { }"), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 103 | _ => panic!("Scope should containt only code block { }", ...), [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 103 | _ => panic!("{}", "Scope should containt only code block { }"), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.84s [INFO] running `Command { std: "docker" "inspect" "4e035d873a89d4d6df719428cf5f2a33dbfded5680cd0098854ae15335da876d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e035d873a89d4d6df719428cf5f2a33dbfded5680cd0098854ae15335da876d", kill_on_drop: false }` [INFO] [stdout] 4e035d873a89d4d6df719428cf5f2a33dbfded5680cd0098854ae15335da876d [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5cd84a6b10712b6714cec38ce2d10fbc1c7c7eee555c480dde34ce71b4efa008 [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" "5cd84a6b10712b6714cec38ce2d10fbc1c7c7eee555c480dde34ce71b4efa008", kill_on_drop: false }` [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling hashbrown v0.2.2 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling enum-as-inner v0.2.1 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/route.rs:115:58 [INFO] [stdout] | [INFO] [stdout] 115 | syn::ReturnType::Default => panic!("Function {} has no return type. Cannot be used as handler"), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 115 | syn::ReturnType::Default => panic!("Function {} has no return type. Cannot be used as handler", ...), [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 115 | syn::ReturnType::Default => panic!("{}", "Function {} has no return type. Cannot be used as handler"), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/scope/attr.rs:103:64 [INFO] [stdout] | [INFO] [stdout] 103 | _ => panic!("Scope should containt only code block { }"), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 103 | _ => panic!("Scope should containt only code block { }", ...), [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 103 | _ => panic!("{}", "Scope should containt only code block { }"), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling const-random-macro v0.1.13 [INFO] [stderr] Compiling flate2 v1.0.21 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling actix-service v0.4.2 [INFO] [stderr] Compiling actix-service v0.3.6 [INFO] [stderr] Compiling const-random v0.1.13 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling ahash v0.2.19 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling actix-codec v0.1.2 [INFO] [stderr] Compiling actix-utils v0.3.5 [INFO] [stderr] Compiling actix-utils v0.4.7 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-signal v0.2.9 [INFO] [stderr] Compiling actix-server-config v0.1.2 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling actix-threadpool v0.1.2 [INFO] [stderr] Compiling actix-rt v0.2.6 [INFO] [stderr] Compiling actix-server v0.6.1 [INFO] [stderr] Compiling actix-server v0.4.3 [INFO] [stderr] Compiling synstructure v0.12.5 [INFO] [stderr] Compiling actix-testing v0.1.0 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling actix-web-codegen v0.1.3 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling trust-dns-proto v0.7.4 [INFO] [stderr] Compiling trust-dns-resolver v0.11.1 [INFO] [stderr] Compiling actix-connect v0.2.5 [INFO] [stderr] Compiling actix-connect v0.1.5 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling actix-router v0.1.5 [INFO] [stderr] Compiling actix-http v0.1.5 [INFO] [stderr] Compiling actix-http v0.2.11 [INFO] [stderr] Compiling awc v0.2.8 [INFO] [stderr] Compiling awc v0.1.1 [INFO] [stderr] Compiling actix-http-test v0.1.1 [INFO] [stderr] Compiling actix-web v1.0.9 [INFO] [stderr] Compiling actix-web-cute-codegen v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0412]: cannot find type `ServiceConfig` in module `actix_web::dev` [INFO] [stdout] --> tests/test_derive_scope.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | #[get("/test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `actix_web::dev` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use actix_http::ServiceConfig; [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::web::ServiceConfig; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ServiceConfig` in module `actix_web::dev` [INFO] [stdout] --> tests/test_derive_scope.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | #[scope] [INFO] [stdout] | ^^^^^^^^ not found in `actix_web::dev` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `scope` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use actix_http::ServiceConfig; [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::web::ServiceConfig; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0659]: `path` is ambiguous (built-in attribute vs any other name) [INFO] [stdout] --> tests/test_derive_scope.rs:19:3 [INFO] [stdout] | [INFO] [stdout] 19 | #[path="/my_scope"] [INFO] [stdout] | ^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = note: `path` could refer to a built-in attribute [INFO] [stdout] note: `path` could also refer to the derive helper attribute defined here [INFO] [stdout] --> tests/test_derive_scope.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Scope)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[path]` only has an effect on modules [INFO] [stdout] --> tests/test_derive_scope.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | #[path="/my_scope"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/route.rs:115:58 [INFO] [stdout] | [INFO] [stdout] 115 | syn::ReturnType::Default => panic!("Function {} has no return type. Cannot be used as handler"), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 115 | syn::ReturnType::Default => panic!("Function {} has no return type. Cannot be used as handler", ...), [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 115 | syn::ReturnType::Default => panic!("{}", "Function {} has no return type. Cannot be used as handler"), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/scope/attr.rs:103:64 [INFO] [stdout] | [INFO] [stdout] 103 | _ => panic!("Scope should containt only code block { }"), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 103 | _ => panic!("Scope should containt only code block { }", ...), [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 103 | _ => panic!("{}", "Scope should containt only code block { }"), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> tests/test_derive_scope.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | #[get("/test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^- help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 0 generic parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-1.0.9/src/service.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub trait HttpServiceFactory { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> tests/test_derive_scope.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | #[scope] [INFO] [stdout] | ^^^^^^^^- help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 0 generic parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-1.0.9/src/service.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub trait HttpServiceFactory { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `scope` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0207]: the type parameter `P` is not constrained by the impl trait, self type, or predicates [INFO] [stdout] --> tests/test_derive_scope.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | #[get("/test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ unconstrained type parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0207]: the type parameter `P` is not constrained by the impl trait, self type, or predicates [INFO] [stdout] --> tests/test_derive_scope.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | #[scope] [INFO] [stdout] | ^^^^^^^^ unconstrained type parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `scope` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0207, E0412, E0659. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] error: could not compile `actix-web-cute-codegen` due to 8 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0412]: cannot find type `ServiceConfig` in module `actix_web::dev` [INFO] [stdout] --> tests/test_scope.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | #[get("/outer_test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in `actix_web::dev` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use actix_http::ServiceConfig; [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::web::ServiceConfig; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ServiceConfig` in module `actix_web::dev` [INFO] [stdout] --> tests/test_scope.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #[scope("/scope", hook="outer_init_scope", handler="outer_test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `actix_web::dev` [INFO] [stdout] | [INFO] [stdout] = note: consider importing one of these items: [INFO] [stdout] actix_http::ServiceConfig [INFO] [stdout] actix_web::web::ServiceConfig [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ServiceConfig` in module `actix_web::dev` [INFO] [stdout] --> tests/test_scope.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #[scope("/scope", hook="outer_init_scope", handler="outer_test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `actix_web::dev` [INFO] [stdout] | [INFO] [stdout] = note: consider importing one of these items: [INFO] [stdout] actix_http::ServiceConfig [INFO] [stdout] actix_web::web::ServiceConfig [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ServiceConfig` in module `actix_web::dev` [INFO] [stdout] --> tests/test_scope.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #[scope("/scope", hook="outer_init_scope", handler="outer_test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `actix_web::dev` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `scope` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use actix_http::ServiceConfig; [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::web::ServiceConfig; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> tests/test_scope.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | #[get("/outer_test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^- help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 0 generic parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-1.0.9/src/service.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub trait HttpServiceFactory { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> tests/test_scope.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #[scope("/scope", hook="outer_init_scope", handler="outer_test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 0 generic parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-1.0.9/src/service.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub trait HttpServiceFactory { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `scope` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> tests/test_scope.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #[scope("/scope", hook="outer_init_scope", handler="outer_test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 0 generic parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-1.0.9/src/service.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub trait HttpServiceFactory { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> tests/test_scope.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #[scope("/scope", hook="outer_init_scope", handler="outer_test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 0 generic parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-1.0.9/src/service.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub trait HttpServiceFactory { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0207]: the type parameter `P` is not constrained by the impl trait, self type, or predicates [INFO] [stdout] --> tests/test_scope.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | #[get("/outer_test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ unconstrained type parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0207]: the type parameter `P` is not constrained by the impl trait, self type, or predicates [INFO] [stdout] --> tests/test_scope.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #[scope("/scope", hook="outer_init_scope", handler="outer_test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unconstrained type parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `scope` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0207]: the type parameter `P` is not constrained by the impl trait, self type, or predicates [INFO] [stdout] --> tests/test_scope.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #[scope("/scope", hook="outer_init_scope", handler="outer_test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unconstrained type parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0207]: the type parameter `P` is not constrained by the impl trait, self type, or predicates [INFO] [stdout] --> tests/test_scope.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #[scope("/scope", hook="outer_init_scope", handler="outer_test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unconstrained type parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0207, E0412. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ServiceConfig` in module `actix_web::dev` [INFO] [stdout] --> tests/test_route.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | #[get("/test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `actix_web::dev` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use actix_http::ServiceConfig; [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::web::ServiceConfig; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ServiceConfig` in module `actix_web::dev` [INFO] [stdout] --> tests/test_route.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | #[get("/test", async)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in `actix_web::dev` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use actix_http::ServiceConfig; [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::web::ServiceConfig; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ServiceConfig` in module `actix_web::dev` [INFO] [stdout] --> tests/test_route.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | #[get("/test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `actix_web::dev` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use actix_http::ServiceConfig; [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::web::ServiceConfig; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ServiceConfig` in module `actix_web::dev` [INFO] [stdout] --> tests/test_route.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | #[get("/test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `actix_web::dev` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use actix_http::ServiceConfig; [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::web::ServiceConfig; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> tests/test_route.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | #[get("/test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^- help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 0 generic parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-1.0.9/src/service.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub trait HttpServiceFactory { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> tests/test_route.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | #[get("/test", async)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^- help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 0 generic parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-1.0.9/src/service.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub trait HttpServiceFactory { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> tests/test_route.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | #[get("/test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^- help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 0 generic parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-1.0.9/src/service.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub trait HttpServiceFactory { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> tests/test_route.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | #[get("/test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^- help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 0 generic parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-1.0.9/src/service.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | pub trait HttpServiceFactory { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0207]: the type parameter `P` is not constrained by the impl trait, self type, or predicates [INFO] [stdout] --> tests/test_route.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | #[get("/test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ unconstrained type parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0207]: the type parameter `P` is not constrained by the impl trait, self type, or predicates [INFO] [stdout] --> tests/test_route.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | #[get("/test", async)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ unconstrained type parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0207]: the type parameter `P` is not constrained by the impl trait, self type, or predicates [INFO] [stdout] --> tests/test_route.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | #[get("/test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ unconstrained type parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0207]: the type parameter `P` is not constrained by the impl trait, self type, or predicates [INFO] [stdout] --> tests/test_route.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | #[get("/test")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ unconstrained type parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0207, E0412. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "5cd84a6b10712b6714cec38ce2d10fbc1c7c7eee555c480dde34ce71b4efa008", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cd84a6b10712b6714cec38ce2d10fbc1c7c7eee555c480dde34ce71b4efa008", kill_on_drop: false }` [INFO] [stdout] 5cd84a6b10712b6714cec38ce2d10fbc1c7c7eee555c480dde34ce71b4efa008