[INFO] fetching crate tower-web-macros 0.3.5... [INFO] checking tower-web-macros-0.3.5 against master#8007b506ac5da629f223b755f5a5391edd5f6d01 for pr-88041 [INFO] extracting crate tower-web-macros 0.3.5 into /workspace/builds/worker-76/source [INFO] validating manifest of crates.io crate tower-web-macros 0.3.5 on toolchain 8007b506ac5da629f223b755f5a5391edd5f6d01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "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-76/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "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" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8619a8fddafe51ddc9d3f1c4e9d7ec0bd772d06732c9978814d18496990d88ae [INFO] running `Command { std: "docker" "start" "-a" "8619a8fddafe51ddc9d3f1c4e9d7ec0bd772d06732c9978814d18496990d88ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8619a8fddafe51ddc9d3f1c4e9d7ec0bd772d06732c9978814d18496990d88ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8619a8fddafe51ddc9d3f1c4e9d7ec0bd772d06732c9978814d18496990d88ae", kill_on_drop: false }` [INFO] [stdout] 8619a8fddafe51ddc9d3f1c4e9d7ec0bd772d06732c9978814d18496990d88ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fbf262a420b284549dc06284727057e1002bc0a92ed5c1ec6ec944cb6d1b7741 [INFO] running `Command { std: "docker" "start" "-a" "fbf262a420b284549dc06284727057e1002bc0a92ed5c1ec6ec944cb6d1b7741", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking unicode-xid v0.1.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.3 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking proc-macro-hack v0.4.3 [INFO] [stderr] Checking http v0.1.21 [INFO] [stderr] Checking quote v0.6.13 [INFO] [stderr] Checking 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/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: 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: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.02s [INFO] running `Command { std: "docker" "inspect" "fbf262a420b284549dc06284727057e1002bc0a92ed5c1ec6ec944cb6d1b7741", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbf262a420b284549dc06284727057e1002bc0a92ed5c1ec6ec944cb6d1b7741", kill_on_drop: false }` [INFO] [stdout] fbf262a420b284549dc06284727057e1002bc0a92ed5c1ec6ec944cb6d1b7741