[INFO] fetching crate playit-agent-core 0.17.5... [INFO] testing playit-agent-core-0.17.5 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate playit-agent-core 0.17.5 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate playit-agent-core 0.17.5 [INFO] finished tweaking crates.io crate playit-agent-core 0.17.5 [INFO] tweaked toml for crates.io crate playit-agent-core 0.17.5 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate playit-agent-core 0.17.5 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 214 packages to latest compatible versions [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] [stderr] Adding toml v0.8.23 (available: v0.9.5) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded playit-api-client v0.1.2 [INFO] [stderr] Downloaded message-encoding v0.2.7 [INFO] [stderr] Downloaded playit-agent-proto v1.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5dfc1a4a8cb3abba1619f873a288f62c2696d35d42ea109a10cd608a45e94c28 [INFO] running `Command { std: "docker" "start" "-a" "5dfc1a4a8cb3abba1619f873a288f62c2696d35d42ea109a10cd608a45e94c28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5dfc1a4a8cb3abba1619f873a288f62c2696d35d42ea109a10cd608a45e94c28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5dfc1a4a8cb3abba1619f873a288f62c2696d35d42ea109a10cd608a45e94c28", kill_on_drop: false }` [INFO] [stdout] 5dfc1a4a8cb3abba1619f873a288f62c2696d35d42ea109a10cd608a45e94c28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6e94e2b417420c4d1461f4b279813d17d14ecdd0f6fb6e2e8d905747619181dc [INFO] running `Command { std: "docker" "start" "-a" "6e94e2b417420c4d1461f4b279813d17d14ecdd0f6fb6e2e8d905747619181dc", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling rustls v0.23.31 [INFO] [stderr] Compiling rustls-webpki v0.103.4 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling compression-core v0.4.29 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling webpki-roots v1.0.2 [INFO] [stderr] Compiling iri-string v0.7.8 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling compression-codecs v0.4.30 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling message-encoding v0.2.7 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling uuid v1.18.0 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling playit-agent-proto v1.3.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling async-compression v0.4.30 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling hyper-util v0.1.16 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling reqwest v0.12.23 [INFO] [stderr] Compiling playit-api-client v0.1.2 [INFO] [stderr] Compiling playit-agent-core v0.17.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0004]: non-exhaustive patterns: `Ok(Ok(ControlFeed::NewClientOld(_)))` not covered [INFO] [stdout] --> src/agent_control/maintained_control.rs:158:19 [INFO] [stdout] | [INFO] [stdout] 158 | match tokio::time::timeout(Duration::from_millis(100), self.control.recv_feed_msg()).await { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pattern `Ok(Ok(ControlFeed::NewClientOld(_)))` not covered [INFO] [stdout] | [INFO] [stdout] note: `Result, Elapsed>` defined here [INFO] [stdout] --> /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:549:1 [INFO] [stdout] ::: /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/result.rs:553:5 [INFO] [stdout] | [INFO] [stdout] = note: not covered [INFO] [stdout] | [INFO] [stdout] = note: not covered [INFO] [stdout] = note: the matched value is of type `Result, Elapsed>` [INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown [INFO] [stdout] | [INFO] [stdout] 196 ~ }, [INFO] [stdout] 197 + Ok(Ok(ControlFeed::NewClientOld(_))) => todo!() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `has_expired` in initializer of `AgentVersion` [INFO] [stdout] --> src/agent_control/version.rs:16:22 [INFO] [stdout] | [INFO] [stdout] 16 | version: AgentVersion { [INFO] [stdout] | ^^^^^^^^^^^^ missing `has_expired` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `proto_version` in initializer of `PlayitAgentVersion` [INFO] [stdout] --> src/agent_control/version.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | PlayitAgentVersion { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ missing `proto_version` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0004, E0063. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0004`. [INFO] [stdout] [INFO] [stderr] error: could not compile `playit-agent-core` (lib) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "6e94e2b417420c4d1461f4b279813d17d14ecdd0f6fb6e2e8d905747619181dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e94e2b417420c4d1461f4b279813d17d14ecdd0f6fb6e2e8d905747619181dc", kill_on_drop: false }` [INFO] [stdout] 6e94e2b417420c4d1461f4b279813d17d14ecdd0f6fb6e2e8d905747619181dc