[INFO] fetching crate starberry_core 0.6.7... [INFO] checking starberry_core-0.6.7 against master#cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c for pr-143170 [INFO] extracting crate starberry_core 0.6.7 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate starberry_core 0.6.7 [INFO] finished tweaking crates.io crate starberry_core 0.6.7 [INFO] tweaked toml for crates.io crate starberry_core 0.6.7 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate starberry_core 0.6.7 on toolchain cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate starberry_core 0.6.7 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" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded akari_macro v0.2.0 [INFO] [stderr] Downloaded akari v0.2.4 [INFO] [stderr] Downloaded starberry_lib v0.7.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bd8ff68992f1ccd7c6255bcd9e5de8b5d6535f9aa904c80781a0612cc63298b5 [INFO] running `Command { std: "docker" "start" "-a" "bd8ff68992f1ccd7c6255bcd9e5de8b5d6535f9aa904c80781a0612cc63298b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bd8ff68992f1ccd7c6255bcd9e5de8b5d6535f9aa904c80781a0612cc63298b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd8ff68992f1ccd7c6255bcd9e5de8b5d6535f9aa904c80781a0612cc63298b5", kill_on_drop: false }` [INFO] [stdout] bd8ff68992f1ccd7c6255bcd9e5de8b5d6535f9aa904c80781a0612cc63298b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 73f1cc6b9c0db9cfd9b7b700989ad9400339d523eab8264f3e9226dae38ff4b0 [INFO] running `Command { std: "docker" "start" "-a" "73f1cc6b9c0db9cfd9b7b700989ad9400339d523eab8264f3e9226dae38ff4b0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling zstd-safe v6.0.6 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling rustls v0.23.27 [INFO] [stderr] Checking smallvec v1.15.0 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking rustls-pki-types v1.12.0 [INFO] [stderr] Checking alloc-stdlib v0.2.2 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking brotli-decompressor v2.5.1 [INFO] [stderr] Checking miniz_oxide v0.8.8 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Checking openssl-probe v0.1.6 [INFO] [stderr] Compiling include_dir_macros v0.7.4 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking rustls-native-certs v0.8.1 [INFO] [stderr] Checking webpki-roots v1.0.0 [INFO] [stderr] Checking include_dir v0.7.4 [INFO] [stderr] Checking webpki-roots v0.26.11 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking socket2 v0.5.9 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling cc v1.2.23 [INFO] [stderr] Checking brotli v3.5.0 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand v0.9.1 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling zstd-sys v2.0.15+zstd.1.5.7 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Checking tokio v1.45.0 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling akari_macro v0.2.0 [INFO] [stderr] Checking akari v0.2.4 [INFO] [stderr] Checking rustls-webpki v0.103.3 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking zstd v0.12.4 [INFO] [stderr] Checking starberry_lib v0.7.1 [INFO] [stderr] Checking tokio-rustls v0.26.2 [INFO] [stderr] Checking rustls-platform-verifier v0.5.3 [INFO] [stderr] Checking starberry_core v0.6.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `super::super::http::response::*` [INFO] [stdout] --> src/app/urls.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::super::http::response::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::super::http::http_value::*` [INFO] [stdout] --> src/app/urls.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::super::http::http_value::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `default` [INFO] [stdout] --> src/app/protocol.rs:2:25 [INFO] [stdout] | [INFO] [stdout] 2 | any::{Any, TypeId}, default, future::Future, pin::Pin, sync::Arc [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::super::http::response::*` [INFO] [stdout] --> src/app/urls.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::super::http::response::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::super::http::http_value::*` [INFO] [stdout] --> src/app/urls.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::super::http::http_value::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `default` [INFO] [stdout] --> src/app/protocol.rs:2:25 [INFO] [stdout] | [INFO] [stdout] 2 | any::{Any, TypeId}, default, future::Future, pin::Pin, sync::Arc [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::any::Any` [INFO] [stdout] --> src/extensions.rs:845:9 [INFO] [stdout] | [INFO] [stdout] 845 | use std::any::Any; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> src/connection/error.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | fn from(err: tokio::time::error::Elapsed) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `Job` is never used [INFO] [stdout] --> src/app/application.rs:37:6 [INFO] [stdout] | [INFO] [stdout] 37 | type Job = Pin + Send + 'static>>; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `TestFn` is never used [INFO] [stdout] --> src/app/protocol.rs:15:6 [INFO] [stdout] | [INFO] [stdout] 15 | type TestFn = fn(&[u8]) -> bool; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `HandlerFn` is never used [INFO] [stdout] --> src/app/protocol.rs:17:6 [INFO] [stdout] | [INFO] [stdout] 17 | type HandlerFn = [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced [INFO] [stdout] --> src/app/protocol.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | type HandlerFn = [INFO] [stdout] | --^^ [INFO] [stdout] | | | [INFO] [stdout] | | will not be checked at usage sites of the type alias [INFO] [stdout] | help: remove this bound [INFO] [stdout] | [INFO] [stdout] = note: this is a known limitation of the type checker that may be lifted in a future edition. [INFO] [stdout] see issue #112792 for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> src/connection/error.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | fn from(err: tokio::time::error::Elapsed) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `Job` is never used [INFO] [stdout] --> src/app/application.rs:37:6 [INFO] [stdout] | [INFO] [stdout] 37 | type Job = Pin + Send + 'static>>; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `TestFn` is never used [INFO] [stdout] --> src/app/protocol.rs:15:6 [INFO] [stdout] | [INFO] [stdout] 15 | type TestFn = fn(&[u8]) -> bool; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `HandlerFn` is never used [INFO] [stdout] --> src/app/protocol.rs:17:6 [INFO] [stdout] | [INFO] [stdout] 17 | type HandlerFn = [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `TEST_HTTP_SERVER` is never used [INFO] [stdout] --> src/connection/test.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | const TEST_HTTP_SERVER: &str = "fds.rs"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `User` is never constructed [INFO] [stdout] --> src/extensions.rs:849:12 [INFO] [stdout] | [INFO] [stdout] 849 | struct User { id: u32, name: String } [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters in type aliases are not enforced [INFO] [stdout] --> src/app/protocol.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | type HandlerFn = [INFO] [stdout] | --^^ [INFO] [stdout] | | | [INFO] [stdout] | | will not be checked at usage sites of the type alias [INFO] [stdout] | help: remove this bound [INFO] [stdout] | [INFO] [stdout] = note: this is a known limitation of the type checker that may be lifted in a future edition. [INFO] [stdout] see issue #112792 for more information [INFO] [stdout] = help: add `#![feature(lazy_type_alias)]` to the crate attributes to enable the desired semantics [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.03s [INFO] running `Command { std: "docker" "inspect" "73f1cc6b9c0db9cfd9b7b700989ad9400339d523eab8264f3e9226dae38ff4b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73f1cc6b9c0db9cfd9b7b700989ad9400339d523eab8264f3e9226dae38ff4b0", kill_on_drop: false }` [INFO] [stdout] 73f1cc6b9c0db9cfd9b7b700989ad9400339d523eab8264f3e9226dae38ff4b0