[INFO] fetching crate msi 0.8.0... [INFO] testing msi-0.8.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate msi 0.8.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate msi 0.8.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate msi 0.8.0 [INFO] tweaked toml for crates.io crate msi 0.8.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate msi 0.8.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate msi 0.8.0 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cfb v0.10.0 [INFO] [stderr] Downloaded uuid v1.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 96785e41ff980196ab2bf4fd509718d4e2f5c79372b6f8697d8c3b7aad8f87ae [INFO] running `Command { std: "docker" "start" "-a" "96785e41ff980196ab2bf4fd509718d4e2f5c79372b6f8697d8c3b7aad8f87ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "96785e41ff980196ab2bf4fd509718d4e2f5c79372b6f8697d8c3b7aad8f87ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96785e41ff980196ab2bf4fd509718d4e2f5c79372b6f8697d8c3b7aad8f87ae", kill_on_drop: false }` [INFO] [stdout] 96785e41ff980196ab2bf4fd509718d4e2f5c79372b6f8697d8c3b7aad8f87ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 09723de9106d527c70cac56e890f01df862ce8a8bb1f653aa7724e37e358957a [INFO] running `Command { std: "docker" "start" "-a" "09723de9106d527c70cac56e890f01df862ce8a8bb1f653aa7724e37e358957a", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling uuid v1.0.0 [INFO] [stderr] Compiling encoding_rs v0.8.32 [INFO] [stderr] Compiling cfb v0.10.0 [INFO] [stderr] Compiling msi v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/internal/package.rs:229:19 [INFO] [stdout] | [INFO] [stdout] 229 | pub fn tables(&self) -> Tables { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 229 | pub fn tables(&self) -> Tables<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/internal/package.rs:240:20 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn streams(&self) -> Streams { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 240 | pub fn streams(&self) -> Streams<'_, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/internal/package.rs:478:24 [INFO] [stdout] | [INFO] [stdout] 478 | pub fn select_rows(&mut self, query: Select) -> io::Result { [INFO] [stdout] | ^^^^^^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 478 | pub fn select_rows(&mut self, query: Select) -> io::Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s [INFO] running `Command { std: "docker" "inspect" "09723de9106d527c70cac56e890f01df862ce8a8bb1f653aa7724e37e358957a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09723de9106d527c70cac56e890f01df862ce8a8bb1f653aa7724e37e358957a", kill_on_drop: false }` [INFO] [stdout] 09723de9106d527c70cac56e890f01df862ce8a8bb1f653aa7724e37e358957a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 637d335ad6dfc7a58f95425ee1565541afb896d25cb1851e71d0a758f5e18757 [INFO] running `Command { std: "docker" "start" "-a" "637d335ad6dfc7a58f95425ee1565541afb896d25cb1851e71d0a758f5e18757", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/internal/package.rs:229:19 [INFO] [stdout] | [INFO] [stdout] 229 | pub fn tables(&self) -> Tables { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 229 | pub fn tables(&self) -> Tables<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/internal/package.rs:240:20 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn streams(&self) -> Streams { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 240 | pub fn streams(&self) -> Streams<'_, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/internal/package.rs:478:24 [INFO] [stdout] | [INFO] [stdout] 478 | pub fn select_rows(&mut self, query: Select) -> io::Result { [INFO] [stdout] | ^^^^^^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 478 | pub fn select_rows(&mut self, query: Select) -> io::Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.3.9 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling msi v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/internal/package.rs:229:19 [INFO] [stdout] | [INFO] [stdout] 229 | pub fn tables(&self) -> Tables { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 229 | pub fn tables(&self) -> Tables<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/internal/package.rs:240:20 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn streams(&self) -> Streams { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 240 | pub fn streams(&self) -> Streams<'_, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/internal/package.rs:478:24 [INFO] [stdout] | [INFO] [stdout] 478 | pub fn select_rows(&mut self, query: Select) -> io::Result { [INFO] [stdout] | ^^^^^^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 478 | pub fn select_rows(&mut self, query: Select) -> io::Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 24.81s [INFO] running `Command { std: "docker" "inspect" "637d335ad6dfc7a58f95425ee1565541afb896d25cb1851e71d0a758f5e18757", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "637d335ad6dfc7a58f95425ee1565541afb896d25cb1851e71d0a758f5e18757", kill_on_drop: false }` [INFO] [stdout] 637d335ad6dfc7a58f95425ee1565541afb896d25cb1851e71d0a758f5e18757 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 16831a5997eeb365c63160ca5f7f818ee218b87e5607c380f2b590fa9f1593bd [INFO] running `Command { std: "docker" "start" "-a" "16831a5997eeb365c63160ca5f7f818ee218b87e5607c380f2b590fa9f1593bd", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/internal/package.rs:229:19 [INFO] [stderr] | [INFO] [stderr] 229 | pub fn tables(&self) -> Tables { [INFO] [stderr] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 229 | pub fn tables(&self) -> Tables<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/internal/package.rs:240:20 [INFO] [stderr] | [INFO] [stderr] 240 | pub fn streams(&self) -> Streams { [INFO] [stderr] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 240 | pub fn streams(&self) -> Streams<'_, F> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/internal/package.rs:478:24 [INFO] [stderr] | [INFO] [stderr] 478 | pub fn select_rows(&mut self, query: Select) -> io::Result { [INFO] [stderr] | ^^^^^^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 478 | pub fn select_rows(&mut self, query: Select) -> io::Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `msi` (lib) generated 3 warnings (run `cargo fix --lib -p msi` to apply 3 suggestions) [INFO] [stderr] warning: `msi` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/msi-c48d0400d85d2e75) [INFO] [stdout] [INFO] [stdout] running 56 tests [INFO] [stdout] test internal::codepage::tests::decode_string ... ok [INFO] [stdout] test internal::codepage::tests::decoding_error ... ok [INFO] [stdout] test internal::category::tests::category_string_round_trip ... ok [INFO] [stdout] test internal::codepage::tests::encoding_error ... ok [INFO] [stdout] test internal::codepage::tests::encode_string ... ok [INFO] [stdout] test internal::codepage::tests::id_round_trip ... ok [INFO] [stdout] test internal::column::tests::read_column_value ... ok [INFO] [stdout] test internal::column::tests::valid_column_name ... ok [INFO] [stdout] test internal::column::tests::valid_column_value ... ok [INFO] [stdout] test internal::column::tests::write_column_value ... ok [INFO] [stdout] test internal::expr::tests::constant_folding ... ok [INFO] [stdout] test internal::expr::tests::display ... ok [INFO] [stdout] test internal::expr::tests::evaluate ... ok [INFO] [stdout] test internal::language::tests::sublang_codes_are_sorted ... ok [INFO] [stdout] test internal::language::tests::lang_codes_are_unique ... ok [INFO] [stdout] test internal::expr::tests::column_names ... ok [INFO] [stdout] test internal::language::tests::sublang_codes_are_unique ... ok [INFO] [stdout] test internal::language::tests::lang_codes_are_sorted ... ok [INFO] [stdout] test internal::language::tests::sublang_tags_are_unique ... ok [INFO] [stdout] test internal::language::tests::sublang_tags_start_with_lang_tag ... ok [INFO] [stdout] test internal::language::tests::lang_tags_are_unique ... ok [INFO] [stdout] test internal::propset::tests::write_property_set ... ok [INFO] [stdout] test internal::propset::tests::read_property_set ... ok [INFO] [stdout] test internal::propset::tests::read_property_value ... ok [INFO] [stdout] test internal::propset::tests::write_property_value ... ok [INFO] [stdout] test internal::query::tests::display_delete ... ok [INFO] [stdout] test internal::streamname::tests::decode_stream_name ... ok [INFO] [stdout] test internal::query::tests::display_update ... ok [INFO] [stdout] test internal::query::tests::display_insert ... ok [INFO] [stdout] test internal::propset::tests::property_value_round_trip ... ok [INFO] [stdout] test internal::query::tests::display_select ... ok [INFO] [stdout] test internal::streamname::tests::encode_stream_name ... ok [INFO] [stdout] test internal::stringpool::tests::long_string_refs ... ok [INFO] [stdout] test internal::streamname::tests::to_from_b64 ... ok [INFO] [stdout] test internal::stringpool::tests::max_refcount ... ok [INFO] [stdout] test internal::stringpool::tests::read_string_ref ... ok [INFO] [stdout] test internal::streamname::tests::is_valid_stream_name ... ok [INFO] [stdout] test internal::stringpool::tests::new_string_pool ... ok [INFO] [stdout] test internal::stringpool::tests::build_string_pool ... ok [INFO] [stdout] test internal::stringpool::tests::repeated_string ... ok [INFO] [stdout] test internal::stringpool::tests::reuse_entries ... ok [INFO] [stdout] test internal::package::tests::set_database_codepage ... ok [INFO] [stdout] test internal::stringpool::tests::string_over_64k ... ok [INFO] [stdout] test internal::stringpool::tests::write_string_pool ... ok [INFO] [stdout] test internal::stringpool::tests::write_string_ref ... ok [INFO] [stdout] test internal::summary::tests::template_property ... ok [INFO] [stdout] test internal::summary::tests::set_properties ... ok [INFO] [stdout] test internal::table::tests::valid_table_name ... ok [INFO] [stdout] test internal::time::tests::from_system_time ... ok [INFO] [stdout] test internal::time::tests::to_system_time ... ok [INFO] [stdout] test internal::package::tests::insert_rows ... ok [INFO] [stdout] test internal::value::tests::create_value_ref ... ok [INFO] [stdout] test internal::value::tests::format_value ... ok [INFO] [stdout] test internal::value::tests::value_from ... ok [INFO] [stdout] test internal::package::tests::update_rows ... ok [INFO] [stdout] test internal::stringpool::tests::invalid_codepage - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] Running tests/delete.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/delete-37bb96c0dfea6aab) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test nonexistent_table ... ok [INFO] [stdout] test delete_one_row ... ok [INFO] [stdout] test nonexistent_column ... ok [INFO] [stdout] test delete_all_rows ... ok [INFO] [stderr] Running tests/select.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/select-2107464c5ca218ad) [INFO] [stdout] test delete_multiple_rows ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test nonexistent_column ... ok [INFO] [stdout] test nested_inner_join ... ok [INFO] [stdout] test nonexistent_table ... ok [INFO] [stdout] test join_tables ... ok [INFO] [stdout] test select_rows ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/signature.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/signature-6f3516d17503b54d) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test remove_signature_from_unsigned_package ... ok [INFO] [stdout] test remove_signature_from_signed_package ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stderr] Running tests/streams.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/streams-1a6e0693a2602b26) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test invalid_stream_name ... ok [INFO] [stdout] test nonexistent_stream_name ... ok [INFO] [stderr] Running tests/summary.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/summary-79a351dc639e6777) [INFO] [stdout] test create_and_remove_stream ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test set_creation_time_to_now ... ok [INFO] [stdout] test dropping_package_persists_changes ... ok [INFO] [stdout] test set_summary_info_properties ... ok [INFO] [stdout] test set_summary_info_codepage ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/tables.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/tables-5b754fd95dc3db87) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test create_table_with_invalid_name ... ok [INFO] [stdout] test create_table_with_no_columns ... ok [INFO] [stdout] test create_table_with_invalid_column_name ... ok [INFO] [stdout] test create_table_with_duplicate_column_names ... ok [INFO] [stdout] test create_table_with_no_primary_key ... ok [INFO] [stdout] test drop_nonexistent_table ... ok [INFO] [stdout] test create_duplicate_table ... ok [INFO] [stdout] test drop_table_with_invalid_name ... ok [INFO] [stdout] test create_valid_table ... ok [INFO] [stdout] test drop_special_tables ... ok [INFO] [stdout] test drop_table_with_rows ... ok [INFO] [stdout] test drop_valid_table ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Running tests/validation.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/validation-b957b909351aedcd) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test int_column_value_range ... ok [INFO] [stdout] test string_column_enum_values ... ok [INFO] [stdout] test string_column_category ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "16831a5997eeb365c63160ca5f7f818ee218b87e5607c380f2b590fa9f1593bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16831a5997eeb365c63160ca5f7f818ee218b87e5607c380f2b590fa9f1593bd", kill_on_drop: false }` [INFO] [stdout] 16831a5997eeb365c63160ca5f7f818ee218b87e5607c380f2b590fa9f1593bd