[INFO] fetching crate airline 0.1.12...
[INFO] testing airline-0.1.12 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate airline 0.1.12 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate airline 0.1.12 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "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-3-tc1/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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded airline-macros v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 378fa0d2aca847c8a3f0b2f425eb4b9c464d90cce8157e7b00ebbee1ad20348a
[INFO] running `Command { std: "docker" "start" "-a" "378fa0d2aca847c8a3f0b2f425eb4b9c464d90cce8157e7b00ebbee1ad20348a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "378fa0d2aca847c8a3f0b2f425eb4b9c464d90cce8157e7b00ebbee1ad20348a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "378fa0d2aca847c8a3f0b2f425eb4b9c464d90cce8157e7b00ebbee1ad20348a", kill_on_drop: false }`
[INFO] [stdout] 378fa0d2aca847c8a3f0b2f425eb4b9c464d90cce8157e7b00ebbee1ad20348a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8190f92e35e2e44f5361ac4a8fbcce266fab19a512332ffd55d37d1efc0c7164
[INFO] running `Command { std: "docker" "start" "-a" "8190f92e35e2e44f5361ac4a8fbcce266fab19a512332ffd55d37d1efc0c7164", kill_on_drop: false }`
[INFO] [stderr]    Compiling airline-macros v0.1.0
[INFO] [stderr]    Compiling airline v0.1.12 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `&` 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]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout]     = note: `#[warn(elided_lifetimes_in_associated_constant)]` on by default
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 248 |     const TYPE_JSON: &'static str = "application/json";
[INFO] [stdout]     |                       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 249 |     const TYPE_OCTET_STREAM: &'static str = "application/octet-stream";
[INFO] [stdout]     |                               +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 250 |     const TYPE_LD_JSON: &'static str = "application/ld+json";
[INFO] [stdout]     |                          +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                            ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 251 |     const TYPE_PLAIN_TEXT: &'static str = "text/plain";
[INFO] [stdout]     |                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 307 |     const GET_TYPE: &'static str = "GET";
[INFO] [stdout]     |                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 308 |     const POST_TYPE: &'static str = "POST";
[INFO] [stdout]     |                       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 309 |     const PUT_TYPE: &'static str = "PUT";
[INFO] [stdout]     |                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 310 |     const DELETE_TYPE: &'static str = "DELETE";
[INFO] [stdout]     |                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 311 |     const ANY_TYPE: &'static str = "ANY";
[INFO] [stdout]     |                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout]     = note: `#[warn(elided_lifetimes_in_associated_constant)]` on by default
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 248 |     const TYPE_JSON: &'static str = "application/json";
[INFO] [stdout]     |                       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 249 |     const TYPE_OCTET_STREAM: &'static str = "application/octet-stream";
[INFO] [stdout]     |                               +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 250 |     const TYPE_LD_JSON: &'static str = "application/ld+json";
[INFO] [stdout]     |                          +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                            ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 251 |     const TYPE_PLAIN_TEXT: &'static str = "text/plain";
[INFO] [stdout]     |                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 307 |     const GET_TYPE: &'static str = "GET";
[INFO] [stdout]     |                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 308 |     const POST_TYPE: &'static str = "POST";
[INFO] [stdout]     |                       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 309 |     const PUT_TYPE: &'static str = "PUT";
[INFO] [stdout]     |                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 310 |     const DELETE_TYPE: &'static str = "DELETE";
[INFO] [stdout]     |                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 311 |     const ANY_TYPE: &'static str = "ANY";
[INFO] [stdout]     |                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
[INFO] running `Command { std: "docker" "inspect" "8190f92e35e2e44f5361ac4a8fbcce266fab19a512332ffd55d37d1efc0c7164", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8190f92e35e2e44f5361ac4a8fbcce266fab19a512332ffd55d37d1efc0c7164", kill_on_drop: false }`
[INFO] [stdout] 8190f92e35e2e44f5361ac4a8fbcce266fab19a512332ffd55d37d1efc0c7164
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 603635e9809f236751e54ecd457d76433b1c86806da6a175ca7869cbf9b9dc76
[INFO] running `Command { std: "docker" "start" "-a" "603635e9809f236751e54ecd457d76433b1c86806da6a175ca7869cbf9b9dc76", kill_on_drop: false }`
[INFO] [stdout] warning: `&` 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]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout]     = note: `#[warn(elided_lifetimes_in_associated_constant)]` on by default
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 248 |     const TYPE_JSON: &'static str = "application/json";
[INFO] [stdout]     |                       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 249 |     const TYPE_OCTET_STREAM: &'static str = "application/octet-stream";
[INFO] [stdout]     |                               +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 250 |     const TYPE_LD_JSON: &'static str = "application/ld+json";
[INFO] [stdout]     |                          +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                            ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 251 |     const TYPE_PLAIN_TEXT: &'static str = "text/plain";
[INFO] [stdout]     |                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 307 |     const GET_TYPE: &'static str = "GET";
[INFO] [stdout]     |                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 308 |     const POST_TYPE: &'static str = "POST";
[INFO] [stdout]     |                       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling airline v0.1.12 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `&` 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]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 309 |     const PUT_TYPE: &'static str = "PUT";
[INFO] [stdout]     |                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 310 |     const DELETE_TYPE: &'static str = "DELETE";
[INFO] [stdout]     |                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 311 |     const ANY_TYPE: &'static str = "ANY";
[INFO] [stdout]     |                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout]     = note: `#[warn(elided_lifetimes_in_associated_constant)]` on by default
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 248 |     const TYPE_JSON: &'static str = "application/json";
[INFO] [stdout]     |                       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 249 |     const TYPE_OCTET_STREAM: &'static str = "application/octet-stream";
[INFO] [stdout]     |                               +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 250 |     const TYPE_LD_JSON: &'static str = "application/ld+json";
[INFO] [stdout]     |                          +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                            ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 251 |     const TYPE_PLAIN_TEXT: &'static str = "text/plain";
[INFO] [stdout]     |                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 307 |     const GET_TYPE: &'static str = "GET";
[INFO] [stdout]     |                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 308 |     const POST_TYPE: &'static str = "POST";
[INFO] [stdout]     |                       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 309 |     const PUT_TYPE: &'static str = "PUT";
[INFO] [stdout]     |                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 310 |     const DELETE_TYPE: &'static str = "DELETE";
[INFO] [stdout]     |                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 311 |     const ANY_TYPE: &'static str = "ANY";
[INFO] [stdout]     |                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout]     = note: `#[warn(elided_lifetimes_in_associated_constant)]` on by default
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 248 |     const TYPE_JSON: &'static str = "application/json";
[INFO] [stdout]     |                       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 249 |     const TYPE_OCTET_STREAM: &'static str = "application/octet-stream";
[INFO] [stdout]     |                               +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 250 |     const TYPE_LD_JSON: &'static str = "application/ld+json";
[INFO] [stdout]     |                          +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                            ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 251 |     const TYPE_PLAIN_TEXT: &'static str = "text/plain";
[INFO] [stdout]     |                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 307 |     const GET_TYPE: &'static str = "GET";
[INFO] [stdout]     |                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 308 |     const POST_TYPE: &'static str = "POST";
[INFO] [stdout]     |                       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 309 |     const PUT_TYPE: &'static str = "PUT";
[INFO] [stdout]     |                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 310 |     const DELETE_TYPE: &'static str = "DELETE";
[INFO] [stdout]     |                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `&` 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]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stdout] help: use the `'static` lifetime
[INFO] [stdout]     |
[INFO] [stdout] 311 |     const ANY_TYPE: &'static str = "ANY";
[INFO] [stdout]     |                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] running `Command { std: "docker" "inspect" "603635e9809f236751e54ecd457d76433b1c86806da6a175ca7869cbf9b9dc76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "603635e9809f236751e54ecd457d76433b1c86806da6a175ca7869cbf9b9dc76", kill_on_drop: false }`
[INFO] [stdout] 603635e9809f236751e54ecd457d76433b1c86806da6a175ca7869cbf9b9dc76
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0d952e682b082b0cb0f8d7d4d367e4b9c27d2ba54c4e8a6f08ff8de6b70f49b7
[INFO] running `Command { std: "docker" "start" "-a" "0d952e682b082b0cb0f8d7d4d367e4b9c27d2ba54c4e8a6f08ff8de6b70f49b7", kill_on_drop: false }`
[INFO] [stderr] warning: `&` without an explicit lifetime name cannot be used here
[INFO] [stderr]    --> src/server/reqres.rs:248:22
[INFO] [stderr]     |
[INFO] [stderr] 248 |     const TYPE_JSON: &str = "application/json";
[INFO] [stderr]     |                      ^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stderr]     = note: `#[warn(elided_lifetimes_in_associated_constant)]` on by default
[INFO] [stderr] help: use the `'static` lifetime
[INFO] [stderr]     |
[INFO] [stderr] 248 |     const TYPE_JSON: &'static str = "application/json";
[INFO] [stderr]     |                       +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `&` without an explicit lifetime name cannot be used here
[INFO] [stderr]    --> src/server/reqres.rs:249:30
[INFO] [stderr]     |
[INFO] [stderr] 249 |     const TYPE_OCTET_STREAM: &str = "application/octet-stream";
[INFO] [stderr]     |                              ^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stderr] help: use the `'static` lifetime
[INFO] [stderr]     |
[INFO] [stderr] 249 |     const TYPE_OCTET_STREAM: &'static str = "application/octet-stream";
[INFO] [stderr]     |                               +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `&` without an explicit lifetime name cannot be used here
[INFO] [stderr]    --> src/server/reqres.rs:250:25
[INFO] [stderr]     |
[INFO] [stderr] 250 |     const TYPE_LD_JSON: &str = "application/ld+json";
[INFO] [stderr]     |                         ^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stderr] help: use the `'static` lifetime
[INFO] [stderr]     |
[INFO] [stderr] 250 |     const TYPE_LD_JSON: &'static str = "application/ld+json";
[INFO] [stderr]     |                          +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `&` without an explicit lifetime name cannot be used here
[INFO] [stderr]    --> src/server/reqres.rs:251:28
[INFO] [stderr]     |
[INFO] [stderr] 251 |     const TYPE_PLAIN_TEXT: &str = "text/plain";
[INFO] [stderr]     |                            ^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stderr] help: use the `'static` lifetime
[INFO] [stderr]     |
[INFO] [stderr] 251 |     const TYPE_PLAIN_TEXT: &'static str = "text/plain";
[INFO] [stderr]     |                             +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `&` without an explicit lifetime name cannot be used here
[INFO] [stderr]    --> src/server/reqres.rs:307:21
[INFO] [stderr]     |
[INFO] [stderr] 307 |     const GET_TYPE: &str = "GET";
[INFO] [stderr]     |                     ^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stderr] help: use the `'static` lifetime
[INFO] [stderr]     |
[INFO] [stderr] 307 |     const GET_TYPE: &'static str = "GET";
[INFO] [stderr]     |                      +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `&` without an explicit lifetime name cannot be used here
[INFO] [stderr]    --> src/server/reqres.rs:308:22
[INFO] [stderr]     |
[INFO] [stderr] 308 |     const POST_TYPE: &str = "POST";
[INFO] [stderr]     |                      ^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stderr] help: use the `'static` lifetime
[INFO] [stderr]     |
[INFO] [stderr] 308 |     const POST_TYPE: &'static str = "POST";
[INFO] [stderr]     |                       +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `&` without an explicit lifetime name cannot be used here
[INFO] [stderr]    --> src/server/reqres.rs:309:21
[INFO] [stderr]     |
[INFO] [stderr] 309 |     const PUT_TYPE: &str = "PUT";
[INFO] [stderr]     |                     ^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stderr] help: use the `'static` lifetime
[INFO] [stderr]     |
[INFO] [stderr] 309 |     const PUT_TYPE: &'static str = "PUT";
[INFO] [stderr]     |                      +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `&` without an explicit lifetime name cannot be used here
[INFO] [stderr]    --> src/server/reqres.rs:310:24
[INFO] [stderr]     |
[INFO] [stderr] 310 |     const DELETE_TYPE: &str = "DELETE";
[INFO] [stderr]     |                        ^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stderr] help: use the `'static` lifetime
[INFO] [stderr]     |
[INFO] [stderr] 310 |     const DELETE_TYPE: &'static str = "DELETE";
[INFO] [stderr]     |                         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `&` without an explicit lifetime name cannot be used here
[INFO] [stderr]    --> src/server/reqres.rs:311:21
[INFO] [stderr]     |
[INFO] [stderr] 311 |     const ANY_TYPE: &str = "ANY";
[INFO] [stderr]     |                     ^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
[INFO] [stderr] help: use the `'static` lifetime
[INFO] [stderr]     |
[INFO] [stderr] 311 |     const ANY_TYPE: &'static str = "ANY";
[INFO] [stderr]     |                      +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `airline` (lib) generated 9 warnings (run `cargo fix --lib -p airline` to apply 9 suggestions)
[INFO] [stderr] warning: `airline` (bin "airline" test) generated 9 warnings (9 duplicates)
[INFO] [stderr] warning: `airline` (lib test) generated 9 warnings (9 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/server/mod.rs (/opt/rustwide/target/debug/deps/airline-3a2d32f5d4adfb15)
[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] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/airline-db339b33721700a3)
[INFO] [stderr]    Doc-tests airline
[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] [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" "0d952e682b082b0cb0f8d7d4d367e4b9c27d2ba54c4e8a6f08ff8de6b70f49b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d952e682b082b0cb0f8d7d4d367e4b9c27d2ba54c4e8a6f08ff8de6b70f49b7", kill_on_drop: false }`
[INFO] [stdout] 0d952e682b082b0cb0f8d7d4d367e4b9c27d2ba54c4e8a6f08ff8de6b70f49b7
