[INFO] fetching crate video-timecode 0.6.1... [INFO] checking video-timecode-0.6.1 against master#90442458ac46b1d5eed752c316da25450f67285b for pr-81477 [INFO] extracting crate video-timecode 0.6.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate video-timecode 0.6.1 on toolchain 90442458ac46b1d5eed752c316da25450f67285b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate video-timecode 0.6.1 [INFO] finished tweaking crates.io crate video-timecode 0.6.1 [INFO] tweaked toml for crates.io crate video-timecode 0.6.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 67f3198f68bba8a8f406a25d9ab1210347ed60608253daf38aa93fa10aee5e3e [INFO] running `Command { std: "docker" "start" "-a" "67f3198f68bba8a8f406a25d9ab1210347ed60608253daf38aa93fa10aee5e3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "67f3198f68bba8a8f406a25d9ab1210347ed60608253daf38aa93fa10aee5e3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67f3198f68bba8a8f406a25d9ab1210347ed60608253daf38aa93fa10aee5e3e", kill_on_drop: false }` [INFO] [stdout] 67f3198f68bba8a8f406a25d9ab1210347ed60608253daf38aa93fa10aee5e3e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] db976dd2c72c759b2fefe8e4e00e2f9634f645037e7906b86a80e502bd4dae57 [INFO] running `Command { std: "docker" "start" "-a" "db976dd2c72c759b2fefe8e4e00e2f9634f645037e7906b86a80e502bd4dae57", kill_on_drop: false }` [INFO] [stderr] Checking video-timecode v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0407]: method `replace_one` is not a member of trait `iter::Step` [INFO] [stdout] --> src/lib.rs:483:5 [INFO] [stdout] | [INFO] [stdout] 483 | / fn replace_one(&mut self) -> Self { [INFO] [stdout] 484 | | std::mem::replace( [INFO] [stdout] 485 | | self, [INFO] [stdout] 486 | | Timecode { [INFO] [stdout] ... | [INFO] [stdout] 494 | | ) [INFO] [stdout] 495 | | } [INFO] [stdout] | |_____^ not a member of trait `iter::Step` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `replace_one` is not a member of trait `iter::Step` [INFO] [stdout] --> src/lib.rs:483:5 [INFO] [stdout] | [INFO] [stdout] 483 | / fn replace_one(&mut self) -> Self { [INFO] [stdout] 484 | | std::mem::replace( [INFO] [stdout] 485 | | self, [INFO] [stdout] 486 | | Timecode { [INFO] [stdout] ... | [INFO] [stdout] 494 | | ) [INFO] [stdout] 495 | | } [INFO] [stdout] | |_____^ not a member of trait `iter::Step` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `replace_zero` is not a member of trait `iter::Step` [INFO] [stdout] --> src/lib.rs:497:5 [INFO] [stdout] | [INFO] [stdout] 497 | / fn replace_zero(&mut self) -> Self { [INFO] [stdout] 498 | | std::mem::replace( [INFO] [stdout] 499 | | self, [INFO] [stdout] 500 | | Timecode { [INFO] [stdout] ... | [INFO] [stdout] 508 | | ) [INFO] [stdout] 509 | | } [INFO] [stdout] | |_____^ not a member of trait `iter::Step` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `add_one` is not a member of trait `iter::Step` [INFO] [stdout] --> src/lib.rs:511:5 [INFO] [stdout] | [INFO] [stdout] 511 | / fn add_one(&self) -> Self { [INFO] [stdout] 512 | | if u32::from(self.frame) < (T::FPS - 1) { [INFO] [stdout] 513 | | Timecode { [INFO] [stdout] 514 | | frame_number: self.frame_number + 1, [INFO] [stdout] ... | [INFO] [stdout] 554 | | } [INFO] [stdout] 555 | | } [INFO] [stdout] | |_____^ not a member of trait `iter::Step` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `replace_zero` is not a member of trait `iter::Step` [INFO] [stdout] --> src/lib.rs:497:5 [INFO] [stdout] | [INFO] [stdout] 497 | / fn replace_zero(&mut self) -> Self { [INFO] [stdout] 498 | | std::mem::replace( [INFO] [stdout] 499 | | self, [INFO] [stdout] 500 | | Timecode { [INFO] [stdout] ... | [INFO] [stdout] 508 | | ) [INFO] [stdout] 509 | | } [INFO] [stdout] | |_____^ not a member of trait `iter::Step` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `sub_one` is not a member of trait `iter::Step` [INFO] [stdout] --> src/lib.rs:557:5 [INFO] [stdout] | [INFO] [stdout] 557 | / fn sub_one(&self) -> Self { [INFO] [stdout] 558 | | if u32::from(self.frame) > 0 { [INFO] [stdout] 559 | | Timecode { [INFO] [stdout] 560 | | frame_number: self.frame_number - 1, [INFO] [stdout] ... | [INFO] [stdout] 594 | | } [INFO] [stdout] 595 | | } [INFO] [stdout] | |_____^ not a member of trait `iter::Step` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `add_one` is not a member of trait `iter::Step` [INFO] [stdout] --> src/lib.rs:511:5 [INFO] [stdout] | [INFO] [stdout] 511 | / fn add_one(&self) -> Self { [INFO] [stdout] 512 | | if u32::from(self.frame) < (T::FPS - 1) { [INFO] [stdout] 513 | | Timecode { [INFO] [stdout] 514 | | frame_number: self.frame_number + 1, [INFO] [stdout] ... | [INFO] [stdout] 554 | | } [INFO] [stdout] 555 | | } [INFO] [stdout] | |_____^ not a member of trait `iter::Step` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `add_usize` is not a member of trait `iter::Step` [INFO] [stdout] --> src/lib.rs:597:5 [INFO] [stdout] | [INFO] [stdout] 597 | / fn add_usize(&self, n: usize) -> Option { [INFO] [stdout] 598 | | if n == 1 { [INFO] [stdout] 599 | | Some(self.add_one()) [INFO] [stdout] 600 | | } else { [INFO] [stdout] 601 | | Some(self.clone() + (n as u32)) [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_____^ not a member of trait `iter::Step` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `sub_one` is not a member of trait `iter::Step` [INFO] [stdout] --> src/lib.rs:557:5 [INFO] [stdout] | [INFO] [stdout] 557 | / fn sub_one(&self) -> Self { [INFO] [stdout] 558 | | if u32::from(self.frame) > 0 { [INFO] [stdout] 559 | | Timecode { [INFO] [stdout] 560 | | frame_number: self.frame_number - 1, [INFO] [stdout] ... | [INFO] [stdout] 594 | | } [INFO] [stdout] 595 | | } [INFO] [stdout] | |_____^ not a member of trait `iter::Step` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `add_usize` is not a member of trait `iter::Step` [INFO] [stdout] --> src/lib.rs:597:5 [INFO] [stdout] | [INFO] [stdout] 597 | / fn add_usize(&self, n: usize) -> Option { [INFO] [stdout] 598 | | if n == 1 { [INFO] [stdout] 599 | | Some(self.add_one()) [INFO] [stdout] 600 | | } else { [INFO] [stdout] 601 | | Some(self.clone() + (n as u32)) [INFO] [stdout] 602 | | } [INFO] [stdout] 603 | | } [INFO] [stdout] | |_____^ not a member of trait `iter::Step` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `forward_checked`, `backward_checked` [INFO] [stdout] --> src/lib.rs:474:1 [INFO] [stdout] | [INFO] [stdout] 474 | impl iter::Step for Timecode { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `forward_checked`, `backward_checked` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn forward_checked(_: Self, _: usize) -> Option { todo!() }` [INFO] [stdout] = help: implement the missing item: `fn backward_checked(_: Self, _: usize) -> Option { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `forward_checked`, `backward_checked` [INFO] [stdout] --> src/lib.rs:474:1 [INFO] [stdout] | [INFO] [stdout] 474 | impl iter::Step for Timecode { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `forward_checked`, `backward_checked` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn forward_checked(_: Self, _: usize) -> Option { todo!() }` [INFO] [stdout] = help: implement the missing item: `fn backward_checked(_: Self, _: usize) -> Option { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `add_one` found for reference `&Timecode` in the current scope [INFO] [stdout] --> src/lib.rs:599:23 [INFO] [stdout] | [INFO] [stdout] 599 | Some(self.add_one()) [INFO] [stdout] | ^^^^^^^ method not found in `&Timecode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0407, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stderr] error: could not compile `video-timecode` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no method named `add_one` found for reference `&Timecode` in the current scope [INFO] [stdout] --> src/lib.rs:599:23 [INFO] [stdout] | [INFO] [stdout] 599 | Some(self.add_one()) [INFO] [stdout] | ^^^^^^^ method not found in `&Timecode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0407, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "db976dd2c72c759b2fefe8e4e00e2f9634f645037e7906b86a80e502bd4dae57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db976dd2c72c759b2fefe8e4e00e2f9634f645037e7906b86a80e502bd4dae57", kill_on_drop: false }` [INFO] [stdout] db976dd2c72c759b2fefe8e4e00e2f9634f645037e7906b86a80e502bd4dae57