[INFO] crate absperf-minilzo-sys 2.10.0 is already in cache [INFO] documenting absperf-minilzo-sys-2.10.0 against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566 [INFO] extracting crate absperf-minilzo-sys 2.10.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate absperf-minilzo-sys 2.10.0 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 absperf-minilzo-sys 2.10.0 [INFO] finished tweaking crates.io crate absperf-minilzo-sys 2.10.0 [INFO] tweaked toml for crates.io crate absperf-minilzo-sys 2.10.0 written to /workspace/builds/worker-0/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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] fab3167d387becb5eb570bb0fae6ee797b6eb23f9d888c0340602a073e76190e [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" "fab3167d387becb5eb570bb0fae6ee797b6eb23f9d888c0340602a073e76190e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fab3167d387becb5eb570bb0fae6ee797b6eb23f9d888c0340602a073e76190e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fab3167d387becb5eb570bb0fae6ee797b6eb23f9d888c0340602a073e76190e", kill_on_drop: false }` [INFO] [stdout] fab3167d387becb5eb570bb0fae6ee797b6eb23f9d888c0340602a073e76190e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 8ceffb6f7a2e6963fa8839ddae36d50faf9b6ef556c0fc721d62c0033985784a [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" "8ceffb6f7a2e6963fa8839ddae36d50faf9b6ef556c0fc721d62c0033985784a", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.56 [INFO] [stderr] Compiling absperf-minilzo-sys v2.10.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting absperf-minilzo-sys v2.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `size_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:247:10 [INFO] [stdout] | [INFO] [stdout] 247 | pub type size_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `SizeT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `wchar_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:248:10 [INFO] [stdout] | [INFO] [stdout] 248 | pub type wchar_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `WcharT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lzo_llong_t__` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:318:10 [INFO] [stdout] | [INFO] [stdout] 318 | pub type lzo_llong_t__ = ::std::os::raw::c_longlong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LzoLlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lzo_ullong_t__` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:319:10 [INFO] [stdout] | [INFO] [stdout] 319 | pub type lzo_ullong_t__ = ::std::os::raw::c_ulonglong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LzoUllongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lzo_uint` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:422:10 [INFO] [stdout] | [INFO] [stdout] 422 | pub type lzo_uint = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `LzoUint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lzo_int` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:423:10 [INFO] [stdout] | [INFO] [stdout] 423 | pub type lzo_int = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `LzoInt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lzo_bool` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:424:10 [INFO] [stdout] | [INFO] [stdout] 424 | pub type lzo_bool = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `LzoBool` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lzo_compress_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:467:10 [INFO] [stdout] | [INFO] [stdout] 467 | pub type lzo_compress_t = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LzoCompressT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lzo_decompress_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:476:10 [INFO] [stdout] | [INFO] [stdout] 476 | pub type lzo_decompress_t = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LzoDecompressT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lzo_optimize_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:485:10 [INFO] [stdout] | [INFO] [stdout] 485 | pub type lzo_optimize_t = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LzoOptimizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lzo_compress_dict_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:494:10 [INFO] [stdout] | [INFO] [stdout] 494 | pub type lzo_compress_dict_t = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LzoCompressDictT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lzo_decompress_dict_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:505:10 [INFO] [stdout] | [INFO] [stdout] 505 | pub type lzo_decompress_dict_t = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LzoDecompressDictT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lzo_alloc_func_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:516:10 [INFO] [stdout] | [INFO] [stdout] 516 | pub type lzo_alloc_func_t = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LzoAllocFuncT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lzo_free_func_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:523:10 [INFO] [stdout] | [INFO] [stdout] 523 | pub type lzo_free_func_t = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LzoFreeFuncT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `lzo_progress_func_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:526:10 [INFO] [stdout] | [INFO] [stdout] 526 | pub type lzo_progress_func_t = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `LzoProgressFuncT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.99s [INFO] running `Command { std: "docker" "inspect" "8ceffb6f7a2e6963fa8839ddae36d50faf9b6ef556c0fc721d62c0033985784a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ceffb6f7a2e6963fa8839ddae36d50faf9b6ef556c0fc721d62c0033985784a", kill_on_drop: false }` [INFO] [stdout] 8ceffb6f7a2e6963fa8839ddae36d50faf9b6ef556c0fc721d62c0033985784a