[INFO] fetching crate typewit 1.9.0... [INFO] documenting typewit-1.9.0 against 1.81.0 for beta-1.82-rustdoc-1 [INFO] extracting crate typewit 1.9.0 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate typewit 1.9.0 on toolchain 1.81.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.81.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate typewit 1.9.0 [INFO] finished tweaking crates.io crate typewit 1.9.0 [INFO] tweaked toml for crates.io crate typewit 1.9.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.81.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 35 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.81.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+1.81.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 79e99f70773ac995dcf98104e77daa42beea0c3b5e9a492cc7147c44b72ec8c1 [INFO] running `Command { std: "docker" "start" "-a" "79e99f70773ac995dcf98104e77daa42beea0c3b5e9a492cc7147c44b72ec8c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "79e99f70773ac995dcf98104e77daa42beea0c3b5e9a492cc7147c44b72ec8c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79e99f70773ac995dcf98104e77daa42beea0c3b5e9a492cc7147c44b72ec8c1", kill_on_drop: false }` [INFO] [stdout] 79e99f70773ac995dcf98104e77daa42beea0c3b5e9a492cc7147c44b72ec8c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+1.81.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7a5250fb4ae4bf340199c3825a186fd6cc49d472c895b402c53d76889750b9ee [INFO] running `Command { std: "docker" "start" "-a" "7a5250fb4ae4bf340199c3825a186fd6cc49d472c895b402c53d76889750b9ee", kill_on_drop: false }` [INFO] [stderr] Compiling typewit_proc_macros v1.8.1 [INFO] [stderr] Documenting typewit v1.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `crate::type_constructors` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / //! This crate provides abstractions for creating [INFO] [stdout] 3 | | //! [type witnesses](#what-are-type-witnesses). [INFO] [stdout] 4 | | //! [INFO] [stdout] 5 | | //! The inciting motivation for this crate is emulating trait polymorphism in `const fn` [INFO] [stdout] ... | [INFO] [stdout] 452 | | //! [`MetaBaseTypeWit`]: crate::MetaBaseTypeWit [INFO] [stdout] 453 | | //! [`BaseTypeWitness`]: crate::BaseTypeWitness [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`type_constructors`]: crate::type_constructors [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `type_constructors` in module `typewit` [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::methods` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / //! This crate provides abstractions for creating [INFO] [stdout] 3 | | //! [type witnesses](#what-are-type-witnesses). [INFO] [stdout] 4 | | //! [INFO] [stdout] 5 | | //! The inciting motivation for this crate is emulating trait polymorphism in `const fn` [INFO] [stdout] ... | [INFO] [stdout] 452 | | //! [`MetaBaseTypeWit`]: crate::MetaBaseTypeWit [INFO] [stdout] 453 | | //! [`BaseTypeWitness`]: crate::BaseTypeWitness [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`methods`]: crate::methods [INFO] [stdout] ^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `methods` in module `typewit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::MetaBaseTypeWit` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / //! This crate provides abstractions for creating [INFO] [stdout] 3 | | //! [type witnesses](#what-are-type-witnesses). [INFO] [stdout] 4 | | //! [INFO] [stdout] 5 | | //! The inciting motivation for this crate is emulating trait polymorphism in `const fn` [INFO] [stdout] ... | [INFO] [stdout] 452 | | //! [`MetaBaseTypeWit`]: crate::MetaBaseTypeWit [INFO] [stdout] 453 | | //! [`BaseTypeWitness`]: crate::BaseTypeWitness [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`MetaBaseTypeWit`]: crate::MetaBaseTypeWit [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `MetaBaseTypeWit` in module `typewit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::BaseTypeWitness` [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / //! This crate provides abstractions for creating [INFO] [stdout] 3 | | //! [type witnesses](#what-are-type-witnesses). [INFO] [stdout] 4 | | //! [INFO] [stdout] 5 | | //! The inciting motivation for this crate is emulating trait polymorphism in `const fn` [INFO] [stdout] ... | [INFO] [stdout] 452 | | //! [`MetaBaseTypeWit`]: crate::MetaBaseTypeWit [INFO] [stdout] 453 | | //! [`BaseTypeWitness`]: crate::BaseTypeWitness [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`BaseTypeWitness`]: crate::BaseTypeWitness [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `BaseTypeWitness` in module `typewit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::array::from_fn` [INFO] [stdout] --> src/type_cmp.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / /// The result of comparing two types for equality. [INFO] [stdout] 15 | | /// [INFO] [stdout] 16 | | /// # Example [INFO] [stdout] 17 | | /// [INFO] [stdout] ... | [INFO] [stdout] 81 | | /// } [INFO] [stdout] 82 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (this example requires Rust 1.63.0, because of [`std::array::from_fn`]). [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `std` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::BaseTypeWitness` [INFO] [stdout] --> src/type_eq.rs:518:30 [INFO] [stdout] | [INFO] [stdout] 518 | /// [`BaseTypeWitness`](crate::BaseTypeWitness), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `BaseTypeWitness` in module `typewit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::methods::zip2` [INFO] [stdout] --> src/type_eq.rs:519:39 [INFO] [stdout] | [INFO] [stdout] 519 | /// you can use [`methods::zip2`](crate::methods::zip2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `methods` in module `typewit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::BaseTypeWitness` [INFO] [stdout] --> src/type_eq.rs:570:30 [INFO] [stdout] | [INFO] [stdout] 570 | /// [`BaseTypeWitness`](crate::BaseTypeWitness), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `BaseTypeWitness` in module `typewit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::methods::zip3` [INFO] [stdout] --> src/type_eq.rs:571:39 [INFO] [stdout] | [INFO] [stdout] 571 | /// you can use [`methods::zip3`](crate::methods::zip3) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `methods` in module `typewit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::BaseTypeWitness` [INFO] [stdout] --> src/type_eq.rs:611:30 [INFO] [stdout] | [INFO] [stdout] 611 | /// [`BaseTypeWitness`](crate::BaseTypeWitness), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `BaseTypeWitness` in module `typewit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::methods::zip4` [INFO] [stdout] --> src/type_eq.rs:612:39 [INFO] [stdout] | [INFO] [stdout] 612 | /// you can use [`methods::zip4`](crate::methods::zip4) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `methods` in module `typewit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::BaseTypeWitness` [INFO] [stdout] --> src/type_eq.rs:1089:5 [INFO] [stdout] | [INFO] [stdout] 1089 | / /// Combines `TypeEq` and `TypeEq, Usize>` [INFO] [stdout] 1090 | | /// into `TypeEq<[L; UL], [R; UR]>` [INFO] [stdout] 1091 | | /// [INFO] [stdout] 1092 | | /// # Alternative [INFO] [stdout] ... | [INFO] [stdout] 1168 | | /// } [INFO] [stdout] 1169 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`BaseTypeWitness`](crate::BaseTypeWitness) for the length, [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `BaseTypeWitness` in module `typewit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::methods::in_array` [INFO] [stdout] --> src/type_eq.rs:1089:5 [INFO] [stdout] | [INFO] [stdout] 1089 | / /// Combines `TypeEq` and `TypeEq, Usize>` [INFO] [stdout] 1090 | | /// into `TypeEq<[L; UL], [R; UR]>` [INFO] [stdout] 1091 | | /// [INFO] [stdout] 1092 | | /// # Alternative [INFO] [stdout] ... | [INFO] [stdout] 1168 | | /// } [INFO] [stdout] 1169 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] you can use [`methods::in_array`](crate::methods::in_array) [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `methods` in module `typewit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/type_fn/injective.rs:82:46 [INFO] [stdout] | [INFO] [stdout] 82 | /// for getting the argument of a [`TypeFn`](crate::type_fn::TypeFn) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stdout] | | [INFO] [stdout] | because label contains path that resolves to same destination [INFO] [stdout] | [INFO] [stdout] = note: when a link's destination is not specified, [INFO] [stdout] the label is used to resolve intra-doc links [INFO] [stdout] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stdout] help: remove explicit link target [INFO] [stdout] | [INFO] [stdout] 82 | /// for getting the argument of a [`TypeFn`] [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s [INFO] [stderr] Generated /opt/rustwide/target/doc/typewit/index.html [INFO] running `Command { std: "docker" "inspect" "7a5250fb4ae4bf340199c3825a186fd6cc49d472c895b402c53d76889750b9ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a5250fb4ae4bf340199c3825a186fd6cc49d472c895b402c53d76889750b9ee", kill_on_drop: false }` [INFO] [stdout] 7a5250fb4ae4bf340199c3825a186fd6cc49d472c895b402c53d76889750b9ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+1.81.0" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "alloc rust_stable nightly_mut_refs adt_const_marker docsrs" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c32b00ff826f7a989f2e467d81dee1ecdb3399d69849a59d1e6f7a16dcf61171 [INFO] running `Command { std: "docker" "start" "-a" "c32b00ff826f7a989f2e467d81dee1ecdb3399d69849a59d1e6f7a16dcf61171", kill_on_drop: false }` [INFO] [stderr] Documenting typewit v1.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `std::array::from_fn` [INFO] [stdout] --> src/type_cmp.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / /// The result of comparing two types for equality. [INFO] [stdout] 15 | | /// [INFO] [stdout] 16 | | /// # Example [INFO] [stdout] 17 | | /// [INFO] [stdout] ... | [INFO] [stdout] 81 | | /// } [INFO] [stdout] 82 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (this example requires Rust 1.63.0, because of [`std::array::from_fn`]). [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `std` in scope [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] [stderr] Generated /opt/rustwide/target/doc/typewit/index.html [INFO] running `Command { std: "docker" "inspect" "c32b00ff826f7a989f2e467d81dee1ecdb3399d69849a59d1e6f7a16dcf61171", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c32b00ff826f7a989f2e467d81dee1ecdb3399d69849a59d1e6f7a16dcf61171", kill_on_drop: false }` [INFO] [stdout] c32b00ff826f7a989f2e467d81dee1ecdb3399d69849a59d1e6f7a16dcf61171