[INFO] fetching crate video-timecode 0.6.1... [INFO] checking video-timecode-0.6.1 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate video-timecode 0.6.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate video-timecode 0.6.1 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f3eeddfff7e184084f92183224f2003740f7a32eae15911ae211a2ef340a6692 [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" "f3eeddfff7e184084f92183224f2003740f7a32eae15911ae211a2ef340a6692", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f3eeddfff7e184084f92183224f2003740f7a32eae15911ae211a2ef340a6692", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3eeddfff7e184084f92183224f2003740f7a32eae15911ae211a2ef340a6692", kill_on_drop: false }` [INFO] [stdout] f3eeddfff7e184084f92183224f2003740f7a32eae15911ae211a2ef340a6692 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c3271fae2d2f1b9669cfad28d591b05fbe5c5e6cf1280a9a54f10ea06a772be8 [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" "c3271fae2d2f1b9669cfad28d591b05fbe5c5e6cf1280a9a54f10ea06a772be8", 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_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 `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[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 `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` due to 8 previous errors [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] [stderr] warning: build failed, waiting for other jobs to finish... [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" "c3271fae2d2f1b9669cfad28d591b05fbe5c5e6cf1280a9a54f10ea06a772be8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3271fae2d2f1b9669cfad28d591b05fbe5c5e6cf1280a9a54f10ea06a772be8", kill_on_drop: false }` [INFO] [stdout] c3271fae2d2f1b9669cfad28d591b05fbe5c5e6cf1280a9a54f10ea06a772be8