[INFO] fetching crate iptrie 0.10.3... [INFO] checking iptrie-0.10.3 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate iptrie 0.10.3 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate iptrie 0.10.3 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate iptrie 0.10.3 [INFO] tweaked toml for crates.io crate iptrie 0.10.3 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate iptrie 0.10.3 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate iptrie 0.10.3 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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9195f2b79ce98e10e146fb89bfb5b36d89910120ecfc0e56e1a1a7db617d85b2 [INFO] running `Command { std: "docker" "start" "-a" "9195f2b79ce98e10e146fb89bfb5b36d89910120ecfc0e56e1a1a7db617d85b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9195f2b79ce98e10e146fb89bfb5b36d89910120ecfc0e56e1a1a7db617d85b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9195f2b79ce98e10e146fb89bfb5b36d89910120ecfc0e56e1a1a7db617d85b2", kill_on_drop: false }` [INFO] [stdout] 9195f2b79ce98e10e146fb89bfb5b36d89910120ecfc0e56e1a1a7db617d85b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 24563f7b6b3cf9d50119c204b7c19ff1d42aecd05c8482add6f5f9ad6e03c2fa [INFO] running `Command { std: "docker" "start" "-a" "24563f7b6b3cf9d50119c204b7c19ff1d42aecd05c8482add6f5f9ad6e03c2fa", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking ipnet v2.11.0 [INFO] [stderr] Checking ip_network_table-deps-treebitmap v0.5.0 [INFO] [stderr] Checking iptrie v0.10.3 (/opt/rustwide/workdir) [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stdout] error[E0603]: struct `LCTrieSet` is private [INFO] [stdout] --> benches/bgp_build.rs:10:48 [INFO] [stdout] | [INFO] [stdout] 10 | use iptrie::{IpPrefix, Ipv4Prefix, Ipv6Prefix, LCTrieSet, RTrieSet}; [INFO] [stdout] | ^^^^^^^^^ private struct [INFO] [stdout] | [INFO] [stdout] note: the struct `LCTrieSet` is defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use set::*; [INFO] [stdout] | ^^^ [INFO] [stdout] help: import `LCTrieSet` directly [INFO] [stdout] | [INFO] [stdout] 10 | use iptrie::{IpPrefix, Ipv4Prefix, Ipv6Prefix, iptrie::set::LCTrieSet, RTrieSet}; [INFO] [stdout] | +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: struct `RTrieSet` is private [INFO] [stdout] --> benches/bgp_build.rs:10:59 [INFO] [stdout] | [INFO] [stdout] 10 | use iptrie::{IpPrefix, Ipv4Prefix, Ipv6Prefix, LCTrieSet, RTrieSet}; [INFO] [stdout] | ^^^^^^^^ private struct [INFO] [stdout] | [INFO] [stdout] note: the struct `RTrieSet` is defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use set::*; [INFO] [stdout] | ^^^ [INFO] [stdout] help: import `RTrieSet` directly [INFO] [stdout] | [INFO] [stdout] 10 | use iptrie::{IpPrefix, Ipv4Prefix, Ipv6Prefix, LCTrieSet, iptrie::set::RTrieSet}; [INFO] [stdout] | +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RTrieSet` in this scope [INFO] [stdout] --> benches/ipv4_lookup.rs:59:15 [INFO] [stdout] | [INFO] [stdout] 59 | let trie: RTrieSet = random_ipv4net().collect(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct IpRTrieSet { [INFO] [stdout] | --------------------- similarly named struct `IpRTrieSet` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 59 | let trie: IpRTrieSet = random_ipv4net().collect(); [INFO] [stdout] | ++ [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 4 + use crate::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] 4 + use iptrie::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0603`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `iptrie::graphviz` [INFO] [stdout] --> examples/simple.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use iptrie::graphviz::DotWriter; [INFO] [stdout] | ^^^^^^^^ could not find `graphviz` in `iptrie` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:5:37 [INFO] [stdout] | [INFO] [stdout] 5 | #[cfg(feature= "graphviz")] pub mod graphviz; [INFO] [stdout] | ------------------- ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the item is gated behind the `graphviz` feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RTrieSet` in this scope [INFO] [stdout] --> benches/ipv4_lookup.rs:80:15 [INFO] [stdout] | [INFO] [stdout] 80 | let trie: RTrieSet = random_ipv4net().collect(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct IpRTrieSet { [INFO] [stdout] | --------------------- similarly named struct `IpRTrieSet` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 80 | let trie: IpRTrieSet = random_ipv4net().collect(); [INFO] [stdout] | ++ [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 4 + use crate::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] 4 + use iptrie::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `iptrie` (bench "bgp_build") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0603]: struct `LCTrieSet` is private [INFO] [stdout] --> benches/bgp_lookup.rs:11:48 [INFO] [stdout] | [INFO] [stdout] 11 | use iptrie::{IpPrefix, Ipv4Prefix, Ipv6Prefix, LCTrieSet, RTrieSet}; [INFO] [stdout] | ^^^^^^^^^ private struct [INFO] [stdout] | [INFO] [stdout] note: the struct `LCTrieSet` is defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use set::*; [INFO] [stdout] | ^^^ [INFO] [stdout] help: import `LCTrieSet` directly [INFO] [stdout] | [INFO] [stdout] 11 | use iptrie::{IpPrefix, Ipv4Prefix, Ipv6Prefix, iptrie::set::LCTrieSet, RTrieSet}; [INFO] [stdout] | +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: struct `RTrieSet` is private [INFO] [stdout] --> benches/bgp_lookup.rs:11:59 [INFO] [stdout] | [INFO] [stdout] 11 | use iptrie::{IpPrefix, Ipv4Prefix, Ipv6Prefix, LCTrieSet, RTrieSet}; [INFO] [stdout] | ^^^^^^^^ private struct [INFO] [stdout] | [INFO] [stdout] note: the struct `RTrieSet` is defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use set::*; [INFO] [stdout] | ^^^ [INFO] [stdout] help: import `RTrieSet` directly [INFO] [stdout] | [INFO] [stdout] 11 | use iptrie::{IpPrefix, Ipv4Prefix, Ipv6Prefix, LCTrieSet, iptrie::set::RTrieSet}; [INFO] [stdout] | +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RTrieSet` [INFO] [stdout] --> benches/ipv6_build.rs:37:20 [INFO] [stdout] | [INFO] [stdout] 37 | let mut trie = RTrieSet::new(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `RTrieSet` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 37 | let mut trie = IpRTrieSet::new(); [INFO] [stdout] | ++ [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 4 + use crate::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] 4 + use iptrie::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LCTrieSet` in this scope [INFO] [stdout] --> benches/ipv6_build.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | let mut trie : LCTrieSet<_> = RTrieSet::new().compress(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub struct IpLCTrieSet { [INFO] [stdout] | ---------------------- similarly named struct `IpLCTrieSet` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 46 | let mut trie : IpLCTrieSet<_> = RTrieSet::new().compress(); [INFO] [stdout] | ++ [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 4 + use crate::set::LCTrieSet; [INFO] [stdout] | [INFO] [stdout] 4 + use iptrie::set::LCTrieSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RTrieSet` [INFO] [stdout] --> benches/ipv6_build.rs:46:35 [INFO] [stdout] | [INFO] [stdout] 46 | let mut trie : LCTrieSet<_> = RTrieSet::new().compress(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `RTrieSet` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 46 | let mut trie : LCTrieSet<_> = IpRTrieSet::new().compress(); [INFO] [stdout] | ++ [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 4 + use crate::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] 4 + use iptrie::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `generate_pdf_file` found for struct `RTrieSet

` in the current scope [INFO] [stdout] --> examples/simple.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | trie.generate_pdf_file(Some("simple-radixtrie.pdf")).expect("can’t generate PDF file"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `RTrieSet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `generate_pdf_file` found for struct `LCTrieSet

` in the current scope [INFO] [stdout] --> examples/simple.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | lctrie.generate_pdf_file(Some("simple-lctrie.pdf")).expect("can’t generate PDF file"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `LCTrieSet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `iptrie` (bench "ipv4_lookup") due to 2 previous errors [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `iptrie` (example "simple") due to 3 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0603`. [INFO] [stdout] [INFO] [stderr] error: could not compile `iptrie` (bench "ipv6_build") due to 3 previous errors [INFO] [stdout] error[E0412]: cannot find type `RTrieSet` in this scope [INFO] [stdout] --> benches/ipv6_lookup.rs:60:15 [INFO] [stdout] | [INFO] [stdout] 60 | let trie: RTrieSet<_> = random_ipv6net() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct IpRTrieSet { [INFO] [stdout] | --------------------- similarly named struct `IpRTrieSet` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 60 | let trie: IpRTrieSet<_> = random_ipv6net() [INFO] [stdout] | ++ [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 4 + use crate::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] 4 + use iptrie::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RTrieSet` in this scope [INFO] [stdout] --> benches/ipv6_lookup.rs:73:15 [INFO] [stdout] | [INFO] [stdout] 73 | let trie: RTrieSet<_> = random_ipv6net() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct IpRTrieSet { [INFO] [stdout] | --------------------- similarly named struct `IpRTrieSet` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 73 | let trie: IpRTrieSet<_> = random_ipv6net() [INFO] [stdout] | ++ [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 4 + use crate::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] 4 + use iptrie::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RTrieSet` in this scope [INFO] [stdout] --> benches/ipv6_lookup.rs:86:15 [INFO] [stdout] | [INFO] [stdout] 86 | let trie: RTrieSet = random_ipv6net().collect(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct IpRTrieSet { [INFO] [stdout] | --------------------- similarly named struct `IpRTrieSet` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 86 | let trie: IpRTrieSet = random_ipv6net().collect(); [INFO] [stdout] | ++ [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 4 + use crate::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] 4 + use iptrie::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RTrieSet` in this scope [INFO] [stdout] --> benches/ipv6_lookup.rs:121:15 [INFO] [stdout] | [INFO] [stdout] 121 | let trie: RTrieSet<_> = random_ipv6net() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct IpRTrieSet { [INFO] [stdout] | --------------------- similarly named struct `IpRTrieSet` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 121 | let trie: IpRTrieSet<_> = random_ipv6net() [INFO] [stdout] | ++ [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 4 + use crate::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] 4 + use iptrie::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RTrieSet` in this scope [INFO] [stdout] --> benches/ipv6_lookup.rs:135:15 [INFO] [stdout] | [INFO] [stdout] 135 | let trie: RTrieSet<_> = random_ipv6net() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct IpRTrieSet { [INFO] [stdout] | --------------------- similarly named struct `IpRTrieSet` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 135 | let trie: IpRTrieSet<_> = random_ipv6net() [INFO] [stdout] | ++ [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 4 + use crate::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] 4 + use iptrie::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RTrieSet` in this scope [INFO] [stdout] --> benches/ipv6_lookup.rs:149:15 [INFO] [stdout] | [INFO] [stdout] 149 | let trie: RTrieSet = random_ipv6net().collect(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct IpRTrieSet { [INFO] [stdout] | --------------------- similarly named struct `IpRTrieSet` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 149 | let trie: IpRTrieSet = random_ipv6net().collect(); [INFO] [stdout] | ++ [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 4 + use crate::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] 4 + use iptrie::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Ipv6Prefix120` [INFO] [stdout] --> benches/ipv6_lookup.rs:61:14 [INFO] [stdout] | [INFO] [stdout] 61 | .map(Ipv6Prefix120::try_from) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `Ipv6Prefix120` [INFO] [stdout] | help: a struct with a similar name exists: `Ipv6Prefix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Ipv6Prefix56` [INFO] [stdout] --> benches/ipv6_lookup.rs:74:14 [INFO] [stdout] | [INFO] [stdout] 74 | .map(Ipv6Prefix56::try_from) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `Ipv6Prefix56` [INFO] [stdout] | help: a struct with a similar name exists: `Ipv6Prefix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Ipv6Prefix120` [INFO] [stdout] --> benches/ipv6_lookup.rs:122:14 [INFO] [stdout] | [INFO] [stdout] 122 | .map(Ipv6Prefix120::try_from) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `Ipv6Prefix120` [INFO] [stdout] | help: a struct with a similar name exists: `Ipv6Prefix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `iptrie::graphviz` [INFO] [stdout] --> examples/sandbox.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use iptrie::graphviz::DotWriter; [INFO] [stdout] | ^^^^^^^^ could not find `graphviz` in `iptrie` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:5:37 [INFO] [stdout] | [INFO] [stdout] 5 | #[cfg(feature= "graphviz")] pub mod graphviz; [INFO] [stdout] | ------------------- ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the item is gated behind the `graphviz` feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Ipv6Prefix56` [INFO] [stdout] --> benches/ipv6_lookup.rs:136:14 [INFO] [stdout] | [INFO] [stdout] 136 | .map(Ipv6Prefix56::try_from) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `Ipv6Prefix56` [INFO] [stdout] | help: a struct with a similar name exists: `Ipv6Prefix` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `iptrie` (bench "bgp_lookup") due to 2 previous errors [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stderr] error: could not compile `iptrie` (bench "ipv6_lookup") due to 10 previous errors [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `generate_pdf_file` found for struct `RTrieMap` in the current scope [INFO] [stdout] --> examples/sandbox.rs:14:44 [INFO] [stdout] | [INFO] [stdout] 14 | trie.insert(prefix2, ()); let _ = trie.generate_pdf_file(Some("1.pdf")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `RTrieMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `generate_pdf_file` found for struct `RTrieMap` in the current scope [INFO] [stdout] --> examples/sandbox.rs:15:47 [INFO] [stdout] | [INFO] [stdout] 15 | trie.remove(dbg!(&prefix2)); let _ = trie.generate_pdf_file(Some("2.pdf")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `RTrieMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `generate_pdf_file` found for struct `RTrieMap` in the current scope [INFO] [stdout] --> examples/sandbox.rs:16:46 [INFO] [stdout] | [INFO] [stdout] 16 | trie.remove(dbg!(&prefix1));let _ = trie.generate_pdf_file(Some("3.pdf")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `RTrieMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `iptrie` (bench "ipv4_build") due to 3 previous errors [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RTrieSet` [INFO] [stdout] --> benches/ipv4_build.rs:37:20 [INFO] [stdout] | [INFO] [stdout] 37 | let mut trie = RTrieSet::new(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `RTrieSet` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 37 | let mut trie = IpRTrieSet::new(); [INFO] [stdout] | ++ [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 4 + use crate::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] 4 + use iptrie::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LCTrieSet` in this scope [INFO] [stdout] --> benches/ipv4_build.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | let mut trie : LCTrieSet<_> = RTrieSet::new().compress(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub struct IpLCTrieSet { [INFO] [stdout] | ---------------------- similarly named struct `IpLCTrieSet` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 46 | let mut trie : IpLCTrieSet<_> = RTrieSet::new().compress(); [INFO] [stdout] | ++ [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 4 + use crate::set::LCTrieSet; [INFO] [stdout] | [INFO] [stdout] 4 + use iptrie::set::LCTrieSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RTrieSet` [INFO] [stdout] --> benches/ipv4_build.rs:46:35 [INFO] [stdout] | [INFO] [stdout] 46 | let mut trie : LCTrieSet<_> = RTrieSet::new().compress(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `RTrieSet` [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 46 | let mut trie : LCTrieSet<_> = IpRTrieSet::new().compress(); [INFO] [stdout] | ++ [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 4 + use crate::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] 4 + use iptrie::set::RTrieSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `iptrie` (example "sandbox") due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "24563f7b6b3cf9d50119c204b7c19ff1d42aecd05c8482add6f5f9ad6e03c2fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24563f7b6b3cf9d50119c204b7c19ff1d42aecd05c8482add6f5f9ad6e03c2fa", kill_on_drop: false }` [INFO] [stdout] 24563f7b6b3cf9d50119c204b7c19ff1d42aecd05c8482add6f5f9ad6e03c2fa