[INFO] fetching crate cldnn-sys 0.1.0... [INFO] documenting cldnn-sys-0.1.0 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate cldnn-sys 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate cldnn-sys 0.1.0 on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate cldnn-sys 0.1.0 [INFO] finished tweaking crates.io crate cldnn-sys 0.1.0 [INFO] tweaked toml for crates.io crate cldnn-sys 0.1.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fa0bfe9c4b05e781d2e446d56ca46766534a7936b8ffc840dfebac6ddfb31232 [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" "fa0bfe9c4b05e781d2e446d56ca46766534a7936b8ffc840dfebac6ddfb31232", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fa0bfe9c4b05e781d2e446d56ca46766534a7936b8ffc840dfebac6ddfb31232", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa0bfe9c4b05e781d2e446d56ca46766534a7936b8ffc840dfebac6ddfb31232", kill_on_drop: false }` [INFO] [stdout] fa0bfe9c4b05e781d2e446d56ca46766534a7936b8ffc840dfebac6ddfb31232 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f6f223f5dfdb789df8462b347ec7514fe27204ab43c12d042d9bc0b27df8976f [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" "f6f223f5dfdb789df8462b347ec7514fe27204ab43c12d042d9bc0b27df8976f", kill_on_drop: false }` [INFO] [stderr] Documenting cldnn-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | pub type __uint8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | pub type __int16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | pub type __uint16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | pub type __int32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | pub type __uint32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | pub type __int64_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | pub type __uint64_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_status` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | pub type cldnn_status = i32; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnStatus` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_engine` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | pub type cldnn_engine = *mut cldnn_engine_impl; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnEngine` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_event` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | pub type cldnn_event = *mut cldnn_event_impl; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_topology` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | pub type cldnn_topology = *mut cldnn_topology_impl; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnTopology` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_program` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 62 | pub type cldnn_program = *mut cldnn_program_impl; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnProgram` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_network` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:68:10 [INFO] [stdout] | [INFO] [stdout] 68 | pub type cldnn_network = *mut cldnn_network_impl; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnNetwork` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_memory` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | pub type cldnn_memory = *mut cldnn_memory_impl; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnMemory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_engine_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:76:10 [INFO] [stdout] | [INFO] [stdout] 76 | pub type cldnn_engine_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnEngineType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_priority_mode_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | pub type cldnn_priority_mode_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnPriorityModeType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_throttle_mode_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | pub type cldnn_throttle_mode_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnThrottleModeType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_event_handler` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:122:10 [INFO] [stdout] | [INFO] [stdout] 122 | pub type cldnn_event_handler = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnEventHandler` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_build_option_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | pub type cldnn_build_option_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnBuildOptionType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_tuning_mode_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:145:10 [INFO] [stdout] | [INFO] [stdout] 145 | pub type cldnn_tuning_mode_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnTuningModeType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_format_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:202:10 [INFO] [stdout] | [INFO] [stdout] 202 | pub type cldnn_format_type = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnFormatType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_data_type` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:225:10 [INFO] [stdout] | [INFO] [stdout] 225 | pub type cldnn_data_type = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnDataType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_primitive_type_id` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:257:10 [INFO] [stdout] | [INFO] [stdout] 257 | pub type cldnn_primitive_type_id = *const cldnn_primitive_type; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnPrimitiveTypeId` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_primitive_id` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:258:10 [INFO] [stdout] | [INFO] [stdout] 258 | pub type cldnn_primitive_id = *const ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnPrimitiveId` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_kernel_code` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:265:10 [INFO] [stdout] | [INFO] [stdout] 265 | pub type cldnn_kernel_code = *const ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnKernelCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_kernels_code` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:266:10 [INFO] [stdout] | [INFO] [stdout] 266 | pub type cldnn_kernels_code = *mut cldnn_kernel_code; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnKernelsCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_kernel_entry_point` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:267:10 [INFO] [stdout] | [INFO] [stdout] 267 | pub type cldnn_kernel_entry_point = *const ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnKernelEntryPoint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_kernel_build_options` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:268:10 [INFO] [stdout] | [INFO] [stdout] 268 | pub type cldnn_kernel_build_options = *const ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnKernelBuildOptions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_work_group_sizes` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:269:10 [INFO] [stdout] | [INFO] [stdout] 269 | pub type cldnn_work_group_sizes = *const usize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnWorkGroupSizes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_arg_type_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:272:10 [INFO] [stdout] | [INFO] [stdout] 272 | pub type cldnn_arg_type_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnArgTypeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_arg_index` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:274:10 [INFO] [stdout] | [INFO] [stdout] 274 | pub type cldnn_arg_index = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnArgIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_arg` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:281:10 [INFO] [stdout] | [INFO] [stdout] 281 | pub type cldnn_arg = cldnn_arg_t; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnArg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_kernel_arguments` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:282:10 [INFO] [stdout] | [INFO] [stdout] 282 | pub type cldnn_kernel_arguments = *const cldnn_arg; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnKernelArguments` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_activation_func_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | pub type cldnn_activation_func_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnActivationFuncT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_activation_grad_func_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:310:10 [INFO] [stdout] | [INFO] [stdout] 310 | pub type cldnn_activation_grad_func_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnActivationGradFuncT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_activation_additional_params` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:318:10 [INFO] [stdout] | [INFO] [stdout] 318 | pub type cldnn_activation_additional_params = cldnn_activation_additional_params_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnActivationAdditionalParams` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `cldnn_reorder_mean_mode_t` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:323:10 [INFO] [stdout] | [INFO] [stdout] 323 | pub type cldnn_reorder_mean_mode_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CldnnReorderMeanModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 37 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.24s [INFO] running `Command { std: "docker" "inspect" "f6f223f5dfdb789df8462b347ec7514fe27204ab43c12d042d9bc0b27df8976f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6f223f5dfdb789df8462b347ec7514fe27204ab43c12d042d9bc0b27df8976f", kill_on_drop: false }` [INFO] [stdout] f6f223f5dfdb789df8462b347ec7514fe27204ab43c12d042d9bc0b27df8976f