[INFO] crate std140 0.2.2 is already in cache [INFO] documenting std140-0.2.2 against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566 [INFO] extracting crate std140 0.2.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate std140 0.2.2 on toolchain 66dfc4e010913fbed0c4ea91fc2c010004b0f441 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate std140 0.2.2 [INFO] finished tweaking crates.io crate std140 0.2.2 [INFO] tweaked toml for crates.io crate std140 0.2.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 596711f4baec39be2000871aec41ef1f931c01e38a6edfffb029062984e1486f [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" "596711f4baec39be2000871aec41ef1f931c01e38a6edfffb029062984e1486f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "596711f4baec39be2000871aec41ef1f931c01e38a6edfffb029062984e1486f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "596711f4baec39be2000871aec41ef1f931c01e38a6edfffb029062984e1486f", kill_on_drop: false }` [INFO] [stdout] 596711f4baec39be2000871aec41ef1f931c01e38a6edfffb029062984e1486f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9b5bcc0c6151ebf245d645de9bda1f7234d49e9f527cd075f33e96dcc7170c02 [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" "9b5bcc0c6151ebf245d645de9bda1f7234d49e9f527cd075f33e96dcc7170c02", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling std140-macros v0.1.0 [INFO] [stderr] Documenting std140 v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #44580 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `mat2x2` is both a struct and a function [INFO] [stdout] --> src/lib.rs:866:24 [INFO] [stdout] | [INFO] [stdout] 866 | /// Creates a new [mat2x2] with zeros in all positions. [INFO] [stdout] | ^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(intra_doc_link_resolution_failure)]` on by default [INFO] [stdout] help: to link to the struct, prefix with the item type [INFO] [stdout] | [INFO] [stdout] 866 | /// 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] 866 | /// 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:916:24 [INFO] [stdout] | [INFO] [stdout] 916 | /// 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 the item type [INFO] [stdout] | [INFO] [stdout] 916 | /// 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] 916 | /// 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:966:24 [INFO] [stdout] | [INFO] [stdout] 966 | /// 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 the item type [INFO] [stdout] | [INFO] [stdout] 966 | /// 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] 966 | /// 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:1017:24 [INFO] [stdout] | [INFO] [stdout] 1017 | /// 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 the item type [INFO] [stdout] | [INFO] [stdout] 1017 | /// 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] 1017 | /// 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:1068:24 [INFO] [stdout] | [INFO] [stdout] 1068 | /// 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 the item type [INFO] [stdout] | [INFO] [stdout] 1068 | /// 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] 1068 | /// 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:1119:24 [INFO] [stdout] | [INFO] [stdout] 1119 | /// 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 the item type [INFO] [stdout] | [INFO] [stdout] 1119 | /// 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] 1119 | /// 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:1171:24 [INFO] [stdout] | [INFO] [stdout] 1171 | /// 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 the item type [INFO] [stdout] | [INFO] [stdout] 1171 | /// 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] 1171 | /// 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:1223:24 [INFO] [stdout] | [INFO] [stdout] 1223 | /// 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 the item type [INFO] [stdout] | [INFO] [stdout] 1223 | /// 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] 1223 | /// 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:1275:24 [INFO] [stdout] | [INFO] [stdout] 1275 | /// 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 the item type [INFO] [stdout] | [INFO] [stdout] 1275 | /// 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] 1275 | /// Creates a new [mat4x4()] with zeros in all positions. [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.20s [INFO] running `Command { std: "docker" "inspect" "9b5bcc0c6151ebf245d645de9bda1f7234d49e9f527cd075f33e96dcc7170c02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b5bcc0c6151ebf245d645de9bda1f7234d49e9f527cd075f33e96dcc7170c02", kill_on_drop: false }` [INFO] [stdout] 9b5bcc0c6151ebf245d645de9bda1f7234d49e9f527cd075f33e96dcc7170c02