[INFO] fetching crate sophia_inmem 0.9.0... [INFO] testing sophia_inmem-0.9.0 against 1.91.0 for beta-1.92-2 [INFO] extracting crate sophia_inmem 0.9.0 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate sophia_inmem 0.9.0 [INFO] finished tweaking crates.io crate sophia_inmem 0.9.0 [INFO] tweaked toml for crates.io crate sophia_inmem 0.9.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate sophia_inmem 0.9.0 on toolchain 1.91.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 20 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded resiter v0.5.0 [INFO] [stderr] Downloaded mownstr v0.3.1 [INFO] [stderr] Downloaded oxiri v0.2.11 [INFO] [stderr] Downloaded sophia_iri v0.9.0 [INFO] [stderr] Downloaded sophia_api v0.9.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f6861cff3701978fbf6791246d30ac7173aa332536a6306bc0b9b0bb3f3012fa [INFO] running `Command { std: "docker" "start" "-a" "f6861cff3701978fbf6791246d30ac7173aa332536a6306bc0b9b0bb3f3012fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f6861cff3701978fbf6791246d30ac7173aa332536a6306bc0b9b0bb3f3012fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6861cff3701978fbf6791246d30ac7173aa332536a6306bc0b9b0bb3f3012fa", kill_on_drop: false }` [INFO] [stdout] f6861cff3701978fbf6791246d30ac7173aa332536a6306bc0b9b0bb3f3012fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93e1adb2b966bd572ebd070b49fa5d8ff9c90aac8ca9ae4bcd72f948eb4a72f6 [INFO] running `Command { std: "docker" "start" "-a" "93e1adb2b966bd572ebd070b49fa5d8ff9c90aac8ca9ae4bcd72f948eb4a72f6", kill_on_drop: false }` [INFO] [stderr] Compiling oxiri v0.2.11 [INFO] [stderr] Compiling mownstr v0.3.1 [INFO] [stderr] Compiling resiter v0.5.0 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling sophia_iri v0.9.0 [INFO] [stderr] Compiling sophia_api v0.9.0 [INFO] [stderr] Compiling sophia_inmem v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/graph.rs:48:61 [INFO] [stdout] | [INFO] [stdout] 44 | &'s self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 48 | ) -> Box>> + '_> [INFO] [stdout] | ^^ the same 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: consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 48 - ) -> Box>> + '_> [INFO] [stdout] 48 + ) -> Box>> + '_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/graph.rs:182:61 [INFO] [stdout] | [INFO] [stdout] 178 | &'s self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 182 | ) -> Box>> + '_> [INFO] [stdout] | ^^ the same 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: consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 182 - ) -> Box>> + '_> [INFO] [stdout] 182 + ) -> Box>> + '_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.95s [INFO] running `Command { std: "docker" "inspect" "93e1adb2b966bd572ebd070b49fa5d8ff9c90aac8ca9ae4bcd72f948eb4a72f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93e1adb2b966bd572ebd070b49fa5d8ff9c90aac8ca9ae4bcd72f948eb4a72f6", kill_on_drop: false }` [INFO] [stdout] 93e1adb2b966bd572ebd070b49fa5d8ff9c90aac8ca9ae4bcd72f948eb4a72f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3bf7080e5f79a5a515438e4fe725c766343e966ef6859acf85c633c897381ac4 [INFO] running `Command { std: "docker" "start" "-a" "3bf7080e5f79a5a515438e4fe725c766343e966ef6859acf85c633c897381ac4", kill_on_drop: false }` [INFO] [stderr] Compiling sophia_api v0.9.0 [INFO] [stderr] Compiling sophia_inmem v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/graph.rs:48:61 [INFO] [stdout] | [INFO] [stdout] 44 | &'s self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 48 | ) -> Box>> + '_> [INFO] [stdout] | ^^ the same 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: consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 48 - ) -> Box>> + '_> [INFO] [stdout] 48 + ) -> Box>> + '_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/graph.rs:182:61 [INFO] [stdout] | [INFO] [stdout] 178 | &'s self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 182 | ) -> Box>> + '_> [INFO] [stdout] | ^^ the same 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: consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 182 - ) -> Box>> + '_> [INFO] [stdout] 182 + ) -> Box>> + '_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/graph.rs:48:61 [INFO] [stdout] | [INFO] [stdout] 44 | &'s self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 48 | ) -> Box>> + '_> [INFO] [stdout] | ^^ the same 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: consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 48 - ) -> Box>> + '_> [INFO] [stdout] 48 + ) -> Box>> + '_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/graph.rs:182:61 [INFO] [stdout] | [INFO] [stdout] 178 | &'s self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 182 | ) -> Box>> + '_> [INFO] [stdout] | ^^ the same 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: consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 182 - ) -> Box>> + '_> [INFO] [stdout] 182 + ) -> Box>> + '_> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.93s [INFO] running `Command { std: "docker" "inspect" "3bf7080e5f79a5a515438e4fe725c766343e966ef6859acf85c633c897381ac4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bf7080e5f79a5a515438e4fe725c766343e966ef6859acf85c633c897381ac4", kill_on_drop: false }` [INFO] [stdout] 3bf7080e5f79a5a515438e4fe725c766343e966ef6859acf85c633c897381ac4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cdfce5574f7604075faa782141c06d5990dcb8b76cdfdbfd864d124df1dfb220 [INFO] running `Command { std: "docker" "start" "-a" "cdfce5574f7604075faa782141c06d5990dcb8b76cdfdbfd864d124df1dfb220", kill_on_drop: false }` [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/graph.rs:48:61 [INFO] [stderr] | [INFO] [stderr] 44 | &'s self, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] ... [INFO] [stderr] 48 | ) -> Box>> + '_> [INFO] [stderr] | ^^ the same 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: consistently use `'s` [INFO] [stderr] | [INFO] [stderr] 48 - ) -> Box>> + '_> [INFO] [stderr] 48 + ) -> Box>> + '_> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/graph.rs:182:61 [INFO] [stderr] | [INFO] [stderr] 178 | &'s self, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] ... [INFO] [stderr] 182 | ) -> Box>> + '_> [INFO] [stderr] | ^^ the same 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: consistently use `'s` [INFO] [stderr] | [INFO] [stderr] 182 - ) -> Box>> + '_> [INFO] [stderr] 182 + ) -> Box>> + '_> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `sophia_inmem` (lib) generated 2 warnings (run `cargo fix --lib -p sophia_inmem` to apply 2 suggestions) [INFO] [stderr] warning: `sophia_inmem` (lib test) generated 2 warnings (2 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/sophia_inmem-4854a54444834998) [INFO] [stdout] [INFO] [stdout] running 114 tests [INFO] [stdout] test dataset::test::fast_dataset::different_graphs_do_not_count_as_duplicate ... ok [INFO] [stdout] test dataset::test::fast_dataset::handle_duplicate ... ok [INFO] [stdout] test dataset::test::fast_dataset::quads_with_og ... ok [INFO] [stdout] test dataset::test::fast_dataset::quads_with_g ... ok [INFO] [stdout] test dataset::test::fast_dataset::quads_with_o ... ok [INFO] [stdout] test dataset::test::fast_dataset::quads_with_sg ... ok [INFO] [stdout] test dataset::test::fast_dataset::quads_with_sog ... ok [INFO] [stdout] test dataset::test::fast_dataset::quads_with_po ... ok [INFO] [stdout] test dataset::test::fast_dataset::quads_with_sp ... ok [INFO] [stdout] test dataset::test::fast_dataset::quads ... ok [INFO] [stdout] test dataset::test::fast_dataset::contains ... ok [INFO] [stdout] test dataset::test::fast_dataset::quads_with_spg ... ok [INFO] [stdout] test dataset::test::fast_dataset::quads_with_pg ... ok [INFO] [stdout] test dataset::test::fast_dataset::quads_with_p ... ok [INFO] [stdout] test dataset::test::fast_dataset::quads_with_spo ... ok [INFO] [stdout] test dataset::test::fast_dataset::simple_mutations ... ok [INFO] [stdout] test dataset::test::fast_dataset::quads_with_spog ... ok [INFO] [stdout] test dataset::test::fast_dataset::graph_names ... ok [INFO] [stdout] test dataset::test::fast_dataset::predicates ... ok [INFO] [stdout] test dataset::test::fast_dataset::quoted_triples ... ok [INFO] [stdout] test dataset::test::fast_dataset::iris ... ok [INFO] [stdout] test dataset::test::fast_dataset::quads_with_pog ... ok [INFO] [stdout] test dataset::test::fast_dataset::bnodes ... ok [INFO] [stdout] test dataset::test::fast_dataset::objects ... ok [INFO] [stdout] test dataset::test::fast_dataset::remove_matching ... ok [INFO] [stdout] test dataset::test::fast_dataset::variables ... ok [INFO] [stdout] test dataset::test::fast_dataset::x_all_mutations ... ok [INFO] [stdout] test dataset::test::light_dataset::bnodes ... ok [INFO] [stdout] test dataset::test::fast_dataset::quads_with_s ... ok [INFO] [stdout] test dataset::test::light_dataset::graph_names ... ok [INFO] [stdout] test dataset::test::light_dataset::different_graphs_do_not_count_as_duplicate ... ok [INFO] [stdout] test dataset::test::fast_dataset::subjects ... ok [INFO] [stdout] test dataset::test::light_dataset::iris ... ok [INFO] [stdout] test dataset::test::light_dataset::handle_duplicate ... ok [INFO] [stdout] test dataset::test::fast_dataset::literals ... ok [INFO] [stdout] test dataset::test::fast_dataset::quads_with_so ... ok [INFO] [stdout] test dataset::test::light_dataset::literals ... ok [INFO] [stdout] test dataset::test::fast_dataset::retain_matching ... ok [INFO] [stdout] test dataset::test::light_dataset::contains ... ok [INFO] [stdout] test dataset::test::light_dataset::quads ... ok [INFO] [stdout] test dataset::test::light_dataset::quads_with_o ... ok [INFO] [stdout] test dataset::test::light_dataset::quads_with_pog ... ok [INFO] [stdout] test dataset::test::light_dataset::quads_with_sp ... ok [INFO] [stdout] test dataset::test::light_dataset::quoted_triples ... ok [INFO] [stdout] test dataset::test::light_dataset::quads_with_p ... ok [INFO] [stdout] test dataset::test::light_dataset::quads_with_po ... ok [INFO] [stdout] test dataset::test::light_dataset::quads_with_so ... ok [INFO] [stdout] test dataset::test::light_dataset::quads_with_s ... ok [INFO] [stdout] test dataset::test::light_dataset::quads_with_pg ... ok [INFO] [stdout] test dataset::test::light_dataset::predicates ... ok [INFO] [stdout] test dataset::test::light_dataset::quads_with_spo ... ok [INFO] [stdout] test dataset::test::light_dataset::quads_with_sog ... ok [INFO] [stdout] test dataset::test::light_dataset::quads_with_spg ... ok [INFO] [stdout] test dataset::test::light_dataset::quads_with_g ... ok [INFO] [stdout] test dataset::test::light_dataset::quads_with_spog ... ok [INFO] [stdout] test dataset::test::new_available ... ok [INFO] [stdout] test dataset::test::light_dataset::quads_with_sg ... ok [INFO] [stdout] test dataset::test::light_dataset::objects ... ok [INFO] [stdout] test dataset::test::light_dataset::quads_with_og ... ok [INFO] [stdout] test dataset::test::light_dataset::remove_matching ... ok [INFO] [stdout] test dataset::test::light_dataset::subjects ... ok [INFO] [stdout] test graph::test::fast_graph::handle_duplicate ... ok [INFO] [stdout] test dataset::test::light_dataset::simple_mutations ... ok [INFO] [stdout] test dataset::test::light_dataset::variables ... ok [INFO] [stdout] test graph::test::fast_graph::iris ... ok [INFO] [stdout] test graph::test::fast_graph::contains ... ok [INFO] [stdout] test graph::test::fast_graph::bnodes ... ok [INFO] [stdout] test graph::test::fast_graph::objects ... ok [INFO] [stdout] test graph::test::fast_graph::quoted_triples ... ok [INFO] [stdout] test dataset::test::light_dataset::retain_matching ... ok [INFO] [stdout] test dataset::test::light_dataset::x_all_mutations ... ok [INFO] [stdout] test graph::test::fast_graph::remove_matching ... ok [INFO] [stdout] test graph::test::fast_graph::literals ... ok [INFO] [stdout] test graph::test::fast_graph::predicates ... ok [INFO] [stdout] test graph::test::fast_graph::simple_mutations ... ok [INFO] [stdout] test graph::test::fast_graph::triples_matching ... ok [INFO] [stdout] test graph::test::fast_graph::triples_with_s ... ok [INFO] [stdout] test graph::test::fast_graph::triples_with_o ... ok [INFO] [stdout] test graph::test::fast_graph::triples_with_p ... ok [INFO] [stdout] test graph::test::fast_graph::triples_with_spo ... ok [INFO] [stdout] test graph::test::fast_graph::triples_with_po ... ok [INFO] [stdout] test graph::test::fast_graph::triples_with_sp ... ok [INFO] [stdout] test graph::test::fast_graph::triples_with_so ... ok [INFO] [stdout] test graph::test::fast_graph::retain_matching ... ok [INFO] [stdout] test graph::test::fast_graph::triples ... ok [INFO] [stdout] test graph::test::fast_graph::variables ... ok [INFO] [stdout] test graph::test::fast_graph::subjects ... ok [INFO] [stdout] test graph::test::light_graph::bnodes ... ok [INFO] [stdout] test graph::test::light_graph::iris ... ok [INFO] [stdout] test graph::test::light_graph::literals ... ok [INFO] [stdout] test graph::test::light_graph::remove_matching ... ok [INFO] [stdout] test graph::test::light_graph::simple_mutations ... ok [INFO] [stdout] test graph::test::fast_graph::x_all_mutations ... ok [INFO] [stdout] test graph::test::light_graph::handle_duplicate ... ok [INFO] [stdout] test graph::test::light_graph::triples_with_p ... ok [INFO] [stdout] test graph::test::light_graph::triples_with_so ... ok [INFO] [stdout] test graph::test::light_graph::triples_with_spo ... ok [INFO] [stdout] test graph::test::light_graph::triples_matching ... ok [INFO] [stdout] test graph::test::light_graph::subjects ... ok [INFO] [stdout] test graph::test::light_graph::triples_with_po ... ok [INFO] [stdout] test graph::test::light_graph::predicates ... ok [INFO] [stdout] test graph::test::light_graph::triples_with_sp ... ok [INFO] [stdout] test graph::test::light_graph::triples_with_o ... ok [INFO] [stdout] test graph::test::new_available ... ok [INFO] [stdout] test graph::test::light_graph::variables ... ok [INFO] [stdout] test graph::test::light_graph::x_all_mutations ... ok [INFO] [stdout] test graph::test::light_graph::quoted_triples ... ok [INFO] [stdout] test index::test::simple_term_index ... ok [INFO] [stdout] test graph::test::light_graph::triples_with_s ... ok [INFO] [stdout] test graph::test::light_graph::triples ... ok [INFO] [stdout] test graph::test::light_graph::objects ... ok [INFO] [stdout] test index::test::full_simple_term_index ... ok [INFO] [stdout] test graph::test::light_graph::retain_matching ... ok [INFO] [stdout] test graph::test::light_graph::contains ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 114 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] [stderr] Doc-tests sophia_inmem [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cdfce5574f7604075faa782141c06d5990dcb8b76cdfdbfd864d124df1dfb220", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cdfce5574f7604075faa782141c06d5990dcb8b76cdfdbfd864d124df1dfb220", kill_on_drop: false }` [INFO] [stdout] cdfce5574f7604075faa782141c06d5990dcb8b76cdfdbfd864d124df1dfb220