[INFO] fetching crate frame_timer 0.1.2... [INFO] testing frame_timer-0.1.2 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate frame_timer 0.1.2 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate frame_timer 0.1.2 [INFO] finished tweaking crates.io crate frame_timer 0.1.2 [INFO] tweaked toml for crates.io crate frame_timer 0.1.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate frame_timer 0.1.2 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] Blocking waiting for file lock on package cache [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] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 6822271383ef2c10898e4cfe4ccac3d2e5b5081d29be630b46514045b2b86521 [INFO] running `Command { std: "docker" "start" "-a" "6822271383ef2c10898e4cfe4ccac3d2e5b5081d29be630b46514045b2b86521", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6822271383ef2c10898e4cfe4ccac3d2e5b5081d29be630b46514045b2b86521", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6822271383ef2c10898e4cfe4ccac3d2e5b5081d29be630b46514045b2b86521", kill_on_drop: false }` [INFO] [stdout] 6822271383ef2c10898e4cfe4ccac3d2e5b5081d29be630b46514045b2b86521 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] f954fc6bca5b9b8bca099d7dc90ea40153defbea9a8b194059f8ceaf39cd4f86 [INFO] running `Command { std: "docker" "start" "-a" "f954fc6bca5b9b8bca099d7dc90ea40153defbea9a8b194059f8ceaf39cd4f86", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling frame_timer v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/frame_timer.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | (self.delta_time as f32 / 1000f32) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 57 - (self.delta_time as f32 / 1000f32) [INFO] [stdout] 57 + self.delta_time as f32 / 1000f32 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/frame_timer.rs:63:27 [INFO] [stdout] | [INFO] [stdout] 63 | self.delta_time = self.frame_duration.as_millis(); [INFO] [stdout] | --------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `u128` [INFO] [stdout] | | [INFO] [stdout] | expected due to the type of this binding [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `frame_timer` (lib) due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "f954fc6bca5b9b8bca099d7dc90ea40153defbea9a8b194059f8ceaf39cd4f86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f954fc6bca5b9b8bca099d7dc90ea40153defbea9a8b194059f8ceaf39cd4f86", kill_on_drop: false }` [INFO] [stdout] f954fc6bca5b9b8bca099d7dc90ea40153defbea9a8b194059f8ceaf39cd4f86