[INFO] fetching crate molconv 0.2.0... [INFO] documenting molconv-0.2.0 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate molconv 0.2.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate molconv 0.2.0 on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate molconv 0.2.0 [INFO] finished tweaking crates.io crate molconv 0.2.0 [INFO] tweaked toml for crates.io crate molconv 0.2.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate molconv 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "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" "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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 26e5ba482ab6829bdee7ae54108806551cd546006d3153f74ab2225c89fffc1f [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" "26e5ba482ab6829bdee7ae54108806551cd546006d3153f74ab2225c89fffc1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "26e5ba482ab6829bdee7ae54108806551cd546006d3153f74ab2225c89fffc1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26e5ba482ab6829bdee7ae54108806551cd546006d3153f74ab2225c89fffc1f", kill_on_drop: false }` [INFO] [stdout] 26e5ba482ab6829bdee7ae54108806551cd546006d3153f74ab2225c89fffc1f [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" "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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "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] 60162792eb9b1cea07243485244c4a3d5fd689d8d97d7498e94f61d5eedd34cf [INFO] running `Command { std: "docker" "start" "-a" "60162792eb9b1cea07243485244c4a3d5fd689d8d97d7498e94f61d5eedd34cf", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Checking lazy-init v0.3.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling jobserver v0.1.17 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling molconv v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Compiling synstructure v0.12.2 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Documenting molconv v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name [INFO] [stdout] --> src/molconv/xdr/c_abi/xdr_seek.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | pub type int_least8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least16_t` should have an upper camel case name [INFO] [stdout] --> src/molconv/xdr/c_abi/xdr_seek.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | pub type int_least16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least32_t` should have an upper camel case name [INFO] [stdout] --> src/molconv/xdr/c_abi/xdr_seek.rs:75:10 [INFO] [stdout] | [INFO] [stdout] 75 | pub type int_least32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least64_t` should have an upper camel case name [INFO] [stdout] --> src/molconv/xdr/c_abi/xdr_seek.rs:76:10 [INFO] [stdout] | [INFO] [stdout] 76 | pub type int_least64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least8_t` should have an upper camel case name [INFO] [stdout] --> src/molconv/xdr/c_abi/xdr_seek.rs:77:10 [INFO] [stdout] | [INFO] [stdout] 77 | pub type uint_least8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least16_t` should have an upper camel case name [INFO] [stdout] --> src/molconv/xdr/c_abi/xdr_seek.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | pub type uint_least16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least32_t` should have an upper camel case name [INFO] [stdout] --> src/molconv/xdr/c_abi/xdr_seek.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | pub type uint_least32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name [INFO] [stdout] --> src/molconv/xdr/c_abi/xdr_seek.rs:80:10 [INFO] [stdout] | [INFO] [stdout] 80 | pub type uint_least64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast8_t` should have an upper camel case name [INFO] [stdout] --> src/molconv/xdr/c_abi/xdr_seek.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | pub type int_fast8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast16_t` should have an upper camel case name [INFO] [stdout] --> src/molconv/xdr/c_abi/xdr_seek.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | pub type int_fast16_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast32_t` should have an upper camel case name [INFO] [stdout] --> src/molconv/xdr/c_abi/xdr_seek.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 83 | pub type int_fast32_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast64_t` should have an upper camel case name [INFO] [stdout] --> src/molconv/xdr/c_abi/xdr_seek.rs:84:10 [INFO] [stdout] | [INFO] [stdout] 84 | pub type int_fast64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast8_t` should have an upper camel case name [INFO] [stdout] --> src/molconv/xdr/c_abi/xdr_seek.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | pub type uint_fast8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast16_t` should have an upper camel case name [INFO] [stdout] --> src/molconv/xdr/c_abi/xdr_seek.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | pub type uint_fast16_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast32_t` should have an upper camel case name [INFO] [stdout] --> src/molconv/xdr/c_abi/xdr_seek.rs:87:10 [INFO] [stdout] | [INFO] [stdout] 87 | pub type uint_fast32_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast64_t` should have an upper camel case name [INFO] [stdout] --> src/molconv/xdr/c_abi/xdr_seek.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub type uint_fast64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `intmax_t` should have an upper camel case name [INFO] [stdout] --> src/molconv/xdr/c_abi/xdr_seek.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 89 | pub type intmax_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uintmax_t` should have an upper camel case name [INFO] [stdout] --> src/molconv/xdr/c_abi/xdr_seek.rs:90:10 [INFO] [stdout] | [INFO] [stdout] 90 | pub type uintmax_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.49s [INFO] running `Command { std: "docker" "inspect" "60162792eb9b1cea07243485244c4a3d5fd689d8d97d7498e94f61d5eedd34cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60162792eb9b1cea07243485244c4a3d5fd689d8d97d7498e94f61d5eedd34cf", kill_on_drop: false }` [INFO] [stdout] 60162792eb9b1cea07243485244c4a3d5fd689d8d97d7498e94f61d5eedd34cf