[INFO] fetching crate tower-web-macros 0.3.5... [INFO] testing tower-web-macros-0.3.5 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate tower-web-macros 0.3.5 into /workspace/builds/worker-19/source [INFO] validating manifest of crates.io crate tower-web-macros 0.3.5 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tower-web-macros 0.3.5 [INFO] finished tweaking crates.io crate tower-web-macros 0.3.5 [INFO] tweaked toml for crates.io crate tower-web-macros 0.3.5 written to /workspace/builds/worker-19/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4f6a8d81282c0bc79bc77ac0754c7a6bbddf6af5d7822d8bcb702385277d8754 [INFO] running `Command { std: "docker" "start" "-a" "4f6a8d81282c0bc79bc77ac0754c7a6bbddf6af5d7822d8bcb702385277d8754", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4f6a8d81282c0bc79bc77ac0754c7a6bbddf6af5d7822d8bcb702385277d8754", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f6a8d81282c0bc79bc77ac0754c7a6bbddf6af5d7822d8bcb702385277d8754", kill_on_drop: false }` [INFO] [stdout] 4f6a8d81282c0bc79bc77ac0754c7a6bbddf6af5d7822d8bcb702385277d8754 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f3293c7771978b1ad19441a89aff22e8472dcd2aacf27b79530bdff1ad2e639 [INFO] running `Command { std: "docker" "start" "-a" "1f3293c7771978b1ad19441a89aff22e8472dcd2aacf27b79530bdff1ad2e639", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.3 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling proc-macro-hack v0.4.3 [INFO] [stderr] Compiling tower-web-macros v0.3.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/derive/attr.rs:67:140 [INFO] [stdout] | [INFO] [stdout] 67 | ... return Err(format!("invalid struct level `template` annotation. The attribute must be formatted as:\n\n\ [INFO] [stdout] | ______________________________________________________________________________________________________________________________^ [INFO] [stdout] 68 | | ... [INFO] [stdout] 69 | | ... `#[web(template = \"foo\")]`\n\n\ [INFO] [stdout] | |__________________________________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/derive/attr.rs:69:89 [INFO] [stdout] | [INFO] [stdout] 69 | ... `#[web(template = \"foo\")]`\n\n\ [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 70 | | ... [INFO] [stdout] 71 | | ... Actual: {}", actual.to_string())); [INFO] [stdout] | |______________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/derive/attr.rs:83:83 [INFO] [stdout] | [INFO] [stdout] 83 | ... the following formats:\n\n\ [INFO] [stdout] | __________________________________________________^ [INFO] [stdout] 84 | | ... [INFO] [stdout] 85 | | ... `#[web(status)]`\n\ [INFO] [stdout] | |______________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/derive/attr.rs:86:86 [INFO] [stdout] | [INFO] [stdout] 86 | ... `#[web(status = \"201\")]`\n\n\ [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 87 | | ... [INFO] [stdout] 88 | | ... Actual: {}", actual.to_string())); [INFO] [stdout] | |______________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/derive/response.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... not supply a value. The form must be:\n\n\ [INFO] [stdout] | ________________________________________________________________^ [INFO] [stdout] 537 | | ... [INFO] [stdout] 538 | | ... `#[web(status)]`\n\n\ [INFO] [stdout] | |______________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/derive/response.rs:538:78 [INFO] [stdout] | [INFO] [stdout] 538 | ... `#[web(status)]`\n\n\ [INFO] [stdout] | ___________________________________________^ [INFO] [stdout] 539 | | ... [INFO] [stdout] 540 | | ... Actual: {}", attr.source.into_token_stream().to_string())); [INFO] [stdout] | |______________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `index` [INFO] [stdout] --> src/resource/catch.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | index: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Catch` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/resource/catch.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attributes` [INFO] [stdout] --> src/resource/catch.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | attributes: Attributes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Catch` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/resource/catch.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.43s [INFO] running `Command { std: "docker" "inspect" "1f3293c7771978b1ad19441a89aff22e8472dcd2aacf27b79530bdff1ad2e639", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f3293c7771978b1ad19441a89aff22e8472dcd2aacf27b79530bdff1ad2e639", kill_on_drop: false }` [INFO] [stdout] 1f3293c7771978b1ad19441a89aff22e8472dcd2aacf27b79530bdff1ad2e639 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be6a79bd106690ec38c430c16474e22b0d5db9f71a85e5bf87fd705e9588726b [INFO] running `Command { std: "docker" "start" "-a" "be6a79bd106690ec38c430c16474e22b0d5db9f71a85e5bf87fd705e9588726b", kill_on_drop: false }` [INFO] [stderr] Compiling tower-web-macros v0.3.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/derive/attr.rs:67:140 [INFO] [stdout] | [INFO] [stdout] 67 | ... return Err(format!("invalid struct level `template` annotation. The attribute must be formatted as:\n\n\ [INFO] [stdout] | ______________________________________________________________________________________________________________________________^ [INFO] [stdout] 68 | | ... [INFO] [stdout] 69 | | ... `#[web(template = \"foo\")]`\n\n\ [INFO] [stdout] | |__________________________________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/derive/attr.rs:69:89 [INFO] [stdout] | [INFO] [stdout] 69 | ... `#[web(template = \"foo\")]`\n\n\ [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 70 | | ... [INFO] [stdout] 71 | | ... Actual: {}", actual.to_string())); [INFO] [stdout] | |______________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/derive/attr.rs:83:83 [INFO] [stdout] | [INFO] [stdout] 83 | ... the following formats:\n\n\ [INFO] [stdout] | __________________________________________________^ [INFO] [stdout] 84 | | ... [INFO] [stdout] 85 | | ... `#[web(status)]`\n\ [INFO] [stdout] | |______________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/derive/attr.rs:86:86 [INFO] [stdout] | [INFO] [stdout] 86 | ... `#[web(status = \"201\")]`\n\n\ [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 87 | | ... [INFO] [stdout] 88 | | ... Actual: {}", actual.to_string())); [INFO] [stdout] | |______________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/derive/response.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... not supply a value. The form must be:\n\n\ [INFO] [stdout] | ________________________________________________________________^ [INFO] [stdout] 537 | | ... [INFO] [stdout] 538 | | ... `#[web(status)]`\n\n\ [INFO] [stdout] | |______________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/derive/response.rs:538:78 [INFO] [stdout] | [INFO] [stdout] 538 | ... `#[web(status)]`\n\n\ [INFO] [stdout] | ___________________________________________^ [INFO] [stdout] 539 | | ... [INFO] [stdout] 540 | | ... Actual: {}", attr.source.into_token_stream().to_string())); [INFO] [stdout] | |______________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `index` [INFO] [stdout] --> src/resource/catch.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | index: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Catch` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/resource/catch.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attributes` [INFO] [stdout] --> src/resource/catch.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | attributes: Attributes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Catch` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/resource/catch.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/derive/attr.rs:67:140 [INFO] [stdout] | [INFO] [stdout] 67 | ... return Err(format!("invalid struct level `template` annotation. The attribute must be formatted as:\n\n\ [INFO] [stdout] | ______________________________________________________________________________________________________________________________^ [INFO] [stdout] 68 | | ... [INFO] [stdout] 69 | | ... `#[web(template = \"foo\")]`\n\n\ [INFO] [stdout] | |__________________________________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/derive/attr.rs:69:89 [INFO] [stdout] | [INFO] [stdout] 69 | ... `#[web(template = \"foo\")]`\n\n\ [INFO] [stdout] | _______________________________________________________^ [INFO] [stdout] 70 | | ... [INFO] [stdout] 71 | | ... Actual: {}", actual.to_string())); [INFO] [stdout] | |______________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/derive/attr.rs:83:83 [INFO] [stdout] | [INFO] [stdout] 83 | ... the following formats:\n\n\ [INFO] [stdout] | __________________________________________________^ [INFO] [stdout] 84 | | ... [INFO] [stdout] 85 | | ... `#[web(status)]`\n\ [INFO] [stdout] | |______________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/derive/attr.rs:86:86 [INFO] [stdout] | [INFO] [stdout] 86 | ... `#[web(status = \"201\")]`\n\n\ [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 87 | | ... [INFO] [stdout] 88 | | ... Actual: {}", actual.to_string())); [INFO] [stdout] | |______________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/derive/response.rs:536:99 [INFO] [stdout] | [INFO] [stdout] 536 | ... not supply a value. The form must be:\n\n\ [INFO] [stdout] | ________________________________________________________________^ [INFO] [stdout] 537 | | ... [INFO] [stdout] 538 | | ... `#[web(status)]`\n\n\ [INFO] [stdout] | |______________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple lines skipped by escaped newline [INFO] [stdout] --> src/derive/response.rs:538:78 [INFO] [stdout] | [INFO] [stdout] 538 | ... `#[web(status)]`\n\n\ [INFO] [stdout] | ___________________________________________^ [INFO] [stdout] 539 | | ... [INFO] [stdout] 540 | | ... Actual: {}", attr.source.into_token_stream().to_string())); [INFO] [stdout] | |______________________^ skipping everything up to and including this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `index` [INFO] [stdout] --> src/resource/catch.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | index: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Catch` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/resource/catch.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attributes` [INFO] [stdout] --> src/resource/catch.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | attributes: Attributes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Catch` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/resource/catch.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.96s [INFO] running `Command { std: "docker" "inspect" "be6a79bd106690ec38c430c16474e22b0d5db9f71a85e5bf87fd705e9588726b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be6a79bd106690ec38c430c16474e22b0d5db9f71a85e5bf87fd705e9588726b", kill_on_drop: false }` [INFO] [stdout] be6a79bd106690ec38c430c16474e22b0d5db9f71a85e5bf87fd705e9588726b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 40b1e137202a91c94f60a9e38d8ccd70a85be400cfa286ac663b49fbac9bd9ba [INFO] running `Command { std: "docker" "start" "-a" "40b1e137202a91c94f60a9e38d8ccd70a85be400cfa286ac663b49fbac9bd9ba", kill_on_drop: false }` [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> src/derive/attr.rs:67:140 [INFO] [stderr] | [INFO] [stderr] 67 | ... return Err(format!("invalid struct level `template` annotation. The attribute must be formatted as:\n\n\ [INFO] [stderr] | ______________________________________________________________________________________________________________________________^ [INFO] [stderr] 68 | | ... [INFO] [stderr] 69 | | ... `#[web(template = \"foo\")]`\n\n\ [INFO] [stderr] | |__________________________________________^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> src/derive/attr.rs:69:89 [INFO] [stderr] | [INFO] [stderr] 69 | ... `#[web(template = \"foo\")]`\n\n\ [INFO] [stderr] | _______________________________________________________^ [INFO] [stderr] 70 | | ... [INFO] [stderr] 71 | | ... Actual: {}", actual.to_string())); [INFO] [stderr] | |______________________^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> src/derive/attr.rs:83:83 [INFO] [stderr] | [INFO] [stderr] 83 | ... the following formats:\n\n\ [INFO] [stderr] | __________________________________________________^ [INFO] [stderr] 84 | | ... [INFO] [stderr] 85 | | ... `#[web(status)]`\n\ [INFO] [stderr] | |______________________^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> src/derive/attr.rs:86:86 [INFO] [stderr] | [INFO] [stderr] 86 | ... `#[web(status = \"201\")]`\n\n\ [INFO] [stderr] | _____________________________________________________^ [INFO] [stderr] 87 | | ... [INFO] [stderr] 88 | | ... Actual: {}", actual.to_string())); [INFO] [stderr] | |______________________^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> src/derive/response.rs:536:99 [INFO] [stderr] | [INFO] [stderr] 536 | ... not supply a value. The form must be:\n\n\ [INFO] [stderr] | ________________________________________________________________^ [INFO] [stderr] 537 | | ... [INFO] [stderr] 538 | | ... `#[web(status)]`\n\n\ [INFO] [stderr] | |______________________^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> src/derive/response.rs:538:78 [INFO] [stderr] | [INFO] [stderr] 538 | ... `#[web(status)]`\n\n\ [INFO] [stderr] | ___________________________________________^ [INFO] [stderr] 539 | | ... [INFO] [stderr] 540 | | ... Actual: {}", attr.source.into_token_stream().to_string())); [INFO] [stderr] | |______________________^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: field is never read: `index` [INFO] [stderr] --> src/resource/catch.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | index: usize, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Catch` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/resource/catch.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `attributes` [INFO] [stderr] --> src/resource/catch.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | attributes: Attributes, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Catch` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/resource/catch.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `tower-web-macros` (lib) generated 8 warnings [INFO] [stderr] warning: `tower-web-macros` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tower_web_macros-58a069e94c0cc612) [INFO] [stdout] running 13 tests [INFO] [stdout] test derive::test::response::invalid_enum_mixed_fields ... ignored [INFO] [stdout] test derive::test::response::invalid_static_status_2 ... ok [INFO] [stdout] test derive::test::response::invalid_field_status_1 ... ok [INFO] [stdout] test derive::test::response::invalid_struct_either ... ok [INFO] [stdout] test derive::test::response::invalid_enum_either_named_fields ... ok [INFO] [stdout] test derive::test::response::invalid_attributes_either ... ok [INFO] [stdout] test derive::test::response::invalid_enum_either_multiple_fields ... ok [INFO] [stdout] test derive::test::response::template_attr_without_value ... ok [INFO] [stdout] test derive::test::response::invalid_field_status_3 ... ok [INFO] [stdout] test derive::test::response::template_attr_on_field ... ok [INFO] [stdout] test derive::test::response::invalid_field_status_2 ... ok [INFO] [stdout] test derive::test::response::invalid_static_status_1 ... ok [INFO] [stderr] Doc-tests tower-web-macros [INFO] [stdout] test resource::test::parse::duplicate_routes - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> /opt/rustwide/workdir/src/derive/attr.rs:67:140 [INFO] [stderr] | [INFO] [stderr] 67 | ... return Err(format!("invalid struct level `template` annotation. The attribute must be formatted as:\n\n\ [INFO] [stderr] | ______________________________________________________________________________________________________________________________^ [INFO] [stderr] 68 | | ... [INFO] [stderr] 69 | | ... `#[web(template = \"foo\")]`\n\n\ [INFO] [stderr] | |__________________________________________^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> /opt/rustwide/workdir/src/derive/attr.rs:69:89 [INFO] [stderr] | [INFO] [stderr] 69 | ... `#[web(template = \"foo\")]`\n\n\ [INFO] [stderr] | _______________________________________________________^ [INFO] [stderr] 70 | | ... [INFO] [stderr] 71 | | ... Actual: {}", actual.to_string())); [INFO] [stderr] | |______________________^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> /opt/rustwide/workdir/src/derive/attr.rs:83:83 [INFO] [stderr] | [INFO] [stderr] 83 | ... the following formats:\n\n\ [INFO] [stderr] | __________________________________________________^ [INFO] [stderr] 84 | | ... [INFO] [stderr] 85 | | ... `#[web(status)]`\n\ [INFO] [stderr] | |______________________^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> /opt/rustwide/workdir/src/derive/attr.rs:86:86 [INFO] [stderr] | [INFO] [stderr] 86 | ... `#[web(status = \"201\")]`\n\n\ [INFO] [stderr] | _____________________________________________________^ [INFO] [stderr] 87 | | ... [INFO] [stderr] 88 | | ... Actual: {}", actual.to_string())); [INFO] [stderr] | |______________________^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> /opt/rustwide/workdir/src/derive/response.rs:536:99 [INFO] [stderr] | [INFO] [stderr] 536 | ... not supply a value. The form must be:\n\n\ [INFO] [stderr] | ________________________________________________________________^ [INFO] [stderr] 537 | | ... [INFO] [stderr] 538 | | ... `#[web(status)]`\n\n\ [INFO] [stderr] | |______________________^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: multiple lines skipped by escaped newline [INFO] [stderr] --> /opt/rustwide/workdir/src/derive/response.rs:538:78 [INFO] [stderr] | [INFO] [stderr] 538 | ... `#[web(status)]`\n\n\ [INFO] [stderr] | ___________________________________________^ [INFO] [stderr] 539 | | ... [INFO] [stderr] 540 | | ... Actual: {}", attr.source.into_token_stream().to_string())); [INFO] [stderr] | |______________________^ skipping everything up to and including this point [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "40b1e137202a91c94f60a9e38d8ccd70a85be400cfa286ac663b49fbac9bd9ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40b1e137202a91c94f60a9e38d8ccd70a85be400cfa286ac663b49fbac9bd9ba", kill_on_drop: false }` [INFO] [stdout] 40b1e137202a91c94f60a9e38d8ccd70a85be400cfa286ac663b49fbac9bd9ba