[INFO] fetching crate udf 0.5.5... [INFO] testing udf-0.5.5 against try#028592fec99e54cc92def5a2a849c673b066dd93 for pr-146098 [INFO] extracting crate udf 0.5.5 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate udf 0.5.5 [INFO] finished tweaking crates.io crate udf 0.5.5 [INFO] tweaked toml for crates.io crate udf 0.5.5 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate udf 0.5.5 on toolchain 028592fec99e54cc92def5a2a849c673b066dd93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 36 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 872991da32ae04b25431903f921911a84c8f19a641e2db25037c11249fd02ac7 [INFO] running `Command { std: "docker" "start" "-a" "872991da32ae04b25431903f921911a84c8f19a641e2db25037c11249fd02ac7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "872991da32ae04b25431903f921911a84c8f19a641e2db25037c11249fd02ac7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "872991da32ae04b25431903f921911a84c8f19a641e2db25037c11249fd02ac7", kill_on_drop: false }` [INFO] [stdout] 872991da32ae04b25431903f921911a84c8f19a641e2db25037c11249fd02ac7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 181abaa38e96c0498bb8fd0edcfaeda8a872d50e96361cd560a95bcd21bdd622 [INFO] running `Command { std: "docker" "start" "-a" "181abaa38e96c0498bb8fd0edcfaeda8a872d50e96361cd560a95bcd21bdd622", kill_on_drop: false }` [INFO] [stderr] Compiling udf-sys v0.5.5 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling udf-macros v0.5.5 [INFO] [stderr] Compiling udf v0.5.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/mock.rs:386:27 [INFO] [stdout] | [INFO] [stdout] 386 | fn build(&mut self) -> &ArgList { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 386 | fn build(&mut self) -> &ArgList<'_, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/mock.rs:480:20 [INFO] [stdout] | [INFO] [stdout] 480 | pub fn as_init(&mut self) -> &ArgList { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 480 | pub fn as_init(&mut self) -> &ArgList<'_, Init> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/mock.rs:485:23 [INFO] [stdout] | [INFO] [stdout] 485 | pub fn as_process(&mut self) -> &ArgList { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 485 | pub fn as_process(&mut self) -> &ArgList<'_, Process> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s [INFO] running `Command { std: "docker" "inspect" "181abaa38e96c0498bb8fd0edcfaeda8a872d50e96361cd560a95bcd21bdd622", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "181abaa38e96c0498bb8fd0edcfaeda8a872d50e96361cd560a95bcd21bdd622", kill_on_drop: false }` [INFO] [stdout] 181abaa38e96c0498bb8fd0edcfaeda8a872d50e96361cd560a95bcd21bdd622 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c61d6fa9c54879a7e68d817edb1bb5ab92954a77a55f6f2d0ee04006f45a3f1 [INFO] running `Command { std: "docker" "start" "-a" "6c61d6fa9c54879a7e68d817edb1bb5ab92954a77a55f6f2d0ee04006f45a3f1", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/mock.rs:386:27 [INFO] [stdout] | [INFO] [stdout] 386 | fn build(&mut self) -> &ArgList { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 386 | fn build(&mut self) -> &ArgList<'_, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/mock.rs:480:20 [INFO] [stdout] | [INFO] [stdout] 480 | pub fn as_init(&mut self) -> &ArgList { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 480 | pub fn as_init(&mut self) -> &ArgList<'_, Init> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/mock.rs:485:23 [INFO] [stdout] | [INFO] [stdout] 485 | pub fn as_process(&mut self) -> &ArgList { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 485 | pub fn as_process(&mut self) -> &ArgList<'_, Process> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling udf v0.5.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/mock.rs:386:27 [INFO] [stdout] | [INFO] [stdout] 386 | fn build(&mut self) -> &ArgList { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 386 | fn build(&mut self) -> &ArgList<'_, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/mock.rs:480:20 [INFO] [stdout] | [INFO] [stdout] 480 | pub fn as_init(&mut self) -> &ArgList { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 480 | pub fn as_init(&mut self) -> &ArgList<'_, Init> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/mock.rs:485:23 [INFO] [stdout] | [INFO] [stdout] 485 | pub fn as_process(&mut self) -> &ArgList { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 485 | pub fn as_process(&mut self) -> &ArgList<'_, Process> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s [INFO] running `Command { std: "docker" "inspect" "6c61d6fa9c54879a7e68d817edb1bb5ab92954a77a55f6f2d0ee04006f45a3f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c61d6fa9c54879a7e68d817edb1bb5ab92954a77a55f6f2d0ee04006f45a3f1", kill_on_drop: false }` [INFO] [stdout] 6c61d6fa9c54879a7e68d817edb1bb5ab92954a77a55f6f2d0ee04006f45a3f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a19e955a3d8133250bf2a8f592d0460ac068b655a39538b1d12369423fc72ded [INFO] running `Command { std: "docker" "start" "-a" "a19e955a3d8133250bf2a8f592d0460ac068b655a39538b1d12369423fc72ded", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/mock.rs:386:27 [INFO] [stderr] | [INFO] [stderr] 386 | fn build(&mut self) -> &ArgList { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 386 | fn build(&mut self) -> &ArgList<'_, S> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/mock.rs:480:20 [INFO] [stderr] | [INFO] [stderr] 480 | pub fn as_init(&mut self) -> &ArgList { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 480 | pub fn as_init(&mut self) -> &ArgList<'_, Init> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/mock.rs:485:23 [INFO] [stderr] | [INFO] [stderr] 485 | pub fn as_process(&mut self) -> &ArgList { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 485 | pub fn as_process(&mut self) -> &ArgList<'_, Process> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `udf` (lib) generated 3 warnings (run `cargo fix --lib -p udf` to apply 3 suggestions) [INFO] [stderr] warning: `udf` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/udf-bdc63bd1eba40145) [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test mock::tests::test_mock_args_macro ... ok [INFO] [stdout] test types::arg::coerce::tests::test_coercion ... ok [INFO] [stdout] test types::arg::coerce::tests::test_unset_coercion ... ok [INFO] [stdout] test types::arg::tests::verify_item_result_layout ... ok [INFO] [stdout] test types::arg_list::tests::args_size_init ... ok [INFO] [stdout] test types::arg_list::tests::args_size_process ... ok [INFO] [stdout] test types::config::tests::cfg_init_size ... ok [INFO] [stdout] test types::config::tests::cfg_proc_size ... ok [INFO] [stdout] test types::config::tests::decimals ... ok [INFO] [stdout] test types::config::tests::max_len ... ok [INFO] [stdout] test types::config::tests::maybe_null ... ok [INFO] [stdout] test types::config::tests::test_box_load_store ... ok [INFO] [stdout] test types::config::tests::test_const ... ok [INFO] [stdout] test wrapper::const_helpers::tests::test_arr_copy ... ok [INFO] [stdout] test wrapper::const_helpers::tests::test_const_write_all ... ok [INFO] [stdout] test wrapper::helpers::buffer_tests::test_buf_fits ... ok [INFO] [stdout] test wrapper::helpers::buffer_tests::test_buf_no_fit_ref ... ok [INFO] [stdout] test wrapper::modded_types::tests::test_field_arg_type ... ok [INFO] [stdout] test wrapper::helpers::tests::write_msg_ok ... ok [INFO] [stdout] test wrapper::helpers::tests::argtype_from_ptr_notnull ... ok [INFO] [stdout] test wrapper::helpers::tests::argtype_from_ptr_null ... ok [INFO] [stdout] test wrapper::helpers::tests::process_args_ok ... ok [INFO] [stdout] test wrapper::helpers::tests::write_message_too_long ... ok [INFO] [stdout] test wrapper::modded_types::tests::test_layout ... ok [INFO] [stdout] test wrapper::modded_types::tests::test_field_lengths ... ok [INFO] [stdout] test wrapper::tests::test_verify_aggregate_attributes ... ok [INFO] [stdout] test wrapper::tests::test_fn_sig - should panic ... ok [INFO] [stdout] test wrapper::tests::test_verify_aggregate_attributes_mismatch_aliases - should panic ... ok [INFO] [stdout] test wrapper::tests::test_verify_aggregate_attributes_mismatch_name - should panic ... ok [INFO] [stdout] test wrapper::tests::test_wrapper_basic - should panic ... ok [INFO] [stdout] test wrapper::tests::test_wrapper_bufwrapper - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests udf [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/traits.rs - traits::AggregateUdf::add (line 219) ... ok [INFO] [stdout] test src/mock.rs - mock::MockUdfCfg (line 109) ... ok [INFO] [stdout] test src/lib.rs - (line 16) ... ok [INFO] [stdout] test src/mock.rs - mock::mock_args (line 521) ... ok [INFO] [stdout] test src/macros.rs - macros::udf_log (line 11) ... ok [INFO] [stdout] test src/mock.rs - mock (line 14) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a19e955a3d8133250bf2a8f592d0460ac068b655a39538b1d12369423fc72ded", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a19e955a3d8133250bf2a8f592d0460ac068b655a39538b1d12369423fc72ded", kill_on_drop: false }` [INFO] [stdout] a19e955a3d8133250bf2a8f592d0460ac068b655a39538b1d12369423fc72ded