[INFO] fetching crate yoga-sys 0.2.3... [INFO] testing yoga-sys-0.2.3 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate yoga-sys 0.2.3 into /workspace/builds/worker-85/source [INFO] validating manifest of crates.io crate yoga-sys 0.2.3 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate yoga-sys 0.2.3 [INFO] finished tweaking crates.io crate yoga-sys 0.2.3 [INFO] tweaked toml for crates.io crate yoga-sys 0.2.3 written to /workspace/builds/worker-85/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d76fc26dbee54f83aa921eb9608e4caffcd351026ae3a56d8c86b1470efb2ed4 [INFO] running `Command { std: "docker" "start" "-a" "d76fc26dbee54f83aa921eb9608e4caffcd351026ae3a56d8c86b1470efb2ed4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d76fc26dbee54f83aa921eb9608e4caffcd351026ae3a56d8c86b1470efb2ed4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d76fc26dbee54f83aa921eb9608e4caffcd351026ae3a56d8c86b1470efb2ed4", kill_on_drop: false }` [INFO] [stdout] d76fc26dbee54f83aa921eb9608e4caffcd351026ae3a56d8c86b1470efb2ed4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/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=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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 23994df1adf14251f1137d8f63135b856442aaea73d34bd86d32397b0bc8f34d [INFO] running `Command { std: "docker" "start" "-a" "23994df1adf14251f1137d8f63135b856442aaea73d34bd86d32397b0bc8f34d", kill_on_drop: false }` [INFO] [stderr] Compiling camino v1.0.7 [INFO] [stderr] Compiling semver v1.0.6 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling pulldown-cmark v0.9.1 [INFO] [stderr] Compiling bytecount v0.6.2 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling cargo-platform v0.1.2 [INFO] [stderr] Compiling cargo_metadata v0.14.2 [INFO] [stderr] Compiling skeptic v0.13.7 [INFO] [stderr] Compiling yoga-sys v0.2.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: c/YGNodeList.cpp: In function 'YGNodeList* YGNodeListNew(uint32_t)': [INFO] [stderr] warning: c/YGNodeList.cpp:22:60: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 22 | (const YGNodeListRef)malloc(sizeof(struct YGNodeList)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c/Yoga.cpp: In function 'YGNode* YGNodeNewWithConfig(YGConfigRef)': [INFO] [stderr] warning: c/Yoga.cpp:174:64: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 174 | const YGNodeRef node = (const YGNodeRef)malloc(sizeof(YGNode)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c/Yoga.cpp: In function 'YGNode* YGNodeClone(YGNodeRef)': [INFO] [stderr] warning: c/Yoga.cpp:193:64: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 193 | const YGNodeRef node = (const YGNodeRef)malloc(sizeof(YGNode)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c/Yoga.cpp: In function 'YGConfig* YGConfigNew()': [INFO] [stderr] warning: c/Yoga.cpp:268:72: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 268 | const YGConfigRef config = (const YGConfigRef)malloc(sizeof(YGConfig)); [INFO] [stderr] warning: | ^ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.73s [INFO] running `Command { std: "docker" "inspect" "23994df1adf14251f1137d8f63135b856442aaea73d34bd86d32397b0bc8f34d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23994df1adf14251f1137d8f63135b856442aaea73d34bd86d32397b0bc8f34d", kill_on_drop: false }` [INFO] [stdout] 23994df1adf14251f1137d8f63135b856442aaea73d34bd86d32397b0bc8f34d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/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=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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f3af1f5ba91a06cae9b558453c636a5c60aae94fa101d42b564ddf5836265483 [INFO] running `Command { std: "docker" "start" "-a" "f3af1f5ba91a06cae9b558453c636a5c60aae94fa101d42b564ddf5836265483", kill_on_drop: false }` [INFO] [stderr] warning: c/YGNodeList.cpp: In function 'YGNodeList* YGNodeListNew(uint32_t)': [INFO] [stderr] warning: c/YGNodeList.cpp:22:60: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 22 | (const YGNodeListRef)malloc(sizeof(struct YGNodeList)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c/Yoga.cpp: In function 'YGNode* YGNodeNewWithConfig(YGConfigRef)': [INFO] [stderr] warning: c/Yoga.cpp:174:64: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 174 | const YGNodeRef node = (const YGNodeRef)malloc(sizeof(YGNode)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c/Yoga.cpp: In function 'YGNode* YGNodeClone(YGNodeRef)': [INFO] [stderr] warning: c/Yoga.cpp:193:64: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 193 | const YGNodeRef node = (const YGNodeRef)malloc(sizeof(YGNode)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c/Yoga.cpp: In function 'YGConfig* YGConfigNew()': [INFO] [stderr] warning: c/Yoga.cpp:268:72: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 268 | const YGConfigRef config = (const YGConfigRef)malloc(sizeof(YGConfig)); [INFO] [stderr] warning: | ^ [INFO] [stderr] Compiling yoga-sys v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:197:19 [INFO] [stdout] | [INFO] [stdout] 197 | unsafe { &(*(0 as *const YGSize)).width as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:207:19 [INFO] [stdout] | [INFO] [stdout] 207 | unsafe { &(*(0 as *const YGSize)).height as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:236:19 [INFO] [stdout] | [INFO] [stdout] 236 | unsafe { &(*(0 as *const YGValue)).value as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | unsafe { &(*(0 as *const YGValue)).unit as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:783:19 [INFO] [stdout] | [INFO] [stdout] 783 | unsafe { &(*(0 as *const __va_list_tag)).gp_offset as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:793:19 [INFO] [stdout] | [INFO] [stdout] 793 | unsafe { &(*(0 as *const __va_list_tag)).fp_offset as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:803:19 [INFO] [stdout] | [INFO] [stdout] 803 | unsafe { &(*(0 as *const __va_list_tag)).overflow_arg_area as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:813:19 [INFO] [stdout] | [INFO] [stdout] 813 | unsafe { &(*(0 as *const __va_list_tag)).reg_save_area as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.95s [INFO] running `Command { std: "docker" "inspect" "f3af1f5ba91a06cae9b558453c636a5c60aae94fa101d42b564ddf5836265483", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3af1f5ba91a06cae9b558453c636a5c60aae94fa101d42b564ddf5836265483", kill_on_drop: false }` [INFO] [stdout] f3af1f5ba91a06cae9b558453c636a5c60aae94fa101d42b564ddf5836265483 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/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=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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1ba7db36cc0e7047862c3119d0719103038efceb878f08c9dd7de9192b1c0bae [INFO] running `Command { std: "docker" "start" "-a" "1ba7db36cc0e7047862c3119d0719103038efceb878f08c9dd7de9192b1c0bae", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: c/YGNodeList.cpp: In function 'YGNodeList* YGNodeListNew(uint32_t)': [INFO] [stderr] warning: c/YGNodeList.cpp:22:60: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 22 | (const YGNodeListRef)malloc(sizeof(struct YGNodeList)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c/Yoga.cpp: In function 'YGNode* YGNodeNewWithConfig(YGConfigRef)': [INFO] [stderr] warning: c/Yoga.cpp:174:64: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 174 | const YGNodeRef node = (const YGNodeRef)malloc(sizeof(YGNode)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c/Yoga.cpp: In function 'YGNode* YGNodeClone(YGNodeRef)': [INFO] [stderr] warning: c/Yoga.cpp:193:64: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 193 | const YGNodeRef node = (const YGNodeRef)malloc(sizeof(YGNode)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c/Yoga.cpp: In function 'YGConfig* YGConfigNew()': [INFO] [stderr] warning: c/Yoga.cpp:268:72: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 268 | const YGConfigRef config = (const YGConfigRef)malloc(sizeof(YGConfig)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> src/ffi.rs:197:19 [INFO] [stderr] | [INFO] [stderr] 197 | unsafe { &(*(0 as *const YGSize)).width as *const _ as usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> src/ffi.rs:207:19 [INFO] [stderr] | [INFO] [stderr] 207 | unsafe { &(*(0 as *const YGSize)).height as *const _ as usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> src/ffi.rs:236:19 [INFO] [stderr] | [INFO] [stderr] 236 | unsafe { &(*(0 as *const YGValue)).value as *const _ as usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> src/ffi.rs:246:19 [INFO] [stderr] | [INFO] [stderr] 246 | unsafe { &(*(0 as *const YGValue)).unit as *const _ as usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> src/ffi.rs:783:19 [INFO] [stderr] | [INFO] [stderr] 783 | unsafe { &(*(0 as *const __va_list_tag)).gp_offset as *const _ as usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> src/ffi.rs:793:19 [INFO] [stderr] | [INFO] [stderr] 793 | unsafe { &(*(0 as *const __va_list_tag)).fp_offset as *const _ as usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> src/ffi.rs:803:19 [INFO] [stderr] | [INFO] [stderr] 803 | unsafe { &(*(0 as *const __va_list_tag)).overflow_arg_area as *const _ as usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> src/ffi.rs:813:19 [INFO] [stderr] | [INFO] [stderr] 813 | unsafe { &(*(0 as *const __va_list_tag)).reg_save_area as *const _ as usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: `yoga-sys` (lib test) generated 8 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.66s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/yoga_sys-ef17e6b85e512035) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test ffi::bindgen_test_layout_YGSize ... ok [INFO] [stdout] test ffi::bindgen_test_layout_YGValue ... ok [INFO] [stdout] test ffi::bindgen_test_layout___va_list_tag ... ok [INFO] [stdout] test tests::basic_ygnode_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/skeptic.rs (/opt/rustwide/target/debug/deps/skeptic-2c1e3803c92e029d) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test readme_sect_example_line_28 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.75s [INFO] [stdout] [INFO] [stderr] Doc-tests yoga-sys [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 18) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.46s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1ba7db36cc0e7047862c3119d0719103038efceb878f08c9dd7de9192b1c0bae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ba7db36cc0e7047862c3119d0719103038efceb878f08c9dd7de9192b1c0bae", kill_on_drop: false }` [INFO] [stdout] 1ba7db36cc0e7047862c3119d0719103038efceb878f08c9dd7de9192b1c0bae