[INFO] fetching crate generic-ip 0.1.1...
[INFO] testing generic-ip-0.1.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate generic-ip 0.1.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate generic-ip 0.1.1
[INFO] finished tweaking crates.io crate generic-ip 0.1.1
[INFO] tweaked toml for crates.io crate generic-ip 0.1.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate generic-ip 0.1.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate generic-ip 0.1.1 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" "+beta-2025-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a37bf9e9bac3d5edb54798b871ceba2efacd4eaaebcc192c663ee66a1d68b0ac
[INFO] running `Command { std: "docker" "start" "-a" "a37bf9e9bac3d5edb54798b871ceba2efacd4eaaebcc192c663ee66a1d68b0ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a37bf9e9bac3d5edb54798b871ceba2efacd4eaaebcc192c663ee66a1d68b0ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a37bf9e9bac3d5edb54798b871ceba2efacd4eaaebcc192c663ee66a1d68b0ac", kill_on_drop: false }`
[INFO] [stdout] a37bf9e9bac3d5edb54798b871ceba2efacd4eaaebcc192c663ee66a1d68b0ac
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4d1f52e7a00fb878c38f3c1f0a0b98cdce8164a480e2e620e0dc194111149954
[INFO] running `Command { std: "docker" "start" "-a" "4d1f52e7a00fb878c38f3c1f0a0b98cdce8164a480e2e620e0dc194111149954", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling generic-ip v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]    --> src/lib.rs:202:10
[INFO] [stdout]     |
[INFO] [stdout] 202 | #![allow(box_pointers)]
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `pointer_structural_match` has been removed: converted into hard error, see RFC #3535 <https://rust-lang.github.io/rfcs/3535-constants-in-patterns.html> for more information
[INFO] [stdout]    --> src/lib.rs:216:9
[INFO] [stdout]     |
[INFO] [stdout] 216 | #![warn(pointer_structural_match)]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
[INFO] running `Command { std: "docker" "inspect" "4d1f52e7a00fb878c38f3c1f0a0b98cdce8164a480e2e620e0dc194111149954", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d1f52e7a00fb878c38f3c1f0a0b98cdce8164a480e2e620e0dc194111149954", kill_on_drop: false }`
[INFO] [stdout] 4d1f52e7a00fb878c38f3c1f0a0b98cdce8164a480e2e620e0dc194111149954
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5d46a3ddd55529ca0aab4355ab6148fec64e4c983d01173bbeaddaf9dadc5320
[INFO] running `Command { std: "docker" "start" "-a" "5d46a3ddd55529ca0aab4355ab6148fec64e4c983d01173bbeaddaf9dadc5320", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling half v2.4.0
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling semver v1.0.22
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling pulldown-cmark v0.9.6
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling indexmap v2.2.5
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rayon v1.9.0
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling rand_xorshift v0.3.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling generic-ip v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]    --> src/lib.rs:202:10
[INFO] [stdout]     |
[INFO] [stdout] 202 | #![allow(box_pointers)]
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `pointer_structural_match` has been removed: converted into hard error, see RFC #3535 <https://rust-lang.github.io/rfcs/3535-constants-in-patterns.html> for more information
[INFO] [stdout]    --> src/lib.rs:216:9
[INFO] [stdout]     |
[INFO] [stdout] 216 | #![warn(pointer_structural_match)]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling clap v4.5.2
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling proptest v1.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling serde_spanned v0.6.5
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling toml v0.7.8
[INFO] [stderr]    Compiling version-sync v0.9.5
[INFO] [stdout] error[E0432]: unresolved import `utils`
[INFO] [stdout]  --> tests/prefix-sets.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use utils::data_set;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `utils`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `utils`, use `cargo add utils` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `generic-ip` (test "prefix-sets") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0277]: the trait bound `ip::concrete::Prefix<ip::Ipv4>: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:47:30
[INFO] [stdout]     |
[INFO] [stdout]  47 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::Prefix<ip::Ipv4>`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Ipv4>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::concrete::Prefix<ip::Ipv4>: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:57:30
[INFO] [stdout]     |
[INFO] [stdout]  57 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::Prefix<ip::Ipv4>`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Ipv4>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::concrete::Prefix<ip::Ipv4>: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:68:30
[INFO] [stdout]     |
[INFO] [stdout]  68 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::Prefix<ip::Ipv4>`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Ipv4>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::concrete::Prefix<ip::Ipv4>: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:78:30
[INFO] [stdout]     |
[INFO] [stdout]  78 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::Prefix<ip::Ipv4>`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Ipv4>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::concrete::Prefix<ip::Ipv4>: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:91:30
[INFO] [stdout]     |
[INFO] [stdout]  91 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::Prefix<ip::Ipv4>`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Ipv4>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `utils`
[INFO] [stdout]    --> src/lib.rs:246:9
[INFO] [stdout]     |
[INFO] [stdout] 246 |     use utils as _;
[INFO] [stdout]     |         ^^^^^^^^^^ no external crate `utils`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::concrete::Prefix<ip::Ipv4>: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:104:30
[INFO] [stdout]     |
[INFO] [stdout] 104 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::Prefix<ip::Ipv4>`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Ipv4>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::concrete::Prefix<ip::Ipv4>: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:117:30
[INFO] [stdout]     |
[INFO] [stdout] 117 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::Prefix<ip::Ipv4>`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Ipv4>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]    --> src/lib.rs:202:10
[INFO] [stdout]     |
[INFO] [stdout] 202 | #![allow(box_pointers)]
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `pointer_structural_match` has been removed: converted into hard error, see RFC #3535 <https://rust-lang.github.io/rfcs/3535-constants-in-patterns.html> for more information
[INFO] [stdout]    --> src/lib.rs:216:9
[INFO] [stdout]     |
[INFO] [stdout] 216 | #![warn(pointer_structural_match)]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::concrete::Prefix<ip::Ipv4>: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:130:30
[INFO] [stdout]     |
[INFO] [stdout] 130 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::Prefix<ip::Ipv4>`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Ipv4>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::concrete::Prefix<ip::Ipv4>: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:140:30
[INFO] [stdout]     |
[INFO] [stdout] 140 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::Prefix<ip::Ipv4>`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Ipv4>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::concrete::Prefix<ip::Ipv6>: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:47:30
[INFO] [stdout]     |
[INFO] [stdout]  47 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::Prefix<ip::Ipv6>`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Ipv6>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::concrete::Prefix<ip::Ipv6>: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:57:30
[INFO] [stdout]     |
[INFO] [stdout]  57 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::Prefix<ip::Ipv6>`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Ipv6>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::concrete::Prefix<ip::Ipv6>: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:68:30
[INFO] [stdout]     |
[INFO] [stdout]  68 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::Prefix<ip::Ipv6>`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Ipv6>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::concrete::Prefix<ip::Ipv6>: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:78:30
[INFO] [stdout]     |
[INFO] [stdout]  78 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::Prefix<ip::Ipv6>`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Ipv6>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::concrete::Prefix<ip::Ipv6>: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:91:30
[INFO] [stdout]     |
[INFO] [stdout]  91 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::Prefix<ip::Ipv6>`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Ipv6>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::concrete::Prefix<ip::Ipv6>: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:104:30
[INFO] [stdout]     |
[INFO] [stdout] 104 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::Prefix<ip::Ipv6>`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Ipv6>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::concrete::Prefix<ip::Ipv6>: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:117:30
[INFO] [stdout]     |
[INFO] [stdout] 117 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::Prefix<ip::Ipv6>`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Ipv6>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::concrete::Prefix<ip::Ipv6>: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:130:30
[INFO] [stdout]     |
[INFO] [stdout] 130 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::Prefix<ip::Ipv6>`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Ipv6>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::concrete::Prefix<ip::Ipv6>: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:140:30
[INFO] [stdout]     |
[INFO] [stdout] 140 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::Prefix<ip::Ipv6>`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Ipv6>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::any::Prefix: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:47:30
[INFO] [stdout]     |
[INFO] [stdout]  47 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::any::Prefix`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Any>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::any::Prefix: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:57:30
[INFO] [stdout]     |
[INFO] [stdout]  57 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::any::Prefix`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Any>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::any::Prefix: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:68:30
[INFO] [stdout]     |
[INFO] [stdout]  68 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::any::Prefix`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Any>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::any::Prefix: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:78:30
[INFO] [stdout]     |
[INFO] [stdout]  78 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::any::Prefix`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Any>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::any::Prefix: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:91:30
[INFO] [stdout]     |
[INFO] [stdout]  91 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::any::Prefix`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Any>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::any::Prefix: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:104:30
[INFO] [stdout]     |
[INFO] [stdout] 104 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::any::Prefix`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Any>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::any::Prefix: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:117:30
[INFO] [stdout]     |
[INFO] [stdout] 117 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::any::Prefix`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Any>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::any::Prefix: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:130:30
[INFO] [stdout]     |
[INFO] [stdout] 130 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::any::Prefix`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Any>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ip::any::Prefix: proptest::arbitrary::Arbitrary` is not satisfied
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:140:30
[INFO] [stdout]     |
[INFO] [stdout] 140 |                           s in any::<TestPrefixSet<$p>>(),
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::any::Prefix`
[INFO] [stdout] ...
[INFO] [stdout] 153 | / property_tests! {
[INFO] [stdout] 154 | |     ipv4 => Ipv4,
[INFO] [stdout] 155 | |     ipv6 => Ipv6,
[INFO] [stdout] 156 | |     any => Any,
[INFO] [stdout] 157 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `proptest::arbitrary::Arbitrary`:
[INFO] [stdout]               ()
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::IntoIter<A>)
[INFO] [stdout]               (SyncSender<A>, std::sync::mpsc::Receiver<A>)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 188 others
[INFO] [stdout] note: required for `TestPrefixSet<ip::Any>` to implement `proptest::arbitrary::Arbitrary`
[INFO] [stdout]    --> tests/prefix-set-proptests.rs:23:19
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl<A: AfiClass> Arbitrary for TestPrefixSet<A>
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     Prefix<A>: Arbitrary + 'static,
[INFO] [stdout]     |                --------- unsatisfied trait bound introduced here
[INFO] [stdout]     = note: this error originates in the macro `property_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `generic-ip` (test "prefix-set-proptests") due to 27 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `generic-ip` (lib test) due to 1 previous error; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "5d46a3ddd55529ca0aab4355ab6148fec64e4c983d01173bbeaddaf9dadc5320", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d46a3ddd55529ca0aab4355ab6148fec64e4c983d01173bbeaddaf9dadc5320", kill_on_drop: false }`
[INFO] [stdout] 5d46a3ddd55529ca0aab4355ab6148fec64e4c983d01173bbeaddaf9dadc5320
