[INFO] cloning repository https://github.com/sanbox-irl/tween [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sanbox-irl/tween" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsanbox-irl%2Ftween", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsanbox-irl%2Ftween'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1b3b6583159046b9845acb2f89d2599001c8ca52 [INFO] documenting sanbox-irl/tween against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsanbox-irl%2Ftween" "/workspace/builds/worker-18/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-18/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sanbox-irl/tween on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sanbox-irl/tween [INFO] finished tweaking git repo https://github.com/sanbox-irl/tween [INFO] tweaked toml for git repo https://github.com/sanbox-irl/tween written to /workspace/builds/worker-18/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded easer v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7d0db00ffe7949ff8d6634f9c494877042ccc5855f4c92ee5805740aeac175cc [INFO] running `Command { std: "docker" "start" "-a" "7d0db00ffe7949ff8d6634f9c494877042ccc5855f4c92ee5805740aeac175cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7d0db00ffe7949ff8d6634f9c494877042ccc5855f4c92ee5805740aeac175cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d0db00ffe7949ff8d6634f9c494877042ccc5855f4c92ee5805740aeac175cc", kill_on_drop: false }` [INFO] [stdout] 7d0db00ffe7949ff8d6634f9c494877042ccc5855f4c92ee5805740aeac175cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 129be0eb7190422fcc9e2f113ffb8a75de19d06cfb8e4ed54d5d892da5f4ef51 [INFO] running `Command { std: "docker" "start" "-a" "129be0eb7190422fcc9e2f113ffb8a75de19d06cfb8e4ed54d5d892da5f4ef51", kill_on_drop: false }` [INFO] [stderr] Documenting tween v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `DeltaTweener` [INFO] [stdout] --> src/lib.rs:32:67 [INFO] [stdout] | [INFO] [stdout] 32 | /// If you choose to use a Tween directly, rather than through a [DeltaTweener] [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DeltaTweener` in scope [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | #![deny(rustdoc::all)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` implied by `#[warn(rustdoc::all)]` [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `FixedDeltaTweener` [INFO] [stdout] --> src/lib.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | /// or [FixedDeltaTweener], you'll rarely deal with this directly. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `FixedDeltaTweener` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.71s [INFO] running `Command { std: "docker" "inspect" "129be0eb7190422fcc9e2f113ffb8a75de19d06cfb8e4ed54d5d892da5f4ef51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "129be0eb7190422fcc9e2f113ffb8a75de19d06cfb8e4ed54d5d892da5f4ef51", kill_on_drop: false }` [INFO] [stdout] 129be0eb7190422fcc9e2f113ffb8a75de19d06cfb8e4ed54d5d892da5f4ef51 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 1825db198f55e09730b26db2a2176b89cdcb73fb97e909f0a2fb6263eeec7d16 [INFO] running `Command { std: "docker" "start" "-a" "1825db198f55e09730b26db2a2176b89cdcb73fb97e909f0a2fb6263eeec7d16", kill_on_drop: false }` [INFO] [stderr] Documenting tween v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / /// This is the core trait of the Library, which all `tweens` implement. [INFO] [stdout] 31 | | /// [INFO] [stdout] 32 | | /// If you choose to use a Tween directly, rather than through a [DeltaTweener] [INFO] [stdout] 33 | | /// or [FixedDeltaTweener], you'll rarely deal with this directly. [INFO] [stdout] | |__________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | #![deny(rustdoc::all)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] = note: `#[deny(rustdoc::missing_doc_code_examples)]` implied by `#[deny(rustdoc::all)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | /// Run the given Tween with a new time. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | /// Get a reference to the Tween's range. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | /// Get a reference to the Tween's total duration. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | / /// A `TweenValue` is a value which *can* be Tweened. The library fundamentally outputs [INFO] [stdout] 59 | | /// `TweenValue` eventually. [INFO] [stdout] 60 | | /// [INFO] [stdout] 61 | | /// If you want to implement your own values to be tweened (for example, your favorite color lib), [INFO] [stdout] ... | [INFO] [stdout] 64 | | /// For now, we require `Copy`, but can reduce this to a `Clone` implementation. Please file an [INFO] [stdout] 65 | | /// issue if that is needed for your workflow. [INFO] [stdout] | |______________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | / /// This should be implemented as a simple subtraction. For f32, for example, [INFO] [stdout] 71 | | /// it's implemented as just `destination - start`. [INFO] [stdout] | |_______________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | / /// This should be implemented as a simple addition. For f32, for example, [INFO] [stdout] 75 | | /// it's implemented as `self + other`. [INFO] [stdout] | |___________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | / /// This should be implemented as a simple multiplication. For f32, for example, [INFO] [stdout] 79 | | /// it's implemented as `(self as f64 * scale) as f32`. [INFO] [stdout] | |___________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / /// A `TweenTime` is a representation of Time. The two most common will be `f32`/`f64` for [INFO] [stdout] 84 | | /// seconds and `u32`/`u64`/`usize` for frames. [INFO] [stdout] 85 | | /// [INFO] [stdout] 86 | | /// If you want to implement your own time for duration, then you'll need to implement this [INFO] [stdout] ... | [INFO] [stdout] 89 | | /// For now, we require `Copy`, but can reduce this to a `Clone` implementation. Please file an [INFO] [stdout] 90 | | /// issue if that is needed for your workflow. [INFO] [stdout] | |______________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | / /// This should be implemented as a simple division. For f32, for example, [INFO] [stdout] 95 | | /// it's implemented as `(current_time / duration) as f64`. [INFO] [stdout] | |_______________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | /// Converts the self to an `f64`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | /// Adds `self` to `other`. This should be implemented as simple addition. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | / /// Subtracts `self` from `other`. This should be implemented as a simple [INFO] [stdout] 102 | | /// subtraction, such as `self - other`. Notice the order. [INFO] [stdout] | |______________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | /// This is implemented as a simple multipler, such as `self * multiplier`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | / /// This checks if a given time is greater than another time. For f32, for example, [INFO] [stdout] 107 | | /// it's implemented as `self >= duration`. [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unresolved link to `DeltaTweener` [INFO] [stdout] --> src/lib.rs:32:67 [INFO] [stdout] | [INFO] [stdout] 32 | /// If you choose to use a Tween directly, rather than through a [DeltaTweener] [INFO] [stdout] | ^^^^^^^^^^^^ no item named `DeltaTweener` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(rustdoc::broken_intra_doc_links)]` implied by `#[deny(rustdoc::all)]` [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unresolved link to `FixedDeltaTweener` [INFO] [stdout] --> src/lib.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | /// or [FixedDeltaTweener], you'll rarely deal with this directly. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `FixedDeltaTweener` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `tween` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name tween src/lib.rs -o /opt/rustwide/target/doc --cfg 'feature="default"' --cfg 'feature="std"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -Z unstable-options --document-private-items -C metadata=6f924596a11b51ef -L dependency=/opt/rustwide/target/debug/deps --crate-version 1.0.1` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "1825db198f55e09730b26db2a2176b89cdcb73fb97e909f0a2fb6263eeec7d16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1825db198f55e09730b26db2a2176b89cdcb73fb97e909f0a2fb6263eeec7d16", kill_on_drop: false }` [INFO] [stdout] 1825db198f55e09730b26db2a2176b89cdcb73fb97e909f0a2fb6263eeec7d16