[INFO] fetching crate frame_timer 0.1.2... [INFO] checking frame_timer-0.1.2 against try#f6e2f78768c57172b99c3e85892f867894dc7e30 for pr-75502 [INFO] extracting crate frame_timer 0.1.2 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate frame_timer 0.1.2 on toolchain f6e2f78768c57172b99c3e85892f867894dc7e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 331f3c100f2791ead8f3f84acc885c2f7479f1e5aebab78f37b51c3acb919e08 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "331f3c100f2791ead8f3f84acc885c2f7479f1e5aebab78f37b51c3acb919e08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "331f3c100f2791ead8f3f84acc885c2f7479f1e5aebab78f37b51c3acb919e08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "331f3c100f2791ead8f3f84acc885c2f7479f1e5aebab78f37b51c3acb919e08", kill_on_drop: false }` [INFO] [stdout] 331f3c100f2791ead8f3f84acc885c2f7479f1e5aebab78f37b51c3acb919e08 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30b0e4c84419b5dc1a216033678c52856bdd74ec17c7a40224868b817e5029ee [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "30b0e4c84419b5dc1a216033678c52856bdd74ec17c7a40224868b817e5029ee", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking 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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [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] help: you can convert `self.delta_time` from `u64` to `u128`, matching the type of `self.frame_duration.as_millis()` [INFO] [stdout] | [INFO] [stdout] 63 | u128::from(self.delta_time) = self.frame_duration.as_millis(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [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] help: you can convert `self.delta_time` from `u64` to `u128`, matching the type of `self.frame_duration.as_millis()` [INFO] [stdout] | [INFO] [stdout] 63 | u128::from(self.delta_time) = self.frame_duration.as_millis(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `frame_timer`. [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "30b0e4c84419b5dc1a216033678c52856bdd74ec17c7a40224868b817e5029ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30b0e4c84419b5dc1a216033678c52856bdd74ec17c7a40224868b817e5029ee", kill_on_drop: false }` [INFO] [stdout] 30b0e4c84419b5dc1a216033678c52856bdd74ec17c7a40224868b817e5029ee