[INFO] fetching crate video-timecode 0.6.1... [INFO] checking video-timecode-0.6.1 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate video-timecode 0.6.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate video-timecode 0.6.1 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "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-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3f8692a200e2534948493826b0aa0c1a4d593a51e9fb6482809eb123c1b363a1 [INFO] running `Command { std: "docker" "start" "-a" "3f8692a200e2534948493826b0aa0c1a4d593a51e9fb6482809eb123c1b363a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3f8692a200e2534948493826b0aa0c1a4d593a51e9fb6482809eb123c1b363a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f8692a200e2534948493826b0aa0c1a4d593a51e9fb6482809eb123c1b363a1", kill_on_drop: false }` [INFO] [stdout] 3f8692a200e2534948493826b0aa0c1a4d593a51e9fb6482809eb123c1b363a1 [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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2047fef897089b1d81564c795e0e77ae7d721f89369627eb95cb2ac309ae91ce [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" "2047fef897089b1d81564c795e0e77ae7d721f89369627eb95cb2ac309ae91ce", 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 `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_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[E0200]: the trait `Step` requires an `unsafe impl` declaration [INFO] [stdout] --> src/lib.rs:474:1 [INFO] [stdout] | [INFO] [stdout] 474 | / impl iter::Step for Timecode { [INFO] [stdout] 475 | | fn steps_between(start: &Self, end: &Self) -> Option { [INFO] [stdout] 476 | | if start.frame_number <= end.frame_number { [INFO] [stdout] 477 | | Some((end.frame_number - start.frame_number) as usize) [INFO] [stdout] ... | [INFO] [stdout] 603 | | } [INFO] [stdout] 604 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0200]: the trait `Step` requires an `unsafe impl` declaration [INFO] [stdout] --> src/lib.rs:474:1 [INFO] [stdout] | [INFO] [stdout] 474 | / impl iter::Step for Timecode { [INFO] [stdout] 475 | | fn steps_between(start: &Self, end: &Self) -> Option { [INFO] [stdout] 476 | | if start.frame_number <= end.frame_number { [INFO] [stdout] 477 | | Some((end.frame_number - start.frame_number) as usize) [INFO] [stdout] ... | [INFO] [stdout] 603 | | } [INFO] [stdout] 604 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0200, E0407. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0200`. [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0200, E0407. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0200`. [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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2047fef897089b1d81564c795e0e77ae7d721f89369627eb95cb2ac309ae91ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2047fef897089b1d81564c795e0e77ae7d721f89369627eb95cb2ac309ae91ce", kill_on_drop: false }` [INFO] [stdout] 2047fef897089b1d81564c795e0e77ae7d721f89369627eb95cb2ac309ae91ce