[INFO] fetching crate sttp 0.1.0... [INFO] checking sttp-0.1.0 against try#19359abcd1be36c9ba1922a244cf9abf02af7a22 for pr-114716 [INFO] extracting crate sttp 0.1.0 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate sttp 0.1.0 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 sttp 0.1.0 [INFO] finished tweaking crates.io crate sttp 0.1.0 [INFO] tweaked toml for crates.io crate sttp 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+19359abcd1be36c9ba1922a244cf9abf02af7a22" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 04ff3ae568f0ac99ab69cc55dc8e762dc4834d43db934b3f37b29e889dcd9fca [INFO] running `Command { std: "docker" "start" "-a" "04ff3ae568f0ac99ab69cc55dc8e762dc4834d43db934b3f37b29e889dcd9fca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "04ff3ae568f0ac99ab69cc55dc8e762dc4834d43db934b3f37b29e889dcd9fca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04ff3ae568f0ac99ab69cc55dc8e762dc4834d43db934b3f37b29e889dcd9fca", kill_on_drop: false }` [INFO] [stdout] 04ff3ae568f0ac99ab69cc55dc8e762dc4834d43db934b3f37b29e889dcd9fca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 889387bcc3845b10391f19ca8bbab5c8b6b0420298b7d4801075df7342a9365e [INFO] running `Command { std: "docker" "start" "-a" "889387bcc3845b10391f19ca8bbab5c8b6b0420298b7d4801075df7342a9365e", kill_on_drop: false }` [INFO] [stderr] Checking bitflags v2.4.0 [INFO] [stderr] Checking sttp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stdout] --> src/transport/constants.rs:59:33 [INFO] [stdout] | [INFO] [stdout] 59 | pub const METADATA_FILTERS: &str = ""; [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/transport/constants.rs:68:34 [INFO] [stdout] | [INFO] [stdout] 68 | pub const FILTER_EXPRESSION: &str = ""; [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/transport/constants.rs:83:39 [INFO] [stdout] | [INFO] [stdout] 83 | pub const DATA_CHANNEL_INTERFACE: &str = ""; [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/transport/constants.rs:107:27 [INFO] [stdout] | [INFO] [stdout] 107 | pub const START_TIME: &str = ""; [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/transport/constants.rs:110:26 [INFO] [stdout] | [INFO] [stdout] 110 | pub const STOP_TIME: &str = ""; [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/transport/constants.rs:113:38 [INFO] [stdout] | [INFO] [stdout] 113 | pub const CONSTRAINT_PARAMETERS: &str = ""; [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/transport/constants.rs:119:51 [INFO] [stdout] | [INFO] [stdout] 119 | pub const EXTRA_CONNECTION_STRING_PARAMETERS: &str = ""; [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/transport/constants.rs:59:33 [INFO] [stdout] | [INFO] [stdout] 59 | pub const METADATA_FILTERS: &str = ""; [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/transport/constants.rs:68:34 [INFO] [stdout] | [INFO] [stdout] 68 | pub const FILTER_EXPRESSION: &str = ""; [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/transport/constants.rs:83:39 [INFO] [stdout] | [INFO] [stdout] 83 | pub const DATA_CHANNEL_INTERFACE: &str = ""; [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/transport/constants.rs:107:27 [INFO] [stdout] | [INFO] [stdout] 107 | pub const START_TIME: &str = ""; [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/transport/constants.rs:110:26 [INFO] [stdout] | [INFO] [stdout] 110 | pub const STOP_TIME: &str = ""; [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/transport/constants.rs:113:38 [INFO] [stdout] | [INFO] [stdout] 113 | pub const CONSTRAINT_PARAMETERS: &str = ""; [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/transport/constants.rs:119:51 [INFO] [stdout] | [INFO] [stdout] 119 | pub const EXTRA_CONNECTION_STRING_PARAMETERS: &str = ""; [INFO] [stdout] | ^ explicit lifetime name needed here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `transport::constants::CompressionModes`: Only used for backwards compatibility with pre-standard STTP implementations. OperationalModes now supports custom compression types [INFO] [stdout] --> src/transport/constants.rs:582:16 [INFO] [stdout] | [INFO] [stdout] 582 | pub struct CompressionModes : u32 [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `transport::constants::CompressionModes`: Only used for backwards compatibility with pre-standard STTP implementations. OperationalModes now supports custom compression types [INFO] [stdout] --> src/transport/constants.rs:582:16 [INFO] [stdout] | [INFO] [stdout] 582 | pub struct CompressionModes : u32 [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0637`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sttp` (lib) due to 8 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0637`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sttp` (lib test) due to 8 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "889387bcc3845b10391f19ca8bbab5c8b6b0420298b7d4801075df7342a9365e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "889387bcc3845b10391f19ca8bbab5c8b6b0420298b7d4801075df7342a9365e", kill_on_drop: false }` [INFO] [stdout] 889387bcc3845b10391f19ca8bbab5c8b6b0420298b7d4801075df7342a9365e