[INFO] fetching crate udf 0.5.5... [INFO] testing udf-0.5.5 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate udf 0.5.5 into /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate udf 0.5.5 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 37 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4250021eda4610d6ef9e05919fd907bcfa125b412a616567a0003b3d966164a8 [INFO] running `Command { std: "docker" "start" "-a" "4250021eda4610d6ef9e05919fd907bcfa125b412a616567a0003b3d966164a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4250021eda4610d6ef9e05919fd907bcfa125b412a616567a0003b3d966164a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4250021eda4610d6ef9e05919fd907bcfa125b412a616567a0003b3d966164a8", kill_on_drop: false }` [INFO] [stdout] 4250021eda4610d6ef9e05919fd907bcfa125b412a616567a0003b3d966164a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 27e6f2ac4fd047ee40584240ecba228c1f1a251964cf3678ab5a3d18bf52d841 [INFO] running `Command { std: "docker" "start" "-a" "27e6f2ac4fd047ee40584240ecba228c1f1a251964cf3678ab5a3d18bf52d841", kill_on_drop: false }` [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling udf-sys v0.5.5 [INFO] [stderr] Compiling chrono v0.4.41 [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.60s [INFO] running `Command { std: "docker" "inspect" "27e6f2ac4fd047ee40584240ecba228c1f1a251964cf3678ab5a3d18bf52d841", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27e6f2ac4fd047ee40584240ecba228c1f1a251964cf3678ab5a3d18bf52d841", kill_on_drop: false }` [INFO] [stdout] 27e6f2ac4fd047ee40584240ecba228c1f1a251964cf3678ab5a3d18bf52d841 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4289afe6ff17f1f71fd815ec2ca4358e7ead2c09f39ebd307146f7219b837c1e [INFO] running `Command { std: "docker" "start" "-a" "4289afe6ff17f1f71fd815ec2ca4358e7ead2c09f39ebd307146f7219b837c1e", kill_on_drop: false }` [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] [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 1.01s [INFO] running `Command { std: "docker" "inspect" "4289afe6ff17f1f71fd815ec2ca4358e7ead2c09f39ebd307146f7219b837c1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4289afe6ff17f1f71fd815ec2ca4358e7ead2c09f39ebd307146f7219b837c1e", kill_on_drop: false }` [INFO] [stdout] 4289afe6ff17f1f71fd815ec2ca4358e7ead2c09f39ebd307146f7219b837c1e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1677d44766be933d857b7b511d6da84f4016bd5f844b3ff36fe2b2df4e20dfa5 [INFO] running `Command { std: "docker" "start" "-a" "1677d44766be933d857b7b511d6da84f4016bd5f844b3ff36fe2b2df4e20dfa5", 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.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/udf-36bd5869e49f6f9d) [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test mock::tests::test_mock_args_macro ... ok [INFO] [stdout] test types::arg::tests::verify_item_result_layout ... 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::arg_list::tests::args_size_init ... ok [INFO] [stdout] test types::config::tests::cfg_proc_size ... ok [INFO] [stdout] test types::config::tests::decimals ... 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::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::helpers::tests::argtype_from_ptr_null ... ok [INFO] [stdout] test wrapper::helpers::tests::write_message_too_long ... ok [INFO] [stdout] test wrapper::modded_types::tests::test_field_lengths ... ok [INFO] [stdout] test wrapper::modded_types::tests::test_layout ... ok [INFO] [stdout] test types::config::tests::max_len ... ok [INFO] [stdout] test wrapper::helpers::tests::argtype_from_ptr_notnull ... ok [INFO] [stdout] test wrapper::helpers::tests::process_args_ok ... ok [INFO] [stdout] test wrapper::modded_types::tests::test_field_arg_type ... ok [INFO] [stdout] test wrapper::tests::test_verify_aggregate_attributes ... ok [INFO] [stdout] test wrapper::helpers::tests::write_msg_ok ... 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_wrapper_basic - should panic ... ok [INFO] [stdout] test wrapper::tests::test_verify_aggregate_attributes_mismatch_name - should panic ... ok [INFO] [stdout] test wrapper::tests::test_wrapper_bufwrapper - should panic ... ok [INFO] [stderr] Doc-tests udf [INFO] [stdout] test types::config::tests::maybe_null ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [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::mock_args (line 521) ... 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/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.71s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1677d44766be933d857b7b511d6da84f4016bd5f844b3ff36fe2b2df4e20dfa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1677d44766be933d857b7b511d6da84f4016bd5f844b3ff36fe2b2df4e20dfa5", kill_on_drop: false }` [INFO] [stdout] 1677d44766be933d857b7b511d6da84f4016bd5f844b3ff36fe2b2df4e20dfa5