[INFO] fetching crate grokj2k-sys 0.1.1... [INFO] documenting grokj2k-sys-0.1.1 against try#6ee483316d2e4581572121d60a955affb2032eb3+cargoflags=-Zrustdoc-scrape-examples for scrape-examples [INFO] extracting crate grokj2k-sys 0.1.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate grokj2k-sys 0.1.1 on toolchain 6ee483316d2e4581572121d60a955affb2032eb3 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate grokj2k-sys 0.1.1 [INFO] finished tweaking crates.io crate grokj2k-sys 0.1.1 [INFO] tweaked toml for crates.io crate grokj2k-sys 0.1.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b99c298236efe51ca878f8077488571cad7d12f23e1661ed7a76e2b4055bd61 [INFO] running `Command { std: "docker" "start" "-a" "0b99c298236efe51ca878f8077488571cad7d12f23e1661ed7a76e2b4055bd61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b99c298236efe51ca878f8077488571cad7d12f23e1661ed7a76e2b4055bd61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b99c298236efe51ca878f8077488571cad7d12f23e1661ed7a76e2b4055bd61", kill_on_drop: false }` [INFO] [stdout] 0b99c298236efe51ca878f8077488571cad7d12f23e1661ed7a76e2b4055bd61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stdout] 6cf9d5c96984610a6c136f0ae70336378e1c2ae5ce976dcb53a176e10f13e17d [INFO] running `Command { std: "docker" "start" "-a" "6cf9d5c96984610a6c136f0ae70336378e1c2ae5ce976dcb53a176e10f13e17d", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling libc v0.2.138 [INFO] [stderr] Compiling grokj2k-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Scraping grokj2k-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Documenting grokj2k-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `GRK_SUPPORTED_FILE_FMT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | pub type GRK_SUPPORTED_FILE_FMT = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkSupportedFileFmt` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_GRK_PROG_ORDER` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:32:10 [INFO] [stdout] | [INFO] [stdout] 32 | pub type _GRK_PROG_ORDER = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkProgOrder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_GRK_COLOR_SPACE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:54:10 [INFO] [stdout] | [INFO] [stdout] 54 | pub type _GRK_COLOR_SPACE = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkColorSpace` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_GRK_CODEC_FORMAT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | pub type _GRK_CODEC_FORMAT = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkCodecFormat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `GRK_TILE_CACHE_STRATEGY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 69 | pub type GRK_TILE_CACHE_STRATEGY = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkTileCacheStrategy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_msg_callback` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | pub type grk_msg_callback = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkMsgCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_object` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:112:10 [INFO] [stdout] | [INFO] [stdout] 112 | pub type grk_object = _grk_object; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkObject` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_progression` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:521:10 [INFO] [stdout] | [INFO] [stdout] 521 | pub type grk_progression = _grk_progression; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkProgression` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_raw_comp_cparameters` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:562:10 [INFO] [stdout] | [INFO] [stdout] 562 | pub type grk_raw_comp_cparameters = _grk_raw_comp_cparameters; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkRawCompCparameters` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_raw_cparameters` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:651:10 [INFO] [stdout] | [INFO] [stdout] 651 | pub type grk_raw_cparameters = _grk_raw_cparameters; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkRawCparameters` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_cparameters` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1439:10 [INFO] [stdout] | [INFO] [stdout] 1439 | pub type grk_cparameters = _grk_cparameters; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkCparameters` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_channel_description` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1492:10 [INFO] [stdout] | [INFO] [stdout] 1492 | pub type grk_channel_description = _grk_channel_description; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkChannelDescription` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_channel_definition` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1539:10 [INFO] [stdout] | [INFO] [stdout] 1539 | pub type grk_channel_definition = _grk_channel_definition; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkChannelDefinition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_component_mapping_comp` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1601:10 [INFO] [stdout] | [INFO] [stdout] 1601 | pub type grk_component_mapping_comp = _grk_component_mapping_comp; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkComponentMappingComp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_palette_data` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1689:10 [INFO] [stdout] | [INFO] [stdout] 1689 | pub type grk_palette_data = _grk_palette_data; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPaletteData` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_header_info` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2138:10 [INFO] [stdout] | [INFO] [stdout] 2138 | pub type grk_header_info = _grk_header_info; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkHeaderInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_dparameters` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2347:10 [INFO] [stdout] | [INFO] [stdout] 2347 | pub type grk_dparameters = _grk_dparameters; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkDparameters` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_prec_mode` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2351:10 [INFO] [stdout] | [INFO] [stdout] 2351 | pub type grk_prec_mode = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPrecMode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_precision` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2395:10 [INFO] [stdout] | [INFO] [stdout] 2395 | pub type grk_precision = _grk_prec; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPrecision` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_decompress_parameters` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2757:10 [INFO] [stdout] | [INFO] [stdout] 2757 | pub type grk_decompress_parameters = _grk_decompress_params; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkDecompressParameters` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_codec` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2758:10 [INFO] [stdout] | [INFO] [stdout] 2758 | pub type grk_codec = grk_object; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `GrkCodec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_stream_read_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2759:10 [INFO] [stdout] | [INFO] [stdout] 2759 | pub type grk_stream_read_fn = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkStreamReadFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_stream_write_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2766:10 [INFO] [stdout] | [INFO] [stdout] 2766 | pub type grk_stream_write_fn = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkStreamWriteFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_stream_seek_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2773:10 [INFO] [stdout] | [INFO] [stdout] 2773 | pub type grk_stream_seek_fn = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkStreamSeekFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_stream_free_user_data_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2776:10 [INFO] [stdout] | [INFO] [stdout] 2776 | pub type grk_stream_free_user_data_fn = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkStreamFreeUserDataFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_stream` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2778:10 [INFO] [stdout] | [INFO] [stdout] 2778 | pub type grk_stream = grk_object; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `GRK_COMPONENT_TYPE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2783:10 [INFO] [stdout] | [INFO] [stdout] 2783 | pub type GRK_COMPONENT_TYPE = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkComponentType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `GRK_COMPONENT_ASSOC` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2789:10 [INFO] [stdout] | [INFO] [stdout] 2789 | pub type GRK_COMPONENT_ASSOC = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkComponentAssoc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_image_comp` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2984:10 [INFO] [stdout] | [INFO] [stdout] 2984 | pub type grk_image_comp = _grk_image_comp; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkImageComp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_image_meta` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3068:10 [INFO] [stdout] | [INFO] [stdout] 3068 | pub type grk_image_meta = _grk_image_meta; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkImageMeta` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_image` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3251:10 [INFO] [stdout] | [INFO] [stdout] 3251 | pub type grk_image = _grk_image; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `GrkImage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_image_cmptparm` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3380:10 [INFO] [stdout] | [INFO] [stdout] 3380 | pub type grk_image_cmptparm = _grk_image_comptparm; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkImageCmptparm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_pass` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3435:10 [INFO] [stdout] | [INFO] [stdout] 3435 | pub type grk_plugin_pass = _grk_plugin_pass; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginPass` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_code_block` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3605:10 [INFO] [stdout] | [INFO] [stdout] 3605 | pub type grk_plugin_code_block = _grk_plugin_code_block; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginCodeBlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_precinct` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3647:10 [INFO] [stdout] | [INFO] [stdout] 3647 | pub type grk_plugin_precinct = _grk_plugin_precinct; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginPrecinct` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_band` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3711:10 [INFO] [stdout] | [INFO] [stdout] 3711 | pub type grk_plugin_band = _grk_plugin_band; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginBand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_resolution` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3764:10 [INFO] [stdout] | [INFO] [stdout] 3764 | pub type grk_plugin_resolution = _grk_plugin_resolution; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginResolution` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_tile` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3864:10 [INFO] [stdout] | [INFO] [stdout] 3864 | pub type grk_plugin_tile = _grk_plugin_tile; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginTile` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_load_info` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4296:10 [INFO] [stdout] | [INFO] [stdout] 4296 | pub type grk_plugin_load_info = _grk_plugin_load_info; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginLoadInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_init_info` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4350:10 [INFO] [stdout] | [INFO] [stdout] 4350 | pub type grk_plugin_init_info = _grk_plugin_init_info; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginInitInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `GRK_PLUGIN_COMPRESS_USER_CALLBACK` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4518:10 [INFO] [stdout] | [INFO] [stdout] 4518 | pub type GRK_PLUGIN_COMPRESS_USER_CALLBACK = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginCompressUserCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `GROK_INIT_DECOMPRESSORS` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4556:10 [INFO] [stdout] | [INFO] [stdout] 4556 | pub type GROK_INIT_DECOMPRESSORS = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrokInitDecompressors` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_decompress_callback_info` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4837:10 [INFO] [stdout] | [INFO] [stdout] 4837 | pub type grk_plugin_decompress_callback_info = _grk_plugin_decompress_callback_info; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginDecompressCallbackInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_decompress_callback` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4838:10 [INFO] [stdout] | [INFO] [stdout] 4838 | pub type grk_plugin_decompress_callback = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginDecompressCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 44 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.38s [INFO] running `Command { std: "docker" "inspect" "6cf9d5c96984610a6c136f0ae70336378e1c2ae5ce976dcb53a176e10f13e17d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cf9d5c96984610a6c136f0ae70336378e1c2ae5ce976dcb53a176e10f13e17d", kill_on_drop: false }` [INFO] [stdout] 6cf9d5c96984610a6c136f0ae70336378e1c2ae5ce976dcb53a176e10f13e17d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stdout] 77b52a1861649b8eca0f7362b26ef9b932664eb3bd2ad5c352008af8677473bc [INFO] running `Command { std: "docker" "start" "-a" "77b52a1861649b8eca0f7362b26ef9b932664eb3bd2ad5c352008af8677473bc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling grokj2k-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Scraping grokj2k-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Documenting grokj2k-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `GRK_SUPPORTED_FILE_FMT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | pub type GRK_SUPPORTED_FILE_FMT = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkSupportedFileFmt` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_GRK_PROG_ORDER` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:32:10 [INFO] [stdout] | [INFO] [stdout] 32 | pub type _GRK_PROG_ORDER = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkProgOrder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_GRK_COLOR_SPACE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:54:10 [INFO] [stdout] | [INFO] [stdout] 54 | pub type _GRK_COLOR_SPACE = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkColorSpace` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `_GRK_CODEC_FORMAT` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | pub type _GRK_CODEC_FORMAT = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkCodecFormat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `GRK_TILE_CACHE_STRATEGY` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 69 | pub type GRK_TILE_CACHE_STRATEGY = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkTileCacheStrategy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_msg_callback` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | pub type grk_msg_callback = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkMsgCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_object` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:112:10 [INFO] [stdout] | [INFO] [stdout] 112 | pub type grk_object = _grk_object; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkObject` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_progression` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:521:10 [INFO] [stdout] | [INFO] [stdout] 521 | pub type grk_progression = _grk_progression; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkProgression` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_raw_comp_cparameters` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:562:10 [INFO] [stdout] | [INFO] [stdout] 562 | pub type grk_raw_comp_cparameters = _grk_raw_comp_cparameters; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkRawCompCparameters` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_raw_cparameters` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:651:10 [INFO] [stdout] | [INFO] [stdout] 651 | pub type grk_raw_cparameters = _grk_raw_cparameters; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkRawCparameters` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_cparameters` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1439:10 [INFO] [stdout] | [INFO] [stdout] 1439 | pub type grk_cparameters = _grk_cparameters; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkCparameters` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_channel_description` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1492:10 [INFO] [stdout] | [INFO] [stdout] 1492 | pub type grk_channel_description = _grk_channel_description; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkChannelDescription` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_channel_definition` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1539:10 [INFO] [stdout] | [INFO] [stdout] 1539 | pub type grk_channel_definition = _grk_channel_definition; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkChannelDefinition` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_component_mapping_comp` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1601:10 [INFO] [stdout] | [INFO] [stdout] 1601 | pub type grk_component_mapping_comp = _grk_component_mapping_comp; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkComponentMappingComp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_palette_data` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:1689:10 [INFO] [stdout] | [INFO] [stdout] 1689 | pub type grk_palette_data = _grk_palette_data; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPaletteData` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_header_info` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2138:10 [INFO] [stdout] | [INFO] [stdout] 2138 | pub type grk_header_info = _grk_header_info; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkHeaderInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_dparameters` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2347:10 [INFO] [stdout] | [INFO] [stdout] 2347 | pub type grk_dparameters = _grk_dparameters; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkDparameters` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_prec_mode` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2351:10 [INFO] [stdout] | [INFO] [stdout] 2351 | pub type grk_prec_mode = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPrecMode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_precision` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2395:10 [INFO] [stdout] | [INFO] [stdout] 2395 | pub type grk_precision = _grk_prec; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPrecision` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_decompress_parameters` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2757:10 [INFO] [stdout] | [INFO] [stdout] 2757 | pub type grk_decompress_parameters = _grk_decompress_params; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkDecompressParameters` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_codec` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2758:10 [INFO] [stdout] | [INFO] [stdout] 2758 | pub type grk_codec = grk_object; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `GrkCodec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_stream_read_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2759:10 [INFO] [stdout] | [INFO] [stdout] 2759 | pub type grk_stream_read_fn = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkStreamReadFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_stream_write_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2766:10 [INFO] [stdout] | [INFO] [stdout] 2766 | pub type grk_stream_write_fn = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkStreamWriteFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_stream_seek_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2773:10 [INFO] [stdout] | [INFO] [stdout] 2773 | pub type grk_stream_seek_fn = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkStreamSeekFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_stream_free_user_data_fn` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2776:10 [INFO] [stdout] | [INFO] [stdout] 2776 | pub type grk_stream_free_user_data_fn = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkStreamFreeUserDataFn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_stream` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2778:10 [INFO] [stdout] | [INFO] [stdout] 2778 | pub type grk_stream = grk_object; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkStream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `GRK_COMPONENT_TYPE` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2783:10 [INFO] [stdout] | [INFO] [stdout] 2783 | pub type GRK_COMPONENT_TYPE = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkComponentType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `GRK_COMPONENT_ASSOC` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2789:10 [INFO] [stdout] | [INFO] [stdout] 2789 | pub type GRK_COMPONENT_ASSOC = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkComponentAssoc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_image_comp` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:2984:10 [INFO] [stdout] | [INFO] [stdout] 2984 | pub type grk_image_comp = _grk_image_comp; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkImageComp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_image_meta` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3068:10 [INFO] [stdout] | [INFO] [stdout] 3068 | pub type grk_image_meta = _grk_image_meta; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkImageMeta` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_image` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3251:10 [INFO] [stdout] | [INFO] [stdout] 3251 | pub type grk_image = _grk_image; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `GrkImage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_image_cmptparm` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3380:10 [INFO] [stdout] | [INFO] [stdout] 3380 | pub type grk_image_cmptparm = _grk_image_comptparm; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkImageCmptparm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_pass` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3435:10 [INFO] [stdout] | [INFO] [stdout] 3435 | pub type grk_plugin_pass = _grk_plugin_pass; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginPass` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_code_block` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3605:10 [INFO] [stdout] | [INFO] [stdout] 3605 | pub type grk_plugin_code_block = _grk_plugin_code_block; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginCodeBlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_precinct` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3647:10 [INFO] [stdout] | [INFO] [stdout] 3647 | pub type grk_plugin_precinct = _grk_plugin_precinct; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginPrecinct` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_band` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3711:10 [INFO] [stdout] | [INFO] [stdout] 3711 | pub type grk_plugin_band = _grk_plugin_band; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginBand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_resolution` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3764:10 [INFO] [stdout] | [INFO] [stdout] 3764 | pub type grk_plugin_resolution = _grk_plugin_resolution; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginResolution` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_tile` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:3864:10 [INFO] [stdout] | [INFO] [stdout] 3864 | pub type grk_plugin_tile = _grk_plugin_tile; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginTile` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_load_info` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4296:10 [INFO] [stdout] | [INFO] [stdout] 4296 | pub type grk_plugin_load_info = _grk_plugin_load_info; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginLoadInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_init_info` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4350:10 [INFO] [stdout] | [INFO] [stdout] 4350 | pub type grk_plugin_init_info = _grk_plugin_init_info; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginInitInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `GRK_PLUGIN_COMPRESS_USER_CALLBACK` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4518:10 [INFO] [stdout] | [INFO] [stdout] 4518 | pub type GRK_PLUGIN_COMPRESS_USER_CALLBACK = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginCompressUserCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `GROK_INIT_DECOMPRESSORS` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4556:10 [INFO] [stdout] | [INFO] [stdout] 4556 | pub type GROK_INIT_DECOMPRESSORS = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrokInitDecompressors` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_decompress_callback_info` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4837:10 [INFO] [stdout] | [INFO] [stdout] 4837 | pub type grk_plugin_decompress_callback_info = _grk_plugin_decompress_callback_info; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginDecompressCallbackInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `grk_plugin_decompress_callback` should have an upper camel case name [INFO] [stdout] --> src/lib.rs:4838:10 [INFO] [stdout] | [INFO] [stdout] 4838 | pub type grk_plugin_decompress_callback = ::std::option::Option< [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GrkPluginDecompressCallback` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 44 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.14s [INFO] running `Command { std: "docker" "inspect" "77b52a1861649b8eca0f7362b26ef9b932664eb3bd2ad5c352008af8677473bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77b52a1861649b8eca0f7362b26ef9b932664eb3bd2ad5c352008af8677473bc", kill_on_drop: false }` [INFO] [stdout] 77b52a1861649b8eca0f7362b26ef9b932664eb3bd2ad5c352008af8677473bc