[INFO] fetching crate graphene 0.1.5...
[INFO] testing graphene-0.1.5 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate graphene 0.1.5 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate graphene 0.1.5
[INFO] finished tweaking crates.io crate graphene 0.1.5
[INFO] tweaked toml for crates.io crate graphene 0.1.5 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate graphene 0.1.5 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 25 packages to latest compatible versions
[INFO] [stderr]       Adding quickcheck v0.6.2 (available: v1.0.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4d13c6082460f2e0581ef2b27555def66b96e22f5ecbbcc3af4643b605bc001d
[INFO] running `Command { std: "docker" "start" "-a" "4d13c6082460f2e0581ef2b27555def66b96e22f5ecbbcc3af4643b605bc001d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4d13c6082460f2e0581ef2b27555def66b96e22f5ecbbcc3af4643b605bc001d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d13c6082460f2e0581ef2b27555def66b96e22f5ecbbcc3af4643b605bc001d", kill_on_drop: false }`
[INFO] [stdout] 4d13c6082460f2e0581ef2b27555def66b96e22f5ecbbcc3af4643b605bc001d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f2a1e8a4360f61a8a1e946fa64aa7e0c93644c046d2d9a01c8918bd674c024e1
[INFO] running `Command { std: "docker" "start" "-a" "f2a1e8a4360f61a8a1e946fa64aa7e0c93644c046d2d9a01c8918bd674c024e1", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling graphene v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `self::impl_base_graph::*`
[INFO] [stdout]  --> src/common/adjacency_list/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use self::impl_base_graph::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/core/constrained_graph.rs:261:40
[INFO] [stdout]     |
[INFO] [stdout] 261 |       fn unconstrained<'a>(&'a mut self) -> Unconstrainer<
[INFO] [stdout]     |  ___________________________--______________^
[INFO] [stdout]     | |                           |
[INFO] [stdout]     | |                           the lifetime is named here
[INFO] [stdout] 262 | |         Self::Vertex, Self::Weight, Self::VertexIter, Self::EdgeIter, Self>{
[INFO] [stdout]     | |___________________________________________________________________________^ the same lifetime is hidden 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 `'a`
[INFO] [stdout]     |
[INFO] [stdout] 261 |     fn unconstrained<'a>(&'a mut self) -> Unconstrainer<'a, 
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "f2a1e8a4360f61a8a1e946fa64aa7e0c93644c046d2d9a01c8918bd674c024e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f2a1e8a4360f61a8a1e946fa64aa7e0c93644c046d2d9a01c8918bd674c024e1", kill_on_drop: false }`
[INFO] [stdout] f2a1e8a4360f61a8a1e946fa64aa7e0c93644c046d2d9a01c8918bd674c024e1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 250b6c3b26b304d1ca2599ae31255cf9cc0eed9b0421bf44117155a96a694adb
[INFO] running `Command { std: "docker" "start" "-a" "250b6c3b26b304d1ca2599ae31255cf9cc0eed9b0421bf44117155a96a694adb", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: unused import: `self::impl_base_graph::*`
[INFO] [stdout]  --> src/common/adjacency_list/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use self::impl_base_graph::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/core/constrained_graph.rs:261:40
[INFO] [stdout]     |
[INFO] [stdout] 261 |       fn unconstrained<'a>(&'a mut self) -> Unconstrainer<
[INFO] [stdout]     |  ___________________________--______________^
[INFO] [stdout]     | |                           |
[INFO] [stdout]     | |                           the lifetime is named here
[INFO] [stdout] 262 | |         Self::Vertex, Self::Weight, Self::VertexIter, Self::EdgeIter, Self>{
[INFO] [stdout]     | |___________________________________________________________________________^ the same lifetime is hidden 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 `'a`
[INFO] [stdout]     |
[INFO] [stdout] 261 |     fn unconstrained<'a>(&'a mut self) -> Unconstrainer<'a, 
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling env_logger v0.5.13
[INFO] [stderr]    Compiling quickcheck v0.6.2
[INFO] [stderr]    Compiling graphene v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `self::impl_base_graph::*`
[INFO] [stdout]  --> src/common/adjacency_list/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use self::impl_base_graph::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/core/constrained_graph.rs:261:40
[INFO] [stdout]     |
[INFO] [stdout] 261 |       fn unconstrained<'a>(&'a mut self) -> Unconstrainer<
[INFO] [stdout]     |  ___________________________--______________^
[INFO] [stdout]     | |                           |
[INFO] [stdout]     | |                           the lifetime is named here
[INFO] [stdout] 262 | |         Self::Vertex, Self::Weight, Self::VertexIter, Self::EdgeIter, Self>{
[INFO] [stdout]     | |___________________________________________________________________________^ the same lifetime is hidden 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 `'a`
[INFO] [stdout]     |
[INFO] [stdout] 261 |     fn unconstrained<'a>(&'a mut self) -> Unconstrainer<'a, 
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> tests/core/mod.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | / ///
[INFO] [stdout] 25 | | /// Used to test the default implementations of Graph traits.
[INFO] [stdout] 26 | | ///
[INFO] [stdout] 27 | | /// Wraps AdjListGraph which provides an implementation for the required methods
[INFO] [stdout] ...  |
[INFO] [stdout] 30 | | ///
[INFO] [stdout] 31 | | ///
[INFO] [stdout]    | |_--^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   rustdoc does not generate documentation for macro invocations
[INFO] [stdout]    |
[INFO] [stdout]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> tests/arbitraries/arbitrary_graph_description.rs:78:26
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn shrink(&self) -> Box<Iterator<Item=Self>> {
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn shrink(&self) -> Box<dyn Iterator<Item=Self>> {
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.85s
[INFO] running `Command { std: "docker" "inspect" "250b6c3b26b304d1ca2599ae31255cf9cc0eed9b0421bf44117155a96a694adb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "250b6c3b26b304d1ca2599ae31255cf9cc0eed9b0421bf44117155a96a694adb", kill_on_drop: false }`
[INFO] [stdout] 250b6c3b26b304d1ca2599ae31255cf9cc0eed9b0421bf44117155a96a694adb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8ab04bd32e6f322971ed3824b118999211ab6a410775eb8a0de8963eb2d5fd24
[INFO] running `Command { std: "docker" "start" "-a" "8ab04bd32e6f322971ed3824b118999211ab6a410775eb8a0de8963eb2d5fd24", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: unused import: `self::impl_base_graph::*`
[INFO] [stderr]  --> src/common/adjacency_list/mod.rs:4:9
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub use self::impl_base_graph::*;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/core/constrained_graph.rs:261:40
[INFO] [stderr]     |
[INFO] [stderr] 261 |       fn unconstrained<'a>(&'a mut self) -> Unconstrainer<
[INFO] [stderr]     |  ___________________________--______________^
[INFO] [stderr]     | |                           |
[INFO] [stderr]     | |                           the lifetime is named here
[INFO] [stderr] 262 | |         Self::Vertex, Self::Weight, Self::VertexIter, Self::EdgeIter, Self>{
[INFO] [stderr]     | |___________________________________________________________________________^ the same lifetime is hidden 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 `'a`
[INFO] [stderr]     |
[INFO] [stderr] 261 |     fn unconstrained<'a>(&'a mut self) -> Unconstrainer<'a, 
[INFO] [stderr]     |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: `graphene` (lib) generated 2 warnings (run `cargo fix --lib -p graphene` to apply 2 suggestions)
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]   --> tests/core/mod.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | / ///
[INFO] [stderr] 25 | | /// Used to test the default implementations of Graph traits.
[INFO] [stderr] 26 | | ///
[INFO] [stderr] 27 | | /// Wraps AdjListGraph which provides an implementation for the required methods
[INFO] [stderr] ...  |
[INFO] [stderr] 30 | | ///
[INFO] [stderr] 31 | | ///
[INFO] [stderr]    | |_--^
[INFO] [stderr]    |   |
[INFO] [stderr]    |   rustdoc does not generate documentation for macro invocations
[INFO] [stderr]    |
[INFO] [stderr]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr]    = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> tests/arbitraries/arbitrary_graph_description.rs:78:26
[INFO] [stderr]    |
[INFO] [stderr] 78 |     fn shrink(&self) -> Box<Iterator<Item=Self>> {
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 78 |     fn shrink(&self) -> Box<dyn Iterator<Item=Self>> {
[INFO] [stderr]    |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: `graphene` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: `graphene` (test "all_tests") generated 2 warnings (run `cargo fix --test "all_tests" -p graphene` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/graphene-d13cd9a3d20de568)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test common::adjacency_list::impl_base_graph::empty_has_no_vertices ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::empty_has_no_edges ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/all_tests.rs (/opt/rustwide/target/debug/deps/all_tests-2c606e7da3464e56)
[INFO] [stdout] 
[INFO] [stdout] running 61 tests
[INFO] [stdout] test common::adjacency_list::_impl::new::PROP_expected_vertices_subsetof_graph ... ok
[INFO] [stdout] test common::adjacency_list::_impl::new::PROP_correct_vertex_count ... ok
[INFO] [stdout] test common::adjacency_list::_impl::new::PROP_graph_edges_subsetof_expected ... ok
[INFO] [stdout] test common::adjacency_list::_impl::new::PROP_graph_vertices_subsetof_expected ... ok
[INFO] [stdout] test common::adjacency_list::_impl::new::PROP_expected_edges_subsetof_graph ... ok
[INFO] [stdout] test common::adjacency_list::_impl::new::PROP_rejects_duplicates ... ok
[INFO] [stdout] test common::adjacency_list::_impl::new::PROP_correct_edge_count ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::add_edge::PROP_increases_edge_count ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::add_edge::PROP_graph_subsetof_original_edges_and_added_edge ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::add_edge::PROP_maintain_original_edges ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::add_vertex::PROP_increases_vertex_count ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::add_vertex::PROP_maintains_edge_count ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::add_edge::PROP_reject_invalid_source ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::add_edge::PROP_reject_invalid_sink ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::add_vertex::PROP_rejects_existing_value ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::remove_edge::PROP_maintains_vertices ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::add_vertex::PROP_contains_added_value ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::add_vertex::PROP_maintains_original_vertices ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::remove_edge::PROP_decreases_edge_count ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::remove_edge::PROP_after_graph_is_equals_to_desc_minus_edge ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::remove_vertex::PROP_after_independent_edges_subsetof_graph ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::remove_edge::PROP_rejects_non_edge ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::remove_edge::PROP_rejects_invalid_source ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::add_vertex::PROP_maintains_original_edges ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::remove_vertex::PROP_after_graph_subsetof_independent_edges ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::remove_vertex::PROP_rejects_absent_vertex ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::remove_vertex::PROP_removes_vertex_from_graph ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::remove_vertex::PROP_decreases_vertex_count ... ok
[INFO] [stdout] test core::base_graph::edge_count::PROP_equals_to_nr_of_edges ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::remove_edge::PROP_rejects_invalid_sink ... ok
[INFO] [stdout] test core::base_graph::edges_between::PROP_all_edges_incident_on_the_vertices ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::add_edge::PROP_maintains_vertices ... ok
[INFO] [stdout] test common::adjacency_list::impl_base_graph::remove_vertex::PROP_maintains_unremoved_vertices ... ok
[INFO] [stdout] test core::base_graph::graph::PROP_edges_equal_to_description ... ok
[INFO] [stdout] test core::constraints::custom_graph::g11_test ... ok
[INFO] [stdout] test core::constraints::custom_graph::g12_test ... ok
[INFO] [stdout] test core::base_graph::edges_sourced_or_sinked_in::PROP_all_edges_sinked_in_the_vertice ... ok
[INFO] [stdout] test core::constraints::custom_graph::g13_test ... ok
[INFO] [stdout] test core::constraints::custom_graph::g15_test ... ok
[INFO] [stdout] test core::constraints::custom_graph::g14_test ... ok
[INFO] [stdout] test core::constraints::custom_graph::g16_test ... ok
[INFO] [stdout] test core::constraints::custom_graph::g17_test ... ok
[INFO] [stdout] test core::constraints::custom_graph::g19_test ... ok
[INFO] [stdout] test core::constraints::custom_graph::g1_test ... ok
[INFO] [stdout] test core::base_graph::vertex_count::PROP_equals_to_nr_of_vertices ... ok
[INFO] [stdout] test core::base_graph::edges_sourced_or_sinked_in::PROP_all_edges_sourced_in_the_vertice ... ok
[INFO] [stdout] test core::constraints::custom_graph::g10_test ... ok
[INFO] [stdout] test core::constraints::custom_graph::g18_test ... ok
[INFO] [stdout] test core::constraints::custom_graph::g20_test ... ok
[INFO] [stdout] test core::base_graph::graph::PROP_vertices_equal_to_description ... ok
[INFO] [stdout] test core::constraints::custom_graph::g22_test ... ok
[INFO] [stdout] test core::constraints::custom_graph::g21_test ... ok
[INFO] [stdout] test core::constraints::custom_graph::g5_test ... ok
[INFO] [stdout] test core::base_graph::edges_between::PROP_all_incident_edges_in_desc_found_in_graph ... ok
[INFO] [stdout] test core::constraints::custom_graph::g3_test ... ok
[INFO] [stdout] test core::constraints::custom_graph::g4_test ... ok
[INFO] [stdout] test core::constraints::custom_graph::g6_test ... ok
[INFO] [stdout] test core::constraints::custom_graph::g7_test ... ok
[INFO] [stdout] test core::constraints::custom_graph::g8_test ... ok
[INFO] [stdout] test core::constraints::custom_graph::g9_test ... ok
[INFO] [stderr]    Doc-tests graphene
[INFO] [stdout] test core::constraints::custom_graph::g2_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - (line 11) ... ok
[INFO] [stdout] test src/core/constraint/custom_graph.rs - core::constraint::custom_graph::custom_graph (line 5) ... ok
[INFO] [stdout] test src/lib.rs - (line 29) ... ok
[INFO] [stdout] test src/core/constrained_graph.rs - core::constrained_graph::ConstrainedGraph (line 195) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.86s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8ab04bd32e6f322971ed3824b118999211ab6a410775eb8a0de8963eb2d5fd24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ab04bd32e6f322971ed3824b118999211ab6a410775eb8a0de8963eb2d5fd24", kill_on_drop: false }`
[INFO] [stdout] 8ab04bd32e6f322971ed3824b118999211ab6a410775eb8a0de8963eb2d5fd24
