[INFO] fetching crate std140 0.2.5... [INFO] documenting std140-0.2.5 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate std140 0.2.5 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate std140 0.2.5 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 crates.io crate std140 0.2.5 [INFO] finished tweaking crates.io crate std140 0.2.5 [INFO] tweaked toml for crates.io crate std140 0.2.5 written to /workspace/builds/worker-11/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] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded std140-macros v0.1.2 [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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] be31dbdc3b226d1c3a81d399627e3a77c30750f56e9e3f6d58c402c2e786069d [INFO] running `Command { std: "docker" "start" "-a" "be31dbdc3b226d1c3a81d399627e3a77c30750f56e9e3f6d58c402c2e786069d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be31dbdc3b226d1c3a81d399627e3a77c30750f56e9e3f6d58c402c2e786069d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be31dbdc3b226d1c3a81d399627e3a77c30750f56e9e3f6d58c402c2e786069d", kill_on_drop: false }` [INFO] [stdout] be31dbdc3b226d1c3a81d399627e3a77c30750f56e9e3f6d58c402c2e786069d [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" "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] f0b608e85ab2f44a938962d26f5c46fd360685306ca28e8392d70b0afe361b31 [INFO] running `Command { std: "docker" "start" "-a" "f0b608e85ab2f44a938962d26f5c46fd360685306ca28e8392d70b0afe361b31", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling std140-macros v0.1.2 [INFO] [stderr] Documenting std140 v0.2.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: `mat2x2` is both a struct and a function [INFO] [stdout] --> src/lib.rs:874:24 [INFO] [stdout] | [INFO] [stdout] 874 | /// Creates a new [mat2x2] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 874 | /// Creates a new [struct@mat2x2] with zeros in all positions. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 874 | /// Creates a new [mat2x2()] with zeros in all positions. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `mat2x3` is both a struct and a function [INFO] [stdout] --> src/lib.rs:930:24 [INFO] [stdout] | [INFO] [stdout] 930 | /// Creates a new [mat2x3] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 930 | /// Creates a new [struct@mat2x3] with zeros in all positions. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 930 | /// Creates a new [mat2x3()] with zeros in all positions. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `mat2x4` is both a struct and a function [INFO] [stdout] --> src/lib.rs:986:24 [INFO] [stdout] | [INFO] [stdout] 986 | /// Creates a new [mat2x4] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 986 | /// Creates a new [struct@mat2x4] with zeros in all positions. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 986 | /// Creates a new [mat2x4()] with zeros in all positions. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `mat3x2` is both a struct and a function [INFO] [stdout] --> src/lib.rs:1043:24 [INFO] [stdout] | [INFO] [stdout] 1043 | /// Creates a new [mat3x2] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 1043 | /// Creates a new [struct@mat3x2] with zeros in all positions. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1043 | /// Creates a new [mat3x2()] with zeros in all positions. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `mat3x3` is both a struct and a function [INFO] [stdout] --> src/lib.rs:1100:24 [INFO] [stdout] | [INFO] [stdout] 1100 | /// Creates a new [mat3x3] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 1100 | /// Creates a new [struct@mat3x3] with zeros in all positions. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1100 | /// Creates a new [mat3x3()] with zeros in all positions. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `mat3x4` is both a struct and a function [INFO] [stdout] --> src/lib.rs:1157:24 [INFO] [stdout] | [INFO] [stdout] 1157 | /// Creates a new [mat3x4] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 1157 | /// Creates a new [struct@mat3x4] with zeros in all positions. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1157 | /// Creates a new [mat3x4()] with zeros in all positions. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `mat4x2` is both a struct and a function [INFO] [stdout] --> src/lib.rs:1215:24 [INFO] [stdout] | [INFO] [stdout] 1215 | /// Creates a new [mat4x2] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 1215 | /// Creates a new [struct@mat4x2] with zeros in all positions. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1215 | /// Creates a new [mat4x2()] with zeros in all positions. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `mat4x3` is both a struct and a function [INFO] [stdout] --> src/lib.rs:1273:24 [INFO] [stdout] | [INFO] [stdout] 1273 | /// Creates a new [mat4x3] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 1273 | /// Creates a new [struct@mat4x3] with zeros in all positions. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1273 | /// Creates a new [mat4x3()] with zeros in all positions. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `mat4x4` is both a struct and a function [INFO] [stdout] --> src/lib.rs:1331:24 [INFO] [stdout] | [INFO] [stdout] 1331 | /// Creates a new [mat4x4] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 1331 | /// Creates a new [struct@mat4x4] with zeros in all positions. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1331 | /// Creates a new [mat4x4()] with zeros in all positions. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.95s [INFO] running `Command { std: "docker" "inspect" "f0b608e85ab2f44a938962d26f5c46fd360685306ca28e8392d70b0afe361b31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0b608e85ab2f44a938962d26f5c46fd360685306ca28e8392d70b0afe361b31", kill_on_drop: false }` [INFO] [stdout] f0b608e85ab2f44a938962d26f5c46fd360685306ca28e8392d70b0afe361b31 [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=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] 401c57a8f572937cae63d2a3ebeca1fea8625ab2c912576ca6d18f9de3a1b3fa [INFO] running `Command { std: "docker" "start" "-a" "401c57a8f572937cae63d2a3ebeca1fea8625ab2c912576ca6d18f9de3a1b3fa", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling std140-macros v0.1.2 [INFO] [stderr] Documenting std140 v0.2.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: `mat2x2` is both a struct and a function [INFO] [stdout] --> src/lib.rs:874:24 [INFO] [stdout] | [INFO] [stdout] 874 | /// Creates a new [mat2x2] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 874 | /// Creates a new [struct@mat2x2] with zeros in all positions. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 874 | /// Creates a new [mat2x2()] with zeros in all positions. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `mat2x3` is both a struct and a function [INFO] [stdout] --> src/lib.rs:930:24 [INFO] [stdout] | [INFO] [stdout] 930 | /// Creates a new [mat2x3] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 930 | /// Creates a new [struct@mat2x3] with zeros in all positions. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 930 | /// Creates a new [mat2x3()] with zeros in all positions. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `mat2x4` is both a struct and a function [INFO] [stdout] --> src/lib.rs:986:24 [INFO] [stdout] | [INFO] [stdout] 986 | /// Creates a new [mat2x4] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 986 | /// Creates a new [struct@mat2x4] with zeros in all positions. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 986 | /// Creates a new [mat2x4()] with zeros in all positions. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `mat3x2` is both a struct and a function [INFO] [stdout] --> src/lib.rs:1043:24 [INFO] [stdout] | [INFO] [stdout] 1043 | /// Creates a new [mat3x2] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 1043 | /// Creates a new [struct@mat3x2] with zeros in all positions. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1043 | /// Creates a new [mat3x2()] with zeros in all positions. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `mat3x3` is both a struct and a function [INFO] [stdout] --> src/lib.rs:1100:24 [INFO] [stdout] | [INFO] [stdout] 1100 | /// Creates a new [mat3x3] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 1100 | /// Creates a new [struct@mat3x3] with zeros in all positions. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1100 | /// Creates a new [mat3x3()] with zeros in all positions. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `mat3x4` is both a struct and a function [INFO] [stdout] --> src/lib.rs:1157:24 [INFO] [stdout] | [INFO] [stdout] 1157 | /// Creates a new [mat3x4] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 1157 | /// Creates a new [struct@mat3x4] with zeros in all positions. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1157 | /// Creates a new [mat3x4()] with zeros in all positions. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `mat4x2` is both a struct and a function [INFO] [stdout] --> src/lib.rs:1215:24 [INFO] [stdout] | [INFO] [stdout] 1215 | /// Creates a new [mat4x2] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 1215 | /// Creates a new [struct@mat4x2] with zeros in all positions. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1215 | /// Creates a new [mat4x2()] with zeros in all positions. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `mat4x3` is both a struct and a function [INFO] [stdout] --> src/lib.rs:1273:24 [INFO] [stdout] | [INFO] [stdout] 1273 | /// Creates a new [mat4x3] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 1273 | /// Creates a new [struct@mat4x3] with zeros in all positions. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1273 | /// Creates a new [mat4x3()] with zeros in all positions. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `mat4x4` is both a struct and a function [INFO] [stdout] --> src/lib.rs:1331:24 [INFO] [stdout] | [INFO] [stdout] 1331 | /// Creates a new [mat4x4] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the struct, prefix with `struct@` [INFO] [stdout] | [INFO] [stdout] 1331 | /// Creates a new [struct@mat4x4] with zeros in all positions. [INFO] [stdout] | +++++++ [INFO] [stdout] help: to link to the function, add parentheses [INFO] [stdout] | [INFO] [stdout] 1331 | /// Creates a new [mat4x4()] with zeros in all positions. [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.77s [INFO] running `Command { std: "docker" "inspect" "401c57a8f572937cae63d2a3ebeca1fea8625ab2c912576ca6d18f9de3a1b3fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "401c57a8f572937cae63d2a3ebeca1fea8625ab2c912576ca6d18f9de3a1b3fa", kill_on_drop: false }` [INFO] [stdout] 401c57a8f572937cae63d2a3ebeca1fea8625ab2c912576ca6d18f9de3a1b3fa