[INFO] cloning repository https://github.com/Mokuzzai/nano-drive
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Mokuzzai/nano-drive" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMokuzzai%2Fnano-drive", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMokuzzai%2Fnano-drive'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 09b649afccd7beb28c2aa7ffc5974f5ecb35313d
[INFO] checking Mokuzzai/nano-drive against try#84addd32a13fa2d3f62fe5d99031611147b7fb13 for pr-147565-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMokuzzai%2Fnano-drive" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Mokuzzai/nano-drive
[INFO] finished tweaking git repo https://github.com/Mokuzzai/nano-drive
[INFO] tweaked toml for git repo https://github.com/Mokuzzai/nano-drive written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Mokuzzai/nano-drive on toolchain 84addd32a13fa2d3f62fe5d99031611147b7fb13
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+84addd32a13fa2d3f62fe5d99031611147b7fb13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Mokuzzai/nano-drive already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+84addd32a13fa2d3f62fe5d99031611147b7fb13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+84addd32a13fa2d3f62fe5d99031611147b7fb13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f04e9e5fa426c748589f71aa1a117ba5a77b51260fe246231f852f63ac0403be
[INFO] running `Command { std: "docker" "start" "-a" "f04e9e5fa426c748589f71aa1a117ba5a77b51260fe246231f852f63ac0403be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f04e9e5fa426c748589f71aa1a117ba5a77b51260fe246231f852f63ac0403be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f04e9e5fa426c748589f71aa1a117ba5a77b51260fe246231f852f63ac0403be", kill_on_drop: false }`
[INFO] [stdout] f04e9e5fa426c748589f71aa1a117ba5a77b51260fe246231f852f63ac0403be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+84addd32a13fa2d3f62fe5d99031611147b7fb13" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9207b0f1635f0477069a5bc9e087f04a0e0e53574c5106317406d8a32fa802e6
[INFO] running `Command { std: "docker" "start" "-a" "9207b0f1635f0477069a5bc9e087f04a0e0e53574c5106317406d8a32fa802e6", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]     Checking libloading v0.8.6
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling cc v1.2.5
[INFO] [stderr]    Compiling godot-bindings v0.2.1
[INFO] [stderr]    Compiling gdextension-api v0.2.1
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling wayland-sys v0.31.5
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.91
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling quick-xml v0.36.2
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling xml-rs v0.8.24
[INFO] [stderr]    Compiling wayland-client v0.31.7
[INFO] [stderr]    Compiling serde v1.0.216
[INFO] [stderr]     Checking crossbeam-channel v0.5.14
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling wayland-backend v0.3.7
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]    Compiling wayland-scanner v0.31.5
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]    Compiling godot-codegen v0.2.1
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling nanoserde-derive v0.1.22
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]    Compiling serde_json v1.0.134
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]     Checking clap_builder v4.5.23
[INFO] [stderr]     Checking uuid v1.11.0
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]    Compiling nanoserde v0.1.37
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking cursor-icon v1.1.0
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]     Checking bytemuck v1.21.0
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.0
[INFO] [stderr]     Checking polling v3.7.4
[INFO] [stderr]     Checking tempfile v3.14.0
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]    Compiling glutin v0.32.1
[INFO] [stderr]     Checking owned_ttf_parser v0.25.0
[INFO] [stderr]    Compiling winit v0.30.7
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.216
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling dlopen2_derive v0.4.0
[INFO] [stderr]     Checking wayland-protocols v0.32.5
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking dlopen2 v0.7.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking wayland-cursor v0.31.7
[INFO] [stderr]     Checking ab_glyph v0.2.29
[INFO] [stderr]     Checking assets_manager v0.12.4
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking as-raw-xcb-connection v1.0.1
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking clap v4.5.23
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling godot-macros v0.2.1
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]    Compiling godot-ffi v0.2.1
[INFO] [stderr]    Compiling godot-core v0.2.1
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking dpi v0.1.1
[INFO] [stderr]     Checking miniz_oxide v0.8.2
[INFO] [stderr]    Compiling glium v0.36.0
[INFO] [stderr]    Compiling venial v0.6.0
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking godot-cell v0.2.1
[INFO] [stderr]     Checking glam v0.28.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.5
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.5
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking ipc-channel v0.19.0
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]     Checking nd-engine v0.1.0 (/opt/rustwide/workdir/nd-engine)
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stdout] warning: field `write` is never read
[INFO] [stdout]   --> nd-engine/src/world.rs:18:2
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct EventWriter<T> {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 18 |     write: Vec<T>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking example v0.1.0 (/opt/rustwide/workdir/example)
[INFO] [stdout] warning: unused variable: `world`
[INFO] [stdout]   --> example/src/main.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn hello_system(world: &RawWorld, commands: &mut Commands) {
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_world`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `commands`
[INFO] [stdout]   --> example/src/main.rs:19:35
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn hello_system(world: &RawWorld, commands: &mut Commands) {
[INFO] [stdout]    |                                   ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_commands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `world`
[INFO] [stdout]   --> example/src/main.rs:23:21
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn hello_on_repeate(world: &RawWorld, commands: &mut Commands) {
[INFO] [stdout]    |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_world`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `commands`
[INFO] [stdout]   --> example/src/main.rs:23:39
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn hello_on_repeate(world: &RawWorld, commands: &mut Commands) {
[INFO] [stdout]    |                                       ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_commands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `world`
[INFO] [stdout]   --> example/src/main.rs:44:20
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn run(&mut self, world: &RawWorld, commands: &mut Commands) {
[INFO] [stdout]    |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_world`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `commands`
[INFO] [stdout]   --> example/src/main.rs:44:38
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn run(&mut self, world: &RawWorld, commands: &mut Commands) {
[INFO] [stdout]    |                                         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_commands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `world`
[INFO] [stdout]   --> example/src/main.rs:19:17
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn hello_system(world: &RawWorld, commands: &mut Commands) {
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_world`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `commands`
[INFO] [stdout]   --> example/src/main.rs:19:35
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn hello_system(world: &RawWorld, commands: &mut Commands) {
[INFO] [stdout]    |                                   ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_commands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `world`
[INFO] [stdout]   --> example/src/main.rs:23:21
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn hello_on_repeate(world: &RawWorld, commands: &mut Commands) {
[INFO] [stdout]    |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_world`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `commands`
[INFO] [stdout]   --> example/src/main.rs:23:39
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn hello_on_repeate(world: &RawWorld, commands: &mut Commands) {
[INFO] [stdout]    |                                       ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_commands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `world`
[INFO] [stdout]   --> example/src/main.rs:44:20
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn run(&mut self, world: &RawWorld, commands: &mut Commands) {
[INFO] [stdout]    |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_world`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `commands`
[INFO] [stdout]   --> example/src/main.rs:44:38
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn run(&mut self, world: &RawWorld, commands: &mut Commands) {
[INFO] [stdout]    |                                         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_commands`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `write` is never read
[INFO] [stdout]   --> nd-engine/src/world.rs:18:2
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct EventWriter<T> {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 18 |     write: Vec<T>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking nd-client v0.1.0 (/opt/rustwide/workdir/nd-client)
[INFO] [stderr] error: could not compile `godot-core` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/84addd32a13fa2d3f62fe5d99031611147b7fb13/bin/rustc --crate-name godot_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/godot-core-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="api-4-3"' --cfg 'feature="codegen-full"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-4-1", "api-4-1-1", "api-4-1-2", "api-4-1-3", "api-4-1-4", "api-4-2", "api-4-2-1", "api-4-2-2", "api-4-3", "api-custom", "codegen-full", "codegen-lazy-fptrs", "codegen-rustfmt", "debug-log", "default", "double-precision", "experimental-godot-api", "experimental-threads", "experimental-wasm-nothreads", "register-docs", "serde", "trace"))' -C metadata=dff6fee9ec8754ab -C extra-filename=-039fcfdbf0ecbb4e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern glam=/opt/rustwide/target/debug/deps/libglam-1f2f7e55dd73ca37.rmeta --extern godot_cell=/opt/rustwide/target/debug/deps/libgodot_cell-e92e54645c789d9f.rmeta --extern godot_ffi=/opt/rustwide/target/debug/deps/libgodot_ffi-fd21921e6c447da7.rmeta --cap-lints allow --cap-lints=forbid --cfg 'since_api="4.1"' --cfg 'since_api="4.2"' --cfg 'since_api="4.3"' --cfg 'before_api="4.4"' --cfg 'before_patch_api="4.1.0"' --cfg 'before_patch_api="4.1.1"' --cfg 'before_patch_api="4.1.2"' --cfg 'before_patch_api="4.1.3"' --cfg 'before_patch_api="4.1.4"' --cfg 'before_patch_api="4.2.0"' --cfg 'before_patch_api="4.2.1"' --cfg 'before_patch_api="4.2.2"' --cfg 'since_patch_api="4.3.0"' --cfg 'since_patch_api="4.4.0"' --check-cfg 'cfg(published_docs, values(none()))' --check-cfg 'cfg(since_api, values("4.1"))' --check-cfg 'cfg(before_api, values("4.1"))' --check-cfg 'cfg(since_api, values("4.2"))' --check-cfg 'cfg(before_api, values("4.2"))' --check-cfg 'cfg(since_api, values("4.3"))' --check-cfg 'cfg(before_api, values("4.3"))' --check-cfg 'cfg(since_api, values("4.4"))' --check-cfg 'cfg(before_api, values("4.4"))'` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "9207b0f1635f0477069a5bc9e087f04a0e0e53574c5106317406d8a32fa802e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9207b0f1635f0477069a5bc9e087f04a0e0e53574c5106317406d8a32fa802e6", kill_on_drop: false }`
[INFO] [stdout] 9207b0f1635f0477069a5bc9e087f04a0e0e53574c5106317406d8a32fa802e6
