[INFO] fetching crate airline 0.1.12... [INFO] checking airline-0.1.12 against try#19359abcd1be36c9ba1922a244cf9abf02af7a22 for pr-114716 [INFO] extracting crate airline 0.1.12 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate airline 0.1.12 on toolchain 19359abcd1be36c9ba1922a244cf9abf02af7a22 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+19359abcd1be36c9ba1922a244cf9abf02af7a22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate airline 0.1.12 [INFO] finished tweaking crates.io crate airline 0.1.12 [INFO] tweaked toml for crates.io crate airline 0.1.12 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate crates.io crate airline 0.1.12 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" "+19359abcd1be36c9ba1922a244cf9abf02af7a22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:84cb280c7acaf12c1f874411053406050a24f846e52f817d4d9e64bcbe5ce959" "/opt/rustwide/cargo-home/bin/cargo" "+19359abcd1be36c9ba1922a244cf9abf02af7a22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] acf118382633995e037f2cec363ddf04a06ed90cfb8ffdf5ba5890f0fcdcc56d [INFO] running `Command { std: "docker" "start" "-a" "acf118382633995e037f2cec363ddf04a06ed90cfb8ffdf5ba5890f0fcdcc56d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "acf118382633995e037f2cec363ddf04a06ed90cfb8ffdf5ba5890f0fcdcc56d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acf118382633995e037f2cec363ddf04a06ed90cfb8ffdf5ba5890f0fcdcc56d", kill_on_drop: false }` [INFO] [stdout] acf118382633995e037f2cec363ddf04a06ed90cfb8ffdf5ba5890f0fcdcc56d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:84cb280c7acaf12c1f874411053406050a24f846e52f817d4d9e64bcbe5ce959" "/opt/rustwide/cargo-home/bin/cargo" "+19359abcd1be36c9ba1922a244cf9abf02af7a22" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d050a9ec8cc94a236bd5f1a92eeb54c89ba6d6c4455fc7a442e44d1f5e5b17b3 [INFO] running `Command { std: "docker" "start" "-a" "d050a9ec8cc94a236bd5f1a92eeb54c89ba6d6c4455fc7a442e44d1f5e5b17b3", kill_on_drop: false }` [INFO] [stderr] Compiling airline-macros v0.1.0 [INFO] [stderr] Checking airline v0.1.12 (/opt/rustwide/workdir) [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/server/reqres.rs:248:22 [INFO] [stdout] | [INFO] [stdout] 248 | const TYPE_JSON: &str = "application/json"; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/server/reqres.rs:249:30 [INFO] [stdout] | [INFO] [stdout] 249 | const TYPE_OCTET_STREAM: &str = "application/octet-stream"; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/server/reqres.rs:250:25 [INFO] [stdout] | [INFO] [stdout] 250 | const TYPE_LD_JSON: &str = "application/ld+json"; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/server/reqres.rs:251:28 [INFO] [stdout] | [INFO] [stdout] 251 | const TYPE_PLAIN_TEXT: &str = "text/plain"; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/server/reqres.rs:248:22 [INFO] [stdout] | [INFO] [stdout] 248 | const TYPE_JSON: &str = "application/json"; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/server/reqres.rs:307:21 [INFO] [stdout] | [INFO] [stdout] 307 | const GET_TYPE: &str = "GET"; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/server/reqres.rs:308:22 [INFO] [stdout] | [INFO] [stdout] 308 | const POST_TYPE: &str = "POST"; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/server/reqres.rs:249:30 [INFO] [stdout] | [INFO] [stdout] 249 | const TYPE_OCTET_STREAM: &str = "application/octet-stream"; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/server/reqres.rs:309:21 [INFO] [stdout] | [INFO] [stdout] 309 | const PUT_TYPE: &str = "PUT"; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/server/reqres.rs:250:25 [INFO] [stdout] | [INFO] [stdout] 250 | const TYPE_LD_JSON: &str = "application/ld+json"; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/server/reqres.rs:310:24 [INFO] [stdout] | [INFO] [stdout] 310 | const DELETE_TYPE: &str = "DELETE"; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/server/reqres.rs:251:28 [INFO] [stdout] | [INFO] [stdout] 251 | const TYPE_PLAIN_TEXT: &str = "text/plain"; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/server/reqres.rs:311:21 [INFO] [stdout] | [INFO] [stdout] 311 | const ANY_TYPE: &str = "ANY"; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/server/reqres.rs:307:21 [INFO] [stdout] | [INFO] [stdout] 307 | const GET_TYPE: &str = "GET"; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/server/reqres.rs:308:22 [INFO] [stdout] | [INFO] [stdout] 308 | const POST_TYPE: &str = "POST"; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/server/reqres.rs:309:21 [INFO] [stdout] | [INFO] [stdout] 309 | const PUT_TYPE: &str = "PUT"; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/server/reqres.rs:310:24 [INFO] [stdout] | [INFO] [stdout] 310 | const DELETE_TYPE: &str = "DELETE"; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/server/reqres.rs:311:21 [INFO] [stdout] | [INFO] [stdout] 311 | const ANY_TYPE: &str = "ANY"; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0637`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0637`. [INFO] [stdout] [INFO] [stderr] error: could not compile `airline` (lib test) due to 10 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `airline` (lib) due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "d050a9ec8cc94a236bd5f1a92eeb54c89ba6d6c4455fc7a442e44d1f5e5b17b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d050a9ec8cc94a236bd5f1a92eeb54c89ba6d6c4455fc7a442e44d1f5e5b17b3", kill_on_drop: false }` [INFO] [stdout] d050a9ec8cc94a236bd5f1a92eeb54c89ba6d6c4455fc7a442e44d1f5e5b17b3