[INFO] fetching crate win_inet 0.1.1... [INFO] documenting win_inet-0.1.1 against 1.61.0 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 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 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" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded widestring v0.5.1 [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" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d29cb2205c4f0ca47aa989ee0e01ccbd585d3804f65f77c8c4237fa09186727 [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" "3d29cb2205c4f0ca47aa989ee0e01ccbd585d3804f65f77c8c4237fa09186727", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d29cb2205c4f0ca47aa989ee0e01ccbd585d3804f65f77c8c4237fa09186727", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d29cb2205c4f0ca47aa989ee0e01ccbd585d3804f65f77c8c4237fa09186727", kill_on_drop: false }` [INFO] [stdout] 3d29cb2205c4f0ca47aa989ee0e01ccbd585d3804f65f77c8c4237fa09186727 [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" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 49b24e053b47e25a45925b9e06eaac4045e1c6c47cce41ff156efc2a7651ed17 [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" "49b24e053b47e25a45925b9e06eaac4045e1c6c47cce41ff156efc2a7651ed17", 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.91s [INFO] running `Command { std: "docker" "inspect" "49b24e053b47e25a45925b9e06eaac4045e1c6c47cce41ff156efc2a7651ed17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49b24e053b47e25a45925b9e06eaac4045e1c6c47cce41ff156efc2a7651ed17", kill_on_drop: false }` [INFO] [stdout] 49b24e053b47e25a45925b9e06eaac4045e1c6c47cce41ff156efc2a7651ed17 [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" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", 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] a256fb3ecc0c50af7fe11d35af38ce01d7c7b7c4f46f1b0d8f29ec6f38306a5b [INFO] running `Command { std: "docker" "start" "-a" "a256fb3ecc0c50af7fe11d35af38ce01d7c7b7c4f46f1b0d8f29ec6f38306a5b", 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.52s [INFO] running `Command { std: "docker" "inspect" "a256fb3ecc0c50af7fe11d35af38ce01d7c7b7c4f46f1b0d8f29ec6f38306a5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a256fb3ecc0c50af7fe11d35af38ce01d7c7b7c4f46f1b0d8f29ec6f38306a5b", kill_on_drop: false }` [INFO] [stdout] a256fb3ecc0c50af7fe11d35af38ce01d7c7b7c4f46f1b0d8f29ec6f38306a5b