[INFO] fetching crate win_inet 0.1.1... [INFO] documenting win_inet-0.1.1 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate win_inet 0.1.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate win_inet 0.1.1 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 win_inet 0.1.1 [INFO] finished tweaking crates.io crate win_inet 0.1.1 [INFO] tweaked toml for crates.io crate win_inet 0.1.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate win_inet 0.1.1 already has a lockfile, it will not be regenerated [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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3835776f45ce0f460a575b43b231e54c96e012cb933f25e2bc1ea3f8ef64ff0e [INFO] running `Command { std: "docker" "start" "-a" "3835776f45ce0f460a575b43b231e54c96e012cb933f25e2bc1ea3f8ef64ff0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3835776f45ce0f460a575b43b231e54c96e012cb933f25e2bc1ea3f8ef64ff0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3835776f45ce0f460a575b43b231e54c96e012cb933f25e2bc1ea3f8ef64ff0e", kill_on_drop: false }` [INFO] [stdout] 3835776f45ce0f460a575b43b231e54c96e012cb933f25e2bc1ea3f8ef64ff0e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b49db0893d519b02097961f49a25aff41a73a2c4f88030f41b5bfc1e0edbb659 [INFO] running `Command { std: "docker" "start" "-a" "b49db0893d519b02097961f49a25aff41a73a2c4f88030f41b5bfc1e0edbb659", kill_on_drop: false }` [INFO] [stderr] Documenting win_inet v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `c_int` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:10:6 [INFO] [stdout] | [INFO] [stdout] 10 | type c_int = i32; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `CInt` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `c_long` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | type c_long = i32; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `CLong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `c_ushort` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:22:6 [INFO] [stdout] | [INFO] [stdout] 22 | type c_ushort = u16; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `CUshort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int8` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:25:6 [INFO] [stdout] | [INFO] [stdout] 25 | type __int8 = i8; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Int8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint8` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:26:6 [INFO] [stdout] | [INFO] [stdout] 26 | type __uint8 = u8; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `Uint8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int16` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:27:6 [INFO] [stdout] | [INFO] [stdout] 27 | type __int16 = i16; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `Int16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint16` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:28:6 [INFO] [stdout] | [INFO] [stdout] 28 | type __uint16 = u16; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int32` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:29:6 [INFO] [stdout] | [INFO] [stdout] 29 | type __int32 = i32; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `Int32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint32` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:30:6 [INFO] [stdout] | [INFO] [stdout] 30 | type __uint32 = u32; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int64` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:31:6 [INFO] [stdout] | [INFO] [stdout] 31 | type __int64 = i64; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `Int64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint64` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:32:6 [INFO] [stdout] | [INFO] [stdout] 32 | type __uint64 = u64; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `DWORD_PTR` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:34:6 [INFO] [stdout] | [INFO] [stdout] 34 | type DWORD_PTR = usize; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `DwordPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `INTERNET_STATUS_CALLBACK` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:112:10 [INFO] [stdout] | [INFO] [stdout] 112 | pub type INTERNET_STATUS_CALLBACK = Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `InternetStatusCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LPINTERNET_STATUS_CALLBACK` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:122:10 [INFO] [stdout] | [INFO] [stdout] 122 | pub type LPINTERNET_STATUS_CALLBACK = *mut INTERNET_STATUS_CALLBACK; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LpinternetStatusCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/ansi.rs:24:34 [INFO] [stdout] | [INFO] [stdout] 24 | /// data and header information. https://docs.microsoft.com/en-us/windows/win32/api/wininet/ns-wininet-internet_buffersa [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.84s [INFO] running `Command { std: "docker" "inspect" "b49db0893d519b02097961f49a25aff41a73a2c4f88030f41b5bfc1e0edbb659", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b49db0893d519b02097961f49a25aff41a73a2c4f88030f41b5bfc1e0edbb659", kill_on_drop: false }` [INFO] [stdout] b49db0893d519b02097961f49a25aff41a73a2c4f88030f41b5bfc1e0edbb659 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] f7a5d66b0098ef0fb6052ad3f9ba3bc3b09275b7ebc82d78b37dc7dbd98cf504 [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" "f7a5d66b0098ef0fb6052ad3f9ba3bc3b09275b7ebc82d78b37dc7dbd98cf504", kill_on_drop: false }` [INFO] [stderr] Documenting win_inet v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `c_int` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:10:6 [INFO] [stdout] | [INFO] [stdout] 10 | type c_int = i32; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `CInt` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `c_long` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | type c_long = i32; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `CLong` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `c_ushort` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:22:6 [INFO] [stdout] | [INFO] [stdout] 22 | type c_ushort = u16; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `CUshort` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int8` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:25:6 [INFO] [stdout] | [INFO] [stdout] 25 | type __int8 = i8; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Int8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint8` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:26:6 [INFO] [stdout] | [INFO] [stdout] 26 | type __uint8 = u8; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `Uint8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int16` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:27:6 [INFO] [stdout] | [INFO] [stdout] 27 | type __int16 = i16; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `Int16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint16` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:28:6 [INFO] [stdout] | [INFO] [stdout] 28 | type __uint16 = u16; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Uint16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int32` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:29:6 [INFO] [stdout] | [INFO] [stdout] 29 | type __int32 = i32; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `Int32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint32` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:30:6 [INFO] [stdout] | [INFO] [stdout] 30 | type __uint32 = u32; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Uint32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int64` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:31:6 [INFO] [stdout] | [INFO] [stdout] 31 | type __int64 = i64; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `Int64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint64` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:32:6 [INFO] [stdout] | [INFO] [stdout] 32 | type __uint64 = u64; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Uint64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `DWORD_PTR` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:34:6 [INFO] [stdout] | [INFO] [stdout] 34 | type DWORD_PTR = usize; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `DwordPtr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `INTERNET_STATUS_CALLBACK` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:112:10 [INFO] [stdout] | [INFO] [stdout] 112 | pub type INTERNET_STATUS_CALLBACK = Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `InternetStatusCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `LPINTERNET_STATUS_CALLBACK` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:122:10 [INFO] [stdout] | [INFO] [stdout] 122 | pub type LPINTERNET_STATUS_CALLBACK = *mut INTERNET_STATUS_CALLBACK; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LpinternetStatusCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/ansi.rs:24:34 [INFO] [stdout] | [INFO] [stdout] 24 | /// data and header information. https://docs.microsoft.com/en-us/windows/win32/api/wininet/ns-wininet-internet_buffersa [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.37s [INFO] running `Command { std: "docker" "inspect" "f7a5d66b0098ef0fb6052ad3f9ba3bc3b09275b7ebc82d78b37dc7dbd98cf504", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7a5d66b0098ef0fb6052ad3f9ba3bc3b09275b7ebc82d78b37dc7dbd98cf504", kill_on_drop: false }` [INFO] [stdout] f7a5d66b0098ef0fb6052ad3f9ba3bc3b09275b7ebc82d78b37dc7dbd98cf504