[INFO] fetching crate generic-ip 0.1.1... [INFO] testing generic-ip-0.1.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate generic-ip 0.1.1 into /workspace/builds/worker-3-tc1/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-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate generic-ip 0.1.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6a766b17ea4697ef7e9894b47fd1fd04ca80ce1654c56922cb56c78abb14d86d [INFO] running `Command { std: "docker" "start" "-a" "6a766b17ea4697ef7e9894b47fd1fd04ca80ce1654c56922cb56c78abb14d86d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6a766b17ea4697ef7e9894b47fd1fd04ca80ce1654c56922cb56c78abb14d86d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a766b17ea4697ef7e9894b47fd1fd04ca80ce1654c56922cb56c78abb14d86d", kill_on_drop: false }` [INFO] [stdout] 6a766b17ea4697ef7e9894b47fd1fd04ca80ce1654c56922cb56c78abb14d86d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] fe013af355707f0634d6c587a3faf44dec8d0cf80b0b9b56a3739d3c9b6a540f [INFO] running `Command { std: "docker" "start" "-a" "fe013af355707f0634d6c587a3faf44dec8d0cf80b0b9b56a3739d3c9b6a540f", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.18 [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 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 4.27s [INFO] running `Command { std: "docker" "inspect" "fe013af355707f0634d6c587a3faf44dec8d0cf80b0b9b56a3739d3c9b6a540f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe013af355707f0634d6c587a3faf44dec8d0cf80b0b9b56a3739d3c9b6a540f", kill_on_drop: false }` [INFO] [stdout] fe013af355707f0634d6c587a3faf44dec8d0cf80b0b9b56a3739d3c9b6a540f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] a015927e2e07a345b63e3449c98d1bf1053a9dd0abd33f52f5f3d62073ef82d0 [INFO] running `Command { std: "docker" "start" "-a" "a015927e2e07a345b63e3449c98d1bf1053a9dd0abd33f52f5f3d62073ef82d0", kill_on_drop: false }` [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 crossbeam-utils v0.8.19 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Compiling half v2.4.0 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling semver v1.0.22 [INFO] [stderr] Compiling pulldown-cmark v0.9.6 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling anstyle v1.0.6 [INFO] [stderr] Compiling indexmap v2.2.5 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling wait-timeout v0.2.0 [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 crossbeam-deque v0.8.5 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling is-terminal v0.4.12 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling rayon v1.9.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling generic-ip v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling tempfile v3.10.1 [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 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 clap v4.5.2 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling proptest v1.4.0 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling serde_spanned v0.6.5 [INFO] [stderr] Compiling toml_datetime v0.6.5 [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: proptest::arbitrary::Arbitrary` is not satisfied [INFO] [stdout] --> tests/prefix-set-proptests.rs:47:30 [INFO] [stdout] | [INFO] [stdout] 47 | s in any::>(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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: proptest::arbitrary::Arbitrary` is not satisfied [INFO] [stdout] --> tests/prefix-set-proptests.rs:57:30 [INFO] [stdout] | [INFO] [stdout] 57 | s in any::>(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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: proptest::arbitrary::Arbitrary` is not satisfied [INFO] [stdout] --> tests/prefix-set-proptests.rs:68:30 [INFO] [stdout] | [INFO] [stdout] 68 | s in any::>(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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: proptest::arbitrary::Arbitrary` is not satisfied [INFO] [stdout] --> tests/prefix-set-proptests.rs:78:30 [INFO] [stdout] | [INFO] [stdout] 78 | s in any::>(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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: proptest::arbitrary::Arbitrary` is not satisfied [INFO] [stdout] --> tests/prefix-set-proptests.rs:91:30 [INFO] [stdout] | [INFO] [stdout] 91 | s in any::>(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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: proptest::arbitrary::Arbitrary` is not satisfied [INFO] [stdout] --> tests/prefix-set-proptests.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | s in any::>(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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: proptest::arbitrary::Arbitrary` is not satisfied [INFO] [stdout] --> tests/prefix-set-proptests.rs:117:30 [INFO] [stdout] | [INFO] [stdout] 117 | s in any::>(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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: proptest::arbitrary::Arbitrary` is not satisfied [INFO] [stdout] --> tests/prefix-set-proptests.rs:130:30 [INFO] [stdout] | [INFO] [stdout] 130 | s in any::>(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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: proptest::arbitrary::Arbitrary` is not satisfied [INFO] [stdout] --> tests/prefix-set-proptests.rs:140:30 [INFO] [stdout] | [INFO] [stdout] 140 | s in any::>(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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: proptest::arbitrary::Arbitrary` is not satisfied [INFO] [stdout] --> tests/prefix-set-proptests.rs:47:30 [INFO] [stdout] | [INFO] [stdout] 47 | s in any::>(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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: proptest::arbitrary::Arbitrary` is not satisfied [INFO] [stdout] --> tests/prefix-set-proptests.rs:57:30 [INFO] [stdout] | [INFO] [stdout] 57 | s in any::>(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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: proptest::arbitrary::Arbitrary` is not satisfied [INFO] [stdout] --> tests/prefix-set-proptests.rs:68:30 [INFO] [stdout] | [INFO] [stdout] 68 | s in any::>(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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: proptest::arbitrary::Arbitrary` is not satisfied [INFO] [stdout] --> tests/prefix-set-proptests.rs:78:30 [INFO] [stdout] | [INFO] [stdout] 78 | s in any::>(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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: proptest::arbitrary::Arbitrary` is not satisfied [INFO] [stdout] --> tests/prefix-set-proptests.rs:91:30 [INFO] [stdout] | [INFO] [stdout] 91 | s in any::>(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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: proptest::arbitrary::Arbitrary` is not satisfied [INFO] [stdout] --> tests/prefix-set-proptests.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | s in any::>(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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 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: proptest::arbitrary::Arbitrary` is not satisfied [INFO] [stdout] --> tests/prefix-set-proptests.rs:117:30 [INFO] [stdout] | [INFO] [stdout] 117 | s in any::>(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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: proptest::arbitrary::Arbitrary` is not satisfied [INFO] [stdout] --> tests/prefix-set-proptests.rs:130:30 [INFO] [stdout] | [INFO] [stdout] 130 | s in any::>(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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: proptest::arbitrary::Arbitrary` is not satisfied [INFO] [stdout] --> tests/prefix-set-proptests.rs:140:30 [INFO] [stdout] | [INFO] [stdout] 140 | s in any::>(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `proptest::arbitrary::Arbitrary` is not implemented for `ip::concrete::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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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::>(), [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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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::>(), [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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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::>(), [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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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::>(), [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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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::>(), [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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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::>(), [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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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::>(), [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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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::>(), [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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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::>(), [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, std::sync::mpsc::IntoIter) [INFO] [stdout] (SyncSender, std::sync::mpsc::Receiver) [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` to implement `proptest::arbitrary::Arbitrary` [INFO] [stdout] --> tests/prefix-set-proptests.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | impl Arbitrary for TestPrefixSet [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | Prefix: 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" "a015927e2e07a345b63e3449c98d1bf1053a9dd0abd33f52f5f3d62073ef82d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a015927e2e07a345b63e3449c98d1bf1053a9dd0abd33f52f5f3d62073ef82d0", kill_on_drop: false }` [INFO] [stdout] a015927e2e07a345b63e3449c98d1bf1053a9dd0abd33f52f5f3d62073ef82d0