[INFO] fetching crate std140 0.2.5... [INFO] documenting std140-0.2.5 against beta-2022-05-20 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 beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "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" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 77ea0791d0d704dfa113b9d9ecd247841c42c9470dd8d797bdb98782c9055718 [INFO] running `Command { std: "docker" "start" "-a" "77ea0791d0d704dfa113b9d9ecd247841c42c9470dd8d797bdb98782c9055718", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "77ea0791d0d704dfa113b9d9ecd247841c42c9470dd8d797bdb98782c9055718", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77ea0791d0d704dfa113b9d9ecd247841c42c9470dd8d797bdb98782c9055718", kill_on_drop: false }` [INFO] [stdout] 77ea0791d0d704dfa113b9d9ecd247841c42c9470dd8d797bdb98782c9055718 [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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c61a9b570a5b007b33c78f6db260e36bda34b1fe430e0cf63bbb5c32174437f0 [INFO] running `Command { std: "docker" "start" "-a" "c61a9b570a5b007b33c78f6db260e36bda34b1fe430e0cf63bbb5c32174437f0", 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 9.13s [INFO] running `Command { std: "docker" "inspect" "c61a9b570a5b007b33c78f6db260e36bda34b1fe430e0cf63bbb5c32174437f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c61a9b570a5b007b33c78f6db260e36bda34b1fe430e0cf63bbb5c32174437f0", kill_on_drop: false }` [INFO] [stdout] c61a9b570a5b007b33c78f6db260e36bda34b1fe430e0cf63bbb5c32174437f0 [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" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] ee0841d992031b77779a7c15245931a76c935f3d4e84d60b8506cd6d99dd5f7c [INFO] running `Command { std: "docker" "start" "-a" "ee0841d992031b77779a7c15245931a76c935f3d4e84d60b8506cd6d99dd5f7c", 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.83s [INFO] running `Command { std: "docker" "inspect" "ee0841d992031b77779a7c15245931a76c935f3d4e84d60b8506cd6d99dd5f7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee0841d992031b77779a7c15245931a76c935f3d4e84d60b8506cd6d99dd5f7c", kill_on_drop: false }` [INFO] [stdout] ee0841d992031b77779a7c15245931a76c935f3d4e84d60b8506cd6d99dd5f7c