01M0PKNN23VJ8HHQJ9AHYARQE5: test

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [
        "oxidecomputer/p4",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01M0PKP06JJZGSFDAKRBDE27EZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-23T06:08:10.239Zjob assigned to worker 01M0PKP2XRCKJH5DB2HF3P1VZ3 [factory aws, i-077edf4cff6a96043] (queued for 53 s)
 
22026-08-23T06:08:16.243Zstarting task 0: "setup"
32026-08-23T06:08:16.248Z++ uname -s
42026-08-23T06:08:16.252Z+ kern=SunOS
52026-08-23T06:08:16.252Z+ build_user=build
62026-08-23T06:08:16.252Z+ build_uid=12345
72026-08-23T06:08:16.252Z+ work_dir=/work
82026-08-23T06:08:16.252Z+ input_dir=/input
92026-08-23T06:08:16.252Z+ [[ 0 == 12345 ]]
102026-08-23T06:08:16.252Z+ case "$kern" in
112026-08-23T06:08:16.252Z+ groupadd -g 12345 build
122026-08-23T06:08:16.252Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-23T06:08:18.258Z+ zfs create -o mountpoint=/work rpool/work
142026-08-23T06:08:18.365Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-23T06:08:18.369Z+ home_fs=zfs
162026-08-23T06:08:18.369Z+ [[ zfs == autofs ]]
172026-08-23T06:08:18.369Z+ mkdir -p /home/build
182026-08-23T06:08:18.369Z+ chown build:build /home/build /work
192026-08-23T06:08:19.369Z+ chmod 0700 /home/build /work
202026-08-23T06:08:19.373Zprocess exited: duration 3130 ms, exit code 0
 
212026-08-23T06:08:19.380Zstarting task 1: "rust-toolchain"
222026-08-23T06:08:19.384Z * rust toolchain channel = "1.90.0"
232026-08-23T06:08:19.384Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
242026-08-23T06:08:19.384Z * rust toolchain profile = "default"
252026-08-23T06:08:19.384Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-23T06:08:19.384Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-23T06:08:19.384Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-23T06:08:19.388Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-23T06:08:19.388Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-23T06:08:19.492Zinfo: downloading installer
312026-08-23T06:08:20.570Zwarn: It looks like you have an existing rustup settings file at:
322026-08-23T06:08:20.570Zwarn: /home/build/.rustup/settings.toml
332026-08-23T06:08:20.570Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-23T06:08:20.570Zwarn: instead of the one inferred from the default host triple.
352026-08-23T06:08:20.584Zinfo: profile set to default
362026-08-23T06:08:20.584Zinfo: default host triple is x86_64-unknown-illumos
372026-08-23T06:08:20.587Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-23T06:08:20.729Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-23T06:08:20.733Zinfo: downloading 6 components
402026-08-23T06:08:34.782Z
412026-08-23T06:08:34.782Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
422026-08-23T06:08:34.817Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-23T06:08:34.817Z
442026-08-23T06:08:34.817Z
452026-08-23T06:08:34.817ZRust is installed now. Great!
462026-08-23T06:08:34.817Z
472026-08-23T06:08:34.817ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-23T06:08:34.817Zenvironment variable. This has not been done automatically.
492026-08-23T06:08:34.817Z
502026-08-23T06:08:34.817ZTo configure your current shell, you need to source
512026-08-23T06:08:34.817Zthe corresponding env file under $HOME/.cargo.
522026-08-23T06:08:34.817Z
532026-08-23T06:08:34.817ZThis is usually done by running one of the following (note the leading DOT):
542026-08-23T06:08:34.820Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-23T06:08:34.820Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-23T06:08:34.820Zsource "~/.cargo/env.nu" # For nushell
572026-08-23T06:08:34.821Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-23T06:08:34.821Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-23T06:08:34.821Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-23T06:08:34.821Zwarn: no default linker (`cc`) was found in your PATH
612026-08-23T06:08:34.821Zwarn: many Rust crates require a system C toolchain to build
622026-08-23T06:08:34.905Z+ rustup --version
632026-08-23T06:08:34.914Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-23T06:08:34.917Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-23T06:08:34.940Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-23T06:08:34.944Z+ cargo --version
672026-08-23T06:08:34.956Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-23T06:08:34.960Z+ rustc --version
692026-08-23T06:08:34.980Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-23T06:08:34.984Zprocess exited: duration 15603 ms, exit code 0
 
712026-08-23T06:08:34.990Zstarting task 2: "authentication"
722026-08-23T06:08:35.007Zprocess exited: duration 17 ms, exit code 0
 
732026-08-23T06:08:35.014Zstarting task 3: "clone repository"
742026-08-23T06:08:35.017Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-23T06:08:35.021Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-23T06:08:35.050ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-23T06:08:35.975Z+ cd /work/oxidecomputer/dendrite
782026-08-23T06:08:35.975Z+ git fetch origin 4fc1b480bcd29de5ce5af245b999f2092dca508e
792026-08-23T06:08:36.247ZFrom https://github.com/oxidecomputer/dendrite
802026-08-23T06:08:36.247Z * branch 4fc1b480bcd29de5ce5af245b999f2092dca508e -> FETCH_HEAD
812026-08-23T06:08:36.251Z+ [[ -n zl/p4-stages-18-cleanup ]]
822026-08-23T06:08:36.255Z++ git branch --show-current
832026-08-23T06:08:36.255Z+ current=main
842026-08-23T06:08:36.255Z+ [[ main != zl/p4-stages-18-cleanup ]]
852026-08-23T06:08:36.255Z+ git branch -f zl/p4-stages-18-cleanup 4fc1b480bcd29de5ce5af245b999f2092dca508e
862026-08-23T06:08:36.258Z+ git checkout -f zl/p4-stages-18-cleanup
872026-08-23T06:08:36.277ZSwitched to branch 'zl/p4-stages-18-cleanup'
882026-08-23T06:08:36.281Z+ git reset --hard 4fc1b480bcd29de5ce5af245b999f2092dca508e
892026-08-23T06:08:36.296ZHEAD is now at 4fc1b48 [merge] merge main into zl/p4-stages-18-cleanup
902026-08-23T06:08:36.300Zprocess exited: duration 1282 ms, exit code 0
 
912026-08-23T06:08:36.307Zstarting task 4: "build"
922026-08-23T06:08:36.311Z+ source .github/buildomat/common.sh
932026-08-23T06:08:36.311Z++ TOFINO_STAGES=16
942026-08-23T06:08:36.311Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-08-23T06:08:36.311Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-08-23T06:08:36.311Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-08-23T06:08:36.315Z+++ uname -s
982026-08-23T06:08:36.315Z++ '[' SunOS == SunOS ']'
992026-08-23T06:08:36.315Z++ SERIES=illumos
1002026-08-23T06:08:36.315Z+++ uname -s
1012026-08-23T06:08:36.315Z++ '[' SunOS == SunOS ']'
1022026-08-23T06:08:36.315Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-08-23T06:08:36.315Z++ rustup show active-toolchain
1042026-08-23T06:08:36.320Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-23T06:08:36.323Z+ source .github/buildomat/illumos.sh
1062026-08-23T06:08:36.323Z++ banner 'sde setup'
1072026-08-23T06:08:36.323Z
1082026-08-23T06:08:36.323Z #### ##### ###### #### ###### ##### # # #####
1092026-08-23T06:08:36.323Z # # # # # # # # # # #
1102026-08-23T06:08:36.323Z #### # # ##### #### ##### # # # # #
1112026-08-23T06:08:36.323Z # # # # # # # # # #####
1122026-08-23T06:08:36.323Z # # # # # # # # # # # #
1132026-08-23T06:08:36.324Z #### ##### ###### #### ###### # #### #
1142026-08-23T06:08:36.324Z
1152026-08-23T06:08:36.324Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-23T06:08:36.324Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-23T06:08:36.324Z++ export PKG=tofino_sde.p5p
1182026-08-23T06:08:36.324Z++ PKG=tofino_sde.p5p
1192026-08-23T06:08:36.324Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-08-23T06:08:36.329Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-23T06:08:36.332Z Dload Upload Total Spent Left Speed
1222026-08-23T06:08:39.337Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00:01 0 0 0 0 0 0 0 0 0 00:02 0 100 76.03M 100 76.03M 0 0 25.27M 0 00:03 00:03 25.27M 100 76.03M 100 76.03M 0 0 25.27M 0 00:03 00:03 25.27M 100 76.03M 100 76.03M 0 0 25.27M 0 00:03 00:03 25.27M
1232026-08-23T06:08:39.342Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-23T06:08:39.389Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-08-23T06:08:39.392Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-08-23T06:08:39.392Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-23T06:08:41.254Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-23T06:08:41.616Z Startup: Caching catalogs ... Done
1292026-08-23T06:08:41.670Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-23T06:08:43.955ZPlanning: Solver setup ... Done
1312026-08-23T06:08:44.021ZPlanning: Running solver ... Done
1322026-08-23T06:08:44.068ZPlanning: Finding local manifests ... Done
1332026-08-23T06:08:44.071ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-23T06:08:44.075ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-23T06:08:44.090ZPlanning: Package planning ... Done
1362026-08-23T06:08:44.093ZPlanning: Merging actions ... Done
1372026-08-23T06:08:44.187ZPlanning: Checking for conflicting actions ... Done
1382026-08-23T06:08:44.190ZPlanning: Consolidating action changes ... Done
1392026-08-23T06:08:45.095ZPlanning: Evaluating mediators ... Done
1402026-08-23T06:08:45.099ZPlanning: Planning completed in 3.42 seconds
1412026-08-23T06:08:45.103Z Packages to install: 1
1422026-08-23T06:08:45.103Z Create boot environment: No
1432026-08-23T06:08:45.106ZCreate backup boot environment: No
1442026-08-23T06:08:45.130Z
1452026-08-23T06:08:45.130ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-23T06:08:45.270ZDownload: Completed 75.30 MB in 0.14 seconds (556M/s)
1472026-08-23T06:08:45.419Z Actions: 1/293 actions (Installing new actions)
1482026-08-23T06:08:46.378Z Actions: Completed 293 actions in 0.96 seconds.
1492026-08-23T06:08:46.382ZFinalize: Updating package state database ... Done
1502026-08-23T06:08:46.427ZFinalize: Updating package cache ... Done
1512026-08-23T06:08:46.513ZFinalize: Updating image state ... Done
1522026-08-23T06:08:49.006ZFinalize: Creating fast lookup database ... Done
1532026-08-23T06:08:49.084ZFinalize: Reading search index ... Done
1542026-08-23T06:08:49.087ZFinalize: Updating search index ... Done
1552026-08-23T06:08:49.381ZFinalize: Updating package cache ... Done
1562026-08-23T06:08:49.539Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-23T06:08:49.539Z++ SDE=/opt/oxide/tofino_sde
1582026-08-23T06:08:49.539Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-23T06:08:49.539Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-23T06:08:49.542Z++ banner packages
1612026-08-23T06:08:49.542Z
1622026-08-23T06:08:49.542Z ##### ## #### # # ## #### ###### ####
1632026-08-23T06:08:49.542Z # # # # # # # # # # # # # #
1642026-08-23T06:08:49.542Z # # # # # #### # # # ##### ####
1652026-08-23T06:08:49.542Z ##### ###### # # # ###### # ### # #
1662026-08-23T06:08:49.542Z # # # # # # # # # # # # # #
1672026-08-23T06:08:49.542Z # # # #### # # # # #### ###### ####
1682026-08-23T06:08:49.542Z
1692026-08-23T06:08:49.542Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-23T06:08:49.811Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-23T06:08:49.815Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-23T06:08:51.845ZPlanning: Solver setup ... Done
1732026-08-23T06:08:51.910ZPlanning: Running solver ... Done
1742026-08-23T06:08:51.955ZPlanning: Consolidating action changes ... Done
1752026-08-23T06:08:51.955ZPlanning: Evaluating mediators ... Done
1762026-08-23T06:08:51.959ZPlanning: Planning completed in 2.14 seconds
1772026-08-23T06:08:51.972ZNo updates necessary for this image.
1782026-08-23T06:08:52.107Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-23T06:08:52.323ZPlanning: Evaluating mediator changes ... Done
1802026-08-23T06:08:52.438ZPlanning: Checking for conflicting actions ... Done
1812026-08-23T06:08:52.441ZPlanning: Consolidating action changes ... Done
1822026-08-23T06:08:52.605ZPlanning: Evaluating mediators ... Done
1832026-08-23T06:08:52.608ZPlanning: Planning completed in 0.28 seconds
1842026-08-23T06:08:52.629Z Mediators to change: 2
1852026-08-23T06:08:52.629Z Create boot environment: No
1862026-08-23T06:08:52.629ZCreate backup boot environment: No
1872026-08-23T06:08:52.683ZFinalize: Updating package state database ... Done
1882026-08-23T06:08:52.683ZFinalize: Updating package cache ... Done
1892026-08-23T06:08:52.731ZFinalize: Updating image state ... Done
1902026-08-23T06:08:54.778ZFinalize: Creating fast lookup database ... Done
1912026-08-23T06:08:54.847ZFinalize: Reading search index ... Done
1922026-08-23T06:08:54.848ZFinalize: Updating search index ... Done
1932026-08-23T06:08:54.935ZFinalize: Updating package cache ... Done
1942026-08-23T06:08:55.009Z++ cargo --version
1952026-08-23T06:08:55.021Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-08-23T06:08:55.025Z++ rustc --version
1972026-08-23T06:08:55.043Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-08-23T06:08:55.046Z+ banner copyrights
1992026-08-23T06:08:55.050Z
2002026-08-23T06:08:55.050Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-23T06:08:55.050Z # # # # # # # # # # # # # # # # #
2022026-08-23T06:08:55.050Z # # # # # # # # # # ###### # ####
2032026-08-23T06:08:55.050Z # # # ##### # ##### # # ### # # # #
2042026-08-23T06:08:55.050Z # # # # # # # # # # # # # # # #
2052026-08-23T06:08:55.050Z #### #### # # # # # #### # # # ####
2062026-08-23T06:08:55.050Z
2072026-08-23T06:08:55.050Z+ ./tools/check_copyrights.sh
2082026-08-23T06:08:56.588Zdpd/src/transceivers/stub_impl.rs: Copyright with wrong year
2092026-08-23T06:08:56.730Zpcap/build.rs: Copyright with wrong year
2102026-08-23T06:08:56.894Ztfportd/src/linklocal.rs: Copyright with wrong year
2112026-08-23T06:08:57.117Z+ banner clippy
2122026-08-23T06:08:57.121Z
2132026-08-23T06:08:57.121Z #### # # ##### ##### # #
2142026-08-23T06:08:57.121Z # # # # # # # # # #
2152026-08-23T06:08:57.121Z # # # # # # # #
2162026-08-23T06:08:57.121Z # # # ##### ##### #
2172026-08-23T06:08:57.121Z # # # # # # #
2182026-08-23T06:08:57.121Z #### ###### # # # #
2192026-08-23T06:08:57.121Z
2202026-08-23T06:08:57.121Z+ for feat in tofino_stub tofino_asic softnpu chaos
2212026-08-23T06:08:57.121Z+ cargo clippy --features tofino_stub -- --deny warnings
2222026-08-23T06:08:57.272Z Updating git repository `https://github.com/oxidecomputer/omicron`
2232026-08-23T06:09:15.252Z Updating crates.io index
2242026-08-23T06:09:15.256Z Updating git repository `https://github.com/illumos/smf-rs`
2252026-08-23T06:09:15.592Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-08-23T06:09:16.436Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2272026-08-23T06:09:16.806Z Updating git repository `https://github.com/oxidecomputer/tofino`
2282026-08-23T06:09:17.087Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2292026-08-23T06:09:17.968Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2302026-08-23T06:09:18.275Z Updating git repository `https://github.com/oxidecomputer/ispf`
2312026-08-23T06:09:18.675Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2322026-08-23T06:09:19.059Z Updating git repository `https://github.com/oxidecomputer/lldp`
2332026-08-23T06:09:19.529Z Updating git repository `https://github.com/oxidecomputer/lldp`
2342026-08-23T06:09:20.027Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2352026-08-23T06:09:21.085Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2362026-08-23T06:09:21.480Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2372026-08-23T06:09:21.871Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2382026-08-23T06:09:22.178Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2392026-08-23T06:09:22.864Z Updating git repository `https://github.com/oxidecomputer/p4`
2402026-08-23T06:09:23.330Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-08-23T06:09:24.228Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-08-23T06:09:24.732Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2432026-08-23T06:09:25.217Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2442026-08-23T06:09:25.522Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2452026-08-23T06:09:26.577Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2462026-08-23T06:09:27.167Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-08-23T06:09:27.740Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-08-23T06:09:29.511Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-08-23T06:09:30.176Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-08-23T06:09:30.529Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-08-23T06:09:31.040Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2522026-08-23T06:09:33.014Z Downloading crates ...
2532026-08-23T06:09:33.075Z Downloaded aead v0.5.2
2542026-08-23T06:09:33.081Z Downloaded adler2 v2.0.1
2552026-08-23T06:09:33.091Z Downloaded backoff v0.4.0
2562026-08-23T06:09:33.097Z Downloaded camino v1.2.3
2572026-08-23T06:09:33.101Z Downloaded bit-set v0.8.0
2582026-08-23T06:09:33.105Z Downloaded async-stream v0.3.6
2592026-08-23T06:09:33.109Z Downloaded crucible-workspace-hack v0.1.0
2602026-08-23T06:09:33.113Z Downloaded cfg-if v1.0.4
2612026-08-23T06:09:33.117Z Downloaded cargo-platform v0.1.9
2622026-08-23T06:09:33.120Z Downloaded fixedbitset v0.4.2
2632026-08-23T06:09:33.121Z Downloaded defmt-parser v1.0.0
2642026-08-23T06:09:33.124Z Downloaded embedded-io v0.4.0
2652026-08-23T06:09:33.128Z Downloaded dyn-clone v1.0.20
2662026-08-23T06:09:33.128Z Downloaded cfg_aliases v0.2.1
2672026-08-23T06:09:33.131Z Downloaded hostname v0.4.2
2682026-08-23T06:09:33.135Z Downloaded derive-ex v0.1.8
2692026-08-23T06:09:33.135Z Downloaded digest v0.11.3
2702026-08-23T06:09:33.139Z Downloaded cpufeatures v0.2.17
2712026-08-23T06:09:33.142Z Downloaded futures-sink v0.3.32
2722026-08-23T06:09:33.142Z Downloaded derive_more v0.99.20
2732026-08-23T06:09:33.146Z Downloaded anstyle-query v1.1.4
2742026-08-23T06:09:33.149Z Downloaded hex v0.4.3
2752026-08-23T06:09:33.153Z Downloaded foreign-types-shared v0.1.1
2762026-08-23T06:09:33.153Z Downloaded dunce v1.0.5
2772026-08-23T06:09:33.156Z Downloaded foreign-types v0.3.2
2782026-08-23T06:09:33.156Z Downloaded dtrace-parser v0.3.0
2792026-08-23T06:09:33.160Z Downloaded getrandom v0.3.3
2802026-08-23T06:09:33.163Z Downloaded crypto-common v0.2.2
2812026-08-23T06:09:33.167Z Downloaded form_urlencoded v1.2.2
2822026-08-23T06:09:33.167Z Downloaded futures-macro v0.3.32
2832026-08-23T06:09:33.171Z Downloaded foreign-types-macros v0.2.3
2842026-08-23T06:09:33.171Z Downloaded darling_macro v0.21.3
2852026-08-23T06:09:33.174Z Downloaded float-ord v0.3.2
2862026-08-23T06:09:33.178Z Downloaded dropshot-api-manager-types v0.7.2
2872026-08-23T06:09:33.178Z Downloaded futures-io v0.3.32
2882026-08-23T06:09:33.181Z Downloaded equivalent v1.0.2
2892026-08-23T06:09:33.181Z Downloaded embedded-io v0.6.1
2902026-08-23T06:09:33.185Z Downloaded dof v0.4.0
2912026-08-23T06:09:33.185Z Downloaded hash32 v0.3.1
2922026-08-23T06:09:33.188Z Downloaded filetime v0.2.26
2932026-08-23T06:09:33.191Z Downloaded defmt v0.3.100
2942026-08-23T06:09:33.191Z Downloaded debug-ignore v1.0.5
2952026-08-23T06:09:33.195Z Downloaded convert_case v0.4.0
2962026-08-23T06:09:33.195Z Downloaded hubpack_derive v0.1.1
2972026-08-23T06:09:33.198Z Downloaded hubpack v0.1.2
2982026-08-23T06:09:33.198Z Downloaded dtrace-parser v0.2.0
2992026-08-23T06:09:33.202Z Downloaded gethostname v0.5.0
3002026-08-23T06:09:33.202Z Downloaded chacha20 v0.9.1
3012026-08-23T06:09:33.206Z Downloaded cexpr v0.6.0
3022026-08-23T06:09:33.215Z Downloaded heck v0.4.1
3032026-08-23T06:09:33.215Z Downloaded git-stub v1.0.0
3042026-08-23T06:09:33.218Z Downloaded httpdate v1.0.3
3052026-08-23T06:09:33.218Z Downloaded anstream v1.0.0
3062026-08-23T06:09:33.218Z Downloaded futures-task v0.3.32
3072026-08-23T06:09:33.218Z Downloaded fastrand v2.3.0
3082026-08-23T06:09:33.222Z Downloaded foreign-types-shared v0.3.1
3092026-08-23T06:09:33.222Z Downloaded critical-section v1.2.0
3102026-08-23T06:09:33.227Z Downloaded cookie v0.18.1
3112026-08-23T06:09:33.227Z Downloaded errno v0.3.14
3122026-08-23T06:09:33.230Z Downloaded hyper-tls v0.6.0
3132026-08-23T06:09:33.230Z Downloaded http-body v1.0.1
3142026-08-23T06:09:33.234Z Downloaded instant v0.1.13
3152026-08-23T06:09:33.234Z Downloaded hostname v0.3.1
3162026-08-23T06:09:33.238Z Downloaded inout v0.1.4
3172026-08-23T06:09:33.238Z Downloaded heck v0.5.0
3182026-08-23T06:09:33.241Z Downloaded base64ct v1.8.0
3192026-08-23T06:09:33.245Z Downloaded fnv v1.0.7
3202026-08-23T06:09:33.245Z Downloaded byteorder v1.5.0
3212026-08-23T06:09:33.251Z Downloaded daft v0.1.5
3222026-08-23T06:09:33.251Z Downloaded foldhash v0.1.5
3232026-08-23T06:09:33.251Z Downloaded csv-core v0.1.12
3242026-08-23T06:09:33.255Z Downloaded bit-vec v0.8.0
3252026-08-23T06:09:33.255Z Downloaded is_ci v1.2.0
3262026-08-23T06:09:33.258Z Downloaded itoa v1.0.15
3272026-08-23T06:09:33.258Z Downloaded ident_case v1.0.1
3282026-08-23T06:09:33.262Z Downloaded digest v0.10.7
3292026-08-23T06:09:33.262Z Downloaded humantime v2.3.0
3302026-08-23T06:09:33.265Z Downloaded httparse v1.10.1
3312026-08-23T06:09:33.269Z Downloaded foldhash v0.2.0
3322026-08-23T06:09:33.269Z Downloaded async-trait v0.1.89
3332026-08-23T06:09:33.273Z Downloaded is-terminal v0.4.16
3342026-08-23T06:09:33.276Z Downloaded indent_write v2.2.0
3352026-08-23T06:09:33.276Z Downloaded futures v0.3.32
3362026-08-23T06:09:33.280Z Downloaded is_terminal_polyfill v1.70.1
3372026-08-23T06:09:33.283Z Downloaded clap_derive v4.6.1
3382026-08-23T06:09:33.286Z Downloaded bitflags v1.3.2
3392026-08-23T06:09:33.290Z Downloaded kstat-rs v0.2.4
3402026-08-23T06:09:33.290Z Downloaded match_cfg v0.1.0
3412026-08-23T06:09:33.294Z Downloaded managed v0.8.0
3422026-08-23T06:09:33.295Z Downloaded linked-hash-map v0.5.6
3432026-08-23T06:09:33.295Z Downloaded lazy_static v1.5.0
3442026-08-23T06:09:33.298Z Downloaded ingot-types v0.1.2
3452026-08-23T06:09:33.301Z Downloaded mime v0.3.17
3462026-08-23T06:09:33.301Z Downloaded memoffset v0.9.1
3472026-08-23T06:09:33.304Z Downloaded lru-cache v0.1.2
3482026-08-23T06:09:33.305Z Downloaded group v0.13.0
3492026-08-23T06:09:33.308Z Downloaded fs_extra v1.3.0
3502026-08-23T06:09:33.308Z Downloaded fs-err v3.1.2
3512026-08-23T06:09:33.311Z Downloaded ff v0.13.1
3522026-08-23T06:09:33.315Z Downloaded ipnet v2.11.0
3532026-08-23T06:09:33.315Z Downloaded bitflags v2.11.1
3542026-08-23T06:09:33.318Z Downloaded console v0.15.11
3552026-08-23T06:09:33.322Z Downloaded globset v0.4.16
3562026-08-23T06:09:33.322Z Downloaded newline-converter v0.3.0
3572026-08-23T06:09:33.325Z Downloaded crc32fast v1.5.0
3582026-08-23T06:09:33.325Z Downloaded newtype-uuid-macros v0.1.0
3592026-08-23T06:09:33.330Z Downloaded http-body-util v0.1.3
3602026-08-23T06:09:33.330Z Downloaded num v0.4.3
3612026-08-23T06:09:33.330Z Downloaded num_enum_derive v0.5.11
3622026-08-23T06:09:33.333Z Downloaded num-iter v0.1.45
3632026-08-23T06:09:33.333Z Downloaded glob v0.3.3
3642026-08-23T06:09:33.336Z Downloaded hybrid-array v0.4.12
3652026-08-23T06:09:33.336Z Downloaded anyhow v1.0.102
3662026-08-23T06:09:33.340Z Downloaded cancel-safe-futures v0.1.5
3672026-08-23T06:09:33.343Z Downloaded anstyle-parse v1.0.0
3682026-08-23T06:09:33.343Z Downloaded highway v1.3.0
3692026-08-23T06:09:33.347Z Downloaded opaque-debug v0.3.1
3702026-08-23T06:09:33.347Z Downloaded num-derive v0.4.2
3712026-08-23T06:09:33.350Z Downloaded num-conv v0.2.1
3722026-08-23T06:09:33.350Z Downloaded colored v3.1.1
3732026-08-23T06:09:33.354Z Downloaded elliptic-curve v0.13.8
3742026-08-23T06:09:33.357Z Downloaded newtype_derive v0.1.6
3752026-08-23T06:09:33.357Z Downloaded openssl-probe v0.1.6
3762026-08-23T06:09:33.360Z Downloaded openssl-macros v0.1.1
3772026-08-23T06:09:33.360Z Downloaded omicron-workspace-hack v0.1.0
3782026-08-23T06:09:33.360Z Downloaded olpc-cjson v0.1.4
3792026-08-23T06:09:33.364Z Downloaded iana-time-zone v0.1.64
3802026-08-23T06:09:33.364Z Downloaded macaddr v1.0.1
3812026-08-23T06:09:33.367Z Downloaded ipnetwork v0.21.1
3822026-08-23T06:09:33.370Z Downloaded libsw-core v0.3.2
3832026-08-23T06:09:33.370Z Downloaded lock_api v0.4.14
3842026-08-23T06:09:33.374Z Downloaded jobserver v0.1.34
3852026-08-23T06:09:33.374Z Downloaded internet-checksum v0.2.1
3862026-08-23T06:09:33.377Z Downloaded linear-map v1.2.0
3872026-08-23T06:09:33.377Z Downloaded parse-display v0.10.0
3882026-08-23T06:09:33.377Z Downloaded newtype-uuid v1.3.2
3892026-08-23T06:09:33.380Z Downloaded libscf-sys v1.2.0
3902026-08-23T06:09:33.380Z Downloaded ingot v0.1.1
3912026-08-23T06:09:33.383Z Downloaded blake2 v0.10.6
3922026-08-23T06:09:33.383Z Downloaded allocator-api2 v0.2.21
3932026-08-23T06:09:33.387Z Downloaded percent-encoding v2.3.2
3942026-08-23T06:09:33.390Z Downloaded multer v3.1.0
3952026-08-23T06:09:33.390Z Downloaded libsw v3.5.0
3962026-08-23T06:09:33.393Z Downloaded libloading v0.8.9
3972026-08-23T06:09:33.393Z Downloaded plain v0.2.3
3982026-08-23T06:09:33.396Z Downloaded getrandom v0.2.16
3992026-08-23T06:09:33.399Z Downloaded displaydoc v0.2.5
4002026-08-23T06:09:33.399Z Downloaded num_enum_derive v0.7.5
4012026-08-23T06:09:33.403Z Downloaded futures-channel v0.3.32
4022026-08-23T06:09:33.403Z Downloaded const-oid v0.10.2
4032026-08-23T06:09:33.406Z Downloaded bytes v1.12.0
4042026-08-23T06:09:33.410Z Downloaded phf_shared v0.12.1
4052026-08-23T06:09:33.410Z Downloaded hmac v0.12.1
4062026-08-23T06:09:33.413Z Downloaded num_threads v0.1.7
4072026-08-23T06:09:33.413Z Downloaded potential_utf v0.1.3
4082026-08-23T06:09:33.413Z Downloaded cc v1.2.64
4092026-08-23T06:09:33.417Z Downloaded num_enum v0.7.5
4102026-08-23T06:09:33.420Z Downloaded proc-macro-crate v1.3.1
4112026-08-23T06:09:33.423Z Downloaded proc-macro-error-attr v1.0.4
4122026-08-23T06:09:33.423Z Downloaded num-integer v0.1.46
4132026-08-23T06:09:33.426Z Downloaded find-msvc-tools v0.1.9
4142026-08-23T06:09:33.426Z Downloaded pretty-hex v0.4.1
4152026-08-23T06:09:33.429Z Downloaded powerfmt v0.2.0
4162026-08-23T06:09:33.430Z Downloaded hyper-rustls v0.27.7
4172026-08-23T06:09:33.433Z Downloaded litemap v0.8.0
4182026-08-23T06:09:33.433Z Downloaded base64 v0.22.1
4192026-08-23T06:09:33.436Z Downloaded dropshot_endpoint v0.17.1
4202026-08-23T06:09:33.440Z Downloaded quick-error v1.2.3
4212026-08-23T06:09:33.440Z Downloaded num-rational v0.4.2
4222026-08-23T06:09:33.443Z Downloaded drift v0.2.0
4232026-08-23T06:09:33.447Z Downloaded progenitor-macro v0.10.0
4242026-08-23T06:09:33.450Z Downloaded proc-macro-error-attr2 v2.0.0
4252026-08-23T06:09:33.450Z Downloaded password-hash v0.5.0
4262026-08-23T06:09:33.453Z Downloaded progenitor-client v0.14.0
4272026-08-23T06:09:33.456Z Downloaded parse-display-derive v0.10.0
4282026-08-23T06:09:33.456Z Downloaded native-tls v0.2.14
4292026-08-23T06:09:33.460Z Downloaded progenitor-macro v0.14.0
4302026-08-23T06:09:33.460Z Downloaded progenitor-client v0.10.0
4312026-08-23T06:09:33.460Z Downloaded chacha20poly1305 v0.10.1
4322026-08-23T06:09:33.463Z Downloaded num_enum v0.5.11
4332026-08-23T06:09:33.466Z Downloaded clap v4.6.1
4342026-08-23T06:09:33.470Z Downloaded ref-cast-impl v1.0.25
4352026-08-23T06:09:33.473Z Downloaded pkg-config v0.3.32
4362026-08-23T06:09:33.473Z Downloaded num-complex v0.4.6
4372026-08-23T06:09:33.476Z Downloaded pem v3.0.5
4382026-08-23T06:09:33.476Z Downloaded ref-cast v1.0.25
4392026-08-23T06:09:33.479Z Downloaded rand_xorshift v0.4.0
4402026-08-23T06:09:33.479Z Downloaded rand_chacha v0.3.1
4412026-08-23T06:09:33.482Z Downloaded memmap2 v0.9.8
4422026-08-23T06:09:33.482Z Downloaded crypto-bigint v0.5.5
4432026-08-23T06:09:33.486Z Downloaded progenitor v0.10.0
4442026-08-23T06:09:33.489Z Downloaded half v2.7.1
4452026-08-23T06:09:33.492Z Downloaded proc-macro-error v1.0.4
4462026-08-23T06:09:33.492Z Downloaded once_cell v1.21.3
4472026-08-23T06:09:33.495Z Downloaded same-file v1.0.6
4482026-08-23T06:09:33.499Z Downloaded rustc_version v0.4.1
4492026-08-23T06:09:33.499Z Downloaded rustc-hash v2.1.1
4502026-08-23T06:09:33.499Z Downloaded pest_generator v2.8.2
4512026-08-23T06:09:33.502Z Downloaded crossbeam-channel v0.5.15
4522026-08-23T06:09:33.505Z Downloaded owo-colors v4.3.0
4532026-08-23T06:09:33.505Z Downloaded rustc_version v0.1.7
4542026-08-23T06:09:33.508Z Downloaded pin-project-internal v1.1.10
4552026-08-23T06:09:33.508Z Downloaded progenitor-macro v0.11.1
4562026-08-23T06:09:33.508Z Downloaded log v0.4.29
4572026-08-23T06:09:33.512Z Downloaded const_format v0.2.34
4582026-08-23T06:09:33.515Z Downloaded icu_normalizer v2.0.0
4592026-08-23T06:09:33.518Z Downloaded scopeguard v1.2.0
4602026-08-23T06:09:33.518Z Downloaded dropshot_endpoint v0.16.7
4612026-08-23T06:09:33.522Z Downloaded semver v0.1.20
4622026-08-23T06:09:33.522Z Downloaded paste v1.0.15
4632026-08-23T06:09:33.525Z Downloaded oxnet v0.1.6
4642026-08-23T06:09:33.525Z Downloaded oxide-tokio-rt v0.1.2
4652026-08-23T06:09:33.528Z Downloaded darling_core v0.21.3
4662026-08-23T06:09:33.531Z Downloaded scroll_derive v0.13.1
4672026-08-23T06:09:33.531Z Downloaded proc-macro-error2 v2.0.1
4682026-08-23T06:09:33.536Z Downloaded ppv-lite86 v0.2.21
4692026-08-23T06:09:33.536Z Downloaded scroll_derive v0.12.1
4702026-08-23T06:09:33.536Z Downloaded rand_core v0.9.3
4712026-08-23T06:09:33.539Z Downloaded rand_core v0.6.4
4722026-08-23T06:09:33.539Z Downloaded rand_chacha v0.9.0
4732026-08-23T06:09:33.539Z Downloaded icu_provider v2.0.0
4742026-08-23T06:09:33.543Z Downloaded serde-big-array v0.5.1
4752026-08-23T06:09:33.543Z Downloaded omicron-zone-package v0.12.2
4762026-08-23T06:09:33.546Z Downloaded secrecy v0.10.3
4772026-08-23T06:09:33.546Z Downloaded progenitor-client v0.11.1
4782026-08-23T06:09:33.549Z Downloaded progenitor v0.14.0
4792026-08-23T06:09:33.549Z Downloaded progenitor v0.11.1
4802026-08-23T06:09:33.552Z Downloaded icu_properties v2.0.1
4812026-08-23T06:09:33.552Z Downloaded serde_spanned v0.6.9
4822026-08-23T06:09:33.556Z Downloaded postcard v1.1.3
4832026-08-23T06:09:33.556Z Downloaded search_path v0.1.4
4842026-08-23T06:09:33.559Z Downloaded curl v0.4.50
4852026-08-23T06:09:33.559Z Downloaded indexmap v1.9.3
4862026-08-23T06:09:33.562Z Downloaded flate2 v1.1.2
4872026-08-23T06:09:33.565Z Downloaded resolv-conf v0.7.5
4882026-08-23T06:09:33.569Z Downloaded parking_lot_core v0.9.12
4892026-08-23T06:09:33.569Z Downloaded phf v0.12.1
4902026-08-23T06:09:33.569Z Downloaded serde_repr v0.1.20
4912026-08-23T06:09:33.572Z Downloaded serde_plain v1.0.2
4922026-08-23T06:09:33.572Z Downloaded pest_meta v2.8.2
4932026-08-23T06:09:33.583Z Downloaded ingot-macros v0.1.1
4942026-08-23T06:09:33.583Z Downloaded daft-derive v0.1.5
4952026-08-23T06:09:33.587Z Downloaded crossbeam-utils v0.8.21
4962026-08-23T06:09:33.587Z Downloaded git-stub-vcs v0.1.0
4972026-08-23T06:09:33.587Z Downloaded papergrid v0.11.0
4982026-08-23T06:09:33.587Z Downloaded quinn-udp v0.5.14
4992026-08-23T06:09:33.587Z Downloaded parking_lot v0.12.5
5002026-08-23T06:09:33.587Z Downloaded papergrid v0.18.0
5012026-08-23T06:09:33.591Z Downloaded sha1 v0.10.6
5022026-08-23T06:09:33.594Z Downloaded serde_spanned v1.1.1
5032026-08-23T06:09:33.594Z Downloaded sha1 v0.11.0
5042026-08-23T06:09:33.597Z Downloaded sigpipe v0.1.3
5052026-08-23T06:09:33.597Z Downloaded signal-hook-tokio v0.4.0
5062026-08-23T06:09:33.597Z Downloaded serde_urlencoded v0.7.1
5072026-08-23T06:09:33.601Z Downloaded scroll v0.12.0
5082026-08-23T06:09:33.601Z Downloaded siphasher v1.0.1
5092026-08-23T06:09:33.604Z Downloaded pin-project-lite v0.2.16
5102026-08-23T06:09:33.604Z Downloaded hickory-resolver v0.24.4
5112026-08-23T06:09:33.607Z Downloaded async-compression v0.4.33
5122026-08-23T06:09:33.611Z Downloaded rusty-fork v0.3.0
5132026-08-23T06:09:33.614Z Downloaded schemars_derive v0.8.22
5142026-08-23T06:09:33.614Z Downloaded smawk v0.3.2
5152026-08-23T06:09:33.617Z Downloaded rustversion v1.0.22
5162026-08-23T06:09:33.617Z Downloaded poly1305 v0.8.0
5172026-08-23T06:09:33.620Z Downloaded miniz_oxide v0.8.9
5182026-08-23T06:09:33.620Z Downloaded either v1.15.0
5192026-08-23T06:09:33.624Z Downloaded slog-bunyan v2.5.0
5202026-08-23T06:09:33.624Z Downloaded fixedbitset v0.5.7
5212026-08-23T06:09:33.627Z Downloaded memmap v0.7.0
5222026-08-23T06:09:33.627Z Downloaded lru-slab v0.1.2
5232026-08-23T06:09:33.627Z Downloaded idna_adapter v1.2.1
5242026-08-23T06:09:33.630Z Downloaded keccak v0.1.6
5252026-08-23T06:09:33.630Z Downloaded clang-sys v1.8.1
5262026-08-23T06:09:33.630Z Downloaded num-traits v0.2.19
5272026-08-23T06:09:33.634Z Downloaded icu_normalizer_data v2.0.0
5282026-08-23T06:09:33.637Z Downloaded strum v0.27.2
5292026-08-23T06:09:33.637Z Downloaded structmeta v0.3.0
5302026-08-23T06:09:33.637Z Downloaded quote v1.0.45
5312026-08-23T06:09:33.640Z Downloaded icu_collections v2.0.0
5322026-08-23T06:09:33.643Z Downloaded strum v0.26.3
5332026-08-23T06:09:33.643Z Downloaded stable_deref_trait v1.2.0
5342026-08-23T06:09:33.643Z Downloaded openssl-sys v0.9.117
5352026-08-23T06:09:33.647Z Downloaded serde_tokenstream v0.2.3
5362026-08-23T06:09:33.650Z Downloaded strsim v0.11.1
5372026-08-23T06:09:33.650Z Downloaded serde_path_to_error v0.1.20
5382026-08-23T06:09:33.653Z Downloaded supports-color v3.0.2
5392026-08-23T06:09:33.653Z Downloaded strum v0.28.0
5402026-08-23T06:09:33.653Z Downloaded subtle v2.6.1
5412026-08-23T06:09:33.656Z Downloaded pest_derive v2.8.2
5422026-08-23T06:09:33.656Z Downloaded jiff-static v0.2.15
5432026-08-23T06:09:33.660Z Downloaded icu_locale_core v2.0.0
5442026-08-23T06:09:33.663Z Downloaded darling v0.21.3
5452026-08-23T06:09:33.666Z Downloaded ryu v1.0.20
5462026-08-23T06:09:33.666Z Downloaded hickory-resolver v0.25.2
5472026-08-23T06:09:33.669Z Downloaded getrandom v0.4.2
5482026-08-23T06:09:33.673Z Downloaded swrite v0.1.0
5492026-08-23T06:09:33.673Z Downloaded tabled_derive v0.7.0
5502026-08-23T06:09:33.677Z Downloaded crossbeam-epoch v0.9.18
5512026-08-23T06:09:33.677Z Downloaded testing_table v0.3.0
5522026-08-23T06:09:33.677Z Downloaded ciborium v0.2.2
5532026-08-23T06:09:33.680Z Downloaded bcs v0.1.6
5542026-08-23T06:09:33.680Z Downloaded slog-json v2.6.1
5552026-08-23T06:09:33.680Z Downloaded sync_wrapper v1.0.2
5562026-08-23T06:09:33.684Z Downloaded termtree v0.5.1
5572026-08-23T06:09:33.684Z Downloaded take_mut v0.2.2
5582026-08-23T06:09:33.684Z Downloaded terminal_size v0.4.3
5592026-08-23T06:09:33.687Z Downloaded tagptr v0.2.0
5602026-08-23T06:09:33.687Z Downloaded semver v1.0.28
5612026-08-23T06:09:33.690Z Downloaded signal-hook-registry v1.4.6
5622026-08-23T06:09:33.691Z Downloaded slog-dtrace v0.3.0
5632026-08-23T06:09:33.691Z Downloaded thiserror-impl-no-std v2.0.2
5642026-08-23T06:09:33.694Z Downloaded shlex v2.0.1
5652026-08-23T06:09:33.694Z Downloaded shlex v1.3.0
5662026-08-23T06:09:33.694Z Downloaded serde_derive_internals v0.29.1
5672026-08-23T06:09:33.697Z Downloaded erased-serde v0.3.31
5682026-08-23T06:09:33.697Z Downloaded crossbeam-deque v0.8.6
5692026-08-23T06:09:33.697Z Downloaded autocfg v1.5.0
5702026-08-23T06:09:33.700Z Downloaded pin-project v1.1.10
5712026-08-23T06:09:33.705Z Downloaded thread-id v4.2.2
5722026-08-23T06:09:33.708Z Downloaded snafu-derive v0.8.9
5732026-08-23T06:09:33.708Z Downloaded smf v0.2.3
5742026-08-23T06:09:33.708Z Downloaded thread-id v5.0.0
5752026-08-23T06:09:33.711Z Downloaded slog-async v2.8.0
5762026-08-23T06:09:33.711Z Downloaded slab v0.4.11
5772026-08-23T06:09:33.711Z Downloaded scroll v0.13.0
5782026-08-23T06:09:33.714Z Downloaded proc-macro2 v1.0.106
5792026-08-23T06:09:33.714Z Downloaded rustls-pemfile v2.2.0
5802026-08-23T06:09:33.718Z Downloaded progenitor-impl v0.10.0
5812026-08-23T06:09:33.718Z Downloaded progenitor-impl v0.11.1
5822026-08-23T06:09:33.721Z Downloaded cipher v0.4.4
5832026-08-23T06:09:33.721Z Downloaded strum_macros v0.27.2
5842026-08-23T06:09:33.724Z Downloaded time-core v0.1.8
5852026-08-23T06:09:33.724Z Downloaded tinyvec_macros v0.1.1
5862026-08-23T06:09:33.724Z Downloaded static_assertions v1.1.0
5872026-08-23T06:09:33.727Z Downloaded camino-tempfile v1.4.1
5882026-08-23T06:09:33.728Z Downloaded async-recursion v1.1.1
5892026-08-23T06:09:33.731Z Downloaded tokio-macros v2.7.0
5902026-08-23T06:09:33.731Z Downloaded strum_macros v0.28.0
5912026-08-23T06:09:33.734Z Downloaded hyper-util v0.1.20
5922026-08-23T06:09:33.737Z Downloaded progenitor-impl v0.14.0
5932026-08-23T06:09:33.737Z Downloaded structmeta-derive v0.3.0
5942026-08-23T06:09:33.737Z Downloaded indexmap v2.14.0
5952026-08-23T06:09:33.740Z Downloaded sha2 v0.10.9
5962026-08-23T06:09:33.744Z Downloaded schemars v0.8.22
5972026-08-23T06:09:33.748Z Downloaded toml_datetime v0.6.11
5982026-08-23T06:09:33.751Z Downloaded smallvec v1.15.1
5992026-08-23T06:09:33.751Z Downloaded mio v1.2.1
6002026-08-23T06:09:33.755Z Downloaded synstructure v0.13.2
6012026-08-23T06:09:33.755Z Downloaded strum_macros v0.26.4
6022026-08-23T06:09:33.758Z Downloaded minimal-lexical v0.2.1
6032026-08-23T06:09:33.761Z Downloaded http v1.4.2
6042026-08-23T06:09:33.761Z Downloaded memchr v2.7.5
6052026-08-23T06:09:33.764Z Downloaded serde_with_macros v3.14.1
6062026-08-23T06:09:33.767Z Downloaded thiserror v2.0.18
6072026-08-23T06:09:33.771Z Downloaded toml_write v0.1.2
6082026-08-23T06:09:33.771Z Downloaded slog-term v2.9.2
6092026-08-23T06:09:33.774Z Downloaded signal-hook v0.4.4
6102026-08-23T06:09:33.774Z Downloaded tabwriter v1.4.1
6112026-08-23T06:09:33.777Z Downloaded serde_derive v1.0.228
6122026-08-23T06:09:33.777Z Downloaded thiserror v1.0.69
6132026-08-23T06:09:33.780Z Downloaded spin v0.9.8
6142026-08-23T06:09:33.783Z Downloaded tower-layer v0.3.3
6152026-08-23T06:09:33.784Z Downloaded topological-sort v0.2.2
6162026-08-23T06:09:33.784Z Downloaded tower-service v0.3.3
6172026-08-23T06:09:33.784Z Downloaded serde_core v1.0.228
6182026-08-23T06:09:33.787Z Downloaded arrayvec v0.7.6
6192026-08-23T06:09:33.787Z Downloaded dof v0.3.0
6202026-08-23T06:09:33.790Z Downloaded thread_local v1.1.9
6212026-08-23T06:09:33.790Z Downloaded expectorate v1.2.0
6222026-08-23T06:09:33.790Z Downloaded thiserror-impl v1.0.69
6232026-08-23T06:09:33.793Z Downloaded cmake v0.1.54
6242026-08-23T06:09:33.793Z Downloaded crypto-common v0.1.6
6252026-08-23T06:09:33.793Z Downloaded rustls-pki-types v1.12.0
6262026-08-23T06:09:33.796Z Downloaded tokio-native-tls v0.3.1
6272026-08-23T06:09:33.799Z Downloaded try-lock v0.2.5
6282026-08-23T06:09:33.799Z Downloaded thiserror-no-std v2.0.2
6292026-08-23T06:09:33.802Z Downloaded typify-macro v0.6.2
6302026-08-23T06:09:33.803Z Downloaded tinystr v0.8.1
6312026-08-23T06:09:33.803Z Downloaded unarray v0.1.4
6322026-08-23T06:09:33.803Z Downloaded typify-macro v0.4.3
6332026-08-23T06:09:33.806Z Downloaded time-macros v0.2.27
6342026-08-23T06:09:33.806Z Downloaded quinn v0.11.9
6352026-08-23T06:09:33.811Z Downloaded unicode-linebreak v0.1.5
6362026-08-23T06:09:33.811Z Downloaded prettyplease v0.2.37
6372026-08-23T06:09:33.814Z Downloaded unicode-xid v0.2.6
6382026-08-23T06:09:33.814Z Downloaded similar v2.7.0
6392026-08-23T06:09:33.814Z Downloaded schemars v0.9.0
6402026-08-23T06:09:33.820Z Downloaded untrusted v0.9.0
6412026-08-23T06:09:33.823Z Downloaded universal-hash v0.5.1
6422026-08-23T06:09:33.823Z Downloaded toml_writer v1.1.1+spec-1.1.0
6432026-08-23T06:09:33.823Z Downloaded tokio-rustls v0.25.0
6442026-08-23T06:09:33.827Z Downloaded tempfile v3.27.0
6452026-08-23T06:09:33.827Z Downloaded hashbrown v0.16.1
6462026-08-23T06:09:33.830Z Downloaded rand v0.8.5
6472026-08-23T06:09:33.833Z Downloaded rayon-core v1.13.0
6482026-08-23T06:09:33.836Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6492026-08-23T06:09:33.836Z Downloaded qorb v0.4.1
6502026-08-23T06:09:33.839Z Downloaded usdt-macro v0.6.0
6512026-08-23T06:09:33.840Z Downloaded usdt-attr-macro v0.5.0
6522026-08-23T06:09:33.840Z Downloaded untrusted v0.7.1
6532026-08-23T06:09:33.840Z Downloaded thiserror-impl v2.0.18
6542026-08-23T06:09:33.843Z Downloaded usdt-macro v0.5.0
6552026-08-23T06:09:33.843Z Downloaded usdt-attr-macro v0.6.0
6562026-08-23T06:09:33.843Z Downloaded usdt v0.5.0
6572026-08-23T06:09:33.843Z Downloaded const_format_proc_macros v0.2.34
6582026-08-23T06:09:33.848Z Downloaded compression-codecs v0.4.32
6592026-08-23T06:09:33.848Z Downloaded cargo_metadata v0.18.1
6602026-08-23T06:09:33.851Z Downloaded socket2 v0.5.10
6612026-08-23T06:09:33.851Z Downloaded utf8_iter v1.0.4
6622026-08-23T06:09:33.851Z Downloaded bytecount v0.6.9
6632026-08-23T06:09:33.851Z Downloaded heapless v0.8.0
6642026-08-23T06:09:33.854Z Downloaded hashbrown v0.12.3
6652026-08-23T06:09:33.854Z Downloaded wait-timeout v0.2.1
6662026-08-23T06:09:33.857Z Downloaded want v0.3.1
6672026-08-23T06:09:33.857Z Downloaded waitgroup v0.1.2
6682026-08-23T06:09:33.858Z Downloaded argon2 v0.5.3
6692026-08-23T06:09:33.861Z Downloaded anstyle v1.0.14
6702026-08-23T06:09:33.861Z Downloaded cstr-argument v0.1.2
6712026-08-23T06:09:33.861Z Downloaded compression-core v0.4.32
6722026-08-23T06:09:33.861Z Downloaded futures-executor v0.3.32
6732026-08-23T06:09:33.864Z Downloaded curve25519-dalek-derive v0.1.1
6742026-08-23T06:09:33.864Z Downloaded crc8 v0.1.1
6752026-08-23T06:09:33.864Z Downloaded term v1.2.0
6762026-08-23T06:09:33.867Z Downloaded async-stream-impl v0.3.6
6772026-08-23T06:09:33.867Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6782026-08-23T06:09:33.867Z Downloaded atomic-waker v1.1.2
6792026-08-23T06:09:33.867Z Downloaded cpufeatures v0.3.0
6802026-08-23T06:09:33.871Z Downloaded arrayref v0.3.9
6812026-08-23T06:09:33.871Z Downloaded utf8parse v0.2.2
6822026-08-23T06:09:33.871Z Downloaded derive-where v1.6.0
6832026-08-23T06:09:33.874Z Downloaded cobs v0.3.0
6842026-08-23T06:09:33.874Z Downloaded futures-core v0.3.32
6852026-08-23T06:09:33.874Z Downloaded foreign-types v0.5.0
6862026-08-23T06:09:33.877Z Downloaded ciborium-io v0.2.2
6872026-08-23T06:09:33.877Z Downloaded colorchoice v1.0.4
6882026-08-23T06:09:33.877Z Downloaded block-buffer v0.10.4
6892026-08-23T06:09:33.877Z Downloaded serde_yaml v0.9.34+deprecated
6902026-08-23T06:09:33.881Z Downloaded defmt-macros v1.0.1
6912026-08-23T06:09:33.881Z Downloaded slog v2.8.2
6922026-08-23T06:09:33.884Z Downloaded schemars v1.2.0
6932026-08-23T06:09:33.889Z Downloaded zerofrom v0.1.6
6942026-08-23T06:09:33.893Z Downloaded socket2 v0.6.4
6952026-08-23T06:09:33.893Z Downloaded scuffle v0.1.0
6962026-08-23T06:09:33.896Z Downloaded toml_parser v1.1.2+spec-1.1.0
6972026-08-23T06:09:33.896Z Downloaded tokio-dtrace v0.1.1
6982026-08-23T06:09:33.899Z Downloaded xattr v1.6.1
6992026-08-23T06:09:33.899Z Downloaded idna v1.1.0
7002026-08-23T06:09:33.902Z Downloaded yoke-derive v0.8.0
7012026-08-23T06:09:33.902Z Downloaded clap_lex v1.1.0
7022026-08-23T06:09:33.902Z Downloaded generic-array v0.14.7
7032026-08-23T06:09:33.902Z Downloaded serde v1.0.228
7042026-08-23T06:09:33.905Z Downloaded zone_cfg_derive v0.3.1
7052026-08-23T06:09:33.906Z Downloaded zone v0.3.1
7062026-08-23T06:09:33.906Z Downloaded zeroize_derive v1.4.3
7072026-08-23T06:09:33.909Z Downloaded zerofrom-derive v0.1.6
7082026-08-23T06:09:33.909Z Downloaded atomicwrites v0.4.4
7092026-08-23T06:09:33.909Z Downloaded deranged v0.5.3
7102026-08-23T06:09:33.909Z Downloaded tokio-rustls v0.26.4
7112026-08-23T06:09:33.912Z Downloaded defmt v1.0.1
7122026-08-23T06:09:33.912Z Downloaded tokio-stream v0.1.17
7132026-08-23T06:09:33.917Z Downloaded tracing-attributes v0.1.30
7142026-08-23T06:09:33.921Z Downloaded snafu v0.8.9
7152026-08-23T06:09:33.921Z Downloaded toml v0.8.23
7162026-08-23T06:09:33.924Z Downloaded version_check v0.9.5
7172026-08-23T06:09:33.924Z Downloaded hyper v1.10.1
7182026-08-23T06:09:33.927Z Downloaded whoami v1.6.1
7192026-08-23T06:09:33.927Z Downloaded usdt-impl v0.5.0
7202026-08-23T06:09:33.928Z Downloaded usdt-impl v0.6.0
7212026-08-23T06:09:33.931Z Downloaded walkdir v2.5.0
7222026-08-23T06:09:33.931Z Downloaded usdt v0.6.0
7232026-08-23T06:09:33.931Z Downloaded tinyvec v1.10.0
7242026-08-23T06:09:33.934Z Downloaded data-encoding v2.9.0
7252026-08-23T06:09:33.934Z Downloaded ciborium-ll v0.2.2
7262026-08-23T06:09:33.934Z Downloaded enum-as-inner v0.6.1
7272026-08-23T06:09:33.934Z Downloaded constant_time_eq v0.3.1
7282026-08-23T06:09:33.937Z Downloaded block-buffer v0.12.0
7292026-08-23T06:09:33.937Z Downloaded icu_properties_data v2.0.1
7302026-08-23T06:09:33.941Z Downloaded yoke v0.8.0
7312026-08-23T06:09:33.944Z Downloaded base16ct v0.2.0
7322026-08-23T06:09:33.944Z Downloaded writeable v0.6.1
7332026-08-23T06:09:33.947Z Downloaded zeroize v1.8.1
7342026-08-23T06:09:33.947Z Downloaded rand v0.9.3
7352026-08-23T06:09:33.950Z Downloaded itertools v0.15.0
7362026-08-23T06:09:33.954Z Downloaded test-strategy v0.4.3
7372026-08-23T06:09:33.954Z Downloaded itertools v0.14.0
7382026-08-23T06:09:33.957Z Downloaded clap_builder v4.6.0
7392026-08-23T06:09:33.961Z Downloaded rustls-webpki v0.103.6
7402026-08-23T06:09:33.964Z Downloaded textwrap v0.16.2
7412026-08-23T06:09:33.968Z Downloaded nom v7.1.3
7422026-08-23T06:09:33.986Z Downloaded ucd-trie v0.1.7
7432026-08-23T06:09:33.989Z Downloaded tar v0.4.45
7442026-08-23T06:09:34.002Z Downloaded tracing-core v0.1.34
7452026-08-23T06:09:34.006Z Downloaded toml v1.1.2+spec-1.1.0
7462026-08-23T06:09:34.009Z Downloaded typify v0.4.3
7472026-08-23T06:09:34.009Z Downloaded toml v0.7.8
7482026-08-23T06:09:34.012Z Downloaded aho-corasick v1.1.3
7492026-08-23T06:09:34.016Z Downloaded vergen v8.3.2
7502026-08-23T06:09:34.016Z Downloaded dropshot-api-manager v0.7.2
7512026-08-23T06:09:34.020Z Downloaded hashbrown v0.15.5
7522026-08-23T06:09:34.029Z Downloaded vsss-rs v3.3.4
7532026-08-23T06:09:34.042Z Downloaded zerocopy-derive v0.7.35
7542026-08-23T06:09:34.045Z Downloaded tracing v0.1.41
7552026-08-23T06:09:34.049Z Downloaded futures-util v0.3.32
7562026-08-23T06:09:34.053Z Downloaded unicode-ident v1.0.24
7572026-08-23T06:09:34.057Z Downloaded zmij v1.0.17
7582026-08-23T06:09:34.057Z Downloaded zerovec-derive v0.11.1
7592026-08-23T06:09:34.062Z Downloaded unsafe-libyaml v0.2.11
7602026-08-23T06:09:34.062Z Downloaded steno v0.4.1
7612026-08-23T06:09:34.062Z Downloaded itertools v0.12.1
7622026-08-23T06:09:34.065Z Downloaded chrono v0.4.45
7632026-08-23T06:09:34.068Z Downloaded toml v0.9.12+spec-1.1.0
7642026-08-23T06:09:34.073Z Downloaded typify v0.6.2
7652026-08-23T06:09:34.076Z Downloaded regex v1.12.4
7662026-08-23T06:09:34.080Z Downloaded blake3 v1.8.2
7672026-08-23T06:09:34.083Z Downloaded hashbrown v0.17.1
7682026-08-23T06:09:34.087Z Downloaded aws-lc-rs v1.16.2
7692026-08-23T06:09:34.092Z Downloaded toml_edit v0.22.27
7702026-08-23T06:09:34.096Z Downloaded reqwest v0.13.2
7712026-08-23T06:09:34.099Z Downloaded reqwest v0.12.23
7722026-08-23T06:09:34.102Z Downloaded hkdf v0.12.4
7732026-08-23T06:09:34.109Z Downloaded rayon v1.11.0
7742026-08-23T06:09:34.114Z Downloaded portable-atomic v1.11.1
7752026-08-23T06:09:34.117Z Downloaded h2 v0.4.14
7762026-08-23T06:09:34.121Z Downloaded iddqd v0.3.18
7772026-08-23T06:09:34.126Z Downloaded libm v0.2.15
7782026-08-23T06:09:34.130Z Downloaded iri-string v0.7.8
7792026-08-23T06:09:34.133Z Downloaded uuid v1.23.3
7802026-08-23T06:09:34.136Z Downloaded pest v2.8.2
7812026-08-23T06:09:34.140Z Downloaded serde_json v1.0.150
7822026-08-23T06:09:34.177Z Downloaded url v2.5.7
7832026-08-23T06:09:34.181Z Downloaded tough v0.20.0
7842026-08-23T06:09:34.184Z Downloaded proptest v1.8.0
7852026-08-23T06:09:34.188Z Downloaded toml_edit v0.19.15
7862026-08-23T06:09:34.197Z Downloaded bindgen v0.72.1
7872026-08-23T06:09:34.201Z Downloaded goblin v0.8.2
7882026-08-23T06:09:34.206Z Downloaded rustls-webpki v0.102.8
7892026-08-23T06:09:34.216Z Downloaded zerotrie v0.2.2
7902026-08-23T06:09:34.219Z Downloaded zerocopy-derive v0.8.27
7912026-08-23T06:09:34.222Z Downloaded unicode-segmentation v1.12.0
7922026-08-23T06:09:34.225Z Downloaded unicode-normalization v0.1.24
7932026-08-23T06:09:34.225Z Downloaded iddqd v0.4.5
7942026-08-23T06:09:34.229Z Downloaded zerovec v0.11.4
7952026-08-23T06:09:34.233Z Downloaded git2 v0.19.0
7962026-08-23T06:09:34.237Z Downloaded tower v0.5.2
7972026-08-23T06:09:34.241Z Downloaded typenum v1.20.1
7982026-08-23T06:09:34.245Z Downloaded curve25519-dalek v4.1.3
7992026-08-23T06:09:34.249Z Downloaded quinn-proto v0.11.14
8002026-08-23T06:09:34.266Z Downloaded tabled v0.15.0
8012026-08-23T06:09:34.277Z Downloaded typed-path v0.9.3
8022026-08-23T06:09:34.282Z Downloaded tokio-util v0.7.16
8032026-08-23T06:09:34.286Z Downloaded winnow v1.0.3
8042026-08-23T06:09:34.291Z Downloaded winnow v0.7.14
8052026-08-23T06:09:34.305Z Downloaded tower-http v0.6.8
8062026-08-23T06:09:34.310Z Downloaded time v0.3.47
8072026-08-23T06:09:34.315Z Downloaded tabled v0.21.0
8082026-08-23T06:09:34.325Z Downloaded serde_with v3.14.1
8092026-08-23T06:09:34.332Z Downloaded bstr v1.12.0
8102026-08-23T06:09:34.336Z Downloaded openssl v0.10.81
8112026-08-23T06:09:34.342Z Downloaded goblin v0.10.1
8122026-08-23T06:09:34.345Z Downloaded vcpkg v0.2.15
8132026-08-23T06:09:34.367Z Downloaded winnow v0.5.40
8142026-08-23T06:09:34.372Z Downloaded nix v0.30.1
8152026-08-23T06:09:34.379Z Downloaded zerocopy v0.7.35
8162026-08-23T06:09:34.388Z Downloaded webpki-roots v1.0.2
8172026-08-23T06:09:34.402Z Downloaded moka v0.12.11
8182026-08-23T06:09:34.408Z Downloaded regress v0.11.1
8192026-08-23T06:09:34.413Z Downloaded regress v0.10.5
8202026-08-23T06:09:34.454Z Downloaded syn v1.0.109
8212026-08-23T06:09:34.465Z Downloaded rustix v1.1.4
8222026-08-23T06:09:34.515Z Downloaded nix v0.31.3
8232026-08-23T06:09:34.521Z Downloaded typify-impl v0.6.2
8242026-08-23T06:09:34.530Z Downloaded zerocopy v0.8.27
8252026-08-23T06:09:34.542Z Downloaded rustls v0.22.4
8262026-08-23T06:09:34.549Z Downloaded openapiv3 v2.2.0
8272026-08-23T06:09:34.555Z Downloaded hickory-proto v0.24.4
8282026-08-23T06:09:34.564Z Downloaded unicode-width v0.1.14
8292026-08-23T06:09:34.567Z Downloaded smoltcp v0.11.0
8302026-08-23T06:09:34.574Z Downloaded rustix v0.38.44
8312026-08-23T06:09:34.586Z Downloaded hickory-proto v0.25.2
8322026-08-23T06:09:34.594Z Downloaded rustls v0.23.40
8332026-08-23T06:09:34.601Z Downloaded dropshot v0.17.1
8342026-08-23T06:09:34.613Z Downloaded regex-syntax v0.8.11
8352026-08-23T06:09:34.617Z Downloaded dropshot v0.16.7
8362026-08-23T06:09:34.629Z Downloaded regex-automata v0.4.13
8372026-08-23T06:09:34.638Z Downloaded unicode-width v0.2.1
8382026-08-23T06:09:34.641Z Downloaded syn v2.0.118
8392026-08-23T06:09:34.649Z Downloaded typify-impl v0.4.3
8402026-08-23T06:09:34.667Z Downloaded jiff v0.2.15
8412026-08-23T06:09:34.676Z Downloaded petgraph v0.6.5
8422026-08-23T06:09:34.695Z Downloaded chrono-tz v0.10.4
8432026-08-23T06:09:34.717Z Downloaded petgraph v0.8.2
8442026-08-23T06:09:34.728Z Downloaded libc v0.2.186
8452026-08-23T06:09:34.747Z Downloaded libz-sys v1.1.22
8462026-08-23T06:09:34.759Z Downloaded csv v1.4.0
8472026-08-23T06:09:34.771Z Downloaded sha3 v0.10.8
8482026-08-23T06:09:34.779Z Downloaded tokio v1.52.3
8492026-08-23T06:09:34.852Z Downloaded encoding_rs v0.8.35
8502026-08-23T06:09:34.865Z Downloaded ring v0.17.14
8512026-08-23T06:09:34.977Z Downloaded curl-sys v0.4.89+curl-8.20.0
8522026-08-23T06:09:35.010Z Downloaded libgit2-sys v0.17.0+1.8.1
8532026-08-23T06:09:35.539Z Downloaded aws-lc-sys v0.39.1
8542026-08-23T06:09:35.861Z Compiling proc-macro2 v1.0.106
8552026-08-23T06:09:35.861Z Compiling quote v1.0.45
8562026-08-23T06:09:35.865Z Compiling unicode-ident v1.0.24
8572026-08-23T06:09:35.865Z Compiling serde_core v1.0.228
8582026-08-23T06:09:35.865Z Compiling serde v1.0.228
8592026-08-23T06:09:35.865Z Compiling libc v0.2.186
8602026-08-23T06:09:35.865Z Checking cfg-if v1.0.4
8612026-08-23T06:09:36.191Z Compiling zmij v1.0.17
8622026-08-23T06:09:36.225Z Compiling autocfg v1.5.0
8632026-08-23T06:09:36.513Z Compiling memchr v2.7.5
8642026-08-23T06:09:36.513Z Compiling libm v0.2.15
8652026-08-23T06:09:36.872Z Compiling getrandom v0.4.2
8662026-08-23T06:09:36.998Z Compiling jobserver v0.1.34
8672026-08-23T06:09:37.020Z Compiling find-msvc-tools v0.1.9
8682026-08-23T06:09:37.037Z Compiling shlex v2.0.1
8692026-08-23T06:09:37.166Z Compiling version_check v0.9.5
8702026-08-23T06:09:37.226Z Compiling cc v1.2.64
8712026-08-23T06:09:37.264Z Compiling thiserror v2.0.18
8722026-08-23T06:09:37.321Z Compiling syn v2.0.118
8732026-08-23T06:09:37.338Z Checking smallvec v1.15.1
8742026-08-23T06:09:37.388Z Checking itoa v1.0.15
8752026-08-23T06:09:37.456Z Compiling icu_properties_data v2.0.1
8762026-08-23T06:09:37.537Z Compiling icu_normalizer_data v2.0.0
8772026-08-23T06:09:37.655Z Compiling parking_lot_core v0.9.12
8782026-08-23T06:09:37.698Z Checking stable_deref_trait v1.2.0
8792026-08-23T06:09:37.781Z Compiling serde_json v1.0.150
8802026-08-23T06:09:38.002Z Compiling heck v0.5.0
8812026-08-23T06:09:38.040Z Checking litemap v0.8.0
8822026-08-23T06:09:38.093Z Checking writeable v0.6.1
8832026-08-23T06:09:38.200Z Compiling num-traits v0.2.19
8842026-08-23T06:09:38.217Z Checking percent-encoding v2.3.2
8852026-08-23T06:09:38.423Z Checking form_urlencoded v1.2.2
8862026-08-23T06:09:38.513Z Checking utf8_iter v1.0.4
8872026-08-23T06:09:38.551Z Compiling zerocopy v0.8.27
8882026-08-23T06:09:38.601Z Checking pin-project-lite v0.2.16
8892026-08-23T06:09:38.621Z Compiling log v0.4.29
8902026-08-23T06:09:38.636Z Compiling equivalent v1.0.2
8912026-08-23T06:09:38.676Z Compiling semver v1.0.28
8922026-08-23T06:09:38.696Z Checking iana-time-zone v0.1.64
8932026-08-23T06:09:38.725Z Compiling rustversion v1.0.22
8942026-08-23T06:09:38.796Z Checking getrandom v0.2.16
8952026-08-23T06:09:38.812Z Checking socket2 v0.6.4
8962026-08-23T06:09:38.940Z Checking uuid v1.23.3
8972026-08-23T06:09:38.972Z Checking scopeguard v1.2.0
8982026-08-23T06:09:39.077Z Checking lock_api v0.4.14
8992026-08-23T06:09:39.217Z Checking bitflags v2.11.1
9002026-08-23T06:09:39.234Z Checking signal-hook-registry v1.4.6
9012026-08-23T06:09:39.249Z Checking mio v1.2.1
9022026-08-23T06:09:39.276Z Checking parking_lot v0.12.5
9032026-08-23T06:09:39.381Z Compiling schemars v0.8.22
9042026-08-23T06:09:39.451Z Checking dyn-clone v1.0.20
9052026-08-23T06:09:39.484Z Compiling portable-atomic v1.11.1
9062026-08-23T06:09:39.553Z Checking futures-core v0.3.32
9072026-08-23T06:09:39.642Z Compiling ring v0.17.14
9082026-08-23T06:09:39.671Z Checking critical-section v1.2.0
9092026-08-23T06:09:39.703Z Compiling hashbrown v0.17.1
9102026-08-23T06:09:39.719Z Compiling httparse v1.10.1
9112026-08-23T06:09:40.028Z Compiling regex-syntax v0.8.11
9122026-08-23T06:09:40.057Z Compiling synstructure v0.13.2
9132026-08-23T06:09:40.126Z Compiling serde_derive_internals v0.29.1
9142026-08-23T06:09:40.515Z Compiling indexmap v2.14.0
9152026-08-23T06:09:40.567Z Checking once_cell v1.21.3
9162026-08-23T06:09:40.635Z Checking subtle v2.6.1
9172026-08-23T06:09:40.750Z Checking futures-sink v0.3.32
9182026-08-23T06:09:40.891Z Checking slab v0.4.11
9192026-08-23T06:09:40.929Z Compiling aho-corasick v1.1.3
9202026-08-23T06:09:40.990Z Compiling rustix v1.1.4
9212026-08-23T06:09:41.054Z Compiling thiserror v1.0.69
9222026-08-23T06:09:41.166Z Checking rand_core v0.6.4
9232026-08-23T06:09:41.201Z Checking typenum v1.20.1
9242026-08-23T06:09:41.329Z Compiling serde_derive v1.0.228
9252026-08-23T06:09:41.344Z Compiling zerofrom-derive v0.1.6
9262026-08-23T06:09:41.359Z Compiling yoke-derive v0.8.0
9272026-08-23T06:09:41.375Z Compiling zerovec-derive v0.11.1
9282026-08-23T06:09:41.967Z Compiling displaydoc v0.2.5
9292026-08-23T06:09:42.147Z Compiling thiserror-impl v2.0.18
9302026-08-23T06:09:42.371Z Compiling schemars_derive v0.8.22
9312026-08-23T06:09:42.375Z Compiling tokio-macros v2.7.0
9322026-08-23T06:09:42.458Z Compiling zerocopy-derive v0.8.27
9332026-08-23T06:09:42.537Z Checking zerofrom v0.1.6
9342026-08-23T06:09:42.664Z Checking yoke v0.8.0
9352026-08-23T06:09:42.706Z Compiling futures-macro v0.3.32
9362026-08-23T06:09:42.842Z Checking zerovec v0.11.4
9372026-08-23T06:09:43.112Z Checking zerotrie v0.2.2
9382026-08-23T06:09:43.463Z Compiling zeroize_derive v1.4.3
9392026-08-23T06:09:43.480Z Compiling regex-automata v0.4.13
9402026-08-23T06:09:43.542Z Checking tinystr v0.8.1
9412026-08-23T06:09:43.671Z Checking potential_utf v0.1.3
9422026-08-23T06:09:43.718Z Checking icu_locale_core v2.0.0
9432026-08-23T06:09:43.776Z Compiling thiserror-impl v1.0.69
9442026-08-23T06:09:43.799Z Checking icu_collections v2.0.0
9452026-08-23T06:09:44.108Z Checking zeroize v1.8.1
9462026-08-23T06:09:44.152Z Checking icu_provider v2.0.0
9472026-08-23T06:09:44.342Z Checking bytes v1.12.0
9482026-08-23T06:09:44.360Z Checking chrono v0.4.45
9492026-08-23T06:09:44.392Z Checking icu_normalizer v2.0.0
9502026-08-23T06:09:44.576Z Checking icu_properties v2.0.1
9512026-08-23T06:09:44.731Z Compiling serde_tokenstream v0.2.3
9522026-08-23T06:09:44.785Z Checking tokio v1.52.3
9532026-08-23T06:09:45.094Z Checking futures-channel v0.3.32
9542026-08-23T06:09:45.266Z Compiling regex v1.12.4
9552026-08-23T06:09:45.292Z Compiling ucd-trie v0.1.7
9562026-08-23T06:09:45.320Z Checking futures-io v0.3.32
9572026-08-23T06:09:45.440Z Compiling pest v2.8.2
9582026-08-23T06:09:45.458Z Checking idna_adapter v1.2.1
9592026-08-23T06:09:45.525Z Checking futures-task v0.3.32
9602026-08-23T06:09:45.587Z Checking idna v1.1.0
9612026-08-23T06:09:45.633Z Compiling pkg-config v0.3.32
9622026-08-23T06:09:45.664Z Compiling anyhow v1.0.102
9632026-08-23T06:09:45.680Z Checking futures-util v0.3.32
9642026-08-23T06:09:45.847Z Checking url v2.5.7
9652026-08-23T06:09:46.101Z Compiling tracing-attributes v0.1.30
9662026-08-23T06:09:46.269Z Checking tracing-core v0.1.34
9672026-08-23T06:09:46.291Z Compiling generic-array v0.14.7
9682026-08-23T06:09:46.524Z Compiling pest_meta v2.8.2
9692026-08-23T06:09:46.575Z Compiling fnv v1.0.7
9702026-08-23T06:09:46.682Z Compiling allocator-api2 v0.2.21
9712026-08-23T06:09:46.703Z Compiling foldhash v0.2.0
9722026-08-23T06:09:46.907Z Compiling vcpkg v0.2.15
9732026-08-23T06:09:46.987Z Compiling hashbrown v0.16.1
9742026-08-23T06:09:47.107Z Compiling pest_generator v2.8.2
9752026-08-23T06:09:47.317Z Checking tracing v0.1.41
9762026-08-23T06:09:47.470Z Checking http v1.4.2
9772026-08-23T06:09:47.558Z Compiling getrandom v0.3.3
9782026-08-23T06:09:47.575Z Compiling byteorder v1.5.0
9792026-08-23T06:09:47.817Z Compiling camino v1.2.3
9802026-08-23T06:09:47.833Z Compiling pest_derive v2.8.2
9812026-08-23T06:09:47.910Z Checking crypto-common v0.1.6
9822026-08-23T06:09:47.993Z Checking errno v0.3.14
9832026-08-23T06:09:48.030Z Compiling time-core v0.1.8
9842026-08-23T06:09:48.034Z Compiling num-conv v0.2.1
9852026-08-23T06:09:48.118Z Checking base64 v0.22.1
9862026-08-23T06:09:48.186Z Checking ipnet v2.11.0
9872026-08-23T06:09:48.202Z Compiling time-macros v0.2.27
9882026-08-23T06:09:48.203Z Checking tokio-util v0.7.16
9892026-08-23T06:09:48.341Z Compiling scroll_derive v0.13.1
9902026-08-23T06:09:48.362Z Compiling paste v1.0.15
9912026-08-23T06:09:48.408Z Checking http-body v1.0.1
9922026-08-23T06:09:48.424Z Checking rustls-pki-types v1.12.0
9932026-08-23T06:09:48.698Z Checking atomic-waker v1.1.2
9942026-08-23T06:09:48.801Z Checking tower-layer v0.3.3
9952026-08-23T06:09:48.953Z Checking untrusted v0.9.0
9962026-08-23T06:09:48.957Z Checking tower-service v0.3.3
9972026-08-23T06:09:49.067Z Checking try-lock v0.2.5
9982026-08-23T06:09:49.150Z Checking h2 v0.4.14
9992026-08-23T06:09:49.175Z Checking want v0.3.1
10002026-08-23T06:09:49.214Z Checking httpdate v1.0.3
10012026-08-23T06:09:49.219Z Checking ryu v1.0.20
10022026-08-23T06:09:49.247Z Compiling openssl-sys v0.9.117
10032026-08-23T06:09:49.295Z Compiling async-trait v0.1.89
10042026-08-23T06:09:49.365Z Compiling cmake v0.1.54
10052026-08-23T06:09:49.369Z Checking socket2 v0.5.10
10062026-08-23T06:09:49.572Z Compiling crossbeam-utils v0.8.21
10072026-08-23T06:09:49.628Z Checking pretty-hex v0.4.1
10082026-08-23T06:09:49.709Z Compiling strsim v0.11.1
10092026-08-23T06:09:49.754Z Compiling fs_extra v1.3.0
10102026-08-23T06:09:49.797Z Compiling dunce v1.0.5
10112026-08-23T06:09:49.969Z Compiling scroll v0.13.0
10122026-08-23T06:09:50.020Z Checking block-buffer v0.10.4
10132026-08-23T06:09:50.037Z Compiling regress v0.10.5
10142026-08-23T06:09:50.041Z Compiling aws-lc-sys v0.39.1
10152026-08-23T06:09:50.041Z Checking ppv-lite86 v0.2.21
10162026-08-23T06:09:50.161Z Compiling slog v2.8.2
10172026-08-23T06:09:50.234Z Compiling plain v0.2.3
10182026-08-23T06:09:50.303Z Compiling usdt-impl v0.6.0
10192026-08-23T06:09:50.351Z Compiling goblin v0.10.1
10202026-08-23T06:09:50.366Z Checking digest v0.10.7
10212026-08-23T06:09:50.431Z Checking http-body-util v0.1.3
10222026-08-23T06:09:50.574Z Checking ipnetwork v0.21.1
10232026-08-23T06:09:50.594Z Checking erased-serde v0.3.31
10242026-08-23T06:09:50.745Z Compiling ident_case v1.0.1
10252026-08-23T06:09:50.875Z Compiling omicron-workspace-hack v0.1.0
10262026-08-23T06:09:50.932Z Compiling darling_core v0.21.3
10272026-08-23T06:09:51.040Z Checking serde_urlencoded v0.7.1
10282026-08-23T06:09:51.091Z Checking hyper v1.10.1
10292026-08-23T06:09:51.127Z Compiling dtrace-parser v0.3.0
10302026-08-23T06:09:51.230Z Compiling openapiv3 v2.2.0
10312026-08-23T06:09:51.247Z Compiling daft-derive v0.1.5
10322026-08-23T06:09:51.734Z Compiling typify-impl v0.4.3
10332026-08-23T06:09:51.962Z Compiling thread-id v5.0.0
10342026-08-23T06:09:52.001Z Checking hyper-util v0.1.20
10352026-08-23T06:09:52.590Z Compiling aws-lc-rs v1.16.2
10362026-08-23T06:09:53.016Z Compiling dof v0.4.0
10372026-08-23T06:09:53.072Z Compiling darling_macro v0.21.3
10382026-08-23T06:09:53.245Z Checking encoding_rs v0.8.35
10392026-08-23T06:09:53.346Z Checking cpufeatures v0.2.17
10402026-08-23T06:09:53.420Z Checking mime v0.3.17
10412026-08-23T06:09:53.617Z Compiling darling v0.21.3
10422026-08-23T06:09:53.773Z Checking untrusted v0.7.1
10432026-08-23T06:09:53.858Z Compiling slog-async v2.8.0
10442026-08-23T06:09:53.931Z Checking rand_core v0.9.3
10452026-08-23T06:09:53.997Z Checking oxnet v0.1.6
10462026-08-23T06:09:54.099Z Compiling usdt-attr-macro v0.6.0
10472026-08-23T06:09:54.189Z Compiling usdt-macro v0.6.0
10482026-08-23T06:09:54.193Z Compiling structmeta-derive v0.3.0
10492026-08-23T06:09:54.256Z Compiling multer v3.1.0
10502026-08-23T06:09:54.376Z Compiling unsafe-libyaml v0.2.11
10512026-08-23T06:09:54.483Z Compiling rustls v0.23.40
10522026-08-23T06:09:54.506Z Compiling rustls v0.22.4
10532026-08-23T06:09:54.993Z Compiling serde_yaml v0.9.34+deprecated
10542026-08-23T06:09:55.026Z Compiling async-stream-impl v0.3.6
10552026-08-23T06:09:55.043Z Checking sync_wrapper v1.0.2
10562026-08-23T06:09:55.104Z Compiling typify-macro v0.4.3
10572026-08-23T06:09:55.226Z Compiling structmeta v0.3.0
10582026-08-23T06:09:55.351Z Checking hex v0.4.3
10592026-08-23T06:09:55.431Z Compiling openssl v0.10.81
10602026-08-23T06:09:55.570Z Checking foreign-types-shared v0.1.1
10612026-08-23T06:09:55.641Z Checking fastrand v2.3.0
10622026-08-23T06:09:55.660Z Checking foreign-types v0.3.2
10632026-08-23T06:09:55.725Z Checking tower v0.5.2
10642026-08-23T06:09:55.740Z Checking rand_chacha v0.9.0
10652026-08-23T06:09:55.819Z Checking tempfile v3.27.0
10662026-08-23T06:09:55.929Z Checking futures-executor v0.3.32
10672026-08-23T06:09:56.019Z Compiling strum_macros v0.26.4
10682026-08-23T06:09:56.079Z Compiling openssl-macros v0.1.1
10692026-08-23T06:09:56.096Z Checking iri-string v0.7.8
10702026-08-23T06:09:56.111Z Checking powerfmt v0.2.0
10712026-08-23T06:09:56.259Z Compiling native-tls v0.2.14
10722026-08-23T06:09:56.263Z Checking openssl-probe v0.1.6
10732026-08-23T06:09:56.383Z Checking deranged v0.5.3
10742026-08-23T06:09:56.546Z Checking futures v0.3.32
10752026-08-23T06:09:56.605Z Compiling typify v0.4.3
10762026-08-23T06:09:56.625Z Checking rand v0.9.3
10772026-08-23T06:09:56.698Z Compiling newtype-uuid-macros v0.1.0
10782026-08-23T06:09:57.092Z Checking tower-http v0.6.8
10792026-08-23T06:09:57.118Z Checking num_threads v0.1.7
10802026-08-23T06:09:57.225Z Compiling ref-cast v1.0.25
10812026-08-23T06:09:57.374Z Compiling ref-cast-impl v1.0.25
10822026-08-23T06:09:57.391Z Checking time v0.3.47
10832026-08-23T06:09:57.462Z Compiling dropshot v0.16.7
10842026-08-23T06:09:57.580Z Checking memmap2 v0.9.8
10852026-08-23T06:09:57.596Z Checking unicode-width v0.2.1
10862026-08-23T06:09:57.749Z Compiling derive-ex v0.1.8
10872026-08-23T06:09:57.845Z Checking crossbeam-channel v0.5.15
10882026-08-23T06:09:57.957Z Checking webpki-roots v1.0.2
10892026-08-23T06:09:58.035Z Compiling dropshot_endpoint v0.16.7
10902026-08-23T06:09:58.079Z Compiling strum_macros v0.27.2
10912026-08-23T06:09:58.172Z Checking winnow v0.7.14
10922026-08-23T06:09:58.498Z Compiling progenitor-impl v0.11.1
10932026-08-23T06:09:58.805Z Checking tokio-native-tls v0.3.1
10942026-08-23T06:09:58.967Z Checking hyper-tls v0.6.0
10952026-08-23T06:09:59.303Z Compiling test-strategy v0.4.3
10962026-08-23T06:09:59.386Z Checking newtype-uuid v1.3.2
10972026-08-23T06:09:59.490Z Checking thread_local v1.1.9
10982026-08-23T06:09:59.569Z Checking winnow v1.0.3
10992026-08-23T06:09:59.650Z Checking daft v0.1.5
11002026-08-23T06:09:59.667Z Compiling serde_with_macros v3.14.1
11012026-08-23T06:09:59.845Z Checking serde_spanned v1.1.1
11022026-08-23T06:09:59.862Z Checking toml_parser v1.1.2+spec-1.1.0
11032026-08-23T06:09:59.878Z Checking is-terminal v0.4.16
11042026-08-23T06:10:00.014Z Checking match_cfg v0.1.0
11052026-08-23T06:10:00.038Z Checking toml_writer v1.1.1+spec-1.1.0
11062026-08-23T06:10:00.086Z Checking take_mut v0.2.2
11072026-08-23T06:10:00.194Z Checking either v1.15.0
11082026-08-23T06:10:00.220Z Checking debug-ignore v1.0.5
11092026-08-23T06:10:00.244Z Checking term v1.2.0
11102026-08-23T06:10:00.385Z Checking hostname v0.3.1
11112026-08-23T06:10:00.472Z Checking slog-term v2.9.2
11122026-08-23T06:10:00.487Z Checking slog-json v2.6.1
11132026-08-23T06:10:00.603Z Compiling progenitor-macro v0.11.1
11142026-08-23T06:10:00.636Z Checking spin v0.9.8
11152026-08-23T06:10:00.677Z Compiling syn v1.0.109
11162026-08-23T06:10:00.730Z Checking slog-bunyan v2.5.0
11172026-08-23T06:10:00.793Z Checking usdt v0.6.0
11182026-08-23T06:10:00.810Z Checking async-stream v0.3.6
11192026-08-23T06:10:00.844Z Compiling parse-display-derive v0.10.0
11202026-08-23T06:10:00.952Z Checking rustls-webpki v0.102.8
11212026-08-23T06:10:00.969Z Checking waitgroup v0.1.2
11222026-08-23T06:10:01.015Z Checking rustls-pemfile v2.2.0
11232026-08-23T06:10:01.051Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11242026-08-23T06:10:01.073Z Checking serde_path_to_error v0.1.20
11252026-08-23T06:10:01.160Z Checking hostname v0.4.2
11262026-08-23T06:10:01.264Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11272026-08-23T06:10:01.341Z Checking strum v0.26.3
11282026-08-23T06:10:01.457Z Checking rand_chacha v0.3.1
11292026-08-23T06:10:01.504Z Checking macaddr v1.0.1
11302026-08-23T06:10:01.579Z Checking toml_datetime v0.7.5+spec-1.1.0
11312026-08-23T06:10:01.652Z Checking wait-timeout v0.2.1
11322026-08-23T06:10:01.689Z Checking lazy_static v1.5.0
11332026-08-23T06:10:01.777Z Checking bit-vec v0.8.0
11342026-08-23T06:10:01.781Z Checking quick-error v1.2.3
11352026-08-23T06:10:01.810Z Checking toml v0.9.12+spec-1.1.0
11362026-08-23T06:10:01.882Z Checking rusty-fork v0.3.0
11372026-08-23T06:10:01.988Z Checking bit-set v0.8.0
11382026-08-23T06:10:02.054Z Checking rand v0.8.5
11392026-08-23T06:10:02.136Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11402026-08-23T06:10:02.379Z Checking rand_xorshift v0.4.0
11412026-08-23T06:10:02.399Z Checking sha1 v0.10.6
11422026-08-23T06:10:02.503Z Checking unarray v0.1.4
11432026-08-23T06:10:02.598Z Checking strum v0.27.2
11442026-08-23T06:10:02.614Z Checking proptest v1.8.0
11452026-08-23T06:10:02.751Z Checking tokio-rustls v0.25.0
11462026-08-23T06:10:02.777Z Checking tabwriter v1.4.1
11472026-08-23T06:10:02.808Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11482026-08-23T06:10:02.925Z Checking colored v3.1.1
11492026-08-23T06:10:02.947Z Checking serde_with v3.14.1
11502026-08-23T06:10:03.436Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11512026-08-23T06:10:03.667Z Checking instant v0.1.13
11522026-08-23T06:10:03.762Z Checking rustc-hash v2.1.1
11532026-08-23T06:10:03.976Z Checking iddqd v0.3.18
11542026-08-23T06:10:04.089Z Checking backoff v0.4.0
11552026-08-23T06:10:04.225Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11562026-08-23T06:10:04.270Z Checking parse-display v0.10.0
11572026-08-23T06:10:04.287Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11582026-08-23T06:10:04.397Z Checking itertools v0.14.0
11592026-08-23T06:10:04.416Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11602026-08-23T06:10:04.751Z Compiling toml_datetime v0.6.11
11612026-08-23T06:10:04.768Z Compiling clap_derive v4.6.1
11622026-08-23T06:10:04.867Z Checking utf8parse v0.2.2
11632026-08-23T06:10:04.979Z Checking anstyle-parse v1.0.0
11642026-08-23T06:10:05.137Z Checking terminal_size v0.4.3
11652026-08-23T06:10:05.312Z Checking anstyle-query v1.1.4
11662026-08-23T06:10:05.359Z Checking is_terminal_polyfill v1.70.1
11672026-08-23T06:10:05.410Z Checking anstyle v1.0.14
11682026-08-23T06:10:05.434Z Checking colorchoice v1.0.4
11692026-08-23T06:10:05.591Z Checking anstream v1.0.0
11702026-08-23T06:10:05.796Z Checking clap_lex v1.1.0
11712026-08-23T06:10:06.005Z Checking clap_builder v4.6.0
11722026-08-23T06:10:07.231Z Checking clap v4.6.1
11732026-08-23T06:10:08.328Z Compiling num-derive v0.4.2
11742026-08-23T06:10:08.873Z Compiling rustls-webpki v0.103.6
11752026-08-23T06:10:09.302Z Compiling prettyplease v0.2.37
11762026-08-23T06:10:11.065Z Checking crossbeam-epoch v0.9.18
11772026-08-23T06:10:11.183Z Compiling winnow v0.5.40
11782026-08-23T06:10:11.290Z Compiling cfg_aliases v0.2.1
11792026-08-23T06:10:11.888Z Checking serde_spanned v0.6.9
11802026-08-23T06:10:12.019Z Compiling memoffset v0.9.1
11812026-08-23T06:10:12.257Z Compiling tokio-rustls v0.26.4
11822026-08-23T06:10:12.513Z Compiling toml_edit v0.19.15
11832026-08-23T06:10:12.668Z Compiling rayon-core v1.13.0
11842026-08-23T06:10:13.631Z Compiling proc-macro-crate v1.3.1
11852026-08-23T06:10:13.825Z Compiling zerocopy-derive v0.7.35
11862026-08-23T06:10:14.432Z Compiling crc32fast v1.5.0
11872026-08-23T06:10:14.720Z Compiling hyper-rustls v0.27.7
11882026-08-23T06:10:15.005Z Compiling reqwest v0.12.23
11892026-08-23T06:10:15.139Z Checking crossbeam-deque v0.8.6
11902026-08-23T06:10:15.461Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11912026-08-23T06:10:15.836Z Checking adler2 v2.0.1
11922026-08-23T06:10:15.982Z Checking miniz_oxide v0.8.9
11932026-08-23T06:10:16.212Z Compiling progenitor-client v0.11.1
11942026-08-23T06:10:16.485Z Compiling progenitor v0.11.1
11952026-08-23T06:10:17.567Z Compiling num-integer v0.1.46
11962026-08-23T06:10:17.646Z Compiling proc-macro-error-attr v1.0.4
11972026-08-23T06:10:17.828Z Compiling heapless v0.8.0
11982026-08-23T06:10:17.863Z Compiling heck v0.4.1
11992026-08-23T06:10:18.141Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12002026-08-23T06:10:18.228Z Checking flate2 v1.1.2
12012026-08-23T06:10:18.246Z Compiling progenitor-client v0.10.0
12022026-08-23T06:10:18.778Z Compiling ingot-macros v0.1.1
12032026-08-23T06:10:19.306Z Checking hash32 v0.3.1
12042026-08-23T06:10:19.435Z Checking hybrid-array v0.4.12
12052026-08-23T06:10:19.458Z Compiling proc-macro-error v1.0.4
12062026-08-23T06:10:19.917Z Compiling smoltcp v0.11.0
12072026-08-23T06:10:19.920Z Checking toml_write v0.1.2
12082026-08-23T06:10:19.986Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12092026-08-23T06:10:20.106Z Checking toml_edit v0.22.27
12102026-08-23T06:10:20.530Z Checking num-rational v0.4.2
12112026-08-23T06:10:20.732Z Checking num-iter v0.1.45
12122026-08-23T06:10:20.849Z Compiling zerocopy v0.7.35
12132026-08-23T06:10:20.931Z Compiling num_enum_derive v0.7.5
12142026-08-23T06:10:21.212Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12152026-08-23T06:10:21.345Z Compiling hubpack_derive v0.1.1
12162026-08-23T06:10:21.441Z Checking ingot-types v0.1.2
12172026-08-23T06:10:21.467Z Checking cobs v0.3.0
12182026-08-23T06:10:21.543Z Compiling scroll_derive v0.12.1
12192026-08-23T06:10:21.610Z Compiling foreign-types-macros v0.2.3
12202026-08-23T06:10:21.656Z Compiling num-complex v0.4.6
12212026-08-23T06:10:21.853Z Compiling usdt-impl v0.5.0
12222026-08-23T06:10:21.973Z Compiling crucible-workspace-hack v0.1.0
12232026-08-23T06:10:22.040Z Checking bitflags v1.3.2
12242026-08-23T06:10:22.124Z Checking foreign-types-shared v0.3.1
12252026-08-23T06:10:22.127Z Checking managed v0.8.0
12262026-08-23T06:10:22.245Z Checking foreign-types v0.5.0
12272026-08-23T06:10:22.249Z Checking scroll v0.12.0
12282026-08-23T06:10:22.299Z Checking num v0.4.3
12292026-08-23T06:10:22.472Z Checking num_enum v0.7.5
12302026-08-23T06:10:22.488Z Checking hubpack v0.1.2
12312026-08-23T06:10:22.492Z Checking ingot v0.1.1
12322026-08-23T06:10:22.585Z Checking postcard v1.1.3
12332026-08-23T06:10:22.672Z Compiling dof v0.3.0
12342026-08-23T06:10:22.864Z Checking toml v0.8.23
12352026-08-23T06:10:23.288Z Checking crypto-common v0.2.2
12362026-08-23T06:10:23.307Z Checking block-buffer v0.12.0
12372026-08-23T06:10:23.473Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12382026-08-23T06:10:23.568Z Compiling dtrace-parser v0.2.0
12392026-08-23T06:10:23.757Z Checking camino-tempfile v1.4.1
12402026-08-23T06:10:23.916Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12412026-08-23T06:10:23.933Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12422026-08-23T06:10:23.957Z Checking cstr-argument v0.1.2
12432026-08-23T06:10:24.084Z Compiling thread-id v4.2.2
12442026-08-23T06:10:24.128Z Checking const-oid v0.10.2
12452026-08-23T06:10:24.163Z Checking float-ord v0.3.2
12462026-08-23T06:10:24.179Z Checking compression-core v0.4.32
12472026-08-23T06:10:24.268Z Compiling minimal-lexical v0.2.1
12482026-08-23T06:10:24.291Z Checking static_assertions v1.1.0
12492026-08-23T06:10:24.309Z Checking digest v0.11.3
12502026-08-23T06:10:24.324Z Checking compression-codecs v0.4.32
12512026-08-23T06:10:24.461Z Compiling nom v7.1.3
12522026-08-23T06:10:24.494Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12532026-08-23T06:10:24.510Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12542026-08-23T06:10:24.528Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12552026-08-23T06:10:24.728Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12562026-08-23T06:10:24.836Z Checking goblin v0.8.2
12572026-08-23T06:10:24.977Z Checking rayon v1.11.0
12582026-08-23T06:10:25.256Z Compiling num_enum_derive v0.5.11
12592026-08-23T06:10:25.320Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12602026-08-23T06:10:25.512Z Compiling rustc_version v0.4.1
12612026-08-23T06:10:25.776Z Checking toml_datetime v1.1.1+spec-1.1.0
12622026-08-23T06:10:25.828Z Compiling dropshot v0.17.1
12632026-08-23T06:10:25.980Z Compiling convert_case v0.4.0
12642026-08-23T06:10:26.049Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12652026-08-23T06:10:26.066Z Compiling rustix v0.38.44
12662026-08-23T06:10:26.270Z Checking tinyvec_macros v0.1.1
12672026-08-23T06:10:26.274Z Checking cpufeatures v0.3.0
12682026-08-23T06:10:26.303Z Compiling derive_more v0.99.20
12692026-08-23T06:10:26.345Z Checking tinyvec v1.10.0
12702026-08-23T06:10:26.364Z Checking sha1 v0.11.0
12712026-08-23T06:10:26.416Z Checking num_enum v0.5.11
12722026-08-23T06:10:26.554Z Checking toml v1.1.2+spec-1.1.0
12732026-08-23T06:10:26.650Z Checking async-compression v0.4.33
12742026-08-23T06:10:26.681Z Compiling nix v0.30.1
12752026-08-23T06:10:26.856Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12762026-08-23T06:10:27.064Z Checking libscf-sys v1.2.0
12772026-08-23T06:10:27.173Z Compiling libz-sys v1.1.22
12782026-08-23T06:10:27.202Z Compiling dropshot_endpoint v0.17.1
12792026-08-23T06:10:27.361Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12802026-08-23T06:10:27.379Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12812026-08-23T06:10:27.494Z Checking bytecount v0.6.9
12822026-08-23T06:10:27.693Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12832026-08-23T06:10:27.749Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12842026-08-23T06:10:28.414Z Compiling usdt-macro v0.5.0
12852026-08-23T06:10:28.509Z Compiling usdt-attr-macro v0.5.0
12862026-08-23T06:10:28.526Z Compiling zone_cfg_derive v0.3.1
12872026-08-23T06:10:28.566Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12882026-08-23T06:10:28.592Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12892026-08-23T06:10:28.739Z Checking itertools v0.12.1
12902026-08-23T06:10:28.828Z Checking sigpipe v0.1.3
12912026-08-23T06:10:28.914Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12922026-08-23T06:10:29.088Z Checking memmap v0.7.0
12932026-08-23T06:10:29.154Z Checking glob v0.3.3
12942026-08-23T06:10:29.180Z Checking jiff v0.2.15
12952026-08-23T06:10:29.222Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12962026-08-23T06:10:29.239Z Checking usdt v0.5.0
12972026-08-23T06:10:29.333Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12982026-08-23T06:10:29.401Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12992026-08-23T06:10:29.604Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
13002026-08-23T06:10:29.620Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13012026-08-23T06:10:29.650Z Checking smf v0.2.3
13022026-08-23T06:10:29.731Z Checking zone v0.3.1
13032026-08-23T06:10:29.803Z Checking secrecy v0.10.3
13042026-08-23T06:10:29.837Z Checking bstr v1.12.0
13052026-08-23T06:10:29.872Z Checking whoami v1.6.1
13062026-08-23T06:10:30.081Z Compiling curve25519-dalek v4.1.3
13072026-08-23T06:10:30.098Z Checking hmac v0.12.1
13082026-08-23T06:10:30.130Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13092026-08-23T06:10:30.218Z Checking inout v0.1.4
13102026-08-23T06:10:30.235Z Checking ff v0.13.1
13112026-08-23T06:10:30.308Z Compiling clang-sys v1.8.1
13122026-08-23T06:10:30.353Z Compiling enum-as-inner v0.6.1
13132026-08-23T06:10:30.370Z Checking data-encoding v2.9.0
13142026-08-23T06:10:30.373Z Compiling semver v0.1.20
13152026-08-23T06:10:30.484Z Checking group v0.13.0
13162026-08-23T06:10:30.596Z Compiling rustc_version v0.1.7
13172026-08-23T06:10:30.671Z Checking cipher v0.4.4
13182026-08-23T06:10:30.674Z Checking hkdf v0.12.4
13192026-08-23T06:10:30.699Z Checking atomicwrites v0.4.4
13202026-08-23T06:10:30.774Z Compiling thiserror-impl-no-std v2.0.2
13212026-08-23T06:10:30.796Z Checking universal-hash v0.5.1
13222026-08-23T06:10:30.827Z Checking crypto-bigint v0.5.5
13232026-08-23T06:10:30.849Z Compiling regress v0.11.1
13242026-08-23T06:10:30.897Z Checking half v2.7.1
13252026-08-23T06:10:30.921Z Compiling curve25519-dalek-derive v0.1.1
13262026-08-23T06:10:31.152Z Checking indent_write v2.2.0
13272026-08-23T06:10:31.286Z Checking base16ct v0.2.0
13282026-08-23T06:10:31.411Z Checking ciborium-io v0.2.2
13292026-08-23T06:10:31.508Z Checking base64ct v1.8.0
13302026-08-23T06:10:31.592Z Checking opaque-debug v0.3.1
13312026-08-23T06:10:31.667Z Checking poly1305 v0.8.0
13322026-08-23T06:10:31.693Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13332026-08-23T06:10:31.743Z Checking password-hash v0.5.0
13342026-08-23T06:10:31.846Z Checking thiserror-no-std v2.0.2
13352026-08-23T06:10:31.863Z Checking elliptic-curve v0.13.8
13362026-08-23T06:10:31.897Z Checking ciborium-ll v0.2.2
13372026-08-23T06:10:31.936Z Checking chacha20 v0.9.1
13382026-08-23T06:10:31.976Z Compiling newtype_derive v0.1.6
13392026-08-23T06:10:32.069Z Checking similar v2.7.0
13402026-08-23T06:10:32.108Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13412026-08-23T06:10:32.123Z Compiling nix v0.31.3
13422026-08-23T06:10:32.204Z Checking blake2 v0.10.6
13432026-08-23T06:10:32.359Z Compiling typify-impl v0.6.2
13442026-08-23T06:10:32.398Z Checking aead v0.5.2
13452026-08-23T06:10:32.425Z Compiling libloading v0.8.9
13462026-08-23T06:10:32.513Z Checking resolv-conf v0.7.5
13472026-08-23T06:10:32.540Z Compiling bindgen v0.72.1
13482026-08-23T06:10:32.567Z Checking linked-hash-map v0.5.6
13492026-08-23T06:10:32.628Z Checking keccak v0.1.6
13502026-08-23T06:10:32.705Z Compiling owo-colors v4.3.0
13512026-08-23T06:10:32.743Z Checking lru-cache v0.1.2
13522026-08-23T06:10:32.792Z Checking sha3 v0.10.8
13532026-08-23T06:10:32.875Z Checking vsss-rs v3.3.4
13542026-08-23T06:10:32.993Z Checking chacha20poly1305 v0.10.1
13552026-08-23T06:10:33.122Z Checking argon2 v0.5.3
13562026-08-23T06:10:33.190Z Checking ciborium v0.2.2
13572026-08-23T06:10:33.425Z Checking hickory-proto v0.24.4
13582026-08-23T06:10:33.464Z Checking tokio-dtrace v0.1.1
13592026-08-23T06:10:33.641Z Checking papergrid v0.18.0
13602026-08-23T06:10:33.658Z Compiling cexpr v0.6.0
13612026-08-23T06:10:33.870Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13622026-08-23T06:10:33.957Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13632026-08-23T06:10:34.225Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13642026-08-23T06:10:34.401Z Checking serde-big-array v0.5.1
13652026-08-23T06:10:34.462Z Compiling derive-where v1.6.0
13662026-08-23T06:10:34.544Z Compiling serde_repr v0.1.20
13672026-08-23T06:10:34.723Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13682026-08-23T06:10:35.003Z Checking siphasher v1.0.1
13692026-08-23T06:10:35.019Z Checking unicode-segmentation v1.12.0
13702026-08-23T06:10:35.114Z Compiling shlex v1.3.0
13712026-08-23T06:10:35.167Z Checking same-file v1.0.6
13722026-08-23T06:10:35.184Z Checking phf_shared v0.12.1
13732026-08-23T06:10:35.294Z Checking walkdir v2.5.0
13742026-08-23T06:10:35.333Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13752026-08-23T06:10:35.365Z Checking newline-converter v0.3.0
13762026-08-23T06:10:35.482Z Checking hickory-resolver v0.24.4
13772026-08-23T06:10:35.514Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13782026-08-23T06:10:35.714Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13792026-08-23T06:10:35.871Z Checking tabled v0.21.0
13802026-08-23T06:10:35.875Z Compiling typify-macro v0.6.2
13812026-08-23T06:10:36.171Z Checking oxide-tokio-rt v0.1.2
13822026-08-23T06:10:36.323Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13832026-08-23T06:10:36.954Z Checking itertools v0.15.0
13842026-08-23T06:10:37.052Z Checking console v0.15.11
13852026-08-23T06:10:37.108Z Compiling progenitor-impl v0.10.0
13862026-08-23T06:10:37.199Z Checking tokio-stream v0.1.17
13872026-08-23T06:10:37.332Z Compiling pin-project-internal v1.1.10
13882026-08-23T06:10:37.405Z Compiling slog-dtrace v0.3.0
13892026-08-23T06:10:37.552Z Checking csv-core v0.1.12
13902026-08-23T06:10:37.574Z Compiling cancel-safe-futures v0.1.5
13912026-08-23T06:10:37.640Z Compiling chrono-tz v0.10.4
13922026-08-23T06:10:37.733Z Compiling unicode-xid v0.2.6
13932026-08-23T06:10:37.822Z Checking swrite v0.1.0
13942026-08-23T06:10:37.860Z Checking smawk v0.3.2
13952026-08-23T06:10:37.863Z Checking unicode-linebreak v0.1.5
13962026-08-23T06:10:37.918Z Checking unicode-width v0.1.14
13972026-08-23T06:10:38.045Z Checking foldhash v0.1.5
13982026-08-23T06:10:38.076Z Checking textwrap v0.16.2
13992026-08-23T06:10:38.188Z Checking hashbrown v0.15.5
14002026-08-23T06:10:38.296Z Compiling const_format_proc_macros v0.2.34
14012026-08-23T06:10:38.400Z Checking pin-project v1.1.10
14022026-08-23T06:10:38.554Z Checking csv v1.4.0
14032026-08-23T06:10:38.710Z Checking qorb v0.4.1
14042026-08-23T06:10:38.935Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14052026-08-23T06:10:39.085Z Checking expectorate v1.2.0
14062026-08-23T06:10:39.110Z Checking phf v0.12.1
14072026-08-23T06:10:39.155Z Compiling progenitor-macro v0.10.0
14082026-08-23T06:10:39.214Z Checking unicode-normalization v0.1.24
14092026-08-23T06:10:39.256Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14102026-08-23T06:10:39.624Z Compiling snafu-derive v0.8.9
14112026-08-23T06:10:39.924Z Checking libsw-core v0.3.2
14122026-08-23T06:10:39.960Z Compiling libgit2-sys v0.17.0+1.8.1
14132026-08-23T06:10:40.097Z Compiling async-recursion v1.1.1
14142026-08-23T06:10:40.396Z Compiling cookie v0.18.1
14152026-08-23T06:10:40.431Z Checking fixedbitset v0.4.2
14162026-08-23T06:10:40.589Z Compiling moka v0.12.11
14172026-08-23T06:10:40.592Z Checking fixedbitset v0.5.7
14182026-08-23T06:10:40.782Z Checking highway v1.3.0
14192026-08-23T06:10:40.814Z Checking petgraph v0.8.2
14202026-08-23T06:10:40.923Z Checking petgraph v0.6.5
14212026-08-23T06:10:41.013Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14222026-08-23T06:10:41.385Z Checking snafu v0.8.9
14232026-08-23T06:10:41.630Z Checking libsw v3.5.0
14242026-08-23T06:10:41.810Z Checking olpc-cjson v0.1.4
14252026-08-23T06:10:41.951Z Checking const_format v0.2.34
14262026-08-23T06:10:42.137Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14272026-08-23T06:10:42.372Z Checking papergrid v0.11.0
14282026-08-23T06:10:42.403Z Compiling typify v0.6.2
14292026-08-23T06:10:42.421Z Checking globset v0.4.16
14302026-08-23T06:10:42.500Z Checking gethostname v0.5.0
14312026-08-23T06:10:42.527Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14322026-08-23T06:10:42.666Z Compiling tabled_derive v0.7.0
14332026-08-23T06:10:42.706Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14342026-08-23T06:10:42.977Z Checking reqwest v0.13.2
14352026-08-23T06:10:43.013Z Checking bcs v0.1.6
14362026-08-23T06:10:43.035Z Checking pem v3.0.5
14372026-08-23T06:10:43.197Z Checking serde_plain v1.0.2
14382026-08-23T06:10:43.244Z Checking typed-path v0.9.3
14392026-08-23T06:10:43.344Z Checking progenitor v0.10.0
14402026-08-23T06:10:43.361Z Checking crc8 v0.1.1
14412026-08-23T06:10:43.460Z Checking humantime v2.3.0
14422026-08-23T06:10:43.482Z Compiling signal-hook v0.4.4
14432026-08-23T06:10:43.517Z Checking tagptr v0.2.0
14442026-08-23T06:10:43.604Z Checking linear-map v1.2.0
14452026-08-23T06:10:43.645Z Checking termtree v0.5.1
14462026-08-23T06:10:43.723Z Checking tabled v0.15.0
14472026-08-23T06:10:43.774Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14482026-08-23T06:10:43.791Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-08-23T06:10:44.000Z Checking tough v0.20.0
14502026-08-23T06:10:44.277Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-08-23T06:10:44.446Z Compiling progenitor-impl v0.14.0
14522026-08-23T06:10:44.970Z Checking steno v0.4.1
14532026-08-23T06:10:45.244Z Checking hickory-proto v0.25.2
14542026-08-23T06:10:45.939Z Compiling curl-sys v0.4.89+curl-8.20.0
14552026-08-23T06:10:45.943Z Compiling cargo-platform v0.1.9
14562026-08-23T06:10:45.974Z Compiling vergen v8.3.2
14572026-08-23T06:10:46.185Z Compiling fs-err v3.1.2
14582026-08-23T06:10:46.202Z Compiling cargo_metadata v0.18.1
14592026-08-23T06:10:46.527Z Checking progenitor-client v0.14.0
14602026-08-23T06:10:46.560Z Checking dropshot-api-manager-types v0.7.2
14612026-08-23T06:10:46.577Z Compiling progenitor-macro v0.14.0
14622026-08-23T06:10:46.726Z Checking sha2 v0.10.9
14632026-08-23T06:10:46.745Z Compiling blake3 v1.8.2
14642026-08-23T06:10:46.981Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14652026-08-23T06:10:47.114Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14662026-08-23T06:10:47.131Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14672026-08-23T06:10:47.295Z Checking hickory-resolver v0.25.2
14682026-08-23T06:10:47.662Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14692026-08-23T06:10:48.196Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14702026-08-23T06:10:48.434Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-08-23T06:10:48.521Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-08-23T06:10:48.857Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-08-23T06:10:48.975Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-08-23T06:10:49.015Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-08-23T06:10:49.069Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14762026-08-23T06:10:49.322Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14772026-08-23T06:10:49.749Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-08-23T06:10:50.098Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14792026-08-23T06:10:50.167Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-08-23T06:10:50.199Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14812026-08-23T06:10:50.216Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14822026-08-23T06:10:50.712Z Checking progenitor v0.14.0
14832026-08-23T06:10:50.960Z Checking git-stub v1.0.0
14842026-08-23T06:10:51.123Z Compiling strum_macros v0.28.0
14852026-08-23T06:10:51.301Z Checking filetime v0.2.26
14862026-08-23T06:10:51.426Z Checking arrayref v0.3.9
14872026-08-23T06:10:51.445Z Checking xattr v1.6.1
14882026-08-23T06:10:51.506Z Checking constant_time_eq v0.3.1
14892026-08-23T06:10:51.524Z Checking arrayvec v0.7.6
14902026-08-23T06:10:51.574Z Compiling curl v0.4.50
14912026-08-23T06:10:51.603Z Checking is_ci v1.2.0
14922026-08-23T06:10:51.708Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14932026-08-23T06:10:51.849Z Checking supports-color v3.0.2
14942026-08-23T06:10:51.961Z Checking tar v0.4.45
14952026-08-23T06:10:52.021Z Checking git-stub-vcs v0.1.0
14962026-08-23T06:10:52.340Z Checking toml v0.7.8
14972026-08-23T06:10:52.533Z Checking drift v0.2.0
14982026-08-23T06:10:52.579Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
14992026-08-23T06:10:52.647Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15002026-08-23T06:10:52.813Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
15012026-08-23T06:10:52.845Z Checking kstat-rs v0.2.4
15022026-08-23T06:10:52.914Z Checking strum v0.28.0
15032026-08-23T06:10:53.032Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15042026-08-23T06:10:53.035Z Checking topological-sort v0.2.2
15052026-08-23T06:10:53.189Z Checking omicron-zone-package v0.12.2
15062026-08-23T06:10:53.280Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-08-23T06:10:53.434Z Checking dropshot-api-manager v0.7.2
15082026-08-23T06:10:53.526Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15092026-08-23T06:10:53.639Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15102026-08-23T06:10:53.929Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15112026-08-23T06:10:54.479Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15122026-08-23T06:10:54.798Z Checking signal-hook-tokio v0.4.0
15132026-08-23T06:10:54.901Z Checking scuffle v0.1.0
15142026-08-23T06:10:54.971Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15152026-08-23T06:10:55.402Z Checking iddqd v0.4.5
15162026-08-23T06:10:55.428Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15172026-08-23T06:10:55.486Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15182026-08-23T06:10:55.684Z Checking internet-checksum v0.2.1
15192026-08-23T06:10:55.763Z Checking search_path v0.1.4
15202026-08-23T06:10:55.808Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15212026-08-23T06:10:55.886Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15222026-08-23T06:10:55.902Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15232026-08-23T06:10:56.031Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15242026-08-23T06:10:56.034Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15252026-08-23T06:10:56.390Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15262026-08-23T06:10:58.327Z Compiling git2 v0.19.0
15272026-08-23T06:11:00.672Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15282026-08-23T06:11:01.672Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15292026-08-23T06:11:07.529Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15302026-08-23T06:11:08.820Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15312026-08-23T06:11:13.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
15322026-08-23T06:11:14.127Z+ for feat in tofino_stub tofino_asic softnpu chaos
15332026-08-23T06:11:14.127Z+ cargo clippy --features tofino_asic -- --deny warnings
15342026-08-23T06:11:14.620Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15352026-08-23T06:11:14.623Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15362026-08-23T06:11:14.697Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15372026-08-23T06:11:14.698Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15382026-08-23T06:11:22.008Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15392026-08-23T06:11:22.011Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15402026-08-23T06:11:24.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.54s
15412026-08-23T06:11:24.860Z+ for feat in tofino_stub tofino_asic softnpu chaos
15422026-08-23T06:11:24.860Z+ cargo clippy --features softnpu -- --deny warnings
15432026-08-23T06:11:25.172Z Downloading crates ...
15442026-08-23T06:11:25.321Z Downloaded libloading v0.7.4
15452026-08-23T06:11:25.324Z Downloaded ascii v1.1.0
15462026-08-23T06:11:25.327Z Downloaded wyz v0.5.1
15472026-08-23T06:11:25.327Z Downloaded radium v0.7.0
15482026-08-23T06:11:25.327Z Downloaded bitstruct v0.1.1
15492026-08-23T06:11:25.327Z Downloaded funty v2.0.0
15502026-08-23T06:11:25.330Z Downloaded tap v1.0.1
15512026-08-23T06:11:25.333Z Downloaded erased-serde v0.4.8
15522026-08-23T06:11:25.336Z Downloaded typeid v1.0.3
15532026-08-23T06:11:25.339Z Downloaded serde_arrays v0.1.0
15542026-08-23T06:11:25.339Z Downloaded bitstruct_derive v0.1.0
15552026-08-23T06:11:25.347Z Downloaded bitvec v1.0.1
15562026-08-23T06:11:25.355Z Downloaded num-bigint v0.4.6
15572026-08-23T06:11:25.477Z Checking num-integer v0.1.46
15582026-08-23T06:11:25.555Z Checking num-complex v0.4.6
15592026-08-23T06:11:25.567Z Compiling radium v0.7.0
15602026-08-23T06:11:25.574Z Checking tap v1.0.1
15612026-08-23T06:11:25.581Z Checking funty v2.0.0
15622026-08-23T06:11:25.588Z Compiling typeid v1.0.3
15632026-08-23T06:11:25.591Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15642026-08-23T06:11:25.601Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15652026-08-23T06:11:25.660Z Checking wyz v0.5.1
15662026-08-23T06:11:25.753Z Checking num-bigint v0.4.6
15672026-08-23T06:11:25.761Z Checking num-iter v0.1.45
15682026-08-23T06:11:25.803Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15692026-08-23T06:11:25.825Z Compiling erased-serde v0.4.8
15702026-08-23T06:11:25.869Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-08-23T06:11:25.884Z Compiling bitstruct_derive v0.1.0
15722026-08-23T06:11:25.905Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-08-23T06:11:25.951Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-08-23T06:11:25.999Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-08-23T06:11:26.008Z Checking bitvec v1.0.1
15762026-08-23T06:11:26.011Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-08-23T06:11:26.011Z Checking ascii v1.1.0
15782026-08-23T06:11:26.072Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15792026-08-23T06:11:26.111Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15802026-08-23T06:11:26.186Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15812026-08-23T06:11:26.213Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-08-23T06:11:26.227Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15832026-08-23T06:11:26.236Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15842026-08-23T06:11:26.479Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15852026-08-23T06:11:26.507Z Checking serde_arrays v0.1.0
15862026-08-23T06:11:26.523Z Checking bitstruct v0.1.1
15872026-08-23T06:11:26.563Z Checking num-rational v0.4.2
15882026-08-23T06:11:26.600Z Checking libloading v0.7.4
15892026-08-23T06:11:26.609Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15902026-08-23T06:11:26.831Z Checking num v0.4.3
15912026-08-23T06:11:26.898Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15922026-08-23T06:11:27.447Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15932026-08-23T06:11:27.750Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15942026-08-23T06:11:27.750Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15952026-08-23T06:11:27.942Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15962026-08-23T06:11:28.113Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15972026-08-23T06:11:28.113Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-08-23T06:11:28.575Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-08-23T06:11:28.787Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-08-23T06:11:28.791Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16012026-08-23T06:11:28.791Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16022026-08-23T06:11:28.791Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-08-23T06:11:29.567Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16042026-08-23T06:11:30.401Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16052026-08-23T06:11:34.526Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16062026-08-23T06:11:34.646Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16072026-08-23T06:11:41.041Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-08-23T06:11:42.302Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16092026-08-23T06:11:42.833Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16102026-08-23T06:11:47.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.34s
16112026-08-23T06:11:47.401Z+ for feat in tofino_stub tofino_asic softnpu chaos
16122026-08-23T06:11:47.401Z+ cargo clippy --features chaos -- --deny warnings
16132026-08-23T06:11:47.890Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16142026-08-23T06:11:47.894Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16152026-08-23T06:11:47.894Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16162026-08-23T06:11:55.264Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16172026-08-23T06:11:55.264Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16182026-08-23T06:11:57.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.44s
16192026-08-23T06:11:58.029Z+ banner fmt
16202026-08-23T06:11:58.034Z
16212026-08-23T06:11:58.034Z ###### # # #####
16222026-08-23T06:11:58.034Z # ## ## #
16232026-08-23T06:11:58.034Z ##### # ## # #
16242026-08-23T06:11:58.035Z # # # #
16252026-08-23T06:11:58.035Z # # # #
16262026-08-23T06:11:58.035Z # # # #
16272026-08-23T06:11:58.035Z
16282026-08-23T06:11:58.035Z+ cargo fmt -- --check
16292026-08-23T06:11:58.487Z+ banner test
16302026-08-23T06:11:58.491Z
16312026-08-23T06:11:58.491Z ##### ###### #### #####
16322026-08-23T06:11:58.491Z # # # #
16332026-08-23T06:11:58.491Z # ##### #### #
16342026-08-23T06:11:58.491Z # # # #
16352026-08-23T06:11:58.491Z # # # # #
16362026-08-23T06:11:58.491Z # ###### #### #
16372026-08-23T06:11:58.491Z
16382026-08-23T06:11:58.491Z+ for feat in tofino_stub tofino_asic softnpu chaos
16392026-08-23T06:11:58.491Z+ RUST_BACKTRACE=full
16402026-08-23T06:11:58.491Z+ cargo test --features tofino_stub --no-fail-fast
16412026-08-23T06:11:59.344Z Compiling unicode-ident v1.0.24
16422026-08-23T06:11:59.344Z Compiling cfg-if v1.0.4
16432026-08-23T06:11:59.347Z Compiling memchr v2.7.5
16442026-08-23T06:11:59.456Z Compiling serde_core v1.0.228
16452026-08-23T06:11:59.467Z Compiling itoa v1.0.15
16462026-08-23T06:11:59.473Z Compiling libc v0.2.186
16472026-08-23T06:11:59.482Z Compiling zmij v1.0.17
16482026-08-23T06:11:59.509Z Compiling libm v0.2.15
16492026-08-23T06:11:59.557Z Compiling proc-macro2 v1.0.106
16502026-08-23T06:11:59.586Z Compiling equivalent v1.0.2
16512026-08-23T06:11:59.708Z Compiling log v0.4.29
16522026-08-23T06:11:59.748Z Compiling heck v0.5.0
16532026-08-23T06:11:59.893Z Compiling quote v1.0.45
16542026-08-23T06:11:59.997Z Compiling iana-time-zone v0.1.64
16552026-08-23T06:12:00.026Z Compiling smallvec v1.15.1
16562026-08-23T06:12:00.127Z Compiling syn v2.0.118
16572026-08-23T06:12:00.217Z Compiling dyn-clone v1.0.20
16582026-08-23T06:12:00.239Z Compiling hashbrown v0.17.1
16592026-08-23T06:12:00.277Z Compiling fnv v1.0.7
16602026-08-23T06:12:00.289Z Compiling stable_deref_trait v1.2.0
16612026-08-23T06:12:00.366Z Compiling regex-syntax v0.8.11
16622026-08-23T06:12:00.369Z Compiling pin-project-lite v0.2.16
16632026-08-23T06:12:00.389Z Compiling percent-encoding v2.3.2
16642026-08-23T06:12:00.478Z Compiling writeable v0.6.1
16652026-08-23T06:12:00.588Z Compiling litemap v0.8.0
16662026-08-23T06:12:00.635Z Compiling num-traits v0.2.19
16672026-08-23T06:12:00.794Z Compiling icu_properties_data v2.0.1
16682026-08-23T06:12:00.810Z Compiling icu_normalizer_data v2.0.0
16692026-08-23T06:12:00.822Z Compiling form_urlencoded v1.2.2
16702026-08-23T06:12:00.888Z Compiling utf8_iter v1.0.4
16712026-08-23T06:12:00.929Z Compiling getrandom v0.4.2
16722026-08-23T06:12:01.004Z Compiling aho-corasick v1.1.3
16732026-08-23T06:12:01.037Z Compiling scopeguard v1.2.0
16742026-08-23T06:12:01.076Z Compiling ucd-trie v0.1.7
16752026-08-23T06:12:01.148Z Compiling semver v1.0.28
16762026-08-23T06:12:01.241Z Compiling serde_json v1.0.150
16772026-08-23T06:12:01.304Z Compiling indexmap v2.14.0
16782026-08-23T06:12:01.374Z Compiling byteorder v1.5.0
16792026-08-23T06:12:01.494Z Compiling lock_api v0.4.14
16802026-08-23T06:12:01.597Z Compiling uuid v1.23.3
16812026-08-23T06:12:01.719Z Compiling allocator-api2 v0.2.21
16822026-08-23T06:12:01.782Z Compiling futures-core v0.3.32
16832026-08-23T06:12:01.935Z Compiling regex-automata v0.4.13
16842026-08-23T06:12:01.938Z Compiling foldhash v0.2.0
16852026-08-23T06:12:02.044Z Compiling ryu v1.0.20
16862026-08-23T06:12:02.157Z Compiling hashbrown v0.16.1
16872026-08-23T06:12:02.235Z Compiling pretty-hex v0.4.1
16882026-08-23T06:12:02.377Z Compiling strsim v0.11.1
16892026-08-23T06:12:02.434Z Compiling num-conv v0.2.1
16902026-08-23T06:12:02.590Z Compiling time-core v0.1.8
16912026-08-23T06:12:02.676Z Compiling futures-sink v0.3.32
16922026-08-23T06:12:02.745Z Compiling plain v0.2.3
16932026-08-23T06:12:02.748Z Compiling time-macros v0.2.27
16942026-08-23T06:12:02.776Z Compiling slab v0.4.11
16952026-08-23T06:12:02.854Z Compiling futures-channel v0.3.32
16962026-08-23T06:12:02.952Z Compiling synstructure v0.13.2
16972026-08-23T06:12:03.047Z Compiling serde_derive_internals v0.29.1
16982026-08-23T06:12:03.232Z Compiling futures-io v0.3.32
16992026-08-23T06:12:03.309Z Compiling futures-task v0.3.32
17002026-08-23T06:12:03.412Z Compiling regress v0.10.5
17012026-08-23T06:12:03.452Z Compiling darling_core v0.21.3
17022026-08-23T06:12:03.608Z Compiling regex v1.12.4
17032026-08-23T06:12:03.620Z Compiling thread-id v5.0.0
17042026-08-23T06:12:03.706Z Compiling getrandom v0.2.16
17052026-08-23T06:12:03.748Z Compiling socket2 v0.6.4
17062026-08-23T06:12:03.891Z Compiling parking_lot_core v0.9.12
17072026-08-23T06:12:04.069Z Compiling bitflags v2.11.1
17082026-08-23T06:12:04.141Z Compiling serde_derive v1.0.228
17092026-08-23T06:12:04.192Z Compiling zerofrom-derive v0.1.6
17102026-08-23T06:12:04.195Z Compiling yoke-derive v0.8.0
17112026-08-23T06:12:04.219Z Compiling zerovec-derive v0.11.1
17122026-08-23T06:12:04.314Z Compiling displaydoc v0.2.5
17132026-08-23T06:12:04.531Z Compiling thiserror-impl v2.0.18
17142026-08-23T06:12:05.131Z Compiling schemars_derive v0.8.22
17152026-08-23T06:12:05.286Z Compiling tokio-macros v2.7.0
17162026-08-23T06:12:05.365Z Compiling zeroize_derive v1.4.3
17172026-08-23T06:12:05.479Z Compiling zerocopy-derive v0.8.27
17182026-08-23T06:12:05.619Z Compiling futures-macro v0.3.32
17192026-08-23T06:12:05.840Z Compiling thiserror v2.0.18
17202026-08-23T06:12:05.954Z Compiling zerofrom v0.1.6
17212026-08-23T06:12:06.052Z Compiling tracing-attributes v0.1.30
17222026-08-23T06:12:06.065Z Compiling yoke v0.8.0
17232026-08-23T06:12:06.088Z Compiling thiserror-impl v1.0.69
17242026-08-23T06:12:06.257Z Compiling zerovec v0.11.4
17252026-08-23T06:12:06.392Z Compiling zerotrie v0.2.2
17262026-08-23T06:12:06.480Z Compiling pest v2.8.2
17272026-08-23T06:12:06.705Z Compiling scroll_derive v0.13.1
17282026-08-23T06:12:06.758Z Compiling zerocopy v0.8.27
17292026-08-23T06:12:06.895Z Compiling serde v1.0.228
17302026-08-23T06:12:07.274Z Compiling tinystr v0.8.1
17312026-08-23T06:12:07.287Z Compiling potential_utf v0.1.3
17322026-08-23T06:12:07.302Z Compiling async-trait v0.1.89
17332026-08-23T06:12:07.419Z Compiling bytes v1.12.0
17342026-08-23T06:12:07.455Z Compiling serde_tokenstream v0.2.3
17352026-08-23T06:12:07.478Z Compiling icu_locale_core v2.0.0
17362026-08-23T06:12:07.556Z Compiling icu_collections v2.0.0
17372026-08-23T06:12:07.614Z Compiling chrono v0.4.45
17382026-08-23T06:12:07.737Z Compiling pest_meta v2.8.2
17392026-08-23T06:12:07.782Z Compiling scroll v0.13.0
17402026-08-23T06:12:08.049Z Compiling icu_provider v2.0.0
17412026-08-23T06:12:08.064Z Compiling http v1.4.2
17422026-08-23T06:12:08.067Z Compiling goblin v0.10.1
17432026-08-23T06:12:08.232Z Compiling daft-derive v0.1.5
17442026-08-23T06:12:08.294Z Compiling icu_properties v2.0.1
17452026-08-23T06:12:08.331Z Compiling icu_normalizer v2.0.0
17462026-08-23T06:12:08.361Z Compiling pest_generator v2.8.2
17472026-08-23T06:12:08.948Z Compiling schemars v0.8.22
17482026-08-23T06:12:08.998Z Compiling darling_macro v0.21.3
17492026-08-23T06:12:09.039Z Compiling openssl-macros v0.1.1
17502026-08-23T06:12:09.073Z Compiling pest_derive v2.8.2
17512026-08-23T06:12:09.158Z Compiling idna_adapter v1.2.1
17522026-08-23T06:12:09.310Z Compiling idna v1.1.0
17532026-08-23T06:12:09.461Z Compiling openapiv3 v2.2.0
17542026-08-23T06:12:09.589Z Compiling url v2.5.7
17552026-08-23T06:12:09.605Z Compiling darling v0.21.3
17562026-08-23T06:12:09.650Z Compiling dtrace-parser v0.3.0
17572026-08-23T06:12:09.687Z Compiling typify-impl v0.4.3
17582026-08-23T06:12:10.149Z Compiling async-stream-impl v0.3.6
17592026-08-23T06:12:10.162Z Compiling structmeta-derive v0.3.0
17602026-08-23T06:12:10.559Z Compiling newtype-uuid-macros v0.1.0
17612026-08-23T06:12:10.593Z Compiling serde_yaml v0.9.34+deprecated
17622026-08-23T06:12:10.817Z Compiling dof v0.4.0
17632026-08-23T06:12:11.139Z Compiling zeroize v1.8.1
17642026-08-23T06:12:11.157Z Compiling strum_macros v0.26.4
17652026-08-23T06:12:11.229Z Compiling structmeta v0.3.0
17662026-08-23T06:12:11.352Z Compiling usdt-impl v0.6.0
17672026-08-23T06:12:11.396Z Compiling parking_lot v0.12.5
17682026-08-23T06:12:11.441Z Compiling signal-hook-registry v1.4.6
17692026-08-23T06:12:11.807Z Compiling untrusted v0.9.0
17702026-08-23T06:12:11.846Z Compiling thiserror v1.0.69
17712026-08-23T06:12:11.874Z Compiling mio v1.2.1
17722026-08-23T06:12:11.932Z Compiling omicron-workspace-hack v0.1.0
17732026-08-23T06:12:11.945Z Compiling base64 v0.22.1
17742026-08-23T06:12:12.006Z Compiling http-body v1.0.1
17752026-08-23T06:12:12.072Z Compiling dropshot_endpoint v0.16.7
17762026-08-23T06:12:12.162Z Compiling ref-cast-impl v1.0.25
17772026-08-23T06:12:12.282Z Compiling tokio v1.52.3
17782026-08-23T06:12:12.390Z Compiling atomic-waker v1.1.2
17792026-08-23T06:12:12.523Z Compiling ipnet v2.11.0
17802026-08-23T06:12:12.821Z Compiling derive-ex v0.1.8
17812026-08-23T06:12:12.860Z Compiling usdt-macro v0.6.0
17822026-08-23T06:12:12.877Z Compiling usdt-attr-macro v0.6.0
17832026-08-23T06:12:13.074Z Compiling strum_macros v0.27.2
17842026-08-23T06:12:13.460Z Compiling httparse v1.10.1
17852026-08-23T06:12:13.744Z Compiling portable-atomic v1.11.1
17862026-08-23T06:12:13.785Z Compiling tower-service v0.3.3
17872026-08-23T06:12:13.888Z Compiling tower-layer v0.3.3
17882026-08-23T06:12:14.054Z Compiling critical-section v1.2.0
17892026-08-23T06:12:14.067Z Compiling try-lock v0.2.5
17902026-08-23T06:12:14.158Z Compiling once_cell v1.21.3
17912026-08-23T06:12:14.170Z Compiling want v0.3.1
17922026-08-23T06:12:14.269Z Compiling httpdate v1.0.3
17932026-08-23T06:12:14.343Z Compiling serde_with_macros v3.14.1
17942026-08-23T06:12:14.407Z Compiling test-strategy v0.4.3
17952026-08-23T06:12:14.512Z Compiling ppv-lite86 v0.2.21
17962026-08-23T06:12:14.837Z Compiling erased-serde v0.3.31
17972026-08-23T06:12:14.920Z Compiling subtle v2.6.1
17982026-08-23T06:12:15.136Z Compiling parse-display-derive v0.10.0
17992026-08-23T06:12:15.424Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18002026-08-23T06:12:15.868Z Compiling http-body-util v0.1.3
18012026-08-23T06:12:15.925Z Compiling anyhow v1.0.102
18022026-08-23T06:12:15.955Z Compiling typify-macro v0.4.3
18032026-08-23T06:12:16.141Z Compiling serde_urlencoded v0.7.1
18042026-08-23T06:12:16.180Z Compiling rand_core v0.6.4
18052026-08-23T06:12:16.418Z Compiling typenum v1.20.1
18062026-08-23T06:12:16.639Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18072026-08-23T06:12:17.025Z Compiling futures-util v0.3.32
18082026-08-23T06:12:17.241Z Compiling sync_wrapper v1.0.2
18092026-08-23T06:12:17.354Z Compiling powerfmt v0.2.0
18102026-08-23T06:12:17.517Z Compiling deranged v0.5.3
18112026-08-23T06:12:17.565Z Compiling num_threads v0.1.7
18122026-08-23T06:12:17.667Z Compiling tracing-core v0.1.34
18132026-08-23T06:12:17.783Z Compiling camino v1.2.3
18142026-08-23T06:12:17.901Z Compiling iri-string v0.7.8
18152026-08-23T06:12:18.029Z Compiling typify v0.4.3
18162026-08-23T06:12:18.127Z Compiling progenitor-impl v0.11.1
18172026-08-23T06:12:18.269Z Compiling tracing v0.1.41
18182026-08-23T06:12:18.474Z Compiling encoding_rs v0.8.35
18192026-08-23T06:12:18.504Z Compiling mime v0.3.17
18202026-08-23T06:12:18.590Z Compiling cpufeatures v0.2.17
18212026-08-23T06:12:18.667Z Compiling fastrand v2.3.0
18222026-08-23T06:12:18.784Z Compiling generic-array v0.14.7
18232026-08-23T06:12:18.947Z Compiling hex v0.4.3
18242026-08-23T06:12:19.260Z Compiling crypto-common v0.1.6
18252026-08-23T06:12:19.283Z Compiling errno v0.3.14
18262026-08-23T06:12:19.397Z Compiling tokio-util v0.7.16
18272026-08-23T06:12:19.498Z Compiling thread_local v1.1.9
18282026-08-23T06:12:19.632Z Compiling unicode-width v0.2.1
18292026-08-23T06:12:19.765Z Compiling syn v1.0.109
18302026-08-23T06:12:19.778Z Compiling rustls-pki-types v1.12.0
18312026-08-23T06:12:19.921Z Compiling winnow v0.7.14
18322026-08-23T06:12:20.156Z Compiling match_cfg v0.1.0
18332026-08-23T06:12:20.263Z Compiling rustix v1.1.4
18342026-08-23T06:12:20.738Z Compiling winnow v1.0.3
18352026-08-23T06:12:20.800Z Compiling term v1.2.0
18362026-08-23T06:12:21.033Z Compiling take_mut v0.2.2
18372026-08-23T06:12:21.092Z Compiling toml_parser v1.1.2+spec-1.1.0
18382026-08-23T06:12:21.445Z Compiling h2 v0.4.14
18392026-08-23T06:12:21.478Z Compiling ring v0.17.14
18402026-08-23T06:12:21.644Z Compiling progenitor-macro v0.11.1
18412026-08-23T06:12:21.731Z Compiling serde_spanned v1.1.1
18422026-08-23T06:12:21.888Z Compiling spin v0.9.8
18432026-08-23T06:12:22.010Z Compiling debug-ignore v1.0.5
18442026-08-23T06:12:22.022Z Compiling toml_writer v1.1.1+spec-1.1.0
18452026-08-23T06:12:22.240Z Compiling socket2 v0.5.10
18462026-08-23T06:12:22.371Z Compiling quick-error v1.2.3
18472026-08-23T06:12:22.692Z Compiling block-buffer v0.10.4
18482026-08-23T06:12:22.864Z Compiling waitgroup v0.1.2
18492026-08-23T06:12:23.012Z Compiling async-stream v0.3.6
18502026-08-23T06:12:23.193Z Compiling serde_path_to_error v0.1.20
18512026-08-23T06:12:23.206Z Compiling lazy_static v1.5.0
18522026-08-23T06:12:23.317Z Compiling bit-vec v0.8.0
18532026-08-23T06:12:23.505Z Compiling bit-set v0.8.0
18542026-08-23T06:12:23.554Z Compiling hyper v1.10.1
18552026-08-23T06:12:23.566Z Compiling digest v0.10.7
18562026-08-23T06:12:23.673Z Compiling strum v0.26.3
18572026-08-23T06:12:23.733Z Compiling ipnetwork v0.21.1
18582026-08-23T06:12:23.778Z Compiling crossbeam-utils v0.8.21
18592026-08-23T06:12:23.791Z Compiling toml_datetime v0.7.5+spec-1.1.0
18602026-08-23T06:12:23.992Z Compiling unarray v0.1.4
18612026-08-23T06:12:24.115Z Compiling toml v0.9.12+spec-1.1.0
18622026-08-23T06:12:24.174Z Compiling slog v2.8.2
18632026-08-23T06:12:24.257Z Compiling macaddr v1.0.1
18642026-08-23T06:12:24.289Z Compiling tabwriter v1.4.1
18652026-08-23T06:12:24.489Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18662026-08-23T06:12:24.533Z Compiling ref-cast v1.0.25
18672026-08-23T06:12:24.604Z Compiling colored v3.1.1
18682026-08-23T06:12:24.636Z Compiling hyper-util v0.1.20
18692026-08-23T06:12:24.670Z Compiling strum v0.27.2
18702026-08-23T06:12:24.673Z Compiling aws-lc-sys v0.39.1
18712026-08-23T06:12:24.800Z Compiling getrandom v0.3.3
18722026-08-23T06:12:25.036Z Compiling untrusted v0.7.1
18732026-08-23T06:12:25.169Z Compiling rand_core v0.9.3
18742026-08-23T06:12:25.321Z Compiling aws-lc-rs v1.16.2
18752026-08-23T06:12:25.378Z Compiling oxnet v0.1.6
18762026-08-23T06:12:25.422Z Compiling openssl-sys v0.9.117
18772026-08-23T06:12:25.881Z Compiling instant v0.1.13
18782026-08-23T06:12:25.906Z Compiling foreign-types-shared v0.1.1
18792026-08-23T06:12:25.995Z Compiling foreign-types v0.3.2
18802026-08-23T06:12:26.008Z Compiling rand_chacha v0.9.0
18812026-08-23T06:12:26.073Z Compiling tempfile v3.27.0
18822026-08-23T06:12:26.414Z Compiling rustls-webpki v0.103.6
18832026-08-23T06:12:26.505Z Compiling tower v0.5.2
18842026-08-23T06:12:26.518Z Compiling futures-executor v0.3.32
18852026-08-23T06:12:26.800Z Compiling openssl-probe v0.1.6
18862026-08-23T06:12:26.851Z Compiling futures v0.3.32
18872026-08-23T06:12:26.939Z Compiling rustls v0.23.40
18882026-08-23T06:12:26.989Z Compiling tower-http v0.6.8
18892026-08-23T06:12:26.992Z Compiling rand v0.9.3
18902026-08-23T06:12:27.320Z Compiling openssl v0.10.81
18912026-08-23T06:12:27.423Z Compiling toml_datetime v0.6.11
18922026-08-23T06:12:27.558Z Compiling time v0.3.47
18932026-08-23T06:12:27.704Z Compiling clap_derive v4.6.1
18942026-08-23T06:12:27.917Z Compiling memmap2 v0.9.8
18952026-08-23T06:12:28.600Z Compiling crossbeam-channel v0.5.15
18962026-08-23T06:12:28.980Z Compiling webpki-roots v1.0.2
18972026-08-23T06:12:29.078Z Compiling newtype-uuid v1.3.2
18982026-08-23T06:12:29.405Z Compiling daft v0.1.5
18992026-08-23T06:12:29.425Z Compiling is-terminal v0.4.16
19002026-08-23T06:12:29.442Z Compiling either v1.15.0
19012026-08-23T06:12:29.522Z Compiling slog-term v2.9.2
19022026-08-23T06:12:29.648Z Compiling native-tls v0.2.14
19032026-08-23T06:12:29.988Z Compiling tokio-rustls v0.26.4
19042026-08-23T06:12:30.229Z Compiling tokio-native-tls v0.3.1
19052026-08-23T06:12:30.250Z Compiling hyper-rustls v0.27.7
19062026-08-23T06:12:30.263Z Compiling usdt v0.6.0
19072026-08-23T06:12:30.348Z Compiling slog-async v2.8.0
19082026-08-23T06:12:30.393Z Compiling hyper-tls v0.6.0
19092026-08-23T06:12:30.406Z Compiling slog-json v2.6.1
19102026-08-23T06:12:30.418Z Compiling hostname v0.3.1
19112026-08-23T06:12:30.559Z Compiling reqwest v0.12.23
19122026-08-23T06:12:30.606Z Compiling slog-bunyan v2.5.0
19132026-08-23T06:12:30.632Z Compiling rustls-webpki v0.102.8
19142026-08-23T06:12:30.681Z Compiling multer v3.1.0
19152026-08-23T06:12:30.766Z Compiling rustls-pemfile v2.2.0
19162026-08-23T06:12:30.909Z Compiling hostname v0.4.2
19172026-08-23T06:12:31.061Z Compiling rustls v0.22.4
19182026-08-23T06:12:31.205Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19192026-08-23T06:12:31.550Z Compiling rand_chacha v0.3.1
19202026-08-23T06:12:31.787Z Compiling wait-timeout v0.2.1
19212026-08-23T06:12:32.057Z Compiling rusty-fork v0.3.0
19222026-08-23T06:12:32.091Z Compiling rand v0.8.5
19232026-08-23T06:12:32.180Z Compiling rand_xorshift v0.4.0
19242026-08-23T06:12:32.337Z Compiling sha1 v0.10.6
19252026-08-23T06:12:32.574Z Compiling proptest v1.8.0
19262026-08-23T06:12:33.008Z Compiling tokio-rustls v0.25.0
19272026-08-23T06:12:33.251Z Compiling dropshot v0.16.7
19282026-08-23T06:12:33.411Z Compiling itertools v0.14.0
19292026-08-23T06:12:34.654Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19302026-08-23T06:12:35.077Z Compiling progenitor-client v0.11.1
19312026-08-23T06:12:35.206Z Compiling progenitor-client v0.10.0
19322026-08-23T06:12:35.395Z Compiling serde_with v3.14.1
19332026-08-23T06:12:35.518Z Compiling num-derive v0.4.2
19342026-08-23T06:12:35.782Z Compiling progenitor v0.11.1
19352026-08-23T06:12:35.938Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19362026-08-23T06:12:36.292Z Compiling rustc-hash v2.1.1
19372026-08-23T06:12:36.428Z Compiling iddqd v0.3.18
19382026-08-23T06:12:36.504Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19392026-08-23T06:12:36.527Z Compiling backoff v0.4.0
19402026-08-23T06:12:37.035Z Compiling parse-display v0.10.0
19412026-08-23T06:12:37.079Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19422026-08-23T06:12:37.219Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19432026-08-23T06:12:37.383Z Compiling anstyle v1.0.14
19442026-08-23T06:12:37.854Z Compiling utf8parse v0.2.2
19452026-08-23T06:12:37.975Z Compiling anstyle-parse v1.0.0
19462026-08-23T06:12:38.072Z Compiling colorchoice v1.0.4
19472026-08-23T06:12:38.075Z Compiling anstyle-query v1.1.4
19482026-08-23T06:12:38.168Z Compiling is_terminal_polyfill v1.70.1
19492026-08-23T06:12:38.226Z Compiling clap_lex v1.1.0
19502026-08-23T06:12:38.260Z Compiling anstream v1.0.0
19512026-08-23T06:12:39.396Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19522026-08-23T06:12:41.750Z Compiling winnow v0.5.40
19532026-08-23T06:12:46.839Z Compiling terminal_size v0.4.3
19542026-08-23T06:12:48.125Z Compiling clap_builder v4.6.0
19552026-08-23T06:12:48.300Z Compiling toml_edit v0.19.15
19562026-08-23T06:12:48.853Z Compiling dropshot_endpoint v0.17.1
19572026-08-23T06:12:50.318Z Compiling clap v4.6.1
19582026-08-23T06:12:50.616Z Compiling proc-macro-crate v1.3.1
19592026-08-23T06:12:56.527Z Compiling serde_spanned v0.6.9
19602026-08-23T06:12:56.557Z Compiling adler2 v2.0.1
19612026-08-23T06:12:56.680Z Compiling miniz_oxide v0.8.9
19622026-08-23T06:12:56.996Z Compiling prettyplease v0.2.37
19632026-08-23T06:12:57.355Z Compiling crc32fast v1.5.0
19642026-08-23T06:12:57.465Z Compiling zerocopy-derive v0.7.35
19652026-08-23T06:12:57.486Z Compiling flate2 v1.1.2
19662026-08-23T06:12:57.549Z Compiling ingot-macros v0.1.1
19672026-08-23T06:12:57.880Z Compiling hubpack_derive v0.1.1
19682026-08-23T06:12:57.903Z Compiling hybrid-array v0.4.12
19692026-08-23T06:12:59.764Z Compiling scroll_derive v0.12.1
19702026-08-23T06:13:00.858Z Compiling crypto-common v0.2.2
19712026-08-23T06:13:00.870Z Compiling block-buffer v0.12.0
19722026-08-23T06:13:01.311Z Compiling toml_write v0.1.2
19732026-08-23T06:13:01.338Z Compiling const-oid v0.10.2
19742026-08-23T06:13:01.388Z Compiling compression-core v0.4.32
19752026-08-23T06:13:01.513Z Compiling compression-codecs v0.4.32
19762026-08-23T06:13:01.548Z Compiling digest v0.11.3
19772026-08-23T06:13:01.551Z Compiling toml_edit v0.22.27
19782026-08-23T06:13:02.511Z Compiling zerocopy v0.7.35
19792026-08-23T06:13:02.861Z Compiling num_enum_derive v0.7.5
19802026-08-23T06:13:03.884Z Compiling foreign-types-macros v0.2.3
19812026-08-23T06:13:03.933Z Compiling num-integer v0.1.46
19822026-08-23T06:13:03.950Z Compiling toml_datetime v1.1.1+spec-1.1.0
19832026-08-23T06:13:04.263Z Compiling cpufeatures v0.3.0
19842026-08-23T06:13:04.263Z Compiling float-ord v0.3.2
19852026-08-23T06:13:04.345Z Compiling sha1 v0.11.0
19862026-08-23T06:13:04.395Z Compiling toml v1.1.2+spec-1.1.0
19872026-08-23T06:13:04.609Z Compiling toml v0.8.23
19882026-08-23T06:13:05.067Z Compiling async-compression v0.4.33
19892026-08-23T06:13:05.989Z Compiling glob v0.3.3
19902026-08-23T06:13:06.178Z Compiling dropshot v0.17.1
19912026-08-23T06:13:06.457Z Compiling proc-macro-error-attr v1.0.4
19922026-08-23T06:13:06.519Z Compiling num-iter v0.1.45
19932026-08-23T06:13:06.649Z Compiling num-rational v0.4.2
19942026-08-23T06:13:06.897Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19952026-08-23T06:13:06.969Z Compiling dtrace-parser v0.2.0
19962026-08-23T06:13:07.069Z Compiling num-complex v0.4.6
19972026-08-23T06:13:07.411Z Compiling num v0.4.3
19982026-08-23T06:13:07.471Z Compiling proc-macro-error v1.0.4
19992026-08-23T06:13:07.494Z Compiling dof v0.3.0
20002026-08-23T06:13:07.739Z Compiling num_enum_derive v0.5.11
20012026-08-23T06:13:07.869Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20022026-08-23T06:13:08.406Z Compiling thread-id v4.2.2
20032026-08-23T06:13:08.503Z Compiling usdt-impl v0.5.0
20042026-08-23T06:13:09.023Z Compiling derive_more v0.99.20
20052026-08-23T06:13:09.090Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20062026-08-23T06:13:09.261Z Compiling minimal-lexical v0.2.1
20072026-08-23T06:13:09.632Z Compiling nom v7.1.3
20082026-08-23T06:13:10.075Z Compiling usdt-attr-macro v0.5.0
20092026-08-23T06:13:10.937Z Compiling usdt-macro v0.5.0
20102026-08-23T06:13:10.977Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20112026-08-23T06:13:11.315Z Compiling zone_cfg_derive v0.3.1
20122026-08-23T06:13:11.327Z Compiling libscf-sys v1.2.0
20132026-08-23T06:13:11.578Z Compiling memoffset v0.9.1
20142026-08-23T06:13:11.670Z Compiling rustc_version v0.4.1
20152026-08-23T06:13:11.728Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20162026-08-23T06:13:11.816Z Compiling crossbeam-epoch v0.9.18
20172026-08-23T06:13:12.096Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20182026-08-23T06:13:12.123Z Compiling enum-as-inner v0.6.1
20192026-08-23T06:13:12.162Z Compiling regress v0.11.1
20202026-08-23T06:13:12.483Z Compiling curve25519-dalek v4.1.3
20212026-08-23T06:13:12.595Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20222026-08-23T06:13:12.670Z Compiling hubpack v0.1.2
20232026-08-23T06:13:12.704Z Compiling static_assertions v1.1.0
20242026-08-23T06:13:12.783Z Compiling crossbeam-deque v0.8.6
20252026-08-23T06:13:12.899Z Compiling thiserror-impl-no-std v2.0.2
20262026-08-23T06:13:12.992Z Compiling curve25519-dalek-derive v0.1.1
20272026-08-23T06:13:14.124Z Compiling typify-impl v0.6.2
20282026-08-23T06:13:14.293Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20292026-08-23T06:13:14.703Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20302026-08-23T06:13:15.025Z Compiling rayon-core v1.13.0
20312026-08-23T06:13:15.470Z Compiling clang-sys v1.8.1
20322026-08-23T06:13:15.812Z Compiling bytecount v0.6.9
20332026-08-23T06:13:15.898Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20342026-08-23T06:13:16.081Z Compiling scroll v0.12.0
20352026-08-23T06:13:16.362Z Compiling hash32 v0.3.1
20362026-08-23T06:13:16.376Z Compiling goblin v0.8.2
20372026-08-23T06:13:16.389Z Compiling ingot-types v0.1.2
20382026-08-23T06:13:16.532Z Compiling heapless v0.8.0
20392026-08-23T06:13:16.793Z Compiling cobs v0.3.0
20402026-08-23T06:13:16.794Z Compiling libloading v0.8.9
20412026-08-23T06:13:16.982Z Compiling foreign-types-shared v0.3.1
20422026-08-23T06:13:16.997Z Compiling bitflags v1.3.2
20432026-08-23T06:13:17.010Z Compiling managed v0.8.0
20442026-08-23T06:13:17.082Z Compiling bindgen v0.72.1
20452026-08-23T06:13:17.094Z Compiling foreign-types v0.5.0
20462026-08-23T06:13:17.109Z Compiling postcard v1.1.3
20472026-08-23T06:13:17.200Z Compiling smoltcp v0.11.0
20482026-08-23T06:13:17.456Z Compiling ingot v0.1.1
20492026-08-23T06:13:17.555Z Compiling cexpr v0.6.0
20502026-08-23T06:13:17.635Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20512026-08-23T06:13:17.669Z Compiling num_enum v0.7.5
20522026-08-23T06:13:17.791Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20532026-08-23T06:13:18.180Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20542026-08-23T06:13:18.299Z Compiling camino-tempfile v1.4.1
20552026-08-23T06:13:18.544Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20562026-08-23T06:13:18.853Z Compiling derive-where v1.6.0
20572026-08-23T06:13:19.003Z Compiling serde_repr v0.1.20
20582026-08-23T06:13:19.208Z Compiling cstr-argument v0.1.2
20592026-08-23T06:13:19.620Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20602026-08-23T06:13:20.157Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20612026-08-23T06:13:20.526Z Compiling typify-macro v0.6.2
20622026-08-23T06:13:20.695Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20632026-08-23T06:13:20.889Z Compiling rayon v1.11.0
20642026-08-23T06:13:21.361Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20652026-08-23T06:13:21.488Z Compiling crucible-workspace-hack v0.1.0
20662026-08-23T06:13:22.128Z Compiling memmap v0.7.0
20672026-08-23T06:13:22.326Z Compiling tinyvec_macros v0.1.1
20682026-08-23T06:13:22.414Z Compiling tinyvec v1.10.0
20692026-08-23T06:13:22.675Z Compiling usdt v0.5.0
20702026-08-23T06:13:22.689Z Compiling typify v0.6.2
20712026-08-23T06:13:22.887Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20722026-08-23T06:13:23.062Z Compiling num_enum v0.5.11
20732026-08-23T06:13:23.559Z Compiling pin-project-internal v1.1.10
20742026-08-23T06:13:24.336Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20752026-08-23T06:13:24.359Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20762026-08-23T06:13:24.432Z Compiling progenitor-impl v0.14.0
20772026-08-23T06:13:24.662Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20782026-08-23T06:13:24.683Z Compiling papergrid v0.18.0
20792026-08-23T06:13:24.719Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20802026-08-23T06:13:25.145Z Compiling rustix v0.38.44
20812026-08-23T06:13:25.767Z Compiling itertools v0.12.1
20822026-08-23T06:13:25.806Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20832026-08-23T06:13:25.969Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20842026-08-23T06:13:25.984Z Compiling progenitor-impl v0.10.0
20852026-08-23T06:13:26.147Z Compiling sigpipe v0.1.3
20862026-08-23T06:13:26.248Z Compiling jiff v0.2.15
20872026-08-23T06:13:26.344Z Compiling const_format_proc_macros v0.2.34
20882026-08-23T06:13:26.743Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20892026-08-23T06:13:26.996Z Compiling zone v0.3.1
20902026-08-23T06:13:27.013Z Compiling tabled v0.21.0
20912026-08-23T06:13:27.147Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20922026-08-23T06:13:27.177Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20932026-08-23T06:13:28.035Z Compiling progenitor-macro v0.14.0
20942026-08-23T06:13:28.128Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20952026-08-23T06:13:28.405Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20962026-08-23T06:13:28.768Z Compiling nix v0.31.3
20972026-08-23T06:13:28.815Z Compiling nix v0.30.1
20982026-08-23T06:13:29.374Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20992026-08-23T06:13:29.426Z Compiling snafu-derive v0.8.9
21002026-08-23T06:13:29.438Z Compiling progenitor-macro v0.10.0
21012026-08-23T06:13:29.830Z Compiling itertools v0.15.0
21022026-08-23T06:13:30.152Z Compiling smf v0.2.3
21032026-08-23T06:13:30.232Z Compiling secrecy v0.10.3
21042026-08-23T06:13:30.765Z Compiling async-recursion v1.1.1
21052026-08-23T06:13:31.140Z Compiling bstr v1.12.0
21062026-08-23T06:13:31.382Z Compiling whoami v1.6.1
21072026-08-23T06:13:31.623Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21082026-08-23T06:13:31.698Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
21092026-08-23T06:13:33.777Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21102026-08-23T06:13:34.377Z Compiling hmac v0.12.1
21112026-08-23T06:13:34.530Z Compiling inout v0.1.4
21122026-08-23T06:13:34.646Z Compiling ff v0.13.1
21132026-08-23T06:13:34.712Z Compiling crc8 v0.1.1
21142026-08-23T06:13:34.786Z Compiling data-encoding v2.9.0
21152026-08-23T06:13:34.833Z Compiling group v0.13.0
21162026-08-23T06:13:35.045Z Compiling cipher v0.4.4
21172026-08-23T06:13:35.089Z Compiling hkdf v0.12.4
21182026-08-23T06:13:35.244Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21192026-08-23T06:13:35.740Z Compiling atomicwrites v0.4.4
21202026-08-23T06:13:35.865Z Compiling tokio-dtrace v0.1.1
21212026-08-23T06:13:35.953Z Compiling tabled_derive v0.7.0
21222026-08-23T06:13:36.198Z Compiling reqwest v0.13.2
21232026-08-23T06:13:36.261Z Compiling universal-hash v0.5.1
21242026-08-23T06:13:36.286Z Compiling crypto-bigint v0.5.5
21252026-08-23T06:13:36.405Z Compiling half v2.7.1
21262026-08-23T06:13:36.503Z Compiling base64ct v1.8.0
21272026-08-23T06:13:36.835Z Compiling ciborium-io v0.2.2
21282026-08-23T06:13:36.941Z Compiling base16ct v0.2.0
21292026-08-23T06:13:36.954Z Compiling opaque-debug v0.3.1
21302026-08-23T06:13:37.035Z Compiling indent_write v2.2.0
21312026-08-23T06:13:37.182Z Compiling progenitor-client v0.14.0
21322026-08-23T06:13:37.486Z Compiling elliptic-curve v0.13.8
21332026-08-23T06:13:37.619Z Compiling poly1305 v0.8.0
21342026-08-23T06:13:37.658Z Compiling ciborium-ll v0.2.2
21352026-08-23T06:13:37.789Z Compiling password-hash v0.5.0
21362026-08-23T06:13:38.404Z Compiling oxide-tokio-rt v0.1.2
21372026-08-23T06:13:38.615Z Compiling chacha20 v0.9.1
21382026-08-23T06:13:38.853Z Compiling similar v2.7.0
21392026-08-23T06:13:38.890Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21402026-08-23T06:13:39.324Z Compiling thiserror-no-std v2.0.2
21412026-08-23T06:13:40.048Z Compiling blake2 v0.10.6
21422026-08-23T06:13:40.144Z Compiling aead v0.5.2
21432026-08-23T06:13:40.310Z Compiling strum_macros v0.28.0
21442026-08-23T06:13:40.610Z Compiling linked-hash-map v0.5.6
21452026-08-23T06:13:40.613Z Compiling resolv-conf v0.7.5
21462026-08-23T06:13:40.807Z Compiling keccak v0.1.6
21472026-08-23T06:13:40.959Z Compiling sha3 v0.10.8
21482026-08-23T06:13:41.276Z Compiling lru-cache v0.1.2
21492026-08-23T06:13:41.359Z Compiling argon2 v0.5.3
21502026-08-23T06:13:41.381Z Compiling chacha20poly1305 v0.10.1
21512026-08-23T06:13:41.407Z Compiling vsss-rs v3.3.4
21522026-08-23T06:13:41.447Z Compiling progenitor v0.14.0
21532026-08-23T06:13:41.518Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21542026-08-23T06:13:41.590Z Compiling ciborium v0.2.2
21552026-08-23T06:13:41.774Z Compiling hickory-proto v0.24.4
21562026-08-23T06:13:42.181Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21572026-08-23T06:13:42.195Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21582026-08-23T06:13:42.868Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21592026-08-23T06:13:42.889Z Compiling serde-big-array v0.5.1
21602026-08-23T06:13:43.177Z Compiling same-file v1.0.6
21612026-08-23T06:13:43.209Z Compiling siphasher v1.0.1
21622026-08-23T06:13:43.410Z Compiling unicode-segmentation v1.12.0
21632026-08-23T06:13:43.422Z Compiling phf_shared v0.12.1
21642026-08-23T06:13:43.601Z Compiling hickory-resolver v0.24.4
21652026-08-23T06:13:43.641Z Compiling walkdir v2.5.0
21662026-08-23T06:13:43.775Z Compiling newline-converter v0.3.0
21672026-08-23T06:13:43.826Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21682026-08-23T06:13:43.944Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21692026-08-23T06:13:44.532Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21702026-08-23T06:13:45.105Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21712026-08-23T06:13:45.810Z Compiling newtype_derive v0.1.6
21722026-08-23T06:13:45.900Z Compiling owo-colors v4.3.0
21732026-08-23T06:13:46.078Z Compiling tokio-stream v0.1.17
21742026-08-23T06:13:46.220Z Compiling console v0.15.11
21752026-08-23T06:13:46.307Z Compiling csv-core v0.1.12
21762026-08-23T06:13:46.431Z Compiling smawk v0.3.2
21772026-08-23T06:13:46.545Z Compiling termtree v0.5.1
21782026-08-23T06:13:46.576Z Compiling swrite v0.1.0
21792026-08-23T06:13:46.677Z Compiling unicode-width v0.1.14
21802026-08-23T06:13:46.689Z Compiling humantime v2.3.0
21812026-08-23T06:13:46.702Z Compiling foldhash v0.1.5
21822026-08-23T06:13:46.848Z Compiling unicode-linebreak v0.1.5
21832026-08-23T06:13:46.977Z Compiling hashbrown v0.15.5
21842026-08-23T06:13:46.995Z Compiling expectorate v1.2.0
21852026-08-23T06:13:47.086Z Compiling textwrap v0.16.2
21862026-08-23T06:13:47.089Z Compiling csv v1.4.0
21872026-08-23T06:13:47.111Z Compiling qorb v0.4.1
21882026-08-23T06:13:47.157Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-08-23T06:13:47.632Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21902026-08-23T06:13:49.377Z Compiling phf v0.12.1
21912026-08-23T06:13:49.542Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21922026-08-23T06:13:49.789Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
21932026-08-23T06:13:49.995Z Compiling pin-project v1.1.10
21942026-08-23T06:13:50.110Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21952026-08-23T06:13:50.280Z Compiling libz-sys v1.1.22
21962026-08-23T06:13:50.401Z Compiling unicode-normalization v0.1.24
21972026-08-23T06:13:50.897Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21982026-08-23T06:13:51.621Z Compiling libsw-core v0.3.2
21992026-08-23T06:13:51.801Z Compiling fixedbitset v0.4.2
22002026-08-23T06:13:51.898Z Compiling highway v1.3.0
22012026-08-23T06:13:52.153Z Compiling fixedbitset v0.5.7
22022026-08-23T06:13:52.395Z Compiling petgraph v0.8.2
22032026-08-23T06:13:52.505Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-08-23T06:13:53.154Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22052026-08-23T06:13:54.139Z Compiling progenitor v0.10.0
22062026-08-23T06:13:54.308Z Compiling petgraph v0.6.5
22072026-08-23T06:13:54.677Z Compiling libsw v3.5.0
22082026-08-23T06:13:55.032Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-08-23T06:13:56.058Z Compiling olpc-cjson v0.1.4
22102026-08-23T06:13:56.353Z Compiling libgit2-sys v0.17.0+1.8.1
22112026-08-23T06:13:56.638Z Compiling snafu v0.8.9
22122026-08-23T06:13:56.916Z Compiling chrono-tz v0.10.4
22132026-08-23T06:13:57.034Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-08-23T06:13:57.108Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-08-23T06:13:57.389Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-08-23T06:13:57.998Z Compiling papergrid v0.11.0
22172026-08-23T06:13:58.815Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-08-23T06:13:58.937Z Compiling strum v0.28.0
22192026-08-23T06:13:58.951Z Compiling globset v0.4.16
22202026-08-23T06:13:59.080Z Compiling const_format v0.2.34
22212026-08-23T06:13:59.106Z Compiling slog-dtrace v0.3.0
22222026-08-23T06:13:59.419Z Compiling cancel-safe-futures v0.1.5
22232026-08-23T06:13:59.446Z Compiling gethostname v0.5.0
22242026-08-23T06:13:59.733Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22252026-08-23T06:14:00.529Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22262026-08-23T06:14:00.756Z Compiling dropshot-api-manager-types v0.7.2
22272026-08-23T06:14:00.923Z Compiling pem v3.0.5
22282026-08-23T06:14:01.135Z Compiling bcs v0.1.6
22292026-08-23T06:14:01.148Z Compiling serde_plain v1.0.2
22302026-08-23T06:14:01.257Z Compiling cargo-platform v0.1.9
22312026-08-23T06:14:01.327Z Compiling typed-path v0.9.3
22322026-08-23T06:14:01.360Z Compiling linear-map v1.2.0
22332026-08-23T06:14:01.466Z Compiling tagptr v0.2.0
22342026-08-23T06:14:01.939Z Compiling moka v0.12.11
22352026-08-23T06:14:02.713Z Compiling tough v0.20.0
22362026-08-23T06:14:03.137Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22372026-08-23T06:14:03.218Z Compiling cargo_metadata v0.18.1
22382026-08-23T06:14:03.751Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22392026-08-23T06:14:04.797Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22402026-08-23T06:14:04.955Z Compiling tabled v0.15.0
22412026-08-23T06:14:05.126Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-08-23T06:14:05.439Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22432026-08-23T06:14:05.649Z Compiling git2 v0.19.0
22442026-08-23T06:14:06.751Z Compiling steno v0.4.1
22452026-08-23T06:14:08.268Z Compiling hickory-proto v0.25.2
22462026-08-23T06:14:08.329Z Compiling cookie v0.18.1
22472026-08-23T06:14:10.233Z Compiling hickory-resolver v0.25.2
22482026-08-23T06:14:11.222Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-08-23T06:14:12.491Z Compiling vergen v8.3.2
22502026-08-23T06:14:14.177Z Compiling signal-hook v0.4.4
22512026-08-23T06:14:14.933Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22522026-08-23T06:14:15.106Z Compiling mockall_derive v0.14.0
22532026-08-23T06:14:15.337Z Compiling predicates-core v1.0.9
22542026-08-23T06:14:15.562Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22552026-08-23T06:14:15.699Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22562026-08-23T06:14:15.855Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22572026-08-23T06:14:16.133Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22582026-08-23T06:14:16.854Z Compiling sha2 v0.10.9
22592026-08-23T06:14:17.265Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22602026-08-23T06:14:17.593Z Compiling mockall v0.14.0
22612026-08-23T06:14:17.901Z Compiling yansi v1.0.1
22622026-08-23T06:14:17.966Z Compiling diff v0.1.13
22632026-08-23T06:14:18.152Z Compiling pretty_assertions v1.4.1
22642026-08-23T06:14:18.201Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22652026-08-23T06:14:18.433Z Compiling predicates v3.1.3
22662026-08-23T06:14:18.933Z Compiling predicates-tree v1.0.12
22672026-08-23T06:14:19.169Z Compiling fs-err v3.1.2
22682026-08-23T06:14:20.279Z Compiling git-stub v1.0.0
22692026-08-23T06:14:20.572Z Compiling filetime v0.2.26
22702026-08-23T06:14:20.622Z Compiling xattr v1.6.1
22712026-08-23T06:14:20.777Z Compiling is_ci v1.2.0
22722026-08-23T06:14:20.816Z Compiling fragile v2.0.1
22732026-08-23T06:14:20.939Z Compiling downcast v0.11.0
22742026-08-23T06:14:21.112Z Compiling arrayvec v0.7.6
22752026-08-23T06:14:21.146Z Compiling constant_time_eq v0.3.1
22762026-08-23T06:14:21.272Z Compiling arrayref v0.3.9
22772026-08-23T06:14:21.329Z Compiling supports-color v3.0.2
22782026-08-23T06:14:21.357Z Compiling blake3 v1.8.2
22792026-08-23T06:14:21.523Z Compiling toml v0.7.8
22802026-08-23T06:14:21.950Z Compiling tar v0.4.45
22812026-08-23T06:14:22.106Z Compiling git-stub-vcs v0.1.0
22822026-08-23T06:14:22.495Z Compiling curl-sys v0.4.89+curl-8.20.0
22832026-08-23T06:14:22.984Z Compiling signal-hook-tokio v0.4.0
22842026-08-23T06:14:23.280Z Compiling scuffle v0.1.0
22852026-08-23T06:14:24.221Z Compiling drift v0.2.0
22862026-08-23T06:14:24.310Z Compiling kstat-rs v0.2.4
22872026-08-23T06:14:24.638Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22882026-08-23T06:14:24.719Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22892026-08-23T06:14:24.803Z Compiling topological-sort v0.2.2
22902026-08-23T06:14:24.976Z Compiling hex-literal v1.1.0
22912026-08-23T06:14:25.101Z Compiling dropshot-api-manager v0.7.2
22922026-08-23T06:14:25.149Z Compiling omicron-zone-package v0.12.2
22932026-08-23T06:14:25.599Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22942026-08-23T06:14:26.937Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22952026-08-23T06:14:27.676Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22962026-08-23T06:14:28.024Z Compiling curl v0.4.50
22972026-08-23T06:14:28.509Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22982026-08-23T06:14:28.856Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22992026-08-23T06:14:28.940Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23002026-08-23T06:14:29.191Z Compiling iddqd v0.4.5
23012026-08-23T06:14:29.607Z Compiling search_path v0.1.4
23022026-08-23T06:14:30.073Z Compiling internet-checksum v0.2.1
23032026-08-23T06:14:30.086Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23042026-08-23T06:14:30.118Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23052026-08-23T06:14:32.124Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23062026-08-23T06:14:33.737Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23072026-08-23T06:15:22.323Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 23s
23082026-08-23T06:15:22.453Z Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a)
23092026-08-23T06:15:22.458Z
23102026-08-23T06:15:22.458Zrunning 0 tests
23112026-08-23T06:15:22.458Z
23122026-08-23T06:15:22.458Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23132026-08-23T06:15:22.458Z
23142026-08-23T06:15:22.458Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23152026-08-23T06:15:22.462Z
23162026-08-23T06:15:22.462Zrunning 0 tests
23172026-08-23T06:15:22.462Z
23182026-08-23T06:15:22.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23192026-08-23T06:15:22.462Z
23202026-08-23T06:15:22.462Z Running unittests src/lib.rs (target/debug/deps/asic-a0a7892820f1f61b)
23212026-08-23T06:15:22.462Z
23222026-08-23T06:15:22.462Zrunning 0 tests
23232026-08-23T06:15:22.462Z
23242026-08-23T06:15:22.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23252026-08-23T06:15:22.462Z
23262026-08-23T06:15:22.465Z Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c)
23272026-08-23T06:15:22.468Z
23282026-08-23T06:15:22.468Zrunning 4 tests
23292026-08-23T06:15:22.471Ztest nat::tests::test_vni ... ok
23302026-08-23T06:15:22.471Ztest network::tests::test_generate_ipv6_link_local ... ok
23312026-08-23T06:15:22.471Ztest test_purge ... ok
23322026-08-23T06:15:22.474Ztest illumos::test::address_exists_handles_missing_object ... ok
23332026-08-23T06:15:22.474Z
23342026-08-23T06:15:22.474Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23352026-08-23T06:15:22.474Z
23362026-08-23T06:15:22.474Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
23372026-08-23T06:15:22.477Z
23382026-08-23T06:15:22.477Zrunning 1 test
23392026-08-23T06:15:22.480Z -------
23402026-08-23T06:15:22.480Z Generating OpenAPI documents from API definitions ...
23412026-08-23T06:15:22.620Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23422026-08-23T06:15:22.695Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23432026-08-23T06:15:23.779Z -------
23442026-08-23T06:15:23.779Z Checking 13 OpenAPI documents...
23452026-08-23T06:15:23.779Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23462026-08-23T06:15:23.779Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23472026-08-23T06:15:23.779Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23482026-08-23T06:15:23.779Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23492026-08-23T06:15:23.779Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23502026-08-23T06:15:23.782Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23512026-08-23T06:15:23.782Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23522026-08-23T06:15:23.782Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23532026-08-23T06:15:23.782Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23542026-08-23T06:15:23.783Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23552026-08-23T06:15:23.783Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23562026-08-23T06:15:23.783Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23572026-08-23T06:15:23.783Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
23582026-08-23T06:15:23.783Z Fresh dpd "latest" symlink
23592026-08-23T06:15:23.783Z -------
23602026-08-23T06:15:23.783Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
23612026-08-23T06:15:23.850Ztest test::test_apis_up_to_date ... ok
23622026-08-23T06:15:23.850Z
23632026-08-23T06:15:23.850Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s
23642026-08-23T06:15:23.851Z
23652026-08-23T06:15:23.912Z Running unittests src/main.rs (target/debug/deps/dpd-4835e479bf07068c)
23662026-08-23T06:15:23.919Z
23672026-08-23T06:15:23.919Zrunning 34 tests
23682026-08-23T06:15:23.921Ztest freemap::test_ordering ... ok
23692026-08-23T06:15:23.921Ztest config::tests::test_updates ... ok
23702026-08-23T06:15:23.921Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23712026-08-23T06:15:23.921Ztest freemap::test_split ... ok
23722026-08-23T06:15:23.924Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23732026-08-23T06:15:23.925Ztest macaddrs::tests::test_mac_offset ... ok
23742026-08-23T06:15:23.925ZAug 23 06:15:22.582 Aug 23 06:15:22.582DEBG DEBGcreated new freemap created new freemap, unit, :unit :freemap_test freemap_test
23752026-08-23T06:15:23.925Z
23762026-08-23T06:15:23.925ZAug 23 06:15:22.582 DEBG initted freemap. low: 0, size: 128, unitAug 23 06:15:22.582: DEBGfreemap_test
23772026-08-23T06:15:23.925Zinitted freemap. low: 0, size: 128, unitAug 23 06:15:22.582: DEBGfreemap_test reset freemap
23782026-08-23T06:15:23.925Z, unit: freemap_test
23792026-08-23T06:15:23.925Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23802026-08-23T06:15:23.925ZAug 23 06:15:22.582 DEBG reset freemap, unit: freemap_test
23812026-08-23T06:15:23.925Ztest freemap::test_basic ... ok
23822026-08-23T06:15:23.925ZAug 23 06:15:22.582 DEBG created new freemap, unit: freemap_test
23832026-08-23T06:15:23.925ZAug 23 06:15:22.582 DEBG initted freemap. low: 0, size: 128, unit: freemap_testAug 23 06:15:22.582
23842026-08-23T06:15:23.925Z DEBG created new freemap, Aug 23 06:15:22.582unit :DEBG freemap_testreset freemap
23852026-08-23T06:15:23.925Z, unit: freemap_test
23862026-08-23T06:15:23.925ZAug 23 06:15:22.582 DEBG initted freemap. low: 0, size: 128, unit: freemap_test
23872026-08-23T06:15:23.925ZAug 23 06:15:22.583 DEBG reset freemap, unit: freemap_test
23882026-08-23T06:15:23.925Ztest macaddrs::tests::test_parse_port_id ... ok
23892026-08-23T06:15:23.925Ztest freemap::test_exhaustion ... ok
23902026-08-23T06:15:23.925Ztest nat::test_mapping ... ok
23912026-08-23T06:15:23.925Ztest freemap::test_reclaim ... ok
23922026-08-23T06:15:23.925Ztest freemap::test_free ... ok
23932026-08-23T06:15:23.925Ztest port_map::tests::test_backplane_group ... ok
23942026-08-23T06:15:23.925Ztest port_map::tests::test_port_map ... ok
23952026-08-23T06:15:23.925Ztest port_map::tests::dump_map ... ok
23962026-08-23T06:15:23.925ZAug 23 06:15:22.583 DEBG created new freemap, unit: freemap_test
23972026-08-23T06:15:23.925ZAug 23 06:15:22.583 DEBG initted freemap. low: 0, size: 8, unit: freemap_test
23982026-08-23T06:15:23.925ZAug 23 06:15:22.583 DEBG reset freemap, unit: freemap_test
23992026-08-23T06:15:23.925Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24002026-08-23T06:15:23.925ZAug 23 06:15:22.583 DEBG created new freemap, unit: freemap_test
24012026-08-23T06:15:23.926Ztest freemap::test_span ... ok
24022026-08-23T06:15:23.926ZAug 23 06:15:22.583 DEBG initted freemap. low: 0, size: 128, unit: freemap_test
24032026-08-23T06:15:23.926ZAug 23 06:15:22.583 DEBG reset freemap, unit: freemap_test
24042026-08-23T06:15:23.931Ztest port_map::tests::parse_softnpu_revision ... ok
24052026-08-23T06:15:23.931Ztest api_server::tests::test_build_info ... ok
24062026-08-23T06:15:23.931ZAug 23 06:15:22.584 DEBG created new freemap, unit: freemap_route_ipv4
24072026-08-23T06:15:23.931ZAug 23 06:15:22.584 DEBG created new freemap, unit: freemap_route_ipv6
24082026-08-23T06:15:23.931ZAug 23 06:15:22.584 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv4
24092026-08-23T06:15:23.931ZAug 23 06:15:22.584 DEBG reset freemap, unit: freemap_route_ipv4
24102026-08-23T06:15:23.931ZAug 23 06:15:22.584 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv6
24112026-08-23T06:15:23.931ZAug 23 06:15:22.584 DEBG reset freemap, unit: freemap_route_ipv6
24122026-08-23T06:15:23.931ZAug 23 06:15:22.584 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24132026-08-23T06:15:23.931ZAug 23 06:15:22.584 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
24142026-08-23T06:15:23.931ZAug 23 06:15:22.584 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
24152026-08-23T06:15:23.931ZAug 23 06:15:22.584 DEBGAug 23 06:15:22.584 Aug 23 06:15:22.584 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG
24162026-08-23T06:15:23.931Zcreated new freemap Aug 23 06:15:22.584, created new freemapDEBGunitAug 23 06:15:22.584, :unit INFO: freemap_route_ipv4adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24172026-08-23T06:15:23.931Zcreated new freemapfreemap_route_ipv4
24182026-08-23T06:15:23.931Z,
24192026-08-23T06:15:23.931ZunitAug 23 06:15:22.584: DEBGfreemap_route_ipv4 Aug 23 06:15:22.584
24202026-08-23T06:15:23.931Z replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
24212026-08-23T06:15:23.931ZAug 23 06:15:22.584 created new freemapDEBG, Aug 23 06:15:22.584unitAug 23 06:15:22.584:created new freemap , freemap_route_ipv6unitDEBG
24222026-08-23T06:15:23.931ZINFO: adding route 3fff:beef:2::/64 -> 2001:db8::55:ffcreated new freemap ,
24232026-08-23T06:15:23.931ZAug 23 06:15:22.584unit freemap_route_ipv6:
24242026-08-23T06:15:23.931ZDEBG freemap_route_ipv6initted freemap. low: 0, size: 64Aug 23 06:15:22.584,
24252026-08-23T06:15:23.931ZAug 23 06:15:22.584unit: Aug 23 06:15:22.584DEBG freemap_route_ipv4DEBG
24262026-08-23T06:15:23.931Z initted freemap. low: 0, size: 64initted freemap. low: 0, size: 64, Aug 23 06:15:22.584, unitDEBGunit :reset freemap:, unit :freemap_route_ipv4freemap_route_ipv4
24272026-08-23T06:15:23.931Z freemap_route_ipv4
24282026-08-23T06:15:23.931Z
24292026-08-23T06:15:23.931ZAug 23 06:15:22.584 DEBGAug 23 06:15:22.584Aug 23 06:15:22.584 DEBG DEBG reset freemapinitted freemap. low: 0, size: 64, , reset freemapunitunit, ::unit freemap_route_ipv6freemap_route_ipv4
24302026-08-23T06:15:23.931Z:
24312026-08-23T06:15:23.931Z freemap_route_ipv4
24322026-08-23T06:15:23.931ZAug 23 06:15:22.584 DEBG reset freemapAug 23 06:15:22.584Aug 23 06:15:22.584, unitDEBGDEBG :initted freemap. low: 0, size: 64 initted freemap. low: 0, size: 64, freemap_route_ipv6unit
24332026-08-23T06:15:23.931Z, : unitfreemap_route_ipv6:
24342026-08-23T06:15:23.932Z Aug 23 06:15:22.584freemap_route_ipv6
24352026-08-23T06:15:23.932ZINFO Aug 23 06:15:22.584adding route 3fff:dead::/64 -> 2001:db8::55:1
24362026-08-23T06:15:23.932ZDEBG Aug 23 06:15:22.584reset freemap , Aug 23 06:15:22.584DEBG DEBGreset freemap , unitunit:: freemap_route_ipv6freemap_route_ipv6
24372026-08-23T06:15:23.932Z
24382026-08-23T06:15:23.932Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
24392026-08-23T06:15:23.932ZAug 23 06:15:22.584 Aug 23 06:15:22.584Aug 23 06:15:22.584INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
24402026-08-23T06:15:23.932Zadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
24412026-08-23T06:15:23.932Z adding route 3fff:dead::/64 -> 2001:db8::55:1
24422026-08-23T06:15:23.932ZAug 23 06:15:22.584 Aug 23 06:15:22.584DEBG Aug 23 06:15:22.584 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
24432026-08-23T06:15:23.932Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGAug 23 06:15:22.584
24442026-08-23T06:15:23.932Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:15:22.584
24452026-08-23T06:15:23.932Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 23 06:15:22.584
24462026-08-23T06:15:23.932Z created new freemapINFOAug 23 06:15:22.584 Aug 23 06:15:22.584adding route 3fff:dead::/64 -> 2001:db8::55:2
24472026-08-23T06:15:23.932Z, DEBG unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO
24482026-08-23T06:15:23.932Z: adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:15:22.584freemap_route_ipv4
24492026-08-23T06:15:23.932Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
24502026-08-23T06:15:23.932Z
24512026-08-23T06:15:23.932ZAug 23 06:15:22.584 INFOAug 23 06:15:22.584 adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 23 06:15:22.584
24522026-08-23T06:15:23.932Z DEBGAug 23 06:15:22.584INFO Aug 23 06:15:22.584 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBGcreated new freemap
24532026-08-23T06:15:23.932Z, unitreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
24542026-08-23T06:15:23.932Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] freemap_route_ipv6
24552026-08-23T06:15:23.932Z
24562026-08-23T06:15:23.932ZAug 23 06:15:22.584Aug 23 06:15:22.584 DEBGAug 23 06:15:22.584Aug 23 06:15:22.584 INFO INFODEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
24572026-08-23T06:15:23.932Zinitted freemap. low: 0, size: 64adding route 3fff:beef:1::/64 -> 2001:db8::55:ff , adding route 3fff:dead::/64 -> 2001:db8::55:2unit
24582026-08-23T06:15:23.932Z
24592026-08-23T06:15:23.932Z:Aug 23 06:15:22.584 freemap_route_ipv4
24602026-08-23T06:15:23.932ZINFO Aug 23 06:15:22.584adding route 3fff:dead::/64 -> 2001:db8::55:4
24612026-08-23T06:15:23.933ZDEBG Aug 23 06:15:22.584Aug 23 06:15:22.584replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:15:22.584
24622026-08-23T06:15:23.933ZDEBGDEBG DEBGreset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unit
24632026-08-23T06:15:23.933Z:
24642026-08-23T06:15:23.933ZAug 23 06:15:22.584 freemap_route_ipv4
24652026-08-23T06:15:23.933ZINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 23 06:15:22.585
24662026-08-23T06:15:23.933Z INFOAug 23 06:15:22.585 Aug 23 06:15:22.585Aug 23 06:15:22.585DEBG adding route 3fff:beef::/64 -> 2001:db8::55:ff INFOinitted freemap. low: 0, size: 64DEBG
24672026-08-23T06:15:23.933Z, unit :replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24682026-08-23T06:15:23.933Zfreemap_route_ipv6adding route 3fff:beef::/64 -> 2001:db8::55:ff
24692026-08-23T06:15:23.933ZAug 23 06:15:22.585
24702026-08-23T06:15:23.933Z Aug 23 06:15:22.585DEBG Aug 23 06:15:22.585 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
24712026-08-23T06:15:23.933Z DEBG Aug 23 06:15:22.585reset freemapadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24722026-08-23T06:15:23.933Z, DEBGunit Aug 23 06:15:22.585replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: freemap_route_ipv6INFO
24732026-08-23T06:15:23.933Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24742026-08-23T06:15:23.933ZAug 23 06:15:22.585
24752026-08-23T06:15:23.933Z Aug 23 06:15:22.585DEBG Aug 23 06:15:22.585INFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
24762026-08-23T06:15:23.933Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:15:22.585
24772026-08-23T06:15:23.934Zreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24782026-08-23T06:15:23.934Z INFOAug 23 06:15:22.585 Aug 23 06:15:22.585Aug 23 06:15:22.585adding route 3fff:beef:1::/64 -> 2001:db8::55:ff INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24792026-08-23T06:15:23.934Z
24802026-08-23T06:15:23.934ZDEBG
24812026-08-23T06:15:23.934Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
24822026-08-23T06:15:23.934ZAug 23 06:15:22.585 DEBGAug 23 06:15:22.585 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
24832026-08-23T06:15:23.934ZAug 23 06:15:22.585 Aug 23 06:15:22.585 replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
24842026-08-23T06:15:23.934ZAug 23 06:15:22.585DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO
24852026-08-23T06:15:23.934Z Aug 23 06:15:22.585adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24862026-08-23T06:15:23.934Z
24872026-08-23T06:15:23.934ZINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24882026-08-23T06:15:23.935ZAug 23 06:15:22.585Aug 23 06:15:22.585 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 23 06:15:22.585replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24892026-08-23T06:15:23.935Z
24902026-08-23T06:15:23.935ZDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24912026-08-23T06:15:23.935ZAug 23 06:15:22.585Aug 23 06:15:22.585 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.585
24922026-08-23T06:15:23.935Z
24932026-08-23T06:15:23.935Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 23 06:15:22.585
24942026-08-23T06:15:23.935Z INFO Aug 23 06:15:22.585adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24952026-08-23T06:15:23.935ZAug 23 06:15:22.585DEBG DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24962026-08-23T06:15:23.935Zreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.585
24972026-08-23T06:15:23.936Z DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24982026-08-23T06:15:23.936ZAug 23 06:15:22.585 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 23 06:15:22.585
24992026-08-23T06:15:23.936Z INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
25002026-08-23T06:15:23.936ZAug 23 06:15:22.585Aug 23 06:15:22.585 Aug 23 06:15:22.585DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
25012026-08-23T06:15:23.936Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25022026-08-23T06:15:23.936Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25032026-08-23T06:15:23.936ZAug 23 06:15:22.585 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 23 06:15:22.585
25042026-08-23T06:15:23.940Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 23 06:15:22.585
25052026-08-23T06:15:23.940ZAug 23 06:15:22.585 DEBGDEBG Aug 23 06:15:22.585 replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25062026-08-23T06:15:23.940Z
25072026-08-23T06:15:23.940Zreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25082026-08-23T06:15:23.940ZAug 23 06:15:22.585 Aug 23 06:15:22.585INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
25092026-08-23T06:15:23.940Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 23 06:15:22.585
25102026-08-23T06:15:23.940Z INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
25112026-08-23T06:15:23.940ZAug 23 06:15:22.585Aug 23 06:15:22.585 DEBGAug 23 06:15:22.585DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25122026-08-23T06:15:23.940Z
25132026-08-23T06:15:23.940ZDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25142026-08-23T06:15:23.940ZAug 23 06:15:22.585 INFO Aug 23 06:15:22.585adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25152026-08-23T06:15:23.940ZINFO Aug 23 06:15:22.585adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
25162026-08-23T06:15:23.940ZINFOAug 23 06:15:22.585 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG
25172026-08-23T06:15:23.940Z replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.585Aug 23 06:15:22.585 DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25182026-08-23T06:15:23.941Z
25192026-08-23T06:15:23.941Zreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25202026-08-23T06:15:23.941ZAug 23 06:15:22.585Aug 23 06:15:22.585 Aug 23 06:15:22.585 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO
25212026-08-23T06:15:23.941Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
25222026-08-23T06:15:23.941Z
25232026-08-23T06:15:23.941ZAug 23 06:15:22.585Aug 23 06:15:22.585 DEBGDEBGAug 23 06:15:22.585 replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25242026-08-23T06:15:23.941Z
25252026-08-23T06:15:23.941Z DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25262026-08-23T06:15:23.941ZAug 23 06:15:22.585 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 23 06:15:22.585
25272026-08-23T06:15:23.941Z INFO Aug 23 06:15:22.585adding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 23 06:15:22.585
25282026-08-23T06:15:23.941ZINFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
25292026-08-23T06:15:23.941ZAug 23 06:15:22.585replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25302026-08-23T06:15:23.941ZDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.585
25312026-08-23T06:15:23.941Z DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25322026-08-23T06:15:23.941ZAug 23 06:15:22.585 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 23 06:15:22.585
25332026-08-23T06:15:23.942ZAug 23 06:15:22.585 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
25342026-08-23T06:15:23.942Z
25352026-08-23T06:15:23.942ZAug 23 06:15:22.585Aug 23 06:15:22.585Aug 23 06:15:22.585 DEBGDEBG DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25362026-08-23T06:15:23.942Z
25372026-08-23T06:15:23.942Z
25382026-08-23T06:15:23.942ZAug 23 06:15:22.585Aug 23 06:15:22.585 INFOINFOAug 23 06:15:22.585 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO
25392026-08-23T06:15:23.942Z
25402026-08-23T06:15:23.942Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
25412026-08-23T06:15:23.942ZAug 23 06:15:22.585 Aug 23 06:15:22.585DEBG DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25422026-08-23T06:15:23.942Zreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25432026-08-23T06:15:23.942ZAug 23 06:15:22.585 Aug 23 06:15:22.585Aug 23 06:15:22.585 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
25442026-08-23T06:15:23.942Z
25452026-08-23T06:15:23.942Z replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25462026-08-23T06:15:23.942ZAug 23 06:15:22.585Aug 23 06:15:22.585 DEBGDEBGAug 23 06:15:22.585 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25472026-08-23T06:15:23.942ZINFO
25482026-08-23T06:15:23.943Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
25492026-08-23T06:15:23.943ZAug 23 06:15:22.585 INFO Aug 23 06:15:22.585adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
25502026-08-23T06:15:23.943ZDEBGAug 23 06:15:22.585 replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
25512026-08-23T06:15:23.943Z Aug 23 06:15:22.585adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
25522026-08-23T06:15:23.943ZDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25532026-08-23T06:15:23.943ZAug 23 06:15:22.585 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 23 06:15:22.585
25542026-08-23T06:15:23.943Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 23 06:15:22.585
25552026-08-23T06:15:23.943Z DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25562026-08-23T06:15:23.943ZAug 23 06:15:22.585 DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.585
25572026-08-23T06:15:23.943Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
25582026-08-23T06:15:23.943ZAug 23 06:15:22.585 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 23 06:15:22.585
25592026-08-23T06:15:23.943Z DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25602026-08-23T06:15:23.943ZAug 23 06:15:22.585 DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.585
25612026-08-23T06:15:23.943Z INFOAug 23 06:15:22.585 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO
25622026-08-23T06:15:23.943Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
25632026-08-23T06:15:23.943ZAug 23 06:15:22.585 DEBGAug 23 06:15:22.585 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25642026-08-23T06:15:23.943Z replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25652026-08-23T06:15:23.943ZAug 23 06:15:22.585 INFOAug 23 06:15:22.585 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
25662026-08-23T06:15:23.943Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
25672026-08-23T06:15:23.943ZAug 23 06:15:22.585Aug 23 06:15:22.585 DEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25682026-08-23T06:15:23.943Z
25692026-08-23T06:15:23.943ZAug 23 06:15:22.585Aug 23 06:15:22.585 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
25702026-08-23T06:15:23.943Z
25712026-08-23T06:15:23.943ZAug 23 06:15:22.585Aug 23 06:15:22.585Aug 23 06:15:22.585 DEBGDEBG DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25722026-08-23T06:15:23.943Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25732026-08-23T06:15:23.943Z
25742026-08-23T06:15:23.943ZAug 23 06:15:22.585 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
25752026-08-23T06:15:23.943ZAug 23 06:15:22.585 INFO Aug 23 06:15:22.585adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
25762026-08-23T06:15:23.943ZDEBG Aug 23 06:15:22.585replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25772026-08-23T06:15:23.943ZINFOAug 23 06:15:22.585 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
25782026-08-23T06:15:23.943Z replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25792026-08-23T06:15:23.943ZAug 23 06:15:22.585 INFO Aug 23 06:15:22.585Aug 23 06:15:22.585 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG
25802026-08-23T06:15:23.944Z replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
25812026-08-23T06:15:23.944Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 23 06:15:22.585
25822026-08-23T06:15:23.944Z DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.585
25832026-08-23T06:15:23.944Z Aug 23 06:15:22.585INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
25842026-08-23T06:15:23.944Zreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.585
25852026-08-23T06:15:23.944Z INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
25862026-08-23T06:15:23.944ZAug 23 06:15:22.585 Aug 23 06:15:22.585DEBG Aug 23 06:15:22.585INFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
25872026-08-23T06:15:23.944Z
25882026-08-23T06:15:23.944Zreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25892026-08-23T06:15:23.944ZAug 23 06:15:22.585Aug 23 06:15:22.585 Aug 23 06:15:22.585 DEBGINFO INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25902026-08-23T06:15:23.944Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
25912026-08-23T06:15:23.945Z
25922026-08-23T06:15:23.945ZAug 23 06:15:22.585 Aug 23 06:15:22.585Aug 23 06:15:22.585 DEBGDEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
25932026-08-23T06:15:23.945Z
25942026-08-23T06:15:23.945Z
25952026-08-23T06:15:23.945ZAug 23 06:15:22.585Aug 23 06:15:22.585 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
25962026-08-23T06:15:23.945ZAug 23 06:15:22.585
25972026-08-23T06:15:23.945Z DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25982026-08-23T06:15:23.945ZAug 23 06:15:22.585Aug 23 06:15:22.585 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25992026-08-23T06:15:23.945ZAug 23 06:15:22.585
26002026-08-23T06:15:23.945Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 23 06:15:22.585
26012026-08-23T06:15:23.945Z Aug 23 06:15:22.585INFO INFOAug 23 06:15:22.585adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26022026-08-23T06:15:23.945ZDEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26032026-08-23T06:15:23.945Z
26042026-08-23T06:15:23.949ZAug 23 06:15:22.585 DEBG Aug 23 06:15:22.585replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26052026-08-23T06:15:23.949ZINFO Aug 23 06:15:22.585adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26062026-08-23T06:15:23.949ZAug 23 06:15:22.585DEBG INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:15:22.585
26072026-08-23T06:15:23.949Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26082026-08-23T06:15:23.949ZDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26092026-08-23T06:15:23.949ZAug 23 06:15:22.585 Aug 23 06:15:22.585Aug 23 06:15:22.585 INFODEBGINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26102026-08-23T06:15:23.949Z
26112026-08-23T06:15:23.949ZAug 23 06:15:22.585 DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26122026-08-23T06:15:23.949ZAug 23 06:15:22.585 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26132026-08-23T06:15:23.949ZAug 23 06:15:22.585 INFOAug 23 06:15:22.585replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
26142026-08-23T06:15:23.949Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
26152026-08-23T06:15:23.949Z
26162026-08-23T06:15:23.949ZAug 23 06:15:22.585Aug 23 06:15:22.585 DEBGAug 23 06:15:22.585DEBG INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26172026-08-23T06:15:23.949Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26182026-08-23T06:15:23.949ZAug 23 06:15:22.585 Aug 23 06:15:22.585INFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
26192026-08-23T06:15:23.949Zreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26202026-08-23T06:15:23.949ZAug 23 06:15:22.585Aug 23 06:15:22.585 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
26212026-08-23T06:15:23.949Z
26222026-08-23T06:15:23.949ZAug 23 06:15:22.585Aug 23 06:15:22.585 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26232026-08-23T06:15:23.950Z
26242026-08-23T06:15:23.950ZAug 23 06:15:22.585 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26252026-08-23T06:15:23.950ZAug 23 06:15:22.585 Aug 23 06:15:22.585INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26262026-08-23T06:15:23.950Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
26272026-08-23T06:15:23.950ZAug 23 06:15:22.585 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26282026-08-23T06:15:23.950ZAug 23 06:15:22.585 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.585
26292026-08-23T06:15:23.950Z INFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
26302026-08-23T06:15:23.950Z
26312026-08-23T06:15:23.950ZAug 23 06:15:22.585 INFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
26322026-08-23T06:15:23.950Z
26332026-08-23T06:15:23.950ZAug 23 06:15:22.585Aug 23 06:15:22.585 INFODEBGAug 23 06:15:22.585 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26342026-08-23T06:15:23.950ZINFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26352026-08-23T06:15:23.950Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
26362026-08-23T06:15:23.950ZAug 23 06:15:22.585Aug 23 06:15:22.585 INFOAug 23 06:15:22.585DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
26372026-08-23T06:15:23.950Z replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26382026-08-23T06:15:23.950Z
26392026-08-23T06:15:23.950ZAug 23 06:15:22.585Aug 23 06:15:22.585Aug 23 06:15:22.585 INFO INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
26402026-08-23T06:15:23.950Z replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
26412026-08-23T06:15:23.950Z
26422026-08-23T06:15:23.950ZAug 23 06:15:22.585 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.585
26432026-08-23T06:15:23.950Z Aug 23 06:15:22.585DEBG INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.585 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO
26442026-08-23T06:15:23.951Z
26452026-08-23T06:15:23.951Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
26462026-08-23T06:15:23.951ZAug 23 06:15:22.585Aug 23 06:15:22.585 DEBGINFO Aug 23 06:15:22.585adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26472026-08-23T06:15:23.951ZDEBG
26482026-08-23T06:15:23.951Z replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26492026-08-23T06:15:23.951ZAug 23 06:15:22.585Aug 23 06:15:22.585 Aug 23 06:15:22.585INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26502026-08-23T06:15:23.951Z
26512026-08-23T06:15:23.951Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
26522026-08-23T06:15:23.951ZAug 23 06:15:22.585Aug 23 06:15:22.585Aug 23 06:15:22.585 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26532026-08-23T06:15:23.951Z
26542026-08-23T06:15:23.951Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26552026-08-23T06:15:23.951ZAug 23 06:15:22.585Aug 23 06:15:22.585 INFODEBG Aug 23 06:15:22.585adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
26562026-08-23T06:15:23.951Z INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26572026-08-23T06:15:23.951Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 23 06:15:22.585
26582026-08-23T06:15:23.951Z DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.585
26592026-08-23T06:15:23.951ZAug 23 06:15:22.585 DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.585adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
26602026-08-23T06:15:23.951Z
26612026-08-23T06:15:23.951ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
26622026-08-23T06:15:23.951ZAug 23 06:15:22.585 Aug 23 06:15:22.585DEBGAug 23 06:15:22.585 INFO DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26632026-08-23T06:15:23.951Zreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
26642026-08-23T06:15:23.951Z
26652026-08-23T06:15:23.951ZAug 23 06:15:22.585Aug 23 06:15:22.585 Aug 23 06:15:22.585 INFO INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
26662026-08-23T06:15:23.951Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26672026-08-23T06:15:23.951Z
26682026-08-23T06:15:23.951ZAug 23 06:15:22.585 DEBGAug 23 06:15:22.585 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.585DEBG
26692026-08-23T06:15:23.951Zreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26702026-08-23T06:15:23.951Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
26712026-08-23T06:15:23.951ZAug 23 06:15:22.585 INFOAug 23 06:15:22.585 Aug 23 06:15:22.585INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
26722026-08-23T06:15:23.951Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
26732026-08-23T06:15:23.951Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26742026-08-23T06:15:23.951ZAug 23 06:15:22.585Aug 23 06:15:22.585 Aug 23 06:15:22.585DEBG DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26752026-08-23T06:15:23.951Z
26762026-08-23T06:15:23.951Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
26772026-08-23T06:15:23.951ZAug 23 06:15:22.585Aug 23 06:15:22.585 INFOAug 23 06:15:22.585INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
26782026-08-23T06:15:23.951Z
26792026-08-23T06:15:23.952Zreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26802026-08-23T06:15:23.952ZAug 23 06:15:22.585Aug 23 06:15:22.585 DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.585
26812026-08-23T06:15:23.952Z
26822026-08-23T06:15:23.952ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
26832026-08-23T06:15:23.952ZAug 23 06:15:22.585Aug 23 06:15:22.585 Aug 23 06:15:22.585INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
26842026-08-23T06:15:23.952Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26852026-08-23T06:15:23.952ZAug 23 06:15:22.586 Aug 23 06:15:22.586DEBG INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26862026-08-23T06:15:23.952Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
26872026-08-23T06:15:23.952ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
26882026-08-23T06:15:23.952ZAug 23 06:15:22.586Aug 23 06:15:22.586Aug 23 06:15:22.586 DEBG DEBGAug 23 06:15:22.586replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
26892026-08-23T06:15:23.952Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff DEBG
26902026-08-23T06:15:23.952ZAug 23 06:15:22.586 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:15:22.586 INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 23 06:15:22.586
26912026-08-23T06:15:23.952Z
26922026-08-23T06:15:23.952Z DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ffcreated new freemap
26932026-08-23T06:15:23.952Z, unitreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
26942026-08-23T06:15:23.953Zfreemap_route_ipv4Aug 23 06:15:22.586
26952026-08-23T06:15:23.953ZAug 23 06:15:22.586 INFOAug 23 06:15:22.586 INFOAug 23 06:15:22.586adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
26962026-08-23T06:15:23.953Z DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 23 06:15:22.586
26972026-08-23T06:15:23.953Z INFO created new freemapAug 23 06:15:22.586, adding route 3fff:beef:24::/64 -> 2001:db8::55:ffunitDEBG
26982026-08-23T06:15:23.953Z:Aug 23 06:15:22.586DEBG DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6
26992026-08-23T06:15:23.954Zreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27002026-08-23T06:15:23.954Z
27012026-08-23T06:15:23.954Zreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.586
27022026-08-23T06:15:23.954ZDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27032026-08-23T06:15:23.954ZAug 23 06:15:22.586 Aug 23 06:15:22.586Aug 23 06:15:22.586INFOAug 23 06:15:22.586Aug 23 06:15:22.586 INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO
27042026-08-23T06:15:23.958Z
27052026-08-23T06:15:23.958Z initted freemap. low: 0, size: 64
27062026-08-23T06:15:23.958Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
27072026-08-23T06:15:23.958Z, unit:Aug 23 06:15:22.586 Aug 23 06:15:22.586Aug 23 06:15:22.586DEBGfreemap_route_ipv4 Aug 23 06:15:22.586
27082026-08-23T06:15:23.958Zreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
27092026-08-23T06:15:23.958ZDEBGDEBG Aug 23 06:15:22.586 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:15:22.586DEBG
27102026-08-23T06:15:23.958Zreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27112026-08-23T06:15:23.958Z
27122026-08-23T06:15:23.958Z reset freemap, unitINFO:Aug 23 06:15:22.586Aug 23 06:15:22.586 freemap_route_ipv4adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO
27132026-08-23T06:15:23.958Z INFO
27142026-08-23T06:15:23.958Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 23 06:15:22.586
27152026-08-23T06:15:23.959Z DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffinitted freemap. low: 0, size: 64Aug 23 06:15:22.586,
27162026-08-23T06:15:23.959Z Aug 23 06:15:22.586DEBGunit replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27172026-08-23T06:15:23.959Z: freemap_route_ipv6replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.586
27182026-08-23T06:15:23.959Z Aug 23 06:15:22.586
27192026-08-23T06:15:23.959ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBGAug 23 06:15:22.586
27202026-08-23T06:15:23.959Z Aug 23 06:15:22.586DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27212026-08-23T06:15:23.959Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 23 06:15:22.586reset freemap Aug 23 06:15:22.586, DEBG
27222026-08-23T06:15:23.959ZINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
27232026-08-23T06:15:23.959Z:adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27242026-08-23T06:15:23.959Zfreemap_route_ipv6Aug 23 06:15:22.586
27252026-08-23T06:15:23.959Z INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 23 06:15:22.586Aug 23 06:15:22.586 DEBG Aug 23 06:15:22.586replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27262026-08-23T06:15:23.959ZINFO adding route 172.16.0.0/32 -> 10.0.0.1
27272026-08-23T06:15:23.959Z Aug 23 06:15:22.586DEBG Aug 23 06:15:22.586INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
27282026-08-23T06:15:23.959Z replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
27292026-08-23T06:15:23.959Z
27302026-08-23T06:15:23.959ZAug 23 06:15:22.586 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.586
27312026-08-23T06:15:23.959Z Aug 23 06:15:22.586DEBG INFOAug 23 06:15:22.586 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
27322026-08-23T06:15:23.960Z
27332026-08-23T06:15:23.960ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
27342026-08-23T06:15:23.960ZAug 23 06:15:22.586Aug 23 06:15:22.586 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27352026-08-23T06:15:23.960Z
27362026-08-23T06:15:23.960ZAug 23 06:15:22.586Aug 23 06:15:22.586 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
27372026-08-23T06:15:23.960Z
27382026-08-23T06:15:23.960ZAug 23 06:15:22.586Aug 23 06:15:22.586 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27392026-08-23T06:15:23.960Z
27402026-08-23T06:15:23.960ZAug 23 06:15:22.586Aug 23 06:15:22.586 INFO INFOAug 23 06:15:22.586 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO
27412026-08-23T06:15:23.960Z
27422026-08-23T06:15:23.960Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
27432026-08-23T06:15:23.960ZAug 23 06:15:22.586Aug 23 06:15:22.586 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.586
27442026-08-23T06:15:23.960Z DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27452026-08-23T06:15:23.961ZAug 23 06:15:22.586 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 23 06:15:22.586
27462026-08-23T06:15:23.961Z INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
27472026-08-23T06:15:23.961Z Aug 23 06:15:22.586replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27482026-08-23T06:15:23.961ZDEBG Aug 23 06:15:22.586replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27492026-08-23T06:15:23.961ZDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27502026-08-23T06:15:23.961Ztest route::tests::grow_succeeds ... ok
27512026-08-23T06:15:23.961ZAug 23 06:15:22.586Aug 23 06:15:22.586 Aug 23 06:15:22.586INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
27522026-08-23T06:15:23.961Z
27532026-08-23T06:15:23.961Z Aug 23 06:15:22.586Aug 23 06:15:22.586 DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
27542026-08-23T06:15:23.961Zreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27552026-08-23T06:15:23.961Zreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27562026-08-23T06:15:23.961ZAug 23 06:15:22.586 Aug 23 06:15:22.586DEBG INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27572026-08-23T06:15:23.961Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
27582026-08-23T06:15:23.961ZAug 23 06:15:22.586 INFOAug 23 06:15:22.586 Aug 23 06:15:22.586INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
27592026-08-23T06:15:23.961Z
27602026-08-23T06:15:23.961Zreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27612026-08-23T06:15:23.964ZAug 23 06:15:22.586 DEBGAug 23 06:15:22.586Aug 23 06:15:22.586 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27622026-08-23T06:15:23.964Z
27632026-08-23T06:15:23.964Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
27642026-08-23T06:15:23.964ZAug 23 06:15:22.586Aug 23 06:15:22.586 Aug 23 06:15:22.586INFO INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27652026-08-23T06:15:23.964Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
27662026-08-23T06:15:23.964Z
27672026-08-23T06:15:23.964Z
27682026-08-23T06:15:23.964ZAug 23 06:15:22.586Aug 23 06:15:22.586 INFOAug 23 06:15:22.586 DEBGDEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
27692026-08-23T06:15:23.965Zreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27702026-08-23T06:15:23.965Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27712026-08-23T06:15:23.965ZAug 23 06:15:22.586 Aug 23 06:15:22.586DEBGAug 23 06:15:22.586 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
27722026-08-23T06:15:23.965ZINFOAug 23 06:15:22.586 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
27732026-08-23T06:15:23.966Z
27742026-08-23T06:15:23.966ZDEBG Aug 23 06:15:22.586replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.586 Aug 23 06:15:22.586INFO
27752026-08-23T06:15:23.966Z DEBG DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27762026-08-23T06:15:23.966Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
27772026-08-23T06:15:23.966Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.586
27782026-08-23T06:15:23.966Z Aug 23 06:15:22.586INFO Aug 23 06:15:22.586Aug 23 06:15:22.586DEBG INFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27792026-08-23T06:15:23.966ZINFO
27802026-08-23T06:15:23.966Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
27812026-08-23T06:15:23.966Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
27822026-08-23T06:15:23.966ZAug 23 06:15:22.586Aug 23 06:15:22.586 Aug 23 06:15:22.586 DEBG DEBGINFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27832026-08-23T06:15:23.966Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.586adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
27842026-08-23T06:15:23.966ZDEBG
27852026-08-23T06:15:23.966ZAug 23 06:15:22.586 INFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 23 06:15:22.586
27862026-08-23T06:15:23.966ZAug 23 06:15:22.586
27872026-08-23T06:15:23.966Z DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
27882026-08-23T06:15:23.966Z
27892026-08-23T06:15:23.966ZAug 23 06:15:22.586Aug 23 06:15:22.586 Aug 23 06:15:22.586DEBG INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.586 DEBG
27902026-08-23T06:15:23.966Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27912026-08-23T06:15:23.966ZINFO
27922026-08-23T06:15:23.966Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
27932026-08-23T06:15:23.966ZAug 23 06:15:22.586Aug 23 06:15:22.586 Aug 23 06:15:22.586Aug 23 06:15:22.586 DEBG INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
27942026-08-23T06:15:23.966Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27952026-08-23T06:15:23.966Z
27962026-08-23T06:15:23.966Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 23 06:15:22.586
27972026-08-23T06:15:23.966Z Aug 23 06:15:22.586DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.586INFO
27982026-08-23T06:15:23.966ZINFO Aug 23 06:15:22.586adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
27992026-08-23T06:15:23.966Z
28002026-08-23T06:15:23.966ZAug 23 06:15:22.586DEBG Aug 23 06:15:22.586replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
28012026-08-23T06:15:23.966ZAug 23 06:15:22.586 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
28022026-08-23T06:15:23.966Z DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.586
28032026-08-23T06:15:23.966Z Aug 23 06:15:22.586INFO
28042026-08-23T06:15:23.970ZDEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
28052026-08-23T06:15:23.970Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28062026-08-23T06:15:23.970ZAug 23 06:15:22.586Aug 23 06:15:22.586Aug 23 06:15:22.586 INFOINFOAug 23 06:15:22.586 DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
28072026-08-23T06:15:23.970Z
28082026-08-23T06:15:23.970ZINFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
28092026-08-23T06:15:23.970Z
28102026-08-23T06:15:23.970ZAug 23 06:15:22.586Aug 23 06:15:22.586Aug 23 06:15:22.586Aug 23 06:15:22.586 DEBG DEBG INFODEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28112026-08-23T06:15:23.970Z
28122026-08-23T06:15:23.970Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28132026-08-23T06:15:23.970Z
28142026-08-23T06:15:23.970ZAug 23 06:15:22.586Aug 23 06:15:22.586 Aug 23 06:15:22.586Aug 23 06:15:22.586 INFOINFO INFODEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
28152026-08-23T06:15:23.970Z
28162026-08-23T06:15:23.971Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28172026-08-23T06:15:23.971Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
28182026-08-23T06:15:23.971ZAug 23 06:15:22.586Aug 23 06:15:22.586Aug 23 06:15:22.586 Aug 23 06:15:22.586INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
28192026-08-23T06:15:23.971ZDEBG DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28202026-08-23T06:15:23.971Zreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28212026-08-23T06:15:23.971Z
28222026-08-23T06:15:23.971ZAug 23 06:15:22.586 Aug 23 06:15:22.586Aug 23 06:15:22.586Aug 23 06:15:22.586 DEBG INFOINFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
28232026-08-23T06:15:23.971Zreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28242026-08-23T06:15:23.971Z
28252026-08-23T06:15:23.971Z Aug 23 06:15:22.586adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 23 06:15:22.586Aug 23 06:15:22.586
28262026-08-23T06:15:23.971Z INFO DEBGDEBG Aug 23 06:15:22.586 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28272026-08-23T06:15:23.971Z
28282026-08-23T06:15:23.971Zreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
28292026-08-23T06:15:23.971ZAug 23 06:15:22.586
28302026-08-23T06:15:23.971Z Aug 23 06:15:22.586INFOAug 23 06:15:22.586 Aug 23 06:15:22.586 DEBGINFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
28312026-08-23T06:15:23.971Z
28322026-08-23T06:15:23.971Z
28332026-08-23T06:15:23.971Z replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28342026-08-23T06:15:23.971ZAug 23 06:15:22.586 Aug 23 06:15:22.586Aug 23 06:15:22.586Aug 23 06:15:22.586DEBG DEBGreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28352026-08-23T06:15:23.971ZDEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28362026-08-23T06:15:23.971Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 23 06:15:22.586
28372026-08-23T06:15:23.971Z replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28382026-08-23T06:15:23.973Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 23 06:15:22.586
28392026-08-23T06:15:23.973Z Aug 23 06:15:22.586INFO Aug 23 06:15:22.586INFOAug 23 06:15:22.586 DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28402026-08-23T06:15:23.973Z replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28412026-08-23T06:15:23.973Z
28422026-08-23T06:15:23.973Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
28432026-08-23T06:15:23.973ZAug 23 06:15:22.586Aug 23 06:15:22.586Aug 23 06:15:22.586 INFODEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
28442026-08-23T06:15:23.973Z
28452026-08-23T06:15:23.973Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 23 06:15:22.586
28462026-08-23T06:15:23.973ZAug 23 06:15:22.586 INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 23 06:15:22.586Aug 23 06:15:22.586
28472026-08-23T06:15:23.973Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG DEBG
28482026-08-23T06:15:23.973ZAug 23 06:15:22.586 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28492026-08-23T06:15:23.973Z
28502026-08-23T06:15:23.973Z Aug 23 06:15:22.586DEBG INFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28512026-08-23T06:15:23.973Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 23 06:15:22.586
28522026-08-23T06:15:23.973Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 23 06:15:22.586
28532026-08-23T06:15:23.973Z INFOAug 23 06:15:22.586Aug 23 06:15:22.586 DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 23 06:15:22.586INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28542026-08-23T06:15:23.973Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
28552026-08-23T06:15:23.973Z
28562026-08-23T06:15:23.973ZDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28572026-08-23T06:15:23.973ZAug 23 06:15:22.586 Aug 23 06:15:22.586Aug 23 06:15:22.586Aug 23 06:15:22.586 INFODEBG INFODEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
28582026-08-23T06:15:23.973Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28592026-08-23T06:15:23.973Z
28602026-08-23T06:15:23.973ZAug 23 06:15:22.586adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
28612026-08-23T06:15:23.975ZDEBG Aug 23 06:15:22.586replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:15:22.586
28622026-08-23T06:15:23.975ZINFO Aug 23 06:15:22.586adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
28632026-08-23T06:15:23.975Z Aug 23 06:15:22.586replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28642026-08-23T06:15:23.975ZINFO INFO Aug 23 06:15:22.586 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
28652026-08-23T06:15:23.975Z replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28662026-08-23T06:15:23.975Ztest route::tests::rollback_on_compact_delete_failure ... ok
28672026-08-23T06:15:23.975Z
28682026-08-23T06:15:23.975ZAug 23 06:15:22.586Aug 23 06:15:22.586 Aug 23 06:15:22.586INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 23 06:15:22.586replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGINFO
28692026-08-23T06:15:23.975Z
28702026-08-23T06:15:23.975Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
28712026-08-23T06:15:23.975Z
28722026-08-23T06:15:23.975ZAug 23 06:15:22.586Aug 23 06:15:22.586 DEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
28732026-08-23T06:15:23.975Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
28742026-08-23T06:15:23.975ZAug 23 06:15:22.586
28752026-08-23T06:15:23.975Z Aug 23 06:15:22.586 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]failed to allocate space for the new target listAug 23 06:15:22.586
28762026-08-23T06:15:23.976ZAug 23 06:15:22.586
28772026-08-23T06:15:23.976Z DEBG INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 23 06:15:22.587 DEBGAug 23 06:15:22.587 created new freemap
28782026-08-23T06:15:23.976Z, DEBGunit
28792026-08-23T06:15:23.976Z:created new freemap freemap_route_ipv4,
28802026-08-23T06:15:23.976Zunit:Aug 23 06:15:22.586Aug 23 06:15:22.589 DEBG INFO created new freemapfreemap_route_ipv4Aug 23 06:15:22.589,
28812026-08-23T06:15:23.976ZAug 23 06:15:22.587unitDEBG: Aug 23 06:15:22.589DEBG freemap_route_ipv4 DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffcreated new freemap
28822026-08-23T06:15:23.976Z Aug 23 06:15:22.589created new freemap, , unitDEBG: created new freemapfreemap_route_ipv4unit,
28832026-08-23T06:15:23.976Z:unitAug 23 06:15:22.589: freemap_route_ipv6
28842026-08-23T06:15:23.976Z DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemapfreemap_route_ipv6, Aug 23 06:15:22.589
28852026-08-23T06:15:23.977Z
28862026-08-23T06:15:23.977Z
28872026-08-23T06:15:23.977ZunitAug 23 06:15:22.589 DEBG initted freemap. low: 0, size: 64, unit :DEBG freemap_route_ipv4created new freemap
28882026-08-23T06:15:23.977Z, unit:Aug 23 06:15:22.589 Aug 23 06:15:22.589 freemap_route_ipv6DEBG
28892026-08-23T06:15:23.977Z: freemap_route_ipv6DEBG
28902026-08-23T06:15:23.977Zinitted freemap. low: 0, size: 64 , Aug 23 06:15:22.589unitreset freemapAug 23 06:15:22.589: , freemap_route_ipv4unit
28912026-08-23T06:15:23.977ZDEBG:DEBG initted freemap. low: 0, size: 64freemap_route_ipv4,
28922026-08-23T06:15:23.977Zunit :initted freemap. low: 0, size: 64 , Aug 23 06:15:22.589unitAug 23 06:15:22.589 freemap_route_ipv4:
28932026-08-23T06:15:23.977Z DEBGDEBG reset freemapinitted freemap. low: 0, size: 64 , Aug 23 06:15:22.589freemap_route_ipv4 , DEBGunitunit::
28942026-08-23T06:15:23.977Z reset freemapfreemap_route_ipv4,
28952026-08-23T06:15:23.977Zunitfreemap_route_ipv6:
28962026-08-23T06:15:23.977ZAug 23 06:15:22.589 freemap_route_ipv4Aug 23 06:15:22.589
28972026-08-23T06:15:23.977ZDEBG initted freemap. low: 0, size: 64Aug 23 06:15:22.589, unitDEBG:DEBGAug 23 06:15:22.589 reset freemap , freemap_route_ipv6reset freemap
28982026-08-23T06:15:23.977ZDEBGunit, unitinitted freemap. low: 0, size: 64:, :unit : freemap_route_ipv6freemap_route_ipv6freemap_route_ipv4
28992026-08-23T06:15:23.977Z
29002026-08-23T06:15:23.977Z
29012026-08-23T06:15:23.977ZAug 23 06:15:22.589Aug 23 06:15:22.589 DEBGAug 23 06:15:22.589Aug 23 06:15:22.586 Aug 23 06:15:22.589 reset freemap DEBG , INFOAug 23 06:15:22.589DEBG unitadding route 3fff:dead::/64 -> 2001:db8::55:1:DEBG
29022026-08-23T06:15:23.977Zreset freemap freemap_route_ipv6
29032026-08-23T06:15:23.977ZINFOinitted freemap. low: 0, size: 64, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]:Aug 23 06:15:22.589
29042026-08-23T06:15:23.983ZDEBG, freemap_route_ipv6
29052026-08-23T06:15:23.983Zunit: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv6Aug 23 06:15:22.589Aug 23 06:15:22.589
29062026-08-23T06:15:23.983Z
29072026-08-23T06:15:23.983Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
29082026-08-23T06:15:23.983Z Aug 23 06:15:22.589adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 23 06:15:22.589
29092026-08-23T06:15:23.983ZAug 23 06:15:22.589adding route 3fff:beef:35::/64 -> 2001:db8::55:ff INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
29102026-08-23T06:15:23.983ZAug 23 06:15:22.589adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
29112026-08-23T06:15:23.983Z
29122026-08-23T06:15:23.983Z DEBGreset freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:15:22.589
29132026-08-23T06:15:23.983Z, INFOAug 23 06:15:22.589unit Aug 23 06:15:22.589DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
29142026-08-23T06:15:23.983Z:
29152026-08-23T06:15:23.983ZAug 23 06:15:22.589 DEBG INFOAug 23 06:15:22.589 freemap_route_ipv6DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 23 06:15:22.589replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
29162026-08-23T06:15:23.983Z
29172026-08-23T06:15:23.983Z
29182026-08-23T06:15:23.984Z replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
29192026-08-23T06:15:23.984Z Aug 23 06:15:22.589adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBGAug 23 06:15:22.589
29202026-08-23T06:15:23.984Z Aug 23 06:15:22.589INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 23 06:15:22.589
29212026-08-23T06:15:23.984Zadding route 3fff:dead::/64 -> 2001:db8::55:1
29222026-08-23T06:15:23.984ZINFOAug 23 06:15:22.589 INFOAug 23 06:15:22.589adding route 3fff:beef:36::/64 -> 2001:db8::55:ff Aug 23 06:15:22.589 adding route 3fff:dead::/64 -> 2001:db8::55:1
29232026-08-23T06:15:23.984Z
29242026-08-23T06:15:23.984ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
29252026-08-23T06:15:23.984ZINFO Aug 23 06:15:22.589Aug 23 06:15:22.589replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
29262026-08-23T06:15:23.985Z Aug 23 06:15:22.589
29272026-08-23T06:15:23.985ZDEBG INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
29282026-08-23T06:15:23.985ZAug 23 06:15:22.589Aug 23 06:15:22.589 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
29292026-08-23T06:15:23.985Z
29302026-08-23T06:15:23.985Z
29312026-08-23T06:15:23.985ZAug 23 06:15:22.589 Aug 23 06:15:22.589DEBG Aug 23 06:15:22.589DEBGAug 23 06:15:22.589 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
29322026-08-23T06:15:23.985ZINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
29332026-08-23T06:15:23.985ZAug 23 06:15:22.589adding route 3fff:dead::/64 -> 2001:db8::55:2 INFO
29342026-08-23T06:15:23.985Z
29352026-08-23T06:15:23.985Z adding route 3fff:beef::/64 -> 2001:db8::55:ff
29362026-08-23T06:15:23.985Z
29372026-08-23T06:15:23.985ZAug 23 06:15:22.589 Aug 23 06:15:22.589INFO Aug 23 06:15:22.589DEBGAug 23 06:15:22.589 DEBGAug 23 06:15:22.589replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
29382026-08-23T06:15:23.987ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
29392026-08-23T06:15:23.987Z
29402026-08-23T06:15:23.987Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
29412026-08-23T06:15:23.987Zreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29422026-08-23T06:15:23.987ZAug 23 06:15:22.589 Aug 23 06:15:22.589 Aug 23 06:15:22.590DEBGAug 23 06:15:22.590 INFOAug 23 06:15:22.590INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]WARN adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
29432026-08-23T06:15:23.987Z
29442026-08-23T06:15:23.987Z
29452026-08-23T06:15:23.987Z
29462026-08-23T06:15:23.987ZDEBG Aug 23 06:15:22.590Aug 23 06:15:22.590 Aug 23 06:15:22.590DEBG ERROAug 23 06:15:22.590replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29472026-08-23T06:15:23.987Zreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
29482026-08-23T06:15:23.987Z
29492026-08-23T06:15:23.987ZWARN DEBGshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 23 06:15:22.590Aug 23 06:15:22.590
29502026-08-23T06:15:23.987Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 23 06:15:22.590
29512026-08-23T06:15:23.987ZINFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
29522026-08-23T06:15:23.987ZERROadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
29532026-08-23T06:15:23.987Zshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it
29542026-08-23T06:15:23.987ZAug 23 06:15:22.590 Aug 23 06:15:22.590DEBG Aug 23 06:15:22.586Aug 23 06:15:22.590 DEBG INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29552026-08-23T06:15:23.987Z adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
29562026-08-23T06:15:23.987Z
29572026-08-23T06:15:23.987Z
29582026-08-23T06:15:23.987ZAug 23 06:15:22.590 INFOAug 23 06:15:22.590Aug 23 06:15:22.590Aug 23 06:15:22.590 DEBGINFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
29592026-08-23T06:15:23.987Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29602026-08-23T06:15:23.987Z
29612026-08-23T06:15:23.987Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
29622026-08-23T06:15:23.987ZAug 23 06:15:22.590 Aug 23 06:15:22.590DEBG Aug 23 06:15:22.590replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.590DEBG
29632026-08-23T06:15:23.987Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] DEBG
29642026-08-23T06:15:23.987Z replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
29652026-08-23T06:15:23.988Ztest route::tests::rollback_on_compact_write_failure ... ok
29662026-08-23T06:15:23.988Z Aug 23 06:15:22.590adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
29672026-08-23T06:15:23.988ZINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
29682026-08-23T06:15:23.988ZAug 23 06:15:22.590Aug 23 06:15:22.590 Aug 23 06:15:22.590 DEBGINFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29692026-08-23T06:15:23.988ZAug 23 06:15:22.590Aug 23 06:15:22.590 Aug 23 06:15:22.599DEBG DEBGcreated new freemap DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29702026-08-23T06:15:23.988ZAug 23 06:15:22.590created new freemap, unit, DEBGunit :created new freemap Aug 23 06:15:22.599:, freemap_route_ipv4
29712026-08-23T06:15:23.988ZunitINFO: adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff freemap_route_ipv4
29722026-08-23T06:15:23.988Z
29732026-08-23T06:15:23.988ZAug 23 06:15:22.599 Aug 23 06:15:22.599freemap_route_ipv4DEBG DEBGcreated new freemap , created new freemapunit,
29742026-08-23T06:15:23.988Z:unit :freemap_route_ipv6
29752026-08-23T06:15:23.988Zfreemap_route_ipv6
29762026-08-23T06:15:23.988ZAug 23 06:15:22.599 DEBGAug 23 06:15:22.599 Aug 23 06:15:22.599
29772026-08-23T06:15:23.989Z DEBGinitted freemap. low: 0, size: 64DEBGAug 23 06:15:22.599 , unitDEBG: replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. low: 0, size: 64freemap_route_ipv4created new freemap
29782026-08-23T06:15:23.989Z
29792026-08-23T06:15:23.989Z, Aug 23 06:15:22.599unit : INFO , Aug 23 06:15:22.599adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 23 06:15:22.599
29802026-08-23T06:15:23.989Zfreemap_route_ipv6unit:
29812026-08-23T06:15:23.989Z freemap_route_ipv4INFOAug 23 06:15:22.599
29822026-08-23T06:15:23.989ZDEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29832026-08-23T06:15:23.989Z
29842026-08-23T06:15:23.989ZDEBGAug 23 06:15:22.599 Aug 23 06:15:22.599reset freemap Aug 23 06:15:22.599, DEBGAug 23 06:15:22.599DEBG DEBG INFO replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29852026-08-23T06:15:23.989Zinitted freemap. low: 0, size: 64adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreset freemap, unit
29862026-08-23T06:15:23.989Z:unit Aug 23 06:15:22.599, :unit Aug 23 06:15:22.599: DEBGDEBG freemap_route_ipv4freemap_route_ipv4 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29872026-08-23T06:15:23.989Z
29882026-08-23T06:15:23.989Z
29892026-08-23T06:15:23.989Zfailed to allocate space for the new target listfreemap_route_ipv4
29902026-08-23T06:15:23.989Z
29912026-08-23T06:15:23.989ZAug 23 06:15:22.599Aug 23 06:15:22.599 Aug 23 06:15:22.599 INFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.599Aug 23 06:15:22.599 DEBGDEBGDEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ff reset freemap
29922026-08-23T06:15:23.989Zinitted freemap. low: 0, size: 64, DEBG
29932026-08-23T06:15:23.989Zunitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }],
29942026-08-23T06:15:23.989Z unitAug 23 06:15:22.599:initted freemap. low: 0, size: 64 , DEBG :unitfreemap_route_ipv4:
29952026-08-23T06:15:23.989Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.599
29962026-08-23T06:15:23.989Z freemap_route_ipv6INFO freemap_route_ipv6Aug 23 06:15:22.599adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
29972026-08-23T06:15:23.989Z
29982026-08-23T06:15:23.989ZINFO
29992026-08-23T06:15:23.989Z Aug 23 06:15:22.599adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 23 06:15:22.599
30002026-08-23T06:15:23.989Z DEBG Aug 23 06:15:22.599Aug 23 06:15:22.599DEBG Aug 23 06:15:22.599DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30012026-08-23T06:15:23.989ZDEBGDEBGreset freemap , unitreset freemapreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
30022026-08-23T06:15:23.989Z Aug 23 06:15:22.599, freemap_route_ipv6initted freemap. low: 0, size: 64unitINFO: Aug 23 06:15:22.599
30032026-08-23T06:15:23.989Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
30042026-08-23T06:15:23.993Z, INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffunit
30052026-08-23T06:15:23.993Zfreemap_route_ipv6:
30062026-08-23T06:15:23.993ZAug 23 06:15:22.599Aug 23 06:15:22.599freemap_route_ipv6Aug 23 06:15:22.599 DEBGINFO
30072026-08-23T06:15:23.993Z DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30082026-08-23T06:15:23.993Zreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.599
30092026-08-23T06:15:23.993ZAug 23 06:15:22.599 Aug 23 06:15:22.599 INFOINFODEBG adding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemapadding route 3fff:beef:a::/64 -> 2001:db8::55:ff,
30102026-08-23T06:15:23.993Z
30112026-08-23T06:15:23.993Zunit:
30122026-08-23T06:15:23.994Zfreemap_route_ipv6
30132026-08-23T06:15:23.994ZAug 23 06:15:22.599Aug 23 06:15:22.599 Aug 23 06:15:22.599DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.599
30142026-08-23T06:15:23.994ZDEBG DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
30152026-08-23T06:15:23.994Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 23 06:15:22.599Aug 23 06:15:22.599
30162026-08-23T06:15:23.994Z INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOAug 23 06:15:22.599 Aug 23 06:15:22.599
30172026-08-23T06:15:23.994Z adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO
30182026-08-23T06:15:23.994Z
30192026-08-23T06:15:23.994Zadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
30202026-08-23T06:15:23.994ZAug 23 06:15:22.599replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.599 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30212026-08-23T06:15:23.994ZAug 23 06:15:22.599Aug 23 06:15:22.599
30222026-08-23T06:15:23.994Z adding route 172.16.0.0/32 -> 10.0.0.2DEBGAug 23 06:15:22.599
30232026-08-23T06:15:23.994Z Aug 23 06:15:22.599 INFODEBG INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
30242026-08-23T06:15:23.997Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
30252026-08-23T06:15:23.998Z
30262026-08-23T06:15:23.998Z
30272026-08-23T06:15:23.998ZAug 23 06:15:22.599Aug 23 06:15:22.599 Aug 23 06:15:22.599DEBGDEBGAug 23 06:15:22.599Aug 23 06:15:22.599 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
30282026-08-23T06:15:23.998Z replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
30292026-08-23T06:15:23.998Z
30302026-08-23T06:15:23.998ZINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
30312026-08-23T06:15:23.998Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 23 06:15:22.599
30322026-08-23T06:15:23.998ZAug 23 06:15:22.599Aug 23 06:15:22.599 INFO Aug 23 06:15:22.599adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO
30332026-08-23T06:15:23.998Z DEBGAug 23 06:15:22.599 INFOadding route 172.16.0.0/32 -> 10.0.0.3
30342026-08-23T06:15:23.998Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 23 06:15:22.599adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
30352026-08-23T06:15:23.998Z DEBG
30362026-08-23T06:15:23.998Zreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30372026-08-23T06:15:23.998ZDEBGAug 23 06:15:22.599Aug 23 06:15:22.599 Aug 23 06:15:22.599INFOAug 23 06:15:22.599 DEBG DEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:4 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
30382026-08-23T06:15:23.998Z
30392026-08-23T06:15:23.998Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
30402026-08-23T06:15:23.998Z
30412026-08-23T06:15:23.998Z
30422026-08-23T06:15:23.998ZAug 23 06:15:22.599 Aug 23 06:15:22.599Aug 23 06:15:22.599INFO Aug 23 06:15:22.599 DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30432026-08-23T06:15:23.998Z
30442026-08-23T06:15:23.998Z Aug 23 06:15:22.599DEBG Aug 23 06:15:22.599Aug 23 06:15:22.599replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO INFO
30452026-08-23T06:15:23.999Z adding route 3fff:dead::/64 -> 2001:db8::55:3
30462026-08-23T06:15:23.999ZDEBG adding route 172.16.0.0/32 -> 10.0.0.4adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
30472026-08-23T06:15:23.999Z
30482026-08-23T06:15:23.999Zreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.599
30492026-08-23T06:15:23.999Z Aug 23 06:15:22.599DEBGAug 23 06:15:22.599Aug 23 06:15:22.599 Aug 23 06:15:22.599DEBGDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
30502026-08-23T06:15:23.999Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]INFO
30512026-08-23T06:15:23.999Z
30522026-08-23T06:15:23.999Z
30532026-08-23T06:15:23.999Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
30542026-08-23T06:15:23.999ZAug 23 06:15:22.599 Aug 23 06:15:22.599Aug 23 06:15:22.599 Aug 23 06:15:22.599Aug 23 06:15:22.590WARNINFO Aug 23 06:15:22.599shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFODEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
30552026-08-23T06:15:23.999Z
30562026-08-23T06:15:23.999Z adding route 172.17.0.0/32 -> 10.0.0.255DEBG created new freemap
30572026-08-23T06:15:23.999Z, unitreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 23 06:15:22.599 Aug 23 06:15:22.599freemap_route_ipv4
30582026-08-23T06:15:23.999ZDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30592026-08-23T06:15:23.999ZDEBG
30602026-08-23T06:15:23.999ZINFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:15:22.599
30612026-08-23T06:15:23.999Zadding route 3fff:dead::/64 -> 2001:db8::55:4
30622026-08-23T06:15:23.999ZINFO Aug 23 06:15:22.599adding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 23 06:15:22.599DEBGAug 23 06:15:22.599
30632026-08-23T06:15:23.999Z INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffcreated new freemap
30642026-08-23T06:15:23.999Z, Aug 23 06:15:22.599unit: freemap_route_ipv6adding route 172.17.0.1/32 -> 10.0.0.255
30652026-08-23T06:15:23.999ZAug 23 06:15:22.599Aug 23 06:15:22.599
30662026-08-23T06:15:23.999ZDEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30672026-08-23T06:15:23.999Z
30682026-08-23T06:15:23.999ZDEBG Aug 23 06:15:22.599 Aug 23 06:15:22.599Aug 23 06:15:22.599Aug 23 06:15:22.599 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGINFODEBG DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
30692026-08-23T06:15:24.000Z
30702026-08-23T06:15:24.000Ztest route::tests::identity_replace_is_noop ... ok
30712026-08-23T06:15:24.000Zinitted freemap. low: 0, size: 64 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
30722026-08-23T06:15:24.000Ztest route::tests::rollback_on_index_readd_failure ... ok
30732026-08-23T06:15:24.000ZAug 23 06:15:22.600unit DEBG: replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Aug 23 06:15:22.600 INFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 23 06:15:22.600
30742026-08-23T06:15:24.001Z
30752026-08-23T06:15:24.001ZAug 23 06:15:22.608DEBG DEBGcreated new freemap , replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
30762026-08-23T06:15:24.001Z:Aug 23 06:15:22.608 freemap_route_ipv4DEBG
30772026-08-23T06:15:24.001Z reset freemapAug 23 06:15:22.608 INFO adding route 172.17.0.3/32 -> 10.0.0.255,
30782026-08-23T06:15:24.001ZunitAug 23 06:15:22.608:
30792026-08-23T06:15:24.001Z freemap_route_ipv4DEBG
30802026-08-23T06:15:24.001Z created new freemapAug 23 06:15:22.608Aug 23 06:15:22.608 DEBGDEBG Aug 23 06:15:22.608, unitreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
30812026-08-23T06:15:24.001Zinitted freemap. low: 0, size: 64INFO, unit :: adding route 3fff:beef:13::/64 -> 2001:db8::55:fffreemap_route_ipv6freemap_route_ipv6
30822026-08-23T06:15:24.001Z
30832026-08-23T06:15:24.001ZAug 23 06:15:22.608
30842026-08-23T06:15:24.001Z INFOAug 23 06:15:22.608 Aug 23 06:15:22.608adding route 172.17.0.4/32 -> 10.0.0.255DEBG
30852026-08-23T06:15:24.001Z DEBG reset freemap , replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.608
30862026-08-23T06:15:24.001ZAug 23 06:15:22.608unit DEBGDEBG: Aug 23 06:15:22.608initted freemap. low: 0, size: 64replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6,
30872026-08-23T06:15:24.001ZINFO unit:adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
30882026-08-23T06:15:24.001ZAug 23 06:15:22.608freemap_route_ipv4
30892026-08-23T06:15:24.001ZINFO
30902026-08-23T06:15:24.001Zadding route 172.17.0.5/32 -> 10.0.0.255
30912026-08-23T06:15:24.001ZAug 23 06:15:22.608 DEBG Aug 23 06:15:22.608replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30922026-08-23T06:15:24.003ZDEBGAug 23 06:15:22.608Aug 23 06:15:22.608 INFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
30932026-08-23T06:15:24.003Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:15:22.608
30942026-08-23T06:15:24.003Zreset freemap , INFOunit Aug 23 06:15:22.608: INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255
30952026-08-23T06:15:24.003Z
30962026-08-23T06:15:24.003ZAug 23 06:15:22.608freemap_route_ipv4
30972026-08-23T06:15:24.003ZAug 23 06:15:22.608Aug 23 06:15:22.608 DEBGDEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 23 06:15:22.608 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30982026-08-23T06:15:24.003Z
30992026-08-23T06:15:24.003ZDEBG
31002026-08-23T06:15:24.003Z initted freemap. low: 0, size: 64Aug 23 06:15:22.608Aug 23 06:15:22.608 INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2, unitadding route 172.17.0.7/32 -> 10.0.0.255:
31012026-08-23T06:15:24.003Z
31022026-08-23T06:15:24.003Z Aug 23 06:15:22.608 freemap_route_ipv6Aug 23 06:15:22.608INFOAug 23 06:15:22.608
31032026-08-23T06:15:24.003Z Aug 23 06:15:22.608 DEBG DEBGDEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31042026-08-23T06:15:24.007Zreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.608
31052026-08-23T06:15:24.007Z
31062026-08-23T06:15:24.007Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBGAug 23 06:15:22.608
31072026-08-23T06:15:24.008Z Aug 23 06:15:22.608Aug 23 06:15:22.608Aug 23 06:15:22.608 INFOreset freemap Aug 23 06:15:22.608, unitadding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFODEBG :
31082026-08-23T06:15:24.008Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff INFO
31092026-08-23T06:15:24.008Zadding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31102026-08-23T06:15:24.008Z
31112026-08-23T06:15:24.008Zfreemap_route_ipv6
31122026-08-23T06:15:24.008ZAug 23 06:15:22.608INFOAug 23 06:15:22.608Aug 23 06:15:22.608 Aug 23 06:15:22.608INFO DEBG DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff DEBG
31132026-08-23T06:15:24.008Zreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
31142026-08-23T06:15:24.008Z
31152026-08-23T06:15:24.008ZAug 23 06:15:22.608adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31162026-08-23T06:15:24.008ZINFO
31172026-08-23T06:15:24.008Zadding route 3fff:dead::/64 -> 2001:db8::55:1
31182026-08-23T06:15:24.008ZAug 23 06:15:22.608 Aug 23 06:15:22.608Aug 23 06:15:22.608 Aug 23 06:15:22.608Aug 23 06:15:22.608 INFO DEBG Aug 23 06:15:22.608DEBGDEBG INFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31192026-08-23T06:15:24.008Z failed to allocate space for the new target listadding route 172.16.0.0/32 -> 10.0.0.4
31202026-08-23T06:15:24.008Z
31212026-08-23T06:15:24.008ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:15:22.608adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 23 06:15:22.608
31222026-08-23T06:15:24.008ZAug 23 06:15:22.608replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
31232026-08-23T06:15:24.008Z
31242026-08-23T06:15:24.008Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
31252026-08-23T06:15:24.008ZDEBGAug 23 06:15:22.608 Aug 23 06:15:22.608replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 23 06:15:22.608INFODEBG Aug 23 06:15:22.608INFOadding route 172.17.0.9/32 -> 10.0.0.255
31262026-08-23T06:15:24.008Z replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31272026-08-23T06:15:24.008ZDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
31282026-08-23T06:15:24.008Z
31292026-08-23T06:15:24.008Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 23 06:15:22.608Aug 23 06:15:22.608
31302026-08-23T06:15:24.008Z Aug 23 06:15:22.608 DEBG Aug 23 06:15:22.608 DEBGINFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
31312026-08-23T06:15:24.009Z
31322026-08-23T06:15:24.009ZINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
31332026-08-23T06:15:24.009Z
31342026-08-23T06:15:24.009ZAug 23 06:15:22.608
31352026-08-23T06:15:24.009ZINFO Aug 23 06:15:22.608Aug 23 06:15:22.608Aug 23 06:15:22.608 adding route 172.17.0.10/32 -> 10.0.0.255DEBG
31362026-08-23T06:15:24.009Z DEBGDEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31372026-08-23T06:15:24.009Z
31382026-08-23T06:15:24.009Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 23 06:15:22.608
31392026-08-23T06:15:24.009Z DEBG Aug 23 06:15:22.608replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.608
31402026-08-23T06:15:24.009Z Aug 23 06:15:22.608INFO INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
31412026-08-23T06:15:24.010ZAug 23 06:15:22.608adding route 3fff:beef:29::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
31422026-08-23T06:15:24.010Z Aug 23 06:15:22.608
31432026-08-23T06:15:24.010Zadding route 172.17.0.11/32 -> 10.0.0.255
31442026-08-23T06:15:24.010ZDEBG Aug 23 06:15:22.608 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
31452026-08-23T06:15:24.010ZAug 23 06:15:22.608 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
31462026-08-23T06:15:24.012Z replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.608
31472026-08-23T06:15:24.012Z INFOAug 23 06:15:22.608 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 23 06:15:22.608
31482026-08-23T06:15:24.012ZINFO INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
31492026-08-23T06:15:24.012ZAug 23 06:15:22.608adding route 172.17.0.12/32 -> 10.0.0.255
31502026-08-23T06:15:24.012ZDEBG Aug 23 06:15:22.608 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31512026-08-23T06:15:24.012Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.608
31522026-08-23T06:15:24.012ZAug 23 06:15:22.608 DEBGINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31532026-08-23T06:15:24.012ZAug 23 06:15:22.608
31542026-08-23T06:15:24.012Z INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
31552026-08-23T06:15:24.012Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 23 06:15:22.608 Aug 23 06:15:22.608
31562026-08-23T06:15:24.012ZDEBG DEBGAug 23 06:15:22.608replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31572026-08-23T06:15:24.012Zreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:15:22.608
31582026-08-23T06:15:24.012Z INFO WARNadding route 172.17.0.13/32 -> 10.0.0.255
31592026-08-23T06:15:24.012ZAug 23 06:15:22.608shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
31602026-08-23T06:15:24.013ZINFOAug 23 06:15:22.608 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO
31612026-08-23T06:15:24.013Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
31622026-08-23T06:15:24.013ZAug 23 06:15:22.608 DEBG Aug 23 06:15:22.608replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31632026-08-23T06:15:24.013ZDEBGAug 23 06:15:22.608 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
31642026-08-23T06:15:24.013ZAug 23 06:15:22.608 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
31652026-08-23T06:15:24.013Z adding route 172.17.0.14/32 -> 10.0.0.255
31662026-08-23T06:15:24.013ZAug 23 06:15:22.608 INFO Aug 23 06:15:22.600Aug 23 06:15:22.608Aug 23 06:15:22.608 DEBG DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffcreated new freemap , INFO
31672026-08-23T06:15:24.013Zunitreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
31682026-08-23T06:15:24.013Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:fffreemap_route_ipv4
31692026-08-23T06:15:24.013ZAug 23 06:15:22.608
31702026-08-23T06:15:24.013Z DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31712026-08-23T06:15:24.013ZAug 23 06:15:22.608Aug 23 06:15:22.608 Aug 23 06:15:22.608DEBG Aug 23 06:15:22.608 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
31722026-08-23T06:15:24.013ZINFO adding route 172.17.0.15/32 -> 10.0.0.255created new freemap INFO, unitadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 23 06:15:22.608:
31732026-08-23T06:15:24.013Z
31742026-08-23T06:15:24.013Z freemap_route_ipv6INFO
31752026-08-23T06:15:24.013Z Aug 23 06:15:22.608Aug 23 06:15:22.608 DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 23 06:15:22.608
31762026-08-23T06:15:24.013Z replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
31772026-08-23T06:15:24.013ZDEBG Aug 23 06:15:22.608replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. low: 0, size: 64Aug 23 06:15:22.608 , DEBGunit :INFO
31782026-08-23T06:15:24.013Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
31792026-08-23T06:15:24.013Z
31802026-08-23T06:15:24.013Z
31812026-08-23T06:15:24.013ZAug 23 06:15:22.608 Aug 23 06:15:22.608INFO Aug 23 06:15:22.608Aug 23 06:15:22.608DEBG INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
31822026-08-23T06:15:24.013ZAug 23 06:15:22.609 Aug 23 06:15:22.617 DEBGAug 23 06:15:22.609DEBG DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31832026-08-23T06:15:24.013Zcreated new freemap , created new freemapunit, : unitfreemap_route_ipv4:
31842026-08-23T06:15:24.013Zfreemap_route_ipv4
31852026-08-23T06:15:24.013ZAug 23 06:15:22.609
31862026-08-23T06:15:24.013ZDEBGDEBGAug 23 06:15:22.617 created new freemapreset freemap , , unitDEBG: Aug 23 06:15:22.617unitfreemap_route_ipv4created new freemapAug 23 06:15:22.617:
31872026-08-23T06:15:24.013Z, unit INFOfreemap_route_ipv4DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffcreated new freemap
31882026-08-23T06:15:24.013Z,
31892026-08-23T06:15:24.013ZunitAug 23 06:15:22.617: :freemap_route_ipv6 freemap_route_ipv6
31902026-08-23T06:15:24.013Z
31912026-08-23T06:15:24.013Z Aug 23 06:15:22.617DEBG Aug 23 06:15:22.617Aug 23 06:15:22.617DEBG DEBGAug 23 06:15:22.617replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGinitted freemap. low: 0, size: 64
31922026-08-23T06:15:24.014Z , initted freemap. low: 0, size: 64 , unitunitcreated new freemap:, Aug 23 06:15:22.617 unit::INFO freemap_route_ipv4freemap_route_ipv6
31932026-08-23T06:15:24.014Z
31942026-08-23T06:15:24.014Z freemap_route_ipv6adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
31952026-08-23T06:15:24.014ZDEBG Aug 23 06:15:22.617
31962026-08-23T06:15:24.014Z initted freemap. low: 0, size: 64Aug 23 06:15:22.617 DEBGDEBG reset freemapreset freemap, , , unitAug 23 06:15:22.617unit :unitDEBG : Aug 23 06:15:22.617 freemap_route_ipv6freemap_route_ipv4DEBG
31972026-08-23T06:15:24.014Z
31982026-08-23T06:15:24.014Z replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
31992026-08-23T06:15:24.014Zfreemap_route_ipv4Aug 23 06:15:22.617
32002026-08-23T06:15:24.014Z Aug 23 06:15:22.617initted freemap. low: 0, size: 64INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG,
32012026-08-23T06:15:24.014ZunitAug 23 06:15:22.617: reset freemapAug 23 06:15:22.617 , INFOAug 23 06:15:22.617 unitDEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff :
32022026-08-23T06:15:24.014Zinitted freemap. low: 0, size: 64, unitfreemap_route_ipv4DEBGfreemap_route_ipv4:Aug 23 06:15:22.617 freemap_route_ipv6DEBG
32032026-08-23T06:15:24.014Z
32042026-08-23T06:15:24.019Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
32052026-08-23T06:15:24.019Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
32062026-08-23T06:15:24.019Z
32072026-08-23T06:15:24.019ZAug 23 06:15:22.617Aug 23 06:15:22.617 DEBGAug 23 06:15:22.617DEBG DEBGreset freemap Aug 23 06:15:22.617 , Aug 23 06:15:22.617unitreset freemapINFO: initted freemap. low: 0, size: 64INFO , freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.2unitadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
32082026-08-23T06:15:24.019Z:
32092026-08-23T06:15:24.019Zfreemap_route_ipv6
32102026-08-23T06:15:24.020Z
32112026-08-23T06:15:24.020Z, unitAug 23 06:15:22.617: Aug 23 06:15:22.617Aug 23 06:15:22.617 freemap_route_ipv4Aug 23 06:15:22.617
32122026-08-23T06:15:24.020Z DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
32132026-08-23T06:15:24.020ZDEBG
32142026-08-23T06:15:24.020ZAug 23 06:15:22.618INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:15:22.618reset freemap
32152026-08-23T06:15:24.020ZAug 23 06:15:22.618 initted freemap. low: 0, size: 64INFO , , unitadding route 172.17.0.0/32 -> 10.0.0.255:
32162026-08-23T06:15:24.021Zunit: freemap_route_ipv6Aug 23 06:15:22.618 freemap_route_ipv6INFOAug 23 06:15:22.618 DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
32172026-08-23T06:15:24.021Z
32182026-08-23T06:15:24.021Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
32192026-08-23T06:15:24.021Z
32202026-08-23T06:15:24.021Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32212026-08-23T06:15:24.021ZAug 23 06:15:22.618 Aug 23 06:15:22.618INFOAug 23 06:15:22.618 adding route 3fff:dead::/64 -> 2001:db8::55:1INFODEBG Aug 23 06:15:22.618
32222026-08-23T06:15:24.021Z reset freemapadding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:15:22.618
32232026-08-23T06:15:24.021Z, unitDEBG INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:15:22.618adding route 172.17.0.1/32 -> 10.0.0.255Aug 23 06:15:22.618
32242026-08-23T06:15:24.021Z
32252026-08-23T06:15:24.021ZDEBG :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:15:22.618
32262026-08-23T06:15:24.021Z DEBGAug 23 06:15:22.618INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
32272026-08-23T06:15:24.021Z DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.618freemap_route_ipv6
32282026-08-23T06:15:24.021ZAug 23 06:15:22.618
32292026-08-23T06:15:24.023ZINFO
32302026-08-23T06:15:24.023Z adding route 172.16.0.0/32 -> 10.0.0.1INFO Aug 23 06:15:22.618adding route 3fff:dead::/64 -> 2001:db8::55:2
32312026-08-23T06:15:24.023Z
32322026-08-23T06:15:24.023Z Aug 23 06:15:22.618 INFO DEBGadding route 172.17.0.2/32 -> 10.0.0.255Aug 23 06:15:22.618
32332026-08-23T06:15:24.023ZAug 23 06:15:22.618 DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
32342026-08-23T06:15:24.023ZAug 23 06:15:22.618 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGAug 23 06:15:22.618DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO
32352026-08-23T06:15:24.023Z replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32362026-08-23T06:15:24.023Z
32372026-08-23T06:15:24.023Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
32382026-08-23T06:15:24.023ZAug 23 06:15:22.618Aug 23 06:15:22.618Aug 23 06:15:22.618 Aug 23 06:15:22.618 INFOINFO Aug 23 06:15:22.618adding route 172.17.0.3/32 -> 10.0.0.255 INFOINFO DEBG
32392026-08-23T06:15:24.023Zadding route 172.16.0.0/32 -> 10.0.0.2 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
32402026-08-23T06:15:24.024Z
32412026-08-23T06:15:24.024Z
32422026-08-23T06:15:24.024Zadding route 3fff:dead::/64 -> 2001:db8::55:1
32432026-08-23T06:15:24.024ZAug 23 06:15:22.618Aug 23 06:15:22.618 DEBGDEBG Aug 23 06:15:22.618replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32442026-08-23T06:15:24.024Z DEBGAug 23 06:15:22.618 Aug 23 06:15:22.618replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 23 06:15:22.618INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
32452026-08-23T06:15:24.024Z adding route 172.17.0.4/32 -> 10.0.0.255
32462026-08-23T06:15:24.024Z
32472026-08-23T06:15:24.024ZDEBG
32482026-08-23T06:15:24.024ZAug 23 06:15:22.618 Aug 23 06:15:22.618INFOAug 23 06:15:22.618replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGAug 23 06:15:22.618 DEBG
32492026-08-23T06:15:24.024Z replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
32502026-08-23T06:15:24.024Z
32512026-08-23T06:15:24.024Zreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32522026-08-23T06:15:24.024ZINFO Aug 23 06:15:22.618Aug 23 06:15:22.618Aug 23 06:15:22.618 INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255
32532026-08-23T06:15:24.025Z Aug 23 06:15:22.618DEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 23 06:15:22.618
32542026-08-23T06:15:24.025Z
32552026-08-23T06:15:24.025Z INFODEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32562026-08-23T06:15:24.026Z
32572026-08-23T06:15:24.026Z
32582026-08-23T06:15:24.026ZAug 23 06:15:22.618 DEBGAug 23 06:15:22.618 Aug 23 06:15:22.618 DEBGAug 23 06:15:22.618replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:15:22.618DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
32592026-08-23T06:15:24.026ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
32602026-08-23T06:15:24.026ZDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32612026-08-23T06:15:24.026Zadding route 172.17.0.1/32 -> 10.0.0.255
32622026-08-23T06:15:24.026Z
32632026-08-23T06:15:24.026ZAug 23 06:15:22.618 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 23 06:15:22.618Aug 23 06:15:22.618 DEBGAug 23 06:15:22.618 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
32642026-08-23T06:15:24.026Z
32652026-08-23T06:15:24.026ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.6/32 -> 10.0.0.255
32662026-08-23T06:15:24.026Z
32672026-08-23T06:15:24.026ZAug 23 06:15:22.618 Aug 23 06:15:22.618DEBG Aug 23 06:15:22.618INFOAug 23 06:15:22.618replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
32682026-08-23T06:15:24.027Ztest route::tests::same_size_non_subset_replace ... ok
32692026-08-23T06:15:24.027Zadding route 172.17.0.2/32 -> 10.0.0.255DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32702026-08-23T06:15:24.027Z
32712026-08-23T06:15:24.027ZDEBG Aug 23 06:15:22.618replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 23 06:15:22.618INFO
32722026-08-23T06:15:24.027ZAug 23 06:15:22.618adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
32732026-08-23T06:15:24.027Ztest route::tests::shrink_preserves_compacted_order ... ok
32742026-08-23T06:15:24.027Zadding route 172.17.0.7/32 -> 10.0.0.255DEBG
32752026-08-23T06:15:24.027Z replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.618
32762026-08-23T06:15:24.027Z Aug 23 06:15:22.618Aug 23 06:15:22.618DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
32772026-08-23T06:15:24.027ZINFOAug 23 06:15:22.618 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
32782026-08-23T06:15:24.027ZAug 23 06:15:22.618
32792026-08-23T06:15:24.027Z adding route 172.17.0.3/32 -> 10.0.0.255INFO
32802026-08-23T06:15:24.027Z Aug 23 06:15:22.618adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 23 06:15:22.618
32812026-08-23T06:15:24.027Z Aug 23 06:15:22.618INFO DEBGAug 23 06:15:22.618DEBGadding route 172.17.0.8/32 -> 10.0.0.255
32822026-08-23T06:15:24.027Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
32832026-08-23T06:15:24.028Z Aug 23 06:15:22.618replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
32842026-08-23T06:15:24.028ZDEBG
32852026-08-23T06:15:24.028Zreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32862026-08-23T06:15:24.028ZAug 23 06:15:22.618 INFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 23 06:15:22.618Aug 23 06:15:22.618 INFODEBG
32872026-08-23T06:15:24.028ZAug 23 06:15:22.618 INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 23 06:15:22.618
32882026-08-23T06:15:24.028Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBG Aug 23 06:15:22.618replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32892026-08-23T06:15:24.028Z
32902026-08-23T06:15:24.028Zadding route 172.17.0.9/32 -> 10.0.0.255
32912026-08-23T06:15:24.028ZAug 23 06:15:22.629 DEBGINFOAug 23 06:15:22.629 Aug 23 06:15:22.609adding route 172.17.0.5/32 -> 10.0.0.255DEBG
32922026-08-23T06:15:24.028Zreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
32932026-08-23T06:15:24.028ZAug 23 06:15:22.629created new freemapAug 23 06:15:22.629 INFODEBG adding route 172.17.0.10/32 -> 10.0.0.255, replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
32942026-08-23T06:15:24.028Z:
32952026-08-23T06:15:24.028Z freemap_route_ipv4
32962026-08-23T06:15:24.028ZAug 23 06:15:22.629 DEBGAug 23 06:15:22.629 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
32972026-08-23T06:15:24.028Z adding route 172.17.0.6/32 -> 10.0.0.255Aug 23 06:15:22.629
32982026-08-23T06:15:24.028Z DEBGcreated new freemap Aug 23 06:15:22.629replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] ,
32992026-08-23T06:15:24.029ZAug 23 06:15:22.629unitINFO: freemap_route_ipv4 Aug 23 06:15:22.629
33002026-08-23T06:15:24.029Zadding route 172.17.0.11/32 -> 10.0.0.255Aug 23 06:15:22.629DEBG
33012026-08-23T06:15:24.029Z DEBG INFOreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] created new freemapadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
33022026-08-23T06:15:24.029Z,
33032026-08-23T06:15:24.029ZunitAug 23 06:15:22.629: DEBGAug 23 06:15:22.629 Aug 23 06:15:22.629created new freemap , DEBGfreemap_route_ipv6unitAug 23 06:15:22.629 :
33042026-08-23T06:15:24.033Z DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6adding route 172.17.0.7/32 -> 10.0.0.255
33052026-08-23T06:15:24.033Z
33062026-08-23T06:15:24.033ZAug 23 06:15:22.629
33072026-08-23T06:15:24.033Z DEBG
33082026-08-23T06:15:24.033Zinitted freemap. low: 0, size: 64Aug 23 06:15:22.629 Aug 23 06:15:22.629INFOAug 23 06:15:22.629 DEBG , initted freemap. low: 0, size: 64DEBG, Aug 23 06:15:22.629 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffunit
33092026-08-23T06:15:24.033Z
33102026-08-23T06:15:24.034ZINFO: unitfreemap_route_ipv4 :
33112026-08-23T06:15:24.035Zadding route 172.17.0.12/32 -> 10.0.0.255Aug 23 06:15:22.629
33122026-08-23T06:15:24.035ZAug 23 06:15:22.629 freemap_route_ipv4INFO Aug 23 06:15:22.629
33132026-08-23T06:15:24.035Z DEBG adding route 172.17.0.8/32 -> 10.0.0.255
33142026-08-23T06:15:24.035Zreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
33152026-08-23T06:15:24.035Z Aug 23 06:15:22.630reset freemapAug 23 06:15:22.629 Aug 23 06:15:22.630DEBG, DEBGunit Aug 23 06:15:22.630DEBG : replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
33162026-08-23T06:15:24.035Zadding route 3fff:beef:3f::/64 -> 2001:db8::55:fffreemap_route_ipv4
33172026-08-23T06:15:24.035Zreset freemap
33182026-08-23T06:15:24.035Z,
33192026-08-23T06:15:24.035ZunitAug 23 06:15:22.630 Aug 23 06:15:22.630:DEBG Aug 23 06:15:22.630 freemap_route_ipv4 Aug 23 06:15:22.630DEBG INFO INFOreplacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] initted freemap. low: 0, size: 64adding route 172.17.0.9/32 -> 10.0.0.255
33202026-08-23T06:15:24.035Z ,
33212026-08-23T06:15:24.035Z
33222026-08-23T06:15:24.035Zunit:adding route 172.17.0.13/32 -> 10.0.0.255 freemap_route_ipv6Aug 23 06:15:22.630
33232026-08-23T06:15:24.036Z DEBG
33242026-08-23T06:15:24.036ZAug 23 06:15:22.630Aug 23 06:15:22.630Aug 23 06:15:22.630 DEBGDEBG failed to allocate space for the new target listreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33252026-08-23T06:15:24.036Zreset freemapAug 23 06:15:22.630
33262026-08-23T06:15:24.036Z, DEBGunit initted freemap. low: 0, size: 64:DEBG , Aug 23 06:15:22.630unitfreemap_route_ipv6: Aug 23 06:15:22.630replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33272026-08-23T06:15:24.037Z
33282026-08-23T06:15:24.037Zfreemap_route_ipv6INFO
33292026-08-23T06:15:24.037ZAug 23 06:15:22.630adding route 172.17.0.10/32 -> 10.0.0.255
33302026-08-23T06:15:24.037ZINFO adding route 172.16.0.0/32 -> 10.0.0.1 Aug 23 06:15:22.630DEBG
33312026-08-23T06:15:24.037ZAug 23 06:15:22.630 Aug 23 06:15:22.630 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG reset freemap
33322026-08-23T06:15:24.037Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], INFO
33332026-08-23T06:15:24.037Zunit: Aug 23 06:15:22.630adding route 172.17.0.14/32 -> 10.0.0.255Aug 23 06:15:22.630 DEBG freemap_route_ipv6INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 23 06:15:22.630adding route 172.17.0.11/32 -> 10.0.0.255
33342026-08-23T06:15:24.037Z
33352026-08-23T06:15:24.037Z
33362026-08-23T06:15:24.037Z
33372026-08-23T06:15:24.037ZDEBG failed to allocate space for the new target list
33382026-08-23T06:15:24.037ZAug 23 06:15:22.630Aug 23 06:15:22.630 DEBGAug 23 06:15:22.630INFOAug 23 06:15:22.630 DEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
33392026-08-23T06:15:24.037Z
33402026-08-23T06:15:24.037Zreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33412026-08-23T06:15:24.037Zadding route 172.16.0.0/32 -> 10.0.0.1
33422026-08-23T06:15:24.037ZAug 23 06:15:22.630 Aug 23 06:15:22.630DEBG Aug 23 06:15:22.630 Aug 23 06:15:22.630 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
33432026-08-23T06:15:24.037Zadding route 172.17.0.12/32 -> 10.0.0.255DEBG
33442026-08-23T06:15:24.037Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO
33452026-08-23T06:15:24.037Zadding route 172.17.0.15/32 -> 10.0.0.255Aug 23 06:15:22.630
33462026-08-23T06:15:24.037ZAug 23 06:15:22.630 DEBGDEBGAug 23 06:15:22.630 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFO
33472026-08-23T06:15:24.037ZAug 23 06:15:22.630 adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33482026-08-23T06:15:24.037Z
33492026-08-23T06:15:24.037Z DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33502026-08-23T06:15:24.037ZAug 23 06:15:22.617Aug 23 06:15:22.630Aug 23 06:15:22.630 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFOAug 23 06:15:22.630adding route 172.17.0.17/32 -> 10.0.0.255
33512026-08-23T06:15:24.037Z
33522026-08-23T06:15:24.037Z INFOadding route 172.17.0.13/32 -> 10.0.0.255
33532026-08-23T06:15:24.037Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 23 06:15:22.630
33542026-08-23T06:15:24.037Z INFO Aug 23 06:15:22.630adding route 172.16.0.0/32 -> 10.0.0.3
33552026-08-23T06:15:24.038ZDEBGAug 23 06:15:22.630 Aug 23 06:15:22.630DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.630
33562026-08-23T06:15:24.038Z DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
33572026-08-23T06:15:24.039Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:15:22.630replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
33582026-08-23T06:15:24.039Z
33592026-08-23T06:15:24.039ZAug 23 06:15:22.630 INFOINFO Aug 23 06:15:22.630adding route 172.17.0.18/32 -> 10.0.0.255Aug 23 06:15:22.630 INFOINFO
33602026-08-23T06:15:24.039Z adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
33612026-08-23T06:15:24.039Z
33622026-08-23T06:15:24.039ZAug 23 06:15:22.630
33632026-08-23T06:15:24.039Z DEBGAug 23 06:15:22.630 Aug 23 06:15:22.630replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
33642026-08-23T06:15:24.039Z DEBGAug 23 06:15:22.630 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
33652026-08-23T06:15:24.039Z Aug 23 06:15:22.630
33662026-08-23T06:15:24.039Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
33672026-08-23T06:15:24.039Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
33682026-08-23T06:15:24.039ZINFOAug 23 06:15:22.630 INFOadding route 172.17.0.19/32 -> 10.0.0.255Aug 23 06:15:22.630
33692026-08-23T06:15:24.039Z adding route 172.17.0.15/32 -> 10.0.0.255DEBG
33702026-08-23T06:15:24.039Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 23 06:15:22.630Aug 23 06:15:22.630
33712026-08-23T06:15:24.039Z INFODEBGAug 23 06:15:22.630 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255
33722026-08-23T06:15:24.039Z
33732026-08-23T06:15:24.039Z DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33742026-08-23T06:15:24.039ZAug 23 06:15:22.630 DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.630
33752026-08-23T06:15:24.039Z INFO adding route 172.17.0.16/32 -> 10.0.0.255
33762026-08-23T06:15:24.039ZAug 23 06:15:22.630Aug 23 06:15:22.630 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255Aug 23 06:15:22.630
33772026-08-23T06:15:24.039Z
33782026-08-23T06:15:24.039Z DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33792026-08-23T06:15:24.039ZAug 23 06:15:22.630 Aug 23 06:15:22.630DEBG Aug 23 06:15:22.630DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33802026-08-23T06:15:24.039ZINFO
33812026-08-23T06:15:24.039Z adding route 172.17.0.17/32 -> 10.0.0.255
33822026-08-23T06:15:24.039Z Aug 23 06:15:22.630Aug 23 06:15:22.630adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
33832026-08-23T06:15:24.040ZAug 23 06:15:22.630 DEBGINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.630INFO
33842026-08-23T06:15:24.040Z DEBGadding route 172.17.0.20/32 -> 10.0.0.255 adding route 172.17.0.21/32 -> 10.0.0.255
33852026-08-23T06:15:24.041Z
33862026-08-23T06:15:24.041ZAug 23 06:15:22.630replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
33872026-08-23T06:15:24.041ZINFOAug 23 06:15:22.630 adding route 172.17.0.18/32 -> 10.0.0.255DEBG
33882026-08-23T06:15:24.041ZAug 23 06:15:22.630 Aug 23 06:15:22.630replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:15:22.630INFODEBG
33892026-08-23T06:15:24.041ZDEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33902026-08-23T06:15:24.041Z
33912026-08-23T06:15:24.041Zreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.630
33922026-08-23T06:15:24.041Z INFOAug 23 06:15:22.630 adding route 172.17.0.21/32 -> 10.0.0.255Aug 23 06:15:22.630
33932026-08-23T06:15:24.041ZAug 23 06:15:22.630 DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
33942026-08-23T06:15:24.041Z INFOAug 23 06:15:22.630adding route 172.17.0.19/32 -> 10.0.0.255
33952026-08-23T06:15:24.041Z adding route 172.17.0.22/32 -> 10.0.0.255Aug 23 06:15:22.630DEBG
33962026-08-23T06:15:24.041Zreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:15:22.630
33972026-08-23T06:15:24.041Z INFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
33982026-08-23T06:15:24.041Zreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33992026-08-23T06:15:24.042ZAug 23 06:15:22.630Aug 23 06:15:22.630Aug 23 06:15:22.630 Aug 23 06:15:22.630 DEBGINFODEBG INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34002026-08-23T06:15:24.042Zadding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
34012026-08-23T06:15:24.043Z
34022026-08-23T06:15:24.043Zreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.630 INFO Aug 23 06:15:22.630adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
34032026-08-23T06:15:24.043Z DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.642
34042026-08-23T06:15:24.048Z DEBG Aug 23 06:15:22.630replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.642Aug 23 06:15:22.642
34052026-08-23T06:15:24.048Z INFO DEBGAug 23 06:15:22.642 adding route 172.17.0.21/32 -> 10.0.0.255 DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
34062026-08-23T06:15:24.048Z
34072026-08-23T06:15:24.048Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
34082026-08-23T06:15:24.048Zcreated new freemapAug 23 06:15:22.642Aug 23 06:15:22.642, unitDEBGINFO :replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:15:22.642freemap_route_ipv4
34092026-08-23T06:15:24.048ZDEBG
34102026-08-23T06:15:24.048Z adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34112026-08-23T06:15:24.048Z
34122026-08-23T06:15:24.048ZAug 23 06:15:22.642 INFOAug 23 06:15:22.642Aug 23 06:15:22.642 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
34132026-08-23T06:15:24.049Z
34142026-08-23T06:15:24.049Z adding route 172.17.0.22/32 -> 10.0.0.255Aug 23 06:15:22.642
34152026-08-23T06:15:24.049Z
34162026-08-23T06:15:24.049Z DEBGAug 23 06:15:22.642 Aug 23 06:15:22.642 created new freemapDEBG, replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOunitAug 23 06:15:22.642:
34172026-08-23T06:15:24.051ZAug 23 06:15:22.642 adding route 172.17.0.24/32 -> 10.0.0.255freemap_route_ipv6 DEBG
34182026-08-23T06:15:24.051Z
34192026-08-23T06:15:24.051ZINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255Aug 23 06:15:22.642
34202026-08-23T06:15:24.051Z
34212026-08-23T06:15:24.051Z DEBG Aug 23 06:15:22.642replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:15:22.642
34222026-08-23T06:15:24.051ZINFOAug 23 06:15:22.642 DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
34232026-08-23T06:15:24.051ZINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.642Aug 23 06:15:22.642 adding route 172.17.0.23/32 -> 10.0.0.255
34242026-08-23T06:15:24.051ZAug 23 06:15:22.642INFO
34252026-08-23T06:15:24.051Z DEBG DEBGadding route 172.17.0.25/32 -> 10.0.0.255Aug 23 06:15:22.642 initted freemap. low: 0, size: 64 Aug 23 06:15:22.642
34262026-08-23T06:15:24.051Zreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34272026-08-23T06:15:24.051ZINFO , adding route 172.17.0.24/32 -> 10.0.0.255
34282026-08-23T06:15:24.051ZAug 23 06:15:22.642unit :DEBG freemap_route_ipv4DEBG
34292026-08-23T06:15:24.051Z Aug 23 06:15:22.642 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34302026-08-23T06:15:24.051ZINFOAug 23 06:15:22.642
34312026-08-23T06:15:24.051Z Aug 23 06:15:22.642adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG DEBGAug 23 06:15:22.642
34322026-08-23T06:15:24.051ZINFO Aug 23 06:15:22.642adding route 172.17.0.24/32 -> 10.0.0.255
34332026-08-23T06:15:24.051Zreset freemapINFOAug 23 06:15:22.642 , adding route 172.17.0.26/32 -> 10.0.0.255DEBG
34342026-08-23T06:15:24.051Z replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitAug 23 06:15:22.642replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] :DEBG Aug 23 06:15:22.642
34352026-08-23T06:15:24.051Zfreemap_route_ipv4
34362026-08-23T06:15:24.051ZDEBG
34372026-08-23T06:15:24.051Z Aug 23 06:15:22.642replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:15:22.642INFO
34382026-08-23T06:15:24.051Z INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
34392026-08-23T06:15:24.051Z
34402026-08-23T06:15:24.051Zadding route 172.17.0.25/32 -> 10.0.0.255
34412026-08-23T06:15:24.051ZAug 23 06:15:22.642Aug 23 06:15:22.642 Aug 23 06:15:22.642INFO DEBGAug 23 06:15:22.642DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGinitted freemap. low: 0, size: 64
34422026-08-23T06:15:24.051Z, Aug 23 06:15:22.642unitreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.25/32 -> 10.0.0.255:
34432026-08-23T06:15:24.051Z freemap_route_ipv6
34442026-08-23T06:15:24.051ZINFO
34452026-08-23T06:15:24.051ZAug 23 06:15:22.642 adding route 172.17.0.27/32 -> 10.0.0.255Aug 23 06:15:22.642INFO
34462026-08-23T06:15:24.051Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBGAug 23 06:15:22.642
34472026-08-23T06:15:24.051Z Aug 23 06:15:22.642replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34482026-08-23T06:15:24.051ZINFODEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34492026-08-23T06:15:24.053ZAug 23 06:15:22.642
34502026-08-23T06:15:24.054Z DEBGAug 23 06:15:22.642 DEBGAug 23 06:15:22.642 Aug 23 06:15:22.642reset freemapAug 23 06:15:22.642, replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
34512026-08-23T06:15:24.054Z: INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255 Aug 23 06:15:22.642
34522026-08-23T06:15:24.054Z INFO INFOadding route 172.17.0.28/32 -> 10.0.0.255
34532026-08-23T06:15:24.054Z freemap_route_ipv6adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 23 06:15:22.642
34542026-08-23T06:15:24.054Z replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34552026-08-23T06:15:24.054ZDEBG
34562026-08-23T06:15:24.054Z replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.642Aug 23 06:15:22.642
34572026-08-23T06:15:24.054Z Aug 23 06:15:22.642INFO INFODEBGadding route 172.16.0.0/32 -> 10.0.0.1
34582026-08-23T06:15:24.054ZAug 23 06:15:22.642 DEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34592026-08-23T06:15:24.054Zreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.642
34602026-08-23T06:15:24.054ZDEBGAug 23 06:15:22.642 adding route 172.17.0.27/32 -> 10.0.0.255
34612026-08-23T06:15:24.054ZAug 23 06:15:22.642INFOAug 23 06:15:22.642 adding route 172.17.0.27/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
34622026-08-23T06:15:24.054ZINFOAug 23 06:15:22.642 INFOadding route 172.17.0.29/32 -> 10.0.0.255
34632026-08-23T06:15:24.054Z
34642026-08-23T06:15:24.054Z Aug 23 06:15:22.642adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff DEBG DEBG
34652026-08-23T06:15:24.054Z replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34662026-08-23T06:15:24.055ZAug 23 06:15:22.642Aug 23 06:15:22.642 DEBG Aug 23 06:15:22.642 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.642INFO
34672026-08-23T06:15:24.055Z adding route 172.16.0.0/32 -> 10.0.0.2
34682026-08-23T06:15:24.055ZDEBG INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34692026-08-23T06:15:24.055Z
34702026-08-23T06:15:24.055Zadding route 172.17.0.28/32 -> 10.0.0.255
34712026-08-23T06:15:24.055ZAug 23 06:15:22.642Aug 23 06:15:22.642 Aug 23 06:15:22.642Aug 23 06:15:22.642INFO DEBGDEBGadding route 172.17.0.30/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
34722026-08-23T06:15:24.055Z
34732026-08-23T06:15:24.055ZINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
34742026-08-23T06:15:24.055ZAug 23 06:15:22.642replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:15:22.642INFOAug 23 06:15:22.642 Aug 23 06:15:22.642INFO
34752026-08-23T06:15:24.055Z DEBG Aug 23 06:15:22.642adding route 172.17.0.28/32 -> 10.0.0.255
34762026-08-23T06:15:24.055ZINFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 172.16.0.0/32 -> 10.0.0.3
34772026-08-23T06:15:24.055Z
34782026-08-23T06:15:24.055Z adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34792026-08-23T06:15:24.055Z
34802026-08-23T06:15:24.055ZAug 23 06:15:22.642 Aug 23 06:15:22.642Aug 23 06:15:22.642Aug 23 06:15:22.642 INFODEBG DEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 23 06:15:22.642 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
34812026-08-23T06:15:24.055Zadding route 172.17.0.31/32 -> 10.0.0.255
34822026-08-23T06:15:24.055Z
34832026-08-23T06:15:24.055Z
34842026-08-23T06:15:24.055ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 23 06:15:22.642
34852026-08-23T06:15:24.055Z DEBGAug 23 06:15:22.642 DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:15:22.642
34862026-08-23T06:15:24.055Z Aug 23 06:15:22.642replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFOAug 23 06:15:22.642
34872026-08-23T06:15:24.055Z adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4
34882026-08-23T06:15:24.055ZAug 23 06:15:22.642Aug 23 06:15:22.642
34892026-08-23T06:15:24.055ZINFOINFO Aug 23 06:15:22.642adding route 172.17.0.32/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
34902026-08-23T06:15:24.055ZINFO
34912026-08-23T06:15:24.055ZDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.642Aug 23 06:15:22.642 adding route 172.17.0.29/32 -> 10.0.0.255 DEBG
34922026-08-23T06:15:24.055Z
34932026-08-23T06:15:24.055ZDEBG Aug 23 06:15:22.642 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.642 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34942026-08-23T06:15:24.056Z
34952026-08-23T06:15:24.056ZINFO
34962026-08-23T06:15:24.056Zadding route 172.17.0.31/32 -> 10.0.0.255
34972026-08-23T06:15:24.056ZAug 23 06:15:22.642Aug 23 06:15:22.642Aug 23 06:15:22.642 Aug 23 06:15:22.642INFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
34982026-08-23T06:15:24.056Z Aug 23 06:15:22.642 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 23 06:15:22.642
34992026-08-23T06:15:24.057Z DEBG DEBGadding route 172.17.0.33/32 -> 10.0.0.255
35002026-08-23T06:15:24.057Zreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35012026-08-23T06:15:24.057Z
35022026-08-23T06:15:24.057Zreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35032026-08-23T06:15:24.057ZAug 23 06:15:22.642 Aug 23 06:15:22.642INFOAug 23 06:15:22.642 INFO INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 172.17.0.30/32 -> 10.0.0.255
35042026-08-23T06:15:24.061ZAug 23 06:15:22.642adding route 172.17.0.32/32 -> 10.0.0.255
35052026-08-23T06:15:24.062Z
35062026-08-23T06:15:24.062ZDEBG Aug 23 06:15:22.642Aug 23 06:15:22.642 DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35072026-08-23T06:15:24.062Z DEBGAug 23 06:15:22.642replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35082026-08-23T06:15:24.062Z
35092026-08-23T06:15:24.062ZAug 23 06:15:22.642 DEBGINFO Aug 23 06:15:22.642replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOAug 23 06:15:22.642
35102026-08-23T06:15:24.062Zadding route 172.17.0.34/32 -> 10.0.0.255 adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
35112026-08-23T06:15:24.062Z
35122026-08-23T06:15:24.062Z Aug 23 06:15:22.642INFO INFOAug 23 06:15:22.642 adding route 172.17.0.31/32 -> 10.0.0.255Aug 23 06:15:22.642adding route 172.17.0.33/32 -> 10.0.0.255
35132026-08-23T06:15:24.062Z
35142026-08-23T06:15:24.062ZDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35152026-08-23T06:15:24.062ZDEBGAug 23 06:15:22.642 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35162026-08-23T06:15:24.062Z
35172026-08-23T06:15:24.062ZAug 23 06:15:22.642Aug 23 06:15:22.652 DEBGAug 23 06:15:22.652 INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35182026-08-23T06:15:24.062ZINFOadding route 172.17.0.35/32 -> 10.0.0.255
35192026-08-23T06:15:24.062Zadding route 172.17.0.34/32 -> 10.0.0.255
35202026-08-23T06:15:24.062ZAug 23 06:15:22.630Aug 23 06:15:22.652Aug 23 06:15:22.652 INFO DEBGDEBG adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap
35212026-08-23T06:15:24.062ZAug 23 06:15:22.652
35222026-08-23T06:15:24.063Z DEBG, Aug 23 06:15:22.652unitreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.652:
35232026-08-23T06:15:24.063Z freemap_route_ipv4 INFO
35242026-08-23T06:15:24.063Z Aug 23 06:15:22.652DEBG adding route 172.17.0.35/32 -> 10.0.0.255
35252026-08-23T06:15:24.063ZINFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35262026-08-23T06:15:24.063Zadding route 172.17.0.36/32 -> 10.0.0.255Aug 23 06:15:22.652
35272026-08-23T06:15:24.063Z Aug 23 06:15:22.652 DEBGDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap
35282026-08-23T06:15:24.063Z, Aug 23 06:15:22.652unit :DEBG Aug 23 06:15:22.652Aug 23 06:15:22.652freemap_route_ipv6
35292026-08-23T06:15:24.063ZINFO adding route 172.17.0.36/32 -> 10.0.0.255
35302026-08-23T06:15:24.063ZINFOreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:15:22.652adding route 172.17.0.33/32 -> 10.0.0.255
35312026-08-23T06:15:24.063Z
35322026-08-23T06:15:24.063Z DEBG initted freemap. low: 0, size: 64Aug 23 06:15:22.652, Aug 23 06:15:22.652INFO unit DEBGadding route 172.17.0.37/32 -> 10.0.0.255Aug 23 06:15:22.652
35332026-08-23T06:15:24.063Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:15:22.642: DEBGINFO
35342026-08-23T06:15:24.063Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 23 06:15:22.652
35352026-08-23T06:15:24.063Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
35362026-08-23T06:15:24.063Z
35372026-08-23T06:15:24.063ZAug 23 06:15:22.652 INFODEBGAug 23 06:15:22.652 Aug 23 06:15:22.652adding route 172.17.0.37/32 -> 10.0.0.255 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35382026-08-23T06:15:24.063Z
35392026-08-23T06:15:24.064Z DEBGDEBG reset freemapreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
35402026-08-23T06:15:24.064ZAug 23 06:15:22.652unit DEBG:Aug 23 06:15:22.652 freemap_route_ipv4Aug 23 06:15:22.652INFO
35412026-08-23T06:15:24.064Z INFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.652
35422026-08-23T06:15:24.064Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
35432026-08-23T06:15:24.064Zadding route 172.17.0.38/32 -> 10.0.0.255 Aug 23 06:15:22.652Aug 23 06:15:22.652
35442026-08-23T06:15:24.064Z INFODEBGAug 23 06:15:22.652 initted freemap. low: 0, size: 64INFO , DEBGAug 23 06:15:22.652 replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitDEBG
35452026-08-23T06:15:24.064Z: replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
35462026-08-23T06:15:24.064Z
35472026-08-23T06:15:24.064Zadding route 172.17.0.38/32 -> 10.0.0.255 adding route 172.17.0.34/32 -> 10.0.0.255
35482026-08-23T06:15:24.064Z
35492026-08-23T06:15:24.064ZAug 23 06:15:22.653Aug 23 06:15:22.653 INFOAug 23 06:15:22.653 Aug 23 06:15:22.653adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
35502026-08-23T06:15:24.064Z INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 23 06:15:22.653DEBG reset freemapAug 23 06:15:22.653DEBG, replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unitreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
35512026-08-23T06:15:24.064Z freemap_route_ipv6
35522026-08-23T06:15:24.064Z
35532026-08-23T06:15:24.064Z
35542026-08-23T06:15:24.064Z Aug 23 06:15:22.653DEBG Aug 23 06:15:22.653Aug 23 06:15:22.653INFO Aug 23 06:15:22.653INFO adding route 172.16.0.0/32 -> 10.0.0.1INFODEBG
35552026-08-23T06:15:24.064Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35562026-08-23T06:15:24.065Z
35572026-08-23T06:15:24.065Zadding route 172.17.0.39/32 -> 10.0.0.255 Aug 23 06:15:22.653Aug 23 06:15:22.653
35582026-08-23T06:15:24.065Z replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
35592026-08-23T06:15:24.065Z Aug 23 06:15:22.653 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
35602026-08-23T06:15:24.065Z INFODEBG Aug 23 06:15:22.653adding route 172.17.0.40/32 -> 10.0.0.255Aug 23 06:15:22.653Aug 23 06:15:22.653 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
35612026-08-23T06:15:24.065Z DEBG
35622026-08-23T06:15:24.065ZINFOAug 23 06:15:22.653 adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35632026-08-23T06:15:24.065Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.35/32 -> 10.0.0.255
35642026-08-23T06:15:24.065Z
35652026-08-23T06:15:24.065Z
35662026-08-23T06:15:24.065ZAug 23 06:15:22.653 DEBGAug 23 06:15:22.653Aug 23 06:15:22.653 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35672026-08-23T06:15:24.065ZDEBG INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35682026-08-23T06:15:24.065Zadding route 172.17.0.40/32 -> 10.0.0.255Aug 23 06:15:22.653
35692026-08-23T06:15:24.065ZDEBGAug 23 06:15:22.653Aug 23 06:15:22.653Aug 23 06:15:22.653 INFO INFOAug 23 06:15:22.653 DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff DEBG
35702026-08-23T06:15:24.065Zreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.1/32 -> 10.0.0.255
35712026-08-23T06:15:24.065Z
35722026-08-23T06:15:24.067Zreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.653
35732026-08-23T06:15:24.067Z DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:15:22.653
35742026-08-23T06:15:24.067Z
35752026-08-23T06:15:24.067ZAug 23 06:15:22.653 Aug 23 06:15:22.653DEBGAug 23 06:15:22.653 INFOINFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
35762026-08-23T06:15:24.067Z adding route 172.17.0.41/32 -> 10.0.0.255
35772026-08-23T06:15:24.067ZAug 23 06:15:22.666 DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35782026-08-23T06:15:24.067ZAug 23 06:15:22.666 Aug 23 06:15:22.666DEBG INFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
35792026-08-23T06:15:24.067Z
35802026-08-23T06:15:24.067ZINFO Aug 23 06:15:22.666
35812026-08-23T06:15:24.067Z adding route 172.17.0.41/32 -> 10.0.0.255DEBG
35822026-08-23T06:15:24.067ZAug 23 06:15:22.666 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:15:22.666INFO
35832026-08-23T06:15:24.067Z INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 23 06:15:22.666
35842026-08-23T06:15:24.067Zadding route 172.17.0.2/32 -> 10.0.0.255Aug 23 06:15:22.666 DEBGINFOAug 23 06:15:22.666
35852026-08-23T06:15:24.067Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
35862026-08-23T06:15:24.067ZDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35872026-08-23T06:15:24.067ZAug 23 06:15:22.666 Aug 23 06:15:22.666DEBG Aug 23 06:15:22.666DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35882026-08-23T06:15:24.067Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35892026-08-23T06:15:24.067ZINFO
35902026-08-23T06:15:24.067Z adding route 172.17.0.43/32 -> 10.0.0.255Aug 23 06:15:22.666
35912026-08-23T06:15:24.067Z Aug 23 06:15:22.666INFO INFOadding route 172.17.0.3/32 -> 10.0.0.255
35922026-08-23T06:15:24.067ZAug 23 06:15:22.666adding route 172.17.0.42/32 -> 10.0.0.255Aug 23 06:15:22.666
35932026-08-23T06:15:24.067Z Aug 23 06:15:22.666INFO DEBGDEBGAug 23 06:15:22.666 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35942026-08-23T06:15:24.067Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35952026-08-23T06:15:24.067Z
35962026-08-23T06:15:24.067ZDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.666
35972026-08-23T06:15:24.068Z Aug 23 06:15:22.666DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
35982026-08-23T06:15:24.068Z Aug 23 06:15:22.666adding route 172.17.0.44/32 -> 10.0.0.255
35992026-08-23T06:15:24.068ZINFO Aug 23 06:15:22.666adding route 172.17.0.4/32 -> 10.0.0.255Aug 23 06:15:22.666
36002026-08-23T06:15:24.068Z INFOINFO Aug 23 06:15:22.666 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.43/32 -> 10.0.0.255Aug 23 06:15:22.666
36012026-08-23T06:15:24.068Z
36022026-08-23T06:15:24.068Z DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36032026-08-23T06:15:24.069Zreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.666
36042026-08-23T06:15:24.074Z Aug 23 06:15:22.666DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.666
36052026-08-23T06:15:24.074ZAug 23 06:15:22.666 INFODEBG INFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 23 06:15:22.666
36062026-08-23T06:15:24.074Z INFOadding route 172.17.0.45/32 -> 10.0.0.255 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255Aug 23 06:15:22.666
36072026-08-23T06:15:24.074Z
36082026-08-23T06:15:24.074ZDEBG
36092026-08-23T06:15:24.074Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.666Aug 23 06:15:22.666Aug 23 06:15:22.666 DEBG
36102026-08-23T06:15:24.074ZDEBG DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] failed to allocate space for the new target listreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36112026-08-23T06:15:24.074Z
36122026-08-23T06:15:24.074Z
36132026-08-23T06:15:24.074ZAug 23 06:15:22.666 INFOAug 23 06:15:22.666 Aug 23 06:15:22.666adding route 172.17.0.6/32 -> 10.0.0.255 INFOINFO
36142026-08-23T06:15:24.074Z Aug 23 06:15:22.666adding route 172.17.0.46/32 -> 10.0.0.255
36152026-08-23T06:15:24.074Zadding route 172.17.0.45/32 -> 10.0.0.255DEBG
36162026-08-23T06:15:24.074Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
36172026-08-23T06:15:24.074ZAug 23 06:15:22.666 Aug 23 06:15:22.666DEBG DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36182026-08-23T06:15:24.075Zreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.666
36192026-08-23T06:15:24.075Z DEBG Aug 23 06:15:22.666 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 23 06:15:22.666
36202026-08-23T06:15:24.075Zadding route 172.17.0.7/32 -> 10.0.0.255INFO
36212026-08-23T06:15:24.075Zadding route 172.17.0.47/32 -> 10.0.0.255
36222026-08-23T06:15:24.075ZAug 23 06:15:22.666 Aug 23 06:15:22.666INFO DEBGadding route 172.17.0.46/32 -> 10.0.0.255
36232026-08-23T06:15:24.075Zreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.666
36242026-08-23T06:15:24.075Z DEBG Aug 23 06:15:22.653Aug 23 06:15:22.666replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:15:22.666
36252026-08-23T06:15:24.075ZDEBGINFO INFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
36262026-08-23T06:15:24.075Z
36272026-08-23T06:15:24.075Z
36282026-08-23T06:15:24.076ZAug 23 06:15:22.666 INFO Aug 23 06:15:22.666Aug 23 06:15:22.666 adding route 172.17.0.8/32 -> 10.0.0.255DEBG Aug 23 06:15:22.666replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36292026-08-23T06:15:24.076Z
36302026-08-23T06:15:24.076ZDEBGINFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255Aug 23 06:15:22.666
36312026-08-23T06:15:24.076Z
36322026-08-23T06:15:24.076Z Aug 23 06:15:22.666DEBG INFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36332026-08-23T06:15:24.077ZAug 23 06:15:22.666adding route 172.17.0.49/32 -> 10.0.0.255Aug 23 06:15:22.666
36342026-08-23T06:15:24.077Z INFODEBG Aug 23 06:15:22.666 adding route 172.17.0.37/32 -> 10.0.0.255INFOreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.666 adding route 172.17.0.9/32 -> 10.0.0.255
36352026-08-23T06:15:24.077Z
36362026-08-23T06:15:24.077ZDEBG
36372026-08-23T06:15:24.077Z replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36382026-08-23T06:15:24.077ZAug 23 06:15:22.666Aug 23 06:15:22.666 Aug 23 06:15:22.666 Aug 23 06:15:22.666INFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255DEBG
36392026-08-23T06:15:24.077Z INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255
36402026-08-23T06:15:24.077Z
36412026-08-23T06:15:24.077ZAug 23 06:15:22.666
36422026-08-23T06:15:24.077Z DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.667Aug 23 06:15:22.667 Aug 23 06:15:22.667INFO
36432026-08-23T06:15:24.077ZDEBGadding route 172.17.0.38/32 -> 10.0.0.255INFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
36442026-08-23T06:15:24.077Z
36452026-08-23T06:15:24.077Z
36462026-08-23T06:15:24.077ZAug 23 06:15:22.667 INFO adding route 172.17.0.49/32 -> 10.0.0.255Aug 23 06:15:22.667Aug 23 06:15:22.667Aug 23 06:15:22.667
36472026-08-23T06:15:24.077Z DEBG DEBGINFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36482026-08-23T06:15:24.077Z adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36492026-08-23T06:15:24.077Z
36502026-08-23T06:15:24.077ZAug 23 06:15:22.667 DEBG Aug 23 06:15:22.667Aug 23 06:15:22.667Aug 23 06:15:22.667 INFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 172.17.0.11/32 -> 10.0.0.255
36512026-08-23T06:15:24.077ZDEBG
36522026-08-23T06:15:24.078Z replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255
36532026-08-23T06:15:24.078Z
36542026-08-23T06:15:24.078ZAug 23 06:15:22.667Aug 23 06:15:22.667 Aug 23 06:15:22.667Aug 23 06:15:22.667 DEBG DEBGINFO INFOreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36552026-08-23T06:15:24.078Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
36562026-08-23T06:15:24.078Zadding route 172.17.0.50/32 -> 10.0.0.255
36572026-08-23T06:15:24.078Z
36582026-08-23T06:15:24.078ZAug 23 06:15:22.667 INFO Aug 23 06:15:22.667adding route 172.17.0.12/32 -> 10.0.0.255
36592026-08-23T06:15:24.078ZAug 23 06:15:22.667 DEBG DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.667
36602026-08-23T06:15:24.078Z Aug 23 06:15:22.667replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36612026-08-23T06:15:24.078Z Aug 23 06:15:22.667INFO DEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36622026-08-23T06:15:24.078Z
36632026-08-23T06:15:24.078Z adding route 172.17.0.51/32 -> 10.0.0.255
36642026-08-23T06:15:24.078Ztest route::tests::delete_targets_fragmented ... ok
36652026-08-23T06:15:24.079ZAug 23 06:15:22.667 Aug 23 06:15:22.667INFO Aug 23 06:15:22.667adding route 172.17.0.53/32 -> 10.0.0.255
36662026-08-23T06:15:24.079ZINFOAug 23 06:15:22.667DEBG adding route 172.17.0.13/32 -> 10.0.0.255 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.667
36672026-08-23T06:15:24.079Z
36682026-08-23T06:15:24.079ZDEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36692026-08-23T06:15:24.079Z
36702026-08-23T06:15:24.079ZAug 23 06:15:22.667Aug 23 06:15:22.667 INFODEBG Aug 23 06:15:22.667Aug 23 06:15:22.667 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFO
36712026-08-23T06:15:24.079Zadding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
36722026-08-23T06:15:24.079Z
36732026-08-23T06:15:24.079Z adding route 172.17.0.54/32 -> 10.0.0.255Aug 23 06:15:22.667
36742026-08-23T06:15:24.079Z Aug 23 06:15:22.667Aug 23 06:15:22.667 DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.14/32 -> 10.0.0.255DEBG
36752026-08-23T06:15:24.079ZAug 23 06:15:22.667
36762026-08-23T06:15:24.079Z DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36772026-08-23T06:15:24.079ZAug 23 06:15:22.667Aug 23 06:15:22.667
36782026-08-23T06:15:24.079ZINFO adding route 172.17.0.53/32 -> 10.0.0.255DEBGAug 23 06:15:22.667
36792026-08-23T06:15:24.079Z replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36802026-08-23T06:15:24.079ZAug 23 06:15:22.667 adding route 172.17.0.55/32 -> 10.0.0.255
36812026-08-23T06:15:24.080ZINFO Aug 23 06:15:22.667adding route 172.17.0.42/32 -> 10.0.0.255Aug 23 06:15:22.667
36822026-08-23T06:15:24.080ZINFODEBG Aug 23 06:15:22.667 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255DEBG
36832026-08-23T06:15:24.080Z
36842026-08-23T06:15:24.080Z Aug 23 06:15:22.667replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36852026-08-23T06:15:24.080ZDEBGAug 23 06:15:22.667Aug 23 06:15:22.667 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
36862026-08-23T06:15:24.080ZINFOAug 23 06:15:22.667 adding route 172.17.0.54/32 -> 10.0.0.255INFO
36872026-08-23T06:15:24.080Z adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.667
36882026-08-23T06:15:24.081Z
36892026-08-23T06:15:24.081Z INFOAug 23 06:15:22.667 adding route 172.17.0.43/32 -> 10.0.0.255DEBG
36902026-08-23T06:15:24.081Z replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.667
36912026-08-23T06:15:24.081Z DEBGAug 23 06:15:22.667 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.667
36922026-08-23T06:15:24.081ZAug 23 06:15:22.667DEBG INFO INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:15:22.667adding route 172.17.0.16/32 -> 10.0.0.255
36932026-08-23T06:15:24.081Z
36942026-08-23T06:15:24.081Z INFO Aug 23 06:15:22.678adding route 172.17.0.57/32 -> 10.0.0.255
36952026-08-23T06:15:24.081ZINFO adding route 172.17.0.44/32 -> 10.0.0.255
36962026-08-23T06:15:24.081ZAug 23 06:15:22.678 Aug 23 06:15:22.678Aug 23 06:15:22.667Aug 23 06:15:22.678 DEBGDEBG created new freemapreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
36972026-08-23T06:15:24.082Zunit: freemap_route_ipv4
36982026-08-23T06:15:24.082ZDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.678
36992026-08-23T06:15:24.082Z DEBGAug 23 06:15:22.678 created new freemapINFO, Aug 23 06:15:22.678unit INFOadding route 172.17.0.45/32 -> 10.0.0.255 :
37002026-08-23T06:15:24.082Zadding route 172.17.0.17/32 -> 10.0.0.255
37012026-08-23T06:15:24.082Zfreemap_route_ipv6
37022026-08-23T06:15:24.082ZAug 23 06:15:22.678 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.678
37032026-08-23T06:15:24.082Z DEBG Aug 23 06:15:22.678initted freemap. low: 0, size: 64 , DEBGunit :Aug 23 06:15:22.678replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37042026-08-23T06:15:24.087ZINFO freemap_route_ipv4adding route 172.17.0.46/32 -> 10.0.0.255
37052026-08-23T06:15:24.087Z
37062026-08-23T06:15:24.087ZAug 23 06:15:22.678 INFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 23 06:15:22.678
37072026-08-23T06:15:24.087Z DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37082026-08-23T06:15:24.087ZAug 23 06:15:22.678Aug 23 06:15:22.678 DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
37092026-08-23T06:15:24.087Z, Aug 23 06:15:22.678unit :INFO freemap_route_ipv4adding route 172.17.0.47/32 -> 10.0.0.255
37102026-08-23T06:15:24.087ZAug 23 06:15:22.678
37112026-08-23T06:15:24.087Z INFO Aug 23 06:15:22.678adding route 172.17.0.19/32 -> 10.0.0.255
37122026-08-23T06:15:24.087ZDEBG initted freemap. low: 0, size: 64, unitAug 23 06:15:22.678: Aug 23 06:15:22.678 DEBGfreemap_route_ipv6
37132026-08-23T06:15:24.087Z replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37142026-08-23T06:15:24.087Z replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.678
37152026-08-23T06:15:24.087Z DEBG Aug 23 06:15:22.678reset freemap , Aug 23 06:15:22.678INFO unitINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
37162026-08-23T06:15:24.087Z
37172026-08-23T06:15:24.087Z: freemap_route_ipv6
37182026-08-23T06:15:24.087ZAug 23 06:15:22.678 DEBGAug 23 06:15:22.678 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.678INFO
37192026-08-23T06:15:24.087Z adding route 172.16.0.0/32 -> 10.0.0.1DEBG
37202026-08-23T06:15:24.087Z replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.678
37212026-08-23T06:15:24.087Z INFO adding route 172.17.0.21/32 -> 10.0.0.255
37222026-08-23T06:15:24.087ZAug 23 06:15:22.678Aug 23 06:15:22.678 INFODEBG Aug 23 06:15:22.678adding route 172.17.0.49/32 -> 10.0.0.255
37232026-08-23T06:15:24.087Z DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
37242026-08-23T06:15:24.087Zreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37252026-08-23T06:15:24.087ZAug 23 06:15:22.678 DEBG Aug 23 06:15:22.678replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37262026-08-23T06:15:24.087ZINFO adding route 172.17.0.22/32 -> 10.0.0.255Aug 23 06:15:22.678
37272026-08-23T06:15:24.087Z INFOAug 23 06:15:22.678 adding route 172.16.0.0/32 -> 10.0.0.1INFO
37282026-08-23T06:15:24.087ZAug 23 06:15:22.678adding route 172.17.0.55/32 -> 10.0.0.255
37292026-08-23T06:15:24.087ZDEBGadding route 172.17.0.50/32 -> 10.0.0.255
37302026-08-23T06:15:24.087Zreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37312026-08-23T06:15:24.088ZAug 23 06:15:22.678Aug 23 06:15:22.678 Aug 23 06:15:22.678DEBG DEBGINFOreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37322026-08-23T06:15:24.088Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
37332026-08-23T06:15:24.088Z
37342026-08-23T06:15:24.088ZAug 23 06:15:22.678 DEBG Aug 23 06:15:22.678Aug 23 06:15:22.678replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOAug 23 06:15:22.678DEBG adding route 172.16.0.0/32 -> 10.0.0.1
37352026-08-23T06:15:24.088ZINFO
37362026-08-23T06:15:24.088Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255
37372026-08-23T06:15:24.088Z
37382026-08-23T06:15:24.088ZAug 23 06:15:22.678 Aug 23 06:15:22.678Aug 23 06:15:22.678 DEBGINFO DEBG Aug 23 06:15:22.678adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37392026-08-23T06:15:24.088Z
37402026-08-23T06:15:24.088ZINFO
37412026-08-23T06:15:24.088Z adding route 172.17.0.51/32 -> 10.0.0.255
37422026-08-23T06:15:24.088ZAug 23 06:15:22.678 Aug 23 06:15:22.678Aug 23 06:15:22.678DEBG INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37432026-08-23T06:15:24.089Z adding route 172.17.0.57/32 -> 10.0.0.255Aug 23 06:15:22.678
37442026-08-23T06:15:24.089Z Aug 23 06:15:22.678DEBGadding route 172.16.0.0/32 -> 10.0.0.2
37452026-08-23T06:15:24.089ZINFO adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.678
37462026-08-23T06:15:24.089ZDEBG
37472026-08-23T06:15:24.089Z Aug 23 06:15:22.678replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:15:22.678DEBG
37482026-08-23T06:15:24.089Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG
37492026-08-23T06:15:24.089Zreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.678Aug 23 06:15:22.678 INFO
37502026-08-23T06:15:24.089Z INFOadding route 172.17.0.52/32 -> 10.0.0.255 Aug 23 06:15:22.678adding route 172.17.0.58/32 -> 10.0.0.255
37512026-08-23T06:15:24.089ZINFOAug 23 06:15:22.678
37522026-08-23T06:15:24.089Z adding route 172.17.0.0/32 -> 10.0.0.255INFO
37532026-08-23T06:15:24.089Z adding route 172.17.0.26/32 -> 10.0.0.255
37542026-08-23T06:15:24.089ZAug 23 06:15:22.678Aug 23 06:15:22.678Aug 23 06:15:22.678Aug 23 06:15:22.678 DEBG DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37552026-08-23T06:15:24.089Z
37562026-08-23T06:15:24.089ZDEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37572026-08-23T06:15:24.089Zreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37582026-08-23T06:15:24.089ZAug 23 06:15:22.678Aug 23 06:15:22.678 Aug 23 06:15:22.678INFO INFOINFOAug 23 06:15:22.678 adding route 172.17.0.59/32 -> 10.0.0.255
37592026-08-23T06:15:24.091Zadding route 172.17.0.1/32 -> 10.0.0.255INFO
37602026-08-23T06:15:24.091Zadding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255
37612026-08-23T06:15:24.091ZAug 23 06:15:22.678
37622026-08-23T06:15:24.091Z Aug 23 06:15:22.678DEBG Aug 23 06:15:22.678DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.678
37632026-08-23T06:15:24.091Z replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37642026-08-23T06:15:24.091Z
37652026-08-23T06:15:24.091Zreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.678
37662026-08-23T06:15:24.091Z INFO Aug 23 06:15:22.678adding route 172.17.0.60/32 -> 10.0.0.255 Aug 23 06:15:22.678INFO
37672026-08-23T06:15:24.091Ztest route::tests::delete_target_fragmented ... ok
37682026-08-23T06:15:24.091Ztest route::tests::delete_target_full ... ok
37692026-08-23T06:15:24.091Z Aug 23 06:15:22.678 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255 Aug 23 06:15:22.678
37702026-08-23T06:15:24.091Z adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255DEBG
37712026-08-23T06:15:24.091Z
37722026-08-23T06:15:24.091Zreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.678
37732026-08-23T06:15:24.091Z DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.678
37742026-08-23T06:15:24.091ZAug 23 06:15:22.678 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list
37752026-08-23T06:15:24.091Z
37762026-08-23T06:15:24.091ZAug 23 06:15:22.678 DEBGAug 23 06:15:22.678 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:15:22.678INFO
37772026-08-23T06:15:24.091Z Aug 23 06:15:22.678 DEBG adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO
37782026-08-23T06:15:24.091Z adding route 172.17.0.3/32 -> 10.0.0.255
37792026-08-23T06:15:24.091Z
37802026-08-23T06:15:24.091ZAug 23 06:15:22.678 INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 23 06:15:22.678
37812026-08-23T06:15:24.092Z Aug 23 06:15:22.678 DEBGDEBG Aug 23 06:15:22.678 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37822026-08-23T06:15:24.092Z
37832026-08-23T06:15:24.092Z replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37842026-08-23T06:15:24.092ZAug 23 06:15:22.678 Aug 23 06:15:22.678Aug 23 06:15:22.678 INFOINFO INFOadding route 172.17.0.30/32 -> 10.0.0.255
37852026-08-23T06:15:24.092Zadding route 172.17.0.56/32 -> 10.0.0.255 adding route 172.17.0.4/32 -> 10.0.0.255
37862026-08-23T06:15:24.092Z
37872026-08-23T06:15:24.092ZAug 23 06:15:22.678 DEBG Aug 23 06:15:22.678replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:15:22.678DEBG DEBG
37882026-08-23T06:15:24.092Z replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37892026-08-23T06:15:24.092Z
37902026-08-23T06:15:24.092ZAug 23 06:15:22.678 INFO Aug 23 06:15:22.678adding route 172.17.0.31/32 -> 10.0.0.255Aug 23 06:15:22.678
37912026-08-23T06:15:24.092Z INFOINFO Aug 23 06:15:22.678adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255
37922026-08-23T06:15:24.093Z
37932026-08-23T06:15:24.093ZDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37942026-08-23T06:15:24.093ZAug 23 06:15:22.678 DEBG Aug 23 06:15:22.678Aug 23 06:15:22.678replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGINFO
37952026-08-23T06:15:24.093Z adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37962026-08-23T06:15:24.093Z
37972026-08-23T06:15:24.093ZAug 23 06:15:22.678Aug 23 06:15:22.678Aug 23 06:15:22.678 DEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
37982026-08-23T06:15:24.093Z
37992026-08-23T06:15:24.093ZINFO Aug 23 06:15:22.678Aug 23 06:15:22.678 adding route 172.17.0.6/32 -> 10.0.0.255
38002026-08-23T06:15:24.093ZINFODEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
38012026-08-23T06:15:24.093ZAug 23 06:15:22.678
38022026-08-23T06:15:24.093Z DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38032026-08-23T06:15:24.093ZAug 23 06:15:22.678 DEBG Aug 23 06:15:22.678replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
38042026-08-23T06:15:24.098Z adding route 172.17.0.7/32 -> 10.0.0.255Aug 23 06:15:22.678
38052026-08-23T06:15:24.098Z Aug 23 06:15:22.678INFO INFOadding route 172.17.0.59/32 -> 10.0.0.255
38062026-08-23T06:15:24.098ZAug 23 06:15:22.678adding route 172.17.0.34/32 -> 10.0.0.255
38072026-08-23T06:15:24.098ZDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38082026-08-23T06:15:24.099ZAug 23 06:15:22.678 DEBGAug 23 06:15:22.678 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
38092026-08-23T06:15:24.099ZAug 23 06:15:22.678 adding route 172.17.0.8/32 -> 10.0.0.255DEBG
38102026-08-23T06:15:24.099Z Aug 23 06:15:22.678replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38112026-08-23T06:15:24.099ZINFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 23 06:15:22.678
38122026-08-23T06:15:24.099Z Aug 23 06:15:22.678 INFO Aug 23 06:15:22.678 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38132026-08-23T06:15:24.099Zadding route 172.17.0.60/32 -> 10.0.0.255
38142026-08-23T06:15:24.099ZAug 23 06:15:22.692DEBG INFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38152026-08-23T06:15:24.099Zadding route 172.17.0.36/32 -> 10.0.0.255
38162026-08-23T06:15:24.099ZAug 23 06:15:22.692 Aug 23 06:15:22.692DEBGDEBG Aug 23 06:15:22.692 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG
38172026-08-23T06:15:24.099Z
38182026-08-23T06:15:24.099Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255
38192026-08-23T06:15:24.099Z
38202026-08-23T06:15:24.099ZAug 23 06:15:22.692Aug 23 06:15:22.692 Aug 23 06:15:22.692DEBG INFOfailed to allocate space for the new target list DEBG
38212026-08-23T06:15:24.099Z Aug 23 06:15:22.692adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38222026-08-23T06:15:24.099Z
38232026-08-23T06:15:24.099ZINFO adding route 172.17.0.58/32 -> 10.0.0.255
38242026-08-23T06:15:24.099ZAug 23 06:15:22.692Aug 23 06:15:22.692 Aug 23 06:15:22.692Aug 23 06:15:22.692 DEBG DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38252026-08-23T06:15:24.099ZDEBG
38262026-08-23T06:15:24.099ZINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
38272026-08-23T06:15:24.099ZAug 23 06:15:22.692adding route 172.17.0.10/32 -> 10.0.0.255
38282026-08-23T06:15:24.099ZINFO adding route 172.17.0.38/32 -> 10.0.0.255
38292026-08-23T06:15:24.099ZAug 23 06:15:22.692Aug 23 06:15:22.692Aug 23 06:15:22.692 DEBGDEBG INFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
38302026-08-23T06:15:24.099Z
38312026-08-23T06:15:24.099Zreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38322026-08-23T06:15:24.099ZAug 23 06:15:22.692Aug 23 06:15:22.692 INFOAug 23 06:15:22.692 DEBGadding route 172.17.0.11/32 -> 10.0.0.255 INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38332026-08-23T06:15:24.099Zadding route 172.17.0.39/32 -> 10.0.0.255
38342026-08-23T06:15:24.099Z
38352026-08-23T06:15:24.099ZAug 23 06:15:22.692Aug 23 06:15:22.692 Aug 23 06:15:22.692 DEBGDEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
38362026-08-23T06:15:24.099Z
38372026-08-23T06:15:24.099Z replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38382026-08-23T06:15:24.100ZAug 23 06:15:22.692Aug 23 06:15:22.692 Aug 23 06:15:22.692INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255INFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38392026-08-23T06:15:24.100Z
38402026-08-23T06:15:24.100Zadding route 172.17.0.12/32 -> 10.0.0.255
38412026-08-23T06:15:24.100ZAug 23 06:15:22.692Aug 23 06:15:22.692Aug 23 06:15:22.692 DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38422026-08-23T06:15:24.100Z
38432026-08-23T06:15:24.100ZINFO adding route 172.17.0.61/32 -> 10.0.0.255
38442026-08-23T06:15:24.100ZAug 23 06:15:22.692Aug 23 06:15:22.692 INFOINFO Aug 23 06:15:22.692adding route 172.17.0.41/32 -> 10.0.0.255
38452026-08-23T06:15:24.100ZDEBGadding route 172.17.0.13/32 -> 10.0.0.255
38462026-08-23T06:15:24.100Zreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38472026-08-23T06:15:24.100ZAug 23 06:15:22.692 DEBGAug 23 06:15:22.692 Aug 23 06:15:22.692DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38482026-08-23T06:15:24.100Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
38492026-08-23T06:15:24.101Z adding route 172.17.0.62/32 -> 10.0.0.255
38502026-08-23T06:15:24.101ZAug 23 06:15:22.692 Aug 23 06:15:22.692INFO Aug 23 06:15:22.692INFO adding route 172.17.0.42/32 -> 10.0.0.255
38512026-08-23T06:15:24.101Zadding route 172.17.0.14/32 -> 10.0.0.255DEBG
38522026-08-23T06:15:24.101Z replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38532026-08-23T06:15:24.101ZAug 23 06:15:22.692Aug 23 06:15:22.692 Aug 23 06:15:22.692DEBG DEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list
38542026-08-23T06:15:24.101Z
38552026-08-23T06:15:24.101Z
38562026-08-23T06:15:24.101ZAug 23 06:15:22.692Aug 23 06:15:22.692Aug 23 06:15:22.692 DEBGINFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
38572026-08-23T06:15:24.101Z
38582026-08-23T06:15:24.101Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
38592026-08-23T06:15:24.101ZAug 23 06:15:22.692Aug 23 06:15:22.692 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38602026-08-23T06:15:24.101Z
38612026-08-23T06:15:24.101ZAug 23 06:15:22.692Aug 23 06:15:22.692 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
38622026-08-23T06:15:24.101Z
38632026-08-23T06:15:24.101ZAug 23 06:15:22.692Aug 23 06:15:22.692 DEBGDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38642026-08-23T06:15:24.102Z
38652026-08-23T06:15:24.102ZAug 23 06:15:22.692Aug 23 06:15:22.692 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
38662026-08-23T06:15:24.102Z
38672026-08-23T06:15:24.102ZAug 23 06:15:22.692 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38682026-08-23T06:15:24.102Ztest route::tests::add_target_fails_full ... ok
38692026-08-23T06:15:24.102ZAug 23 06:15:22.692 DEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38702026-08-23T06:15:24.102ZAug 23 06:15:22.692 Aug 23 06:15:22.692INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255
38712026-08-23T06:15:24.102Zadding route 172.17.0.18/32 -> 10.0.0.255
38722026-08-23T06:15:24.102ZAug 23 06:15:22.692 Aug 23 06:15:22.692DEBG DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38732026-08-23T06:15:24.104Zreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38742026-08-23T06:15:24.104ZAug 23 06:15:22.692 Aug 23 06:15:22.692INFO INFOadding route 172.17.0.47/32 -> 10.0.0.255
38752026-08-23T06:15:24.104Zadding route 172.17.0.19/32 -> 10.0.0.255
38762026-08-23T06:15:24.104ZAug 23 06:15:22.692 Aug 23 06:15:22.692DEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38772026-08-23T06:15:24.104Zreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38782026-08-23T06:15:24.104ZAug 23 06:15:22.692 Aug 23 06:15:22.692INFO INFOadding route 172.17.0.48/32 -> 10.0.0.255
38792026-08-23T06:15:24.104Zadding route 172.17.0.20/32 -> 10.0.0.255
38802026-08-23T06:15:24.104ZAug 23 06:15:22.692 Aug 23 06:15:22.692DEBG DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38812026-08-23T06:15:24.104Zreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38822026-08-23T06:15:24.104ZAug 23 06:15:22.692Aug 23 06:15:22.692 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255
38832026-08-23T06:15:24.104ZAug 23 06:15:22.692adding route 172.17.0.21/32 -> 10.0.0.255
38842026-08-23T06:15:24.104ZDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38852026-08-23T06:15:24.104ZAug 23 06:15:22.692Aug 23 06:15:22.692 DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38862026-08-23T06:15:24.105ZINFO adding route 172.17.0.50/32 -> 10.0.0.255
38872026-08-23T06:15:24.105ZAug 23 06:15:22.692 INFO Aug 23 06:15:22.692adding route 172.17.0.22/32 -> 10.0.0.255
38882026-08-23T06:15:24.105ZDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38892026-08-23T06:15:24.105ZAug 23 06:15:22.692 DEBG Aug 23 06:15:22.692replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38902026-08-23T06:15:24.105ZINFO adding route 172.17.0.51/32 -> 10.0.0.255
38912026-08-23T06:15:24.105ZAug 23 06:15:22.692 INFOAug 23 06:15:22.692 adding route 172.17.0.23/32 -> 10.0.0.255DEBG
38922026-08-23T06:15:24.105Z replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38932026-08-23T06:15:24.105ZAug 23 06:15:22.692 DEBGAug 23 06:15:22.692 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
38942026-08-23T06:15:24.105Z adding route 172.17.0.52/32 -> 10.0.0.255
38952026-08-23T06:15:24.105ZAug 23 06:15:22.692 INFOAug 23 06:15:22.692 adding route 172.17.0.24/32 -> 10.0.0.255DEBG
38962026-08-23T06:15:24.105Z replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38972026-08-23T06:15:24.105ZAug 23 06:15:22.692 DEBGAug 23 06:15:22.692 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
38982026-08-23T06:15:24.105Z adding route 172.17.0.53/32 -> 10.0.0.255
38992026-08-23T06:15:24.105ZAug 23 06:15:22.692 INFOAug 23 06:15:22.692 adding route 172.17.0.25/32 -> 10.0.0.255DEBG
39002026-08-23T06:15:24.105Z replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39012026-08-23T06:15:24.105ZAug 23 06:15:22.692 DEBGAug 23 06:15:22.692 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
39022026-08-23T06:15:24.107Z adding route 172.17.0.54/32 -> 10.0.0.255
39032026-08-23T06:15:24.107ZAug 23 06:15:22.692 Aug 23 06:15:22.692INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255
39042026-08-23T06:15:24.111Zreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39052026-08-23T06:15:24.112ZAug 23 06:15:22.692 Aug 23 06:15:22.692DEBG INFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39062026-08-23T06:15:24.112Zadding route 172.17.0.55/32 -> 10.0.0.255
39072026-08-23T06:15:24.112ZAug 23 06:15:22.692 Aug 23 06:15:22.692INFO DEBGadding route 172.17.0.27/32 -> 10.0.0.255
39082026-08-23T06:15:24.112Zreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39092026-08-23T06:15:24.112ZAug 23 06:15:22.692 Aug 23 06:15:22.692DEBG INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39102026-08-23T06:15:24.112Zadding route 172.17.0.56/32 -> 10.0.0.255
39112026-08-23T06:15:24.112ZAug 23 06:15:22.692 Aug 23 06:15:22.692INFO DEBGadding route 172.17.0.28/32 -> 10.0.0.255
39122026-08-23T06:15:24.112Zreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39132026-08-23T06:15:24.112ZAug 23 06:15:22.692 Aug 23 06:15:22.692DEBG INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39142026-08-23T06:15:24.112Zadding route 172.17.0.57/32 -> 10.0.0.255
39152026-08-23T06:15:24.112ZAug 23 06:15:22.692 Aug 23 06:15:22.692INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255
39162026-08-23T06:15:24.112Zreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39172026-08-23T06:15:24.112ZAug 23 06:15:22.693 Aug 23 06:15:22.693DEBG INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39182026-08-23T06:15:24.113Zadding route 172.17.0.58/32 -> 10.0.0.255
39192026-08-23T06:15:24.113ZAug 23 06:15:22.693 Aug 23 06:15:22.693INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255
39202026-08-23T06:15:24.113Zreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39212026-08-23T06:15:24.113ZAug 23 06:15:22.693 Aug 23 06:15:22.693DEBG INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39222026-08-23T06:15:24.113Zadding route 172.17.0.59/32 -> 10.0.0.255
39232026-08-23T06:15:24.113ZAug 23 06:15:22.693 Aug 23 06:15:22.693INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255
39242026-08-23T06:15:24.113Zreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39252026-08-23T06:15:24.113ZAug 23 06:15:22.693 Aug 23 06:15:22.693DEBG INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39262026-08-23T06:15:24.113Zadding route 172.17.0.60/32 -> 10.0.0.255
39272026-08-23T06:15:24.113ZAug 23 06:15:22.693 Aug 23 06:15:22.693INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255
39282026-08-23T06:15:24.113Zreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39292026-08-23T06:15:24.113ZAug 23 06:15:22.707 INFO adding route 172.17.0.61/32 -> 10.0.0.255
39302026-08-23T06:15:24.113ZAug 23 06:15:22.693 Aug 23 06:15:22.707 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39312026-08-23T06:15:24.113ZDEBGAug 23 06:15:22.707 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
39322026-08-23T06:15:24.114Z adding route 172.17.0.62/32 -> 10.0.0.255
39332026-08-23T06:15:24.114ZAug 23 06:15:22.707Aug 23 06:15:22.707 INFODEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39342026-08-23T06:15:24.115Z
39352026-08-23T06:15:24.115ZAug 23 06:15:22.707Aug 23 06:15:22.707 DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.63/32 -> 10.0.0.255
39362026-08-23T06:15:24.115Z
39372026-08-23T06:15:24.115ZAug 23 06:15:22.707Aug 23 06:15:22.707 INFODEBG adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39382026-08-23T06:15:24.115Z
39392026-08-23T06:15:24.115ZAug 23 06:15:22.707Aug 23 06:15:22.707 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list
39402026-08-23T06:15:24.115Z
39412026-08-23T06:15:24.115ZAug 23 06:15:22.707Aug 23 06:15:22.707 INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
39422026-08-23T06:15:24.115Z
39432026-08-23T06:15:24.115ZAug 23 06:15:22.707Aug 23 06:15:22.707 DEBGDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list
39442026-08-23T06:15:24.115Z
39452026-08-23T06:15:24.115ZAug 23 06:15:22.707 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39462026-08-23T06:15:24.115ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39472026-08-23T06:15:24.115ZAug 23 06:15:22.707 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39482026-08-23T06:15:24.115ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39492026-08-23T06:15:24.115ZAug 23 06:15:22.707 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39502026-08-23T06:15:24.115ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39512026-08-23T06:15:24.115ZAug 23 06:15:22.707 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39522026-08-23T06:15:24.115ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39532026-08-23T06:15:24.115ZAug 23 06:15:22.707 INFO adding route 172.17.0.40/32 -> 10.0.0.255
39542026-08-23T06:15:24.115ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39552026-08-23T06:15:24.115ZAug 23 06:15:22.707 INFO adding route 172.17.0.41/32 -> 10.0.0.255
39562026-08-23T06:15:24.115ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39572026-08-23T06:15:24.115ZAug 23 06:15:22.707 INFO adding route 172.17.0.42/32 -> 10.0.0.255
39582026-08-23T06:15:24.115ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39592026-08-23T06:15:24.115ZAug 23 06:15:22.707 INFO adding route 172.17.0.43/32 -> 10.0.0.255
39602026-08-23T06:15:24.116ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39612026-08-23T06:15:24.116ZAug 23 06:15:22.707 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39622026-08-23T06:15:24.116ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39632026-08-23T06:15:24.116ZAug 23 06:15:22.707 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39642026-08-23T06:15:24.116ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39652026-08-23T06:15:24.117ZAug 23 06:15:22.707 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39662026-08-23T06:15:24.117ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39672026-08-23T06:15:24.117ZAug 23 06:15:22.707 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39682026-08-23T06:15:24.117ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39692026-08-23T06:15:24.117ZAug 23 06:15:22.707 INFO adding route 172.17.0.48/32 -> 10.0.0.255
39702026-08-23T06:15:24.117ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39712026-08-23T06:15:24.117ZAug 23 06:15:22.707 INFO adding route 172.17.0.49/32 -> 10.0.0.255
39722026-08-23T06:15:24.117ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39732026-08-23T06:15:24.117ZAug 23 06:15:22.707 INFO adding route 172.17.0.50/32 -> 10.0.0.255
39742026-08-23T06:15:24.117ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39752026-08-23T06:15:24.117ZAug 23 06:15:22.707 INFO adding route 172.17.0.51/32 -> 10.0.0.255
39762026-08-23T06:15:24.117ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39772026-08-23T06:15:24.117ZAug 23 06:15:22.707 INFO adding route 172.17.0.52/32 -> 10.0.0.255
39782026-08-23T06:15:24.117ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39792026-08-23T06:15:24.117ZAug 23 06:15:22.707 INFO adding route 172.17.0.53/32 -> 10.0.0.255
39802026-08-23T06:15:24.117ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39812026-08-23T06:15:24.118ZAug 23 06:15:22.707 INFO adding route 172.17.0.54/32 -> 10.0.0.255
39822026-08-23T06:15:24.118ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39832026-08-23T06:15:24.118ZAug 23 06:15:22.707 INFO adding route 172.17.0.55/32 -> 10.0.0.255
39842026-08-23T06:15:24.118ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39852026-08-23T06:15:24.118ZAug 23 06:15:22.707 INFO adding route 172.17.0.56/32 -> 10.0.0.255
39862026-08-23T06:15:24.118Ztest route::tests::delete_targets_full ... ok
39872026-08-23T06:15:24.118Z
39882026-08-23T06:15:24.118Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
39892026-08-23T06:15:24.118Z
39902026-08-23T06:15:24.118Z
39912026-08-23T06:15:24.118Zrunning 0 tests
39922026-08-23T06:15:24.118ZAug 23 06:15:22.707 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39932026-08-23T06:15:24.118ZAug 23 06:15:22.720 INFO adding route 172.17.0.57/32 -> 10.0.0.255
39942026-08-23T06:15:24.118Z
39952026-08-23T06:15:24.118Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39962026-08-23T06:15:24.118ZAug 23 06:15:22.720 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39972026-08-23T06:15:24.118Z
39982026-08-23T06:15:24.118ZAug 23 06:15:22.720 INFO adding route 172.17.0.58/32 -> 10.0.0.255
39992026-08-23T06:15:24.118ZAug 23 06:15:22.720 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40002026-08-23T06:15:24.118ZAug 23 06:15:22.720 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40012026-08-23T06:15:24.118ZAug 23 06:15:22.720 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40022026-08-23T06:15:24.118ZAug 23 06:15:22.720 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40032026-08-23T06:15:24.118ZAug 23 06:15:22.720 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40042026-08-23T06:15:24.122ZAug 23 06:15:22.720 DEBG failed to allocate space for the new target list
40052026-08-23T06:15:24.122ZAug 23 06:15:22.720 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
40062026-08-23T06:15:24.122Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a9504462cba8402a)
40072026-08-23T06:15:24.122Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
40082026-08-23T06:15:24.122Z
40092026-08-23T06:15:24.122Zrunning 0 tests
40102026-08-23T06:15:24.122Z
40112026-08-23T06:15:24.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40122026-08-23T06:15:24.122Z
40132026-08-23T06:15:24.122Z Running unittests src/lib.rs (target/debug/deps/dpd_client-781785128f86fce3)
40142026-08-23T06:15:24.122Z
40152026-08-23T06:15:24.122Zrunning 6 tests
40162026-08-23T06:15:24.123Ztest tests::test_full_lot_id_neither_present ... ok
40172026-08-23T06:15:24.123Ztest tests::test_port_id_cmp ... ok
40182026-08-23T06:15:24.123Ztest tests::test_parse_client_port_id ... ok
40192026-08-23T06:15:24.123Ztest tests::test_full_lot_id_lotnum_only ... ok
40202026-08-23T06:15:24.123Ztest tests::test_full_lot_id_both_present ... ok
40212026-08-23T06:15:24.123Ztest tests::test_full_lot_id_lot_only ... ok
40222026-08-23T06:15:24.123Z
40232026-08-23T06:15:24.123Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40242026-08-23T06:15:24.123Z
40252026-08-23T06:15:24.123Z Running tests/test_all.rs (target/debug/deps/test_all-0baa5b20ec54b6c2)
40262026-08-23T06:15:24.124Z
40272026-08-23T06:15:24.124Zrunning 0 tests
40282026-08-23T06:15:24.124Z
40292026-08-23T06:15:24.124Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40302026-08-23T06:15:24.124Z
40312026-08-23T06:15:24.124Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
40322026-08-23T06:15:24.124Z
40332026-08-23T06:15:24.124Zrunning 0 tests
40342026-08-23T06:15:24.124Z
40352026-08-23T06:15:24.124Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40362026-08-23T06:15:24.124Z
40372026-08-23T06:15:24.124Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
40382026-08-23T06:15:24.124Z
40392026-08-23T06:15:24.124Zrunning 15 tests
40402026-08-23T06:15:24.124Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
40412026-08-23T06:15:24.124Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
40422026-08-23T06:15:24.124Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
40432026-08-23T06:15:24.124Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
40442026-08-23T06:15:24.124Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
40452026-08-23T06:15:24.124Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
40462026-08-23T06:15:24.124Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
40472026-08-23T06:15:24.124Ztest v1::network::tests::test_eui64 ... ok
40482026-08-23T06:15:24.124Ztest v1::network::tests::test_equal ... ok
40492026-08-23T06:15:24.124Ztest v1::network::tests::test_into ... ok
40502026-08-23T06:15:24.125Ztest v1::network::tests::test_not_equal ... ok
40512026-08-23T06:15:24.125Ztest v1::network::tests::test_to_string ... ok
40522026-08-23T06:15:24.125Ztest v1::port::tests::port_ids_are_ascii ... ok
40532026-08-23T06:15:24.125Ztest v1::network::tests::test_parse ... ok
40542026-08-23T06:15:24.125Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
40552026-08-23T06:15:24.125Z
40562026-08-23T06:15:24.125Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40572026-08-23T06:15:24.126Z
40582026-08-23T06:15:24.126Z Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934)
40592026-08-23T06:15:24.126Z
40602026-08-23T06:15:24.126Zrunning 12 tests
40612026-08-23T06:15:24.126Ztest icmp::test_v6_checksum ... ok
40622026-08-23T06:15:24.126Ztest lldp::test_lldp_parse ... ok
40632026-08-23T06:15:24.126Ztest ipv6::test_ipv6_parse ... ok
40642026-08-23T06:15:24.126Ztest icmp::test_v4_checksum ... ok
40652026-08-23T06:15:24.126Ztest pbuf::test_byte ... ok
40662026-08-23T06:15:24.126Ztest pbuf::test_nibble ... ok
40672026-08-23T06:15:24.126Ztest pbuf::test_overflow ... ok
40682026-08-23T06:15:24.126Ztest pbuf::test_short ... ok
40692026-08-23T06:15:24.126Ztest pbuf::test_twelve ... ok
40702026-08-23T06:15:24.126Ztest pbuf::test_word ... ok
40712026-08-23T06:15:24.126Ztest tcp::test_checksum_syn_nodata ... ok
40722026-08-23T06:15:24.126Ztest tcp::test_checksum_ack_data ... ok
40732026-08-23T06:15:24.126Z
40742026-08-23T06:15:24.126Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40752026-08-23T06:15:24.126Z
40762026-08-23T06:15:24.126Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
40772026-08-23T06:15:24.127Z
40782026-08-23T06:15:24.127Zrunning 0 tests
40792026-08-23T06:15:24.127Z
40802026-08-23T06:15:24.127Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40812026-08-23T06:15:24.127Z
40822026-08-23T06:15:24.127Z Running unittests src/main.rs (target/debug/deps/swadm-8b60a7681ffc8f1d)
40832026-08-23T06:15:24.127Z
40842026-08-23T06:15:24.127Zrunning 5 tests
40852026-08-23T06:15:24.127Ztest switchport::test::test_compute_lanes ... ok
40862026-08-23T06:15:24.127Ztest switchport::test::port_id_ordering ... ok
40872026-08-23T06:15:24.127Z Lane 0 Lane 0 Lane 1Lane 1 Lane 2Lane 2 Lane 3Lane 3
40882026-08-23T06:15:24.127Z
40892026-08-23T06:15:24.127Z State: Activated Rx Loss-of-lock: Yes ActivatedYes ActivatedYes ActivatedYes
40902026-08-23T06:15:24.127Z
40912026-08-23T06:15:24.127Z Rx Output Enabled: false Rx Loss-of-signal: Yes falseYes falseYes falseYes
40922026-08-23T06:15:24.127Z
40932026-08-23T06:15:24.127Z Rx CDR Enabled: Yes Rx Output Status: valid Yes valid Yes Yes
40942026-08-23T06:15:24.127Zvalid Tx Enabled: Yesvalid
40952026-08-23T06:15:24.127ZYes Rx Loss-of-lock: true Yestrue Yestrue
40962026-08-23T06:15:24.127Ztrue
40972026-08-23T06:15:24.127Z Tx Loss-of-lock: No Rx Loss-of-signal: falseNo Nofalse Nofalse
40982026-08-23T06:15:24.127Z false
40992026-08-23T06:15:24.127Z Tx Loss-of-signal: No Rx Auto-squelch Disable: true Notrue Notrue Notrue
41002026-08-23T06:15:24.127Z
41012026-08-23T06:15:24.127Z Tx Output Enabled: true Tx CDR Enabled: Notrue Notrue Notrue
41022026-08-23T06:15:24.128ZNo
41032026-08-23T06:15:24.128Z Tx Output Status: invalid Tx Adaptive EQ Fault: No invalid Noinvalid invalid
41042026-08-23T06:15:24.131ZNo Tx Loss-of-lock: false No
41052026-08-23T06:15:24.131Zfalse Tx Fault: Yes false Yes false
41062026-08-23T06:15:24.131ZYes Yes Tx Loss-of-signal: true
41072026-08-23T06:15:24.131Z true true true
41082026-08-23T06:15:24.131ZTx Auto-squelch Disable: false false false false
41092026-08-23T06:15:24.131Z Tx Adaptive EQ Fail: true true true true
41102026-08-23T06:15:24.131Z Tx Failure: false false false false
41112026-08-23T06:15:24.131Z Tx Force Squelch: true true true true
41122026-08-23T06:15:24.131Z Tx Input Polarity: normal normal normal normal
41132026-08-23T06:15:24.131Ztest switchport::test::test_print_sff_datapath ... ok
41142026-08-23T06:15:24.131Ztest switchport::test::test_print_cmis_datapath ... ok
41152026-08-23T06:15:24.131Ztest link::test_filter ... ok
41162026-08-23T06:15:24.131Z
41172026-08-23T06:15:24.132Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41182026-08-23T06:15:24.132Z
41192026-08-23T06:15:24.132Z Running tests/counters.rs (target/debug/deps/counters-e3479b23dddbc240)
41202026-08-23T06:15:24.132Z
41212026-08-23T06:15:24.132Zrunning 1 test
41222026-08-23T06:15:24.132Ztest test_p4_counter_list ... ignored
41232026-08-23T06:15:24.132Z
41242026-08-23T06:15:24.132Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41252026-08-23T06:15:24.132Z
41262026-08-23T06:15:24.132Z Running tests/port-link.rs (target/debug/deps/port_link-00db9624adb8b2ed)
41272026-08-23T06:15:24.132Z
41282026-08-23T06:15:24.132Zrunning 5 tests
41292026-08-23T06:15:24.132Ztest test_an ... ignored
41302026-08-23T06:15:24.132Ztest test_enable ... ignored
41312026-08-23T06:15:24.132Ztest test_ip_addresses ... ignored
41322026-08-23T06:15:24.132Ztest test_kr ... ignored
41332026-08-23T06:15:24.132Ztest test_mac ... ignored
41342026-08-23T06:15:24.132Z
41352026-08-23T06:15:24.132Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41362026-08-23T06:15:24.132Z
41372026-08-23T06:15:24.132Z Running unittests src/main.rs (target/debug/deps/tfportd-f13fe9d5b1c9c428)
41382026-08-23T06:15:24.132Z
41392026-08-23T06:15:24.132Zrunning 3 tests
41402026-08-23T06:15:24.132Ztest linklocal::test_parse_ipadm ... ok
41412026-08-23T06:15:24.132Ztest tfport::test_parse_tfport ... ok
41422026-08-23T06:15:24.132Ztest config::tests::test_updates ... ok
41432026-08-23T06:15:24.132Z
41442026-08-23T06:15:24.132Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41452026-08-23T06:15:24.132Z
41462026-08-23T06:15:24.132Z Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330)
41472026-08-23T06:15:24.132Z
41482026-08-23T06:15:24.132Zrunning 0 tests
41492026-08-23T06:15:24.132Z
41502026-08-23T06:15:24.132Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41512026-08-23T06:15:24.132Z
41522026-08-23T06:15:24.132Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
41532026-08-23T06:15:24.132Z
41542026-08-23T06:15:24.133Zrunning 0 tests
41552026-08-23T06:15:24.133Z
41562026-08-23T06:15:24.133Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41572026-08-23T06:15:24.133Z
41582026-08-23T06:15:24.133Z Doc-tests aal
41592026-08-23T06:15:24.335Z
41602026-08-23T06:15:24.335Zrunning 0 tests
41612026-08-23T06:15:24.335Z
41622026-08-23T06:15:24.335Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41632026-08-23T06:15:24.335Z
41642026-08-23T06:15:24.360Z Doc-tests aal_macros
41652026-08-23T06:15:24.428Z
41662026-08-23T06:15:24.428Zrunning 0 tests
41672026-08-23T06:15:24.428Z
41682026-08-23T06:15:24.428Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41692026-08-23T06:15:24.428Z
41702026-08-23T06:15:24.436Z Doc-tests common
41712026-08-23T06:15:24.667Z
41722026-08-23T06:15:24.667Zrunning 0 tests
41732026-08-23T06:15:24.667Z
41742026-08-23T06:15:24.667Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41752026-08-23T06:15:24.667Z
41762026-08-23T06:15:24.692Z Doc-tests dpd_api
41772026-08-23T06:15:25.400Z
41782026-08-23T06:15:25.400Zrunning 2 tests
41792026-08-23T06:15:25.400Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
41802026-08-23T06:15:25.400Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
41812026-08-23T06:15:25.400Z
41822026-08-23T06:15:25.400Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41832026-08-23T06:15:25.400Z
41842026-08-23T06:15:25.429Z Doc-tests dpd_client
41852026-08-23T06:15:26.801Z
41862026-08-23T06:15:26.801Zrunning 0 tests
41872026-08-23T06:15:26.801Z
41882026-08-23T06:15:26.801Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41892026-08-23T06:15:26.801Z
41902026-08-23T06:15:26.853Z Doc-tests dpd_types
41912026-08-23T06:15:27.041Z
41922026-08-23T06:15:27.041Zrunning 0 tests
41932026-08-23T06:15:27.041Z
41942026-08-23T06:15:27.041Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41952026-08-23T06:15:27.041Z
41962026-08-23T06:15:27.064Z Doc-tests dpd_types_versions
41972026-08-23T06:15:28.584Z
41982026-08-23T06:15:28.584Zrunning 1 test
41992026-08-23T06:15:28.584Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42002026-08-23T06:15:28.584Z
42012026-08-23T06:15:28.585Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42022026-08-23T06:15:28.585Z
42032026-08-23T06:15:28.633Z Doc-tests packet
42042026-08-23T06:15:28.855Z
42052026-08-23T06:15:28.855Zrunning 0 tests
42062026-08-23T06:15:28.855Z
42072026-08-23T06:15:28.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42082026-08-23T06:15:28.855Z
42092026-08-23T06:15:28.880Z Doc-tests pcap
42102026-08-23T06:15:28.932Z
42112026-08-23T06:15:28.932Zrunning 0 tests
42122026-08-23T06:15:28.932Z
42132026-08-23T06:15:28.932Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42142026-08-23T06:15:28.932Z
42152026-08-23T06:15:29.001Z+ for feat in tofino_stub tofino_asic softnpu chaos
42162026-08-23T06:15:29.001Z+ RUST_BACKTRACE=full
42172026-08-23T06:15:29.001Z+ cargo test --features tofino_asic --no-fail-fast
42182026-08-23T06:15:29.623Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42192026-08-23T06:15:29.702Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42202026-08-23T06:15:29.709Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42212026-08-23T06:15:29.717Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42222026-08-23T06:15:38.532Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42232026-08-23T06:15:38.749Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42242026-08-23T06:16:20.755Z Finished `test` profile [unoptimized + debuginfo] target(s) in 51.74s
42252026-08-23T06:16:20.875Z Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a)
42262026-08-23T06:16:20.880Z
42272026-08-23T06:16:20.880Zrunning 0 tests
42282026-08-23T06:16:20.880Z
42292026-08-23T06:16:20.880Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42302026-08-23T06:16:20.880Z
42312026-08-23T06:16:20.880Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42322026-08-23T06:16:20.883Z
42332026-08-23T06:16:20.883Zrunning 0 tests
42342026-08-23T06:16:20.883Z
42352026-08-23T06:16:20.883Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42362026-08-23T06:16:20.884Z
42372026-08-23T06:16:20.884Z Running unittests src/lib.rs (target/debug/deps/asic-6ca28387d5194340)
42382026-08-23T06:16:20.985Z
42392026-08-23T06:16:20.985Zrunning 8 tests
42402026-08-23T06:16:20.988Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42412026-08-23T06:16:20.989Ztest tofino_asic::qsfp::tests::fix_link ... ok
42422026-08-23T06:16:20.989Ztest tofino_asic::stats::constants_sanity_check ... ok
42432026-08-23T06:16:20.989Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42442026-08-23T06:16:20.989Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42452026-08-23T06:16:20.989Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42462026-08-23T06:16:20.995Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42472026-08-23T06:16:21.487Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42482026-08-23T06:16:21.487Z
42492026-08-23T06:16:21.487Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42502026-08-23T06:16:21.487Z
42512026-08-23T06:16:21.498Z Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c)
42522026-08-23T06:16:21.503Z
42532026-08-23T06:16:21.505Zrunning 4 tests
42542026-08-23T06:16:21.509Ztest nat::tests::test_vni ... ok
42552026-08-23T06:16:21.509Ztest network::tests::test_generate_ipv6_link_local ... ok
42562026-08-23T06:16:21.509Ztest test_purge ... ok
42572026-08-23T06:16:21.509Ztest illumos::test::address_exists_handles_missing_object ... ok
42582026-08-23T06:16:21.509Z
42592026-08-23T06:16:21.509Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42602026-08-23T06:16:21.509Z
42612026-08-23T06:16:21.509Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
42622026-08-23T06:16:21.512Z
42632026-08-23T06:16:21.512Zrunning 1 test
42642026-08-23T06:16:21.515Z -------
42652026-08-23T06:16:21.515Z Generating OpenAPI documents from API definitions ...
42662026-08-23T06:16:21.656Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42672026-08-23T06:16:21.726Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42682026-08-23T06:16:22.798Z -------
42692026-08-23T06:16:22.798Z Checking 13 OpenAPI documents...
42702026-08-23T06:16:22.798Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42712026-08-23T06:16:22.798Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42722026-08-23T06:16:22.798Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42732026-08-23T06:16:22.798Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42742026-08-23T06:16:22.801Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42752026-08-23T06:16:22.801Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42762026-08-23T06:16:22.801Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42772026-08-23T06:16:22.801Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42782026-08-23T06:16:22.801Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42792026-08-23T06:16:22.801Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42802026-08-23T06:16:22.801Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42812026-08-23T06:16:22.801Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42822026-08-23T06:16:22.801Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-08-23T06:16:22.801Z Fresh dpd "latest" symlink
42842026-08-23T06:16:22.801Z -------
42852026-08-23T06:16:22.802Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
42862026-08-23T06:16:22.873Ztest test::test_apis_up_to_date ... ok
42872026-08-23T06:16:22.873Z
42882026-08-23T06:16:22.873Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s
42892026-08-23T06:16:22.874Z
42902026-08-23T06:16:22.932Z Running unittests src/main.rs (target/debug/deps/dpd-e16ac5255740ee4f)
42912026-08-23T06:16:22.999Z
42922026-08-23T06:16:22.999Zrunning 66 tests
42932026-08-23T06:16:23.003Ztest freemap::test_ordering ... ok
42942026-08-23T06:16:23.003Ztest config::tests::test_updates ... ok
42952026-08-23T06:16:23.003Ztest dhcpv6::tests::test_create_duid_bytes ... ok
42962026-08-23T06:16:23.003Ztest freemap::test_split ... ok
42972026-08-23T06:16:23.003Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
42982026-08-23T06:16:23.003Ztest macaddrs::tests::test_mac_offset ... ok
42992026-08-23T06:16:23.007Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43002026-08-23T06:16:23.007Ztest macaddrs::tests::test_parse_port_id ... ok
43012026-08-23T06:16:23.007Ztest nat::test_mapping ... ok
43022026-08-23T06:16:23.007ZAug 23 06:16:21.662 DEBG created new freemapAug 23 06:16:21.662 DEBG created new freemap, unit, :unit :freemap_test freemap_test
43032026-08-23T06:16:23.007ZAug 23 06:16:21.662
43042026-08-23T06:16:23.007Z DEBG created new freemap, unit: freemap_test
43052026-08-23T06:16:23.007ZAug 23 06:16:21.663 DEBG initted freemap. low: 0, size: 128, unit: freemap_testAug 23 06:16:21.662
43062026-08-23T06:16:23.007Z DEBG initted freemap. low: 0, size: 128, Aug 23 06:16:21.663unit :DEBG freemap_testreset freemap
43072026-08-23T06:16:23.007Z, unit: freemap_testAug 23 06:16:21.663Aug 23 06:16:21.663
43082026-08-23T06:16:23.007Z DEBGAug 23 06:16:21.663 DEBGDEBGcreated new freemap created new freemapreset freemap, , unitunit, ::unit :freemap_test
43092026-08-23T06:16:23.007Zfreemap_test freemap_test
43102026-08-23T06:16:23.007Z
43112026-08-23T06:16:23.007ZAug 23 06:16:21.663 Aug 23 06:16:21.663DEBG DEBGinitted freemap. low: 0, size: 128 , initted freemap. low: 0, size: 8unit, :unit :freemap_test
43122026-08-23T06:16:23.009Zfreemap_test
43132026-08-23T06:16:23.009ZAug 23 06:16:21.663Aug 23 06:16:21.663 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
43142026-08-23T06:16:23.009Z
43152026-08-23T06:16:23.009ZAug 23 06:16:21.662 DEBG initted freemap. low: 0, size: 128, unit: freemap_test
43162026-08-23T06:16:23.009ZAug 23 06:16:21.663 DEBG reset freemap, unit: freemap_test
43172026-08-23T06:16:23.009Ztest port_map::tests::dump_map ... ok
43182026-08-23T06:16:23.009Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43192026-08-23T06:16:23.009Ztest freemap::test_basic ... ok
43202026-08-23T06:16:23.009Ztest freemap::test_reclaim ... ok
43212026-08-23T06:16:23.009Ztest freemap::test_exhaustion ... ok
43222026-08-23T06:16:23.009Ztest freemap::test_free ... ok
43232026-08-23T06:16:23.009Ztest port_map::tests::test_backplane_group ... ok
43242026-08-23T06:16:23.009Ztest port_map::tests::test_port_map ... ok
43252026-08-23T06:16:23.009ZAug 23 06:16:21.663 DEBG created new freemap, unit: freemap_test
43262026-08-23T06:16:23.009ZAug 23 06:16:21.663 DEBG initted freemap. low: 0, size: 128, unit: freemap_test
43272026-08-23T06:16:23.009ZAug 23 06:16:21.663 DEBG reset freemap, unit: freemap_test
43282026-08-23T06:16:23.009Ztest freemap::test_span ... ok
43292026-08-23T06:16:23.009ZAug 23 06:16:21.664 DEBG created new freemap, unit: freemap_route_ipv4
43302026-08-23T06:16:23.009ZAug 23 06:16:21.664 DEBG created new freemap, unit: freemap_route_ipv6
43312026-08-23T06:16:23.009ZAug 23 06:16:21.664 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv4
43322026-08-23T06:16:23.009ZAug 23 06:16:21.664 DEBG reset freemap, unit: freemap_route_ipv4
43332026-08-23T06:16:23.010ZAug 23 06:16:21.664 DEBG Aug 23 06:16:21.664initted freemap. low: 0, size: 64 , DEBGunit :created new freemap freemap_route_ipv6,
43342026-08-23T06:16:23.010Zunit: freemap_route_ipv4Aug 23 06:16:21.664
43352026-08-23T06:16:23.011ZDEBG reset freemap, unit: freemap_route_ipv6Aug 23 06:16:21.664
43362026-08-23T06:16:23.011Z DEBG created new freemap, Aug 23 06:16:21.664unit :INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1
43372026-08-23T06:16:23.011Z
43382026-08-23T06:16:23.011ZAug 23 06:16:21.664Aug 23 06:16:21.664 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]initted freemap. low: 0, size: 64
43392026-08-23T06:16:23.011Z, unit: freemap_route_ipv4Aug 23 06:16:21.664
43402026-08-23T06:16:23.011Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43412026-08-23T06:16:23.011ZAug 23 06:16:21.664 DEBG reset freemap, unit: freemap_route_ipv4
43422026-08-23T06:16:23.011ZAug 23 06:16:21.664 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv6
43432026-08-23T06:16:23.011ZAug 23 06:16:21.664 DEBG reset freemap, unit: freemap_route_ipv6
43442026-08-23T06:16:23.011ZAug 23 06:16:21.664 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43452026-08-23T06:16:23.011ZAug 23 06:16:21.664 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43462026-08-23T06:16:23.011ZAug 23 06:16:21.664 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43472026-08-23T06:16:23.011ZAug 23 06:16:21.664 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43482026-08-23T06:16:23.011ZAug 23 06:16:21.664 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43492026-08-23T06:16:23.011ZAug 23 06:16:21.664 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43502026-08-23T06:16:23.011ZAug 23 06:16:21.664 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43512026-08-23T06:16:23.011ZAug 23 06:16:21.664 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
43522026-08-23T06:16:23.012ZAug 23 06:16:21.664 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
43532026-08-23T06:16:23.012ZAug 23 06:16:21.664 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.664
43542026-08-23T06:16:23.012Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 23 06:16:21.664
43552026-08-23T06:16:23.012Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43562026-08-23T06:16:23.012ZAug 23 06:16:21.664 INFOAug 23 06:16:21.664 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
43572026-08-23T06:16:23.012Z replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43582026-08-23T06:16:23.012ZAug 23 06:16:21.664 DEBGAug 23 06:16:21.664 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
43592026-08-23T06:16:23.012Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43602026-08-23T06:16:23.012ZAug 23 06:16:21.664 INFOAug 23 06:16:21.664 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG
43612026-08-23T06:16:23.012Z replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43622026-08-23T06:16:23.012ZAug 23 06:16:21.664 DEBG Aug 23 06:16:21.664replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43632026-08-23T06:16:23.012ZINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43642026-08-23T06:16:23.012ZAug 23 06:16:21.664 INFO Aug 23 06:16:21.664adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43652026-08-23T06:16:23.014ZDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43662026-08-23T06:16:23.014ZAug 23 06:16:21.664 DEBG Aug 23 06:16:21.664replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43672026-08-23T06:16:23.014ZINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43682026-08-23T06:16:23.014ZAug 23 06:16:21.664 Aug 23 06:16:21.664INFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43692026-08-23T06:16:23.014Zreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43702026-08-23T06:16:23.014ZAug 23 06:16:21.664Aug 23 06:16:21.664 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43712026-08-23T06:16:23.014Z
43722026-08-23T06:16:23.014ZAug 23 06:16:21.664Aug 23 06:16:21.664 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43732026-08-23T06:16:23.014Z
43742026-08-23T06:16:23.014ZAug 23 06:16:21.664Aug 23 06:16:21.664Aug 23 06:16:21.664 DEBGINFO DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43752026-08-23T06:16:23.014Z
43762026-08-23T06:16:23.015Zcreated new freemap, Aug 23 06:16:21.664Aug 23 06:16:21.664 unitINFODEBG :adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43772026-08-23T06:16:23.015Zfreemap_route_ipv4
43782026-08-23T06:16:23.015Zreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43792026-08-23T06:16:23.015ZAug 23 06:16:21.664 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.664
43802026-08-23T06:16:23.015ZAug 23 06:16:21.664 Aug 23 06:16:21.664INFO DEBGINFO created new freemap , adding route 3fff:beef:6::/64 -> 2001:db8::55:ffunitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff:
43812026-08-23T06:16:23.015Z
43822026-08-23T06:16:23.015Zfreemap_route_ipv6Aug 23 06:16:21.664
43832026-08-23T06:16:23.015Z DEBGAug 23 06:16:21.664Aug 23 06:16:21.664 created new freemap DEBG, Aug 23 06:16:21.664 unitDEBG: initted freemap. low: 0, size: 64replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43842026-08-23T06:16:23.015Zfreemap_route_ipv4, DEBG
43852026-08-23T06:16:23.015Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
43862026-08-23T06:16:23.015Z:Aug 23 06:16:21.664 INFO freemap_route_ipv4Aug 23 06:16:21.664
43872026-08-23T06:16:23.015ZAug 23 06:16:21.664adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
43882026-08-23T06:16:23.015ZINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG
43892026-08-23T06:16:23.015ZAug 23 06:16:21.664 created new freemapDEBG, Aug 23 06:16:21.664unit :DEBG reset freemapfreemap_route_ipv6,
43902026-08-23T06:16:23.015Zunit:replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.664 freemap_route_ipv4Aug 23 06:16:21.664
43912026-08-23T06:16:23.015Z
43922026-08-23T06:16:23.015ZDEBG Aug 23 06:16:21.664initted freemap. low: 0, size: 64 DEBGDEBG , initted freemap. low: 0, size: 64unit, created new freemap:unit :, freemap_route_ipv4unitfreemap_route_ipv6:
43932026-08-23T06:16:23.015ZAug 23 06:16:21.664
43942026-08-23T06:16:23.015Z INFOfreemap_route_ipv4Aug 23 06:16:21.664
43952026-08-23T06:16:23.015Z DEBGAug 23 06:16:21.664 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
43962026-08-23T06:16:23.015Zreset freemapAug 23 06:16:21.664 , reset freemapunitDEBG: , created new freemapunitfreemap_route_ipv4:Aug 23 06:16:21.664,
43972026-08-23T06:16:23.015Zunit :freemap_route_ipv6
43982026-08-23T06:16:23.016Zfreemap_route_ipv6 DEBGAug 23 06:16:21.664 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.664
43992026-08-23T06:16:23.020Z
44002026-08-23T06:16:23.020ZDEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 initted freemap. low: 0, size: 64Aug 23 06:16:21.664
44012026-08-23T06:16:23.020Z, unitINFO: Aug 23 06:16:21.664adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44022026-08-23T06:16:23.020Z DEBGfreemap_route_ipv6Aug 23 06:16:21.664
44032026-08-23T06:16:23.020Zinitted freemap. low: 0, size: 64Aug 23 06:16:21.664 DEBGDEBG, unit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:16:21.664
44042026-08-23T06:16:23.020Z: freemap_route_ipv4DEBG
44052026-08-23T06:16:23.020Zreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemap
44062026-08-23T06:16:23.020Z, unit: Aug 23 06:16:21.664Aug 23 06:16:21.664Aug 23 06:16:21.664freemap_route_ipv6
44072026-08-23T06:16:23.020ZINFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG
44082026-08-23T06:16:23.020Z
44092026-08-23T06:16:23.020Z Aug 23 06:16:21.664 reset freemapINFO, Aug 23 06:16:21.664adding route 3fff:dead::/64 -> 2001:db8::55:1unit
44102026-08-23T06:16:23.020Z:DEBG freemap_route_ipv4replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.664
44112026-08-23T06:16:23.020Z Aug 23 06:16:21.664
44122026-08-23T06:16:23.020ZDEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:16:21.664
44132026-08-23T06:16:23.020Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
44142026-08-23T06:16:23.020ZAug 23 06:16:21.664INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
44152026-08-23T06:16:23.020ZAug 23 06:16:21.664 DEBGinitted freemap. low: 0, size: 64, Aug 23 06:16:21.664unitAug 23 06:16:21.664 : replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] INFO
44162026-08-23T06:16:23.020Z DEBG freemap_route_ipv6adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
44172026-08-23T06:16:23.020Zreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44182026-08-23T06:16:23.020Z
44192026-08-23T06:16:23.020ZAug 23 06:16:21.664Aug 23 06:16:21.664 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.664
44202026-08-23T06:16:23.020Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44212026-08-23T06:16:23.020Z DEBGAug 23 06:16:21.664 reset freemapINFO , adding route 3fff:beef:2::/64 -> 2001:db8::55:ffunit
44222026-08-23T06:16:23.020Ztest api_server::tests::test_build_info ... ok
44232026-08-23T06:16:23.020Z:Aug 23 06:16:21.664 DEBGfreemap_route_ipv6Aug 23 06:16:21.664 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44242026-08-23T06:16:23.020Z
44252026-08-23T06:16:23.020Zreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.664
44262026-08-23T06:16:23.020ZINFO Aug 23 06:16:21.664adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 23 06:16:21.664INFO
44272026-08-23T06:16:23.020ZINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44282026-08-23T06:16:23.020Z
44292026-08-23T06:16:23.020ZAug 23 06:16:21.664 DEBG Aug 23 06:16:21.664replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:16:21.664
44302026-08-23T06:16:23.020ZDEBG DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44312026-08-23T06:16:23.020Zreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.664
44322026-08-23T06:16:23.021Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:16:21.664
44332026-08-23T06:16:23.021Z Aug 23 06:16:21.664INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
44342026-08-23T06:16:23.021ZAug 23 06:16:21.664 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG
44352026-08-23T06:16:23.021ZAug 23 06:16:21.664 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44362026-08-23T06:16:23.021Z
44372026-08-23T06:16:23.021ZAug 23 06:16:21.664 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.664Aug 23 06:16:21.664
44382026-08-23T06:16:23.021Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:16:21.664INFO
44392026-08-23T06:16:23.021ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44402026-08-23T06:16:23.021Z
44412026-08-23T06:16:23.021ZAug 23 06:16:21.664Aug 23 06:16:21.664Aug 23 06:16:21.664 DEBGAug 23 06:16:21.664DEBG DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
44422026-08-23T06:16:23.021Z
44432026-08-23T06:16:23.021Z
44442026-08-23T06:16:23.021Z DEBG Aug 23 06:16:21.664created new freemap Aug 23 06:16:21.664INFO , INFOAug 23 06:16:21.664 adding route 3fff:beef:6::/64 -> 2001:db8::55:ff INFO
44452026-08-23T06:16:23.022Zunitadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
44462026-08-23T06:16:23.022Z: adding route 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv4Aug 23 06:16:21.664
44472026-08-23T06:16:23.022Z DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44482026-08-23T06:16:23.022ZAug 23 06:16:21.664
44492026-08-23T06:16:23.022Z DEBG Aug 23 06:16:21.664replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44502026-08-23T06:16:23.022ZDEBG Aug 23 06:16:21.665Aug 23 06:16:21.665 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOAug 23 06:16:21.665
44512026-08-23T06:16:23.022Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
44522026-08-23T06:16:23.022Z INFOcreated new freemap, unitadding route 3fff:beef:12::/64 -> 2001:db8::55:ff:Aug 23 06:16:21.665
44532026-08-23T06:16:23.022ZAug 23 06:16:21.665 DEBGfreemap_route_ipv6 Aug 23 06:16:21.665replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44542026-08-23T06:16:23.022Z
44552026-08-23T06:16:23.022Z INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 23 06:16:21.665
44562026-08-23T06:16:23.022Z INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
44572026-08-23T06:16:23.022Z
44582026-08-23T06:16:23.022ZAug 23 06:16:21.665 DEBG Aug 23 06:16:21.665initted freemap. low: 0, size: 64 Aug 23 06:16:21.665DEBG , DEBGunit :Aug 23 06:16:21.665replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44592026-08-23T06:16:23.022Zreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44602026-08-23T06:16:23.023Z freemap_route_ipv4INFO
44612026-08-23T06:16:23.023ZAug 23 06:16:21.665 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO
44622026-08-23T06:16:23.023Z Aug 23 06:16:21.665adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 23 06:16:21.665
44632026-08-23T06:16:23.023Z INFO Aug 23 06:16:21.665adding route 3fff:beef:1::/64 -> 2001:db8::55:ff DEBG
44642026-08-23T06:16:23.023ZDEBG reset freemapreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
44652026-08-23T06:16:23.023ZunitAug 23 06:16:21.665:Aug 23 06:16:21.665 freemap_route_ipv4Aug 23 06:16:21.665
44662026-08-23T06:16:23.023Z DEBGINFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44672026-08-23T06:16:23.023Z
44682026-08-23T06:16:23.023Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44692026-08-23T06:16:23.023ZAug 23 06:16:21.665Aug 23 06:16:21.665 Aug 23 06:16:21.665 DEBG INFOreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44702026-08-23T06:16:23.023ZINFO Aug 23 06:16:21.665adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
44712026-08-23T06:16:23.023Z DEBG
44722026-08-23T06:16:23.023Z Aug 23 06:16:21.665 INFOinitted freemap. low: 0, size: 64 , adding route 3fff:beef:b::/64 -> 2001:db8::55:ffunitAug 23 06:16:21.665
44732026-08-23T06:16:23.023Z Aug 23 06:16:21.665Aug 23 06:16:21.665DEBG DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44742026-08-23T06:16:23.023Z: freemap_route_ipv6
44752026-08-23T06:16:23.024Z
44762026-08-23T06:16:23.024Z
44772026-08-23T06:16:23.024ZAug 23 06:16:21.665 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
44782026-08-23T06:16:23.024ZAug 23 06:16:21.665 Aug 23 06:16:21.665Aug 23 06:16:21.665 INFODEBG Aug 23 06:16:21.665adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44792026-08-23T06:16:23.024Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
44802026-08-23T06:16:23.024Z
44812026-08-23T06:16:23.024Z DEBG reset freemapAug 23 06:16:21.665, Aug 23 06:16:21.665unitDEBG: Aug 23 06:16:21.665 freemap_route_ipv6DEBG
44822026-08-23T06:16:23.024ZINFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44832026-08-23T06:16:23.024Zreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44842026-08-23T06:16:23.024Z
44852026-08-23T06:16:23.024ZAug 23 06:16:21.665 INFOAug 23 06:16:21.665Aug 23 06:16:21.665 adding route 3fff:dead::/64 -> 2001:db8::55:1INFODEBG Aug 23 06:16:21.665
44862026-08-23T06:16:23.024Zreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44872026-08-23T06:16:23.024Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO
44882026-08-23T06:16:23.024Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 23 06:16:21.665Aug 23 06:16:21.665
44892026-08-23T06:16:23.024ZAug 23 06:16:21.665 DEBG INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.665
44902026-08-23T06:16:23.024Z
44912026-08-23T06:16:23.024Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff DEBG
44922026-08-23T06:16:23.024Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.665
44932026-08-23T06:16:23.025Z INFO Aug 23 06:16:21.665Aug 23 06:16:21.665Aug 23 06:16:21.665 INFOINFOadding route 3fff:dead::/64 -> 2001:db8::55:2
44942026-08-23T06:16:23.025Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG
44952026-08-23T06:16:23.025Zreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
44962026-08-23T06:16:23.025ZAug 23 06:16:21.665
44972026-08-23T06:16:23.025Z Aug 23 06:16:21.665Aug 23 06:16:21.665DEBG INFODEBGAug 23 06:16:21.665 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG
44982026-08-23T06:16:23.025Z
44992026-08-23T06:16:23.029Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45002026-08-23T06:16:23.029ZAug 23 06:16:21.665
45012026-08-23T06:16:23.029Z Aug 23 06:16:21.665INFO Aug 23 06:16:21.665DEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ff INFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
45022026-08-23T06:16:23.029Z
45032026-08-23T06:16:23.029ZAug 23 06:16:21.665
45042026-08-23T06:16:23.029Z INFOAug 23 06:16:21.665 INFO Aug 23 06:16:21.665adding route 3fff:beef:10::/64 -> 2001:db8::55:ff adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
45052026-08-23T06:16:23.029ZDEBG
45062026-08-23T06:16:23.029ZAug 23 06:16:21.665 Aug 23 06:16:21.665replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
45072026-08-23T06:16:23.029Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG
45082026-08-23T06:16:23.031Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.665
45092026-08-23T06:16:23.031Z INFO Aug 23 06:16:21.665adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 23 06:16:21.665Aug 23 06:16:21.665 INFO
45102026-08-23T06:16:23.031ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4
45112026-08-23T06:16:23.031ZAug 23 06:16:21.665 adding route 3fff:beef:11::/64 -> 2001:db8::55:ff DEBG
45122026-08-23T06:16:23.031Z DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45132026-08-23T06:16:23.031Z replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.665
45142026-08-23T06:16:23.031Z DEBGAug 23 06:16:21.665 replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 23 06:16:21.665Aug 23 06:16:21.665
45152026-08-23T06:16:23.031Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
45162026-08-23T06:16:23.031Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45172026-08-23T06:16:23.031Z
45182026-08-23T06:16:23.031ZAug 23 06:16:21.665Aug 23 06:16:21.665 INFOAug 23 06:16:21.665 Aug 23 06:16:21.665adding route 3fff:beef:12::/64 -> 2001:db8::55:ff INFO
45192026-08-23T06:16:23.031ZDEBGDEBG Aug 23 06:16:21.665adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45202026-08-23T06:16:23.032ZDEBG
45212026-08-23T06:16:23.032Z
45222026-08-23T06:16:23.032Z replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.665
45232026-08-23T06:16:23.032Z DEBGAug 23 06:16:21.665 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45242026-08-23T06:16:23.032ZAug 23 06:16:21.665Aug 23 06:16:21.665 INFOINFOAug 23 06:16:21.665 INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
45252026-08-23T06:16:23.032Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
45262026-08-23T06:16:23.032Z
45272026-08-23T06:16:23.032Z
45282026-08-23T06:16:23.032ZAug 23 06:16:21.665Aug 23 06:16:21.665 Aug 23 06:16:21.665 DEBG DEBGAug 23 06:16:21.665 replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG
45292026-08-23T06:16:23.032Z
45302026-08-23T06:16:23.032Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45312026-08-23T06:16:23.032Z
45322026-08-23T06:16:23.032ZAug 23 06:16:21.665Aug 23 06:16:21.665 Aug 23 06:16:21.665Aug 23 06:16:21.665 INFOINFO INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
45332026-08-23T06:16:23.032ZINFO
45342026-08-23T06:16:23.032Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
45352026-08-23T06:16:23.033Z
45362026-08-23T06:16:23.033ZAug 23 06:16:21.665 Aug 23 06:16:21.665DEBGAug 23 06:16:21.665 DEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:16:21.665
45372026-08-23T06:16:23.033ZDEBG DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45382026-08-23T06:16:23.033Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.665
45392026-08-23T06:16:23.033Z
45402026-08-23T06:16:23.033Ztest port_map::tests::parse_softnpu_revision ... ok
45412026-08-23T06:16:23.033Z Aug 23 06:16:21.665 INFO INFOAug 23 06:16:21.665 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 23 06:16:21.665 INFOAug 23 06:16:21.665 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG
45422026-08-23T06:16:23.033Z replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45432026-08-23T06:16:23.033ZAug 23 06:16:21.665 Aug 23 06:16:21.665DEBG INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45442026-08-23T06:16:23.033Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45452026-08-23T06:16:23.033ZAug 23 06:16:21.665Aug 23 06:16:21.665 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45462026-08-23T06:16:23.033Z
45472026-08-23T06:16:23.033ZAug 23 06:16:21.665Aug 23 06:16:21.665 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45482026-08-23T06:16:23.033Z
45492026-08-23T06:16:23.033ZAug 23 06:16:21.665Aug 23 06:16:21.665 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
45502026-08-23T06:16:23.034Z
45512026-08-23T06:16:23.034ZAug 23 06:16:21.665Aug 23 06:16:21.665 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45522026-08-23T06:16:23.035Z
45532026-08-23T06:16:23.035ZAug 23 06:16:21.665Aug 23 06:16:21.665 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
45542026-08-23T06:16:23.035Z
45552026-08-23T06:16:23.035ZAug 23 06:16:21.665Aug 23 06:16:21.665 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45562026-08-23T06:16:23.035Z
45572026-08-23T06:16:23.035ZAug 23 06:16:21.665Aug 23 06:16:21.665 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
45582026-08-23T06:16:23.035Z
45592026-08-23T06:16:23.035ZAug 23 06:16:21.665Aug 23 06:16:21.665 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
45602026-08-23T06:16:23.035Z
45612026-08-23T06:16:23.035ZAug 23 06:16:21.665Aug 23 06:16:21.665 INFODEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45622026-08-23T06:16:23.035Z
45632026-08-23T06:16:23.035ZAug 23 06:16:21.665Aug 23 06:16:21.665 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
45642026-08-23T06:16:23.035Z
45652026-08-23T06:16:23.037ZAug 23 06:16:21.665Aug 23 06:16:21.665 DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45662026-08-23T06:16:23.037ZAug 23 06:16:21.665 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
45672026-08-23T06:16:23.037ZAug 23 06:16:21.665 DEBG
45682026-08-23T06:16:23.037Zreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45692026-08-23T06:16:23.037Z
45702026-08-23T06:16:23.037ZAug 23 06:16:21.665 INFOAug 23 06:16:21.665 Aug 23 06:16:21.665DEBG INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45712026-08-23T06:16:23.037Z
45722026-08-23T06:16:23.037Z
45732026-08-23T06:16:23.037Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45742026-08-23T06:16:23.037ZAug 23 06:16:21.665Aug 23 06:16:21.665Aug 23 06:16:21.665 DEBG INFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 23 06:16:21.665
45752026-08-23T06:16:23.037Z
45762026-08-23T06:16:23.037Z DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
45772026-08-23T06:16:23.037ZAug 23 06:16:21.665Aug 23 06:16:21.665, Aug 23 06:16:21.665DEBGINFOunit Aug 23 06:16:21.665replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
45782026-08-23T06:16:23.037Z adding route 3fff:beef:10::/64 -> 2001:db8::55:fffreemap_route_ipv4
45792026-08-23T06:16:23.037ZINFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 23 06:16:21.665Aug 23 06:16:21.665adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
45802026-08-23T06:16:23.037Z
45812026-08-23T06:16:23.038Z
45822026-08-23T06:16:23.038Z DEBG INFOAug 23 06:16:21.665 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBGAug 23 06:16:21.665replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45832026-08-23T06:16:23.038Z replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45842026-08-23T06:16:23.038Z Aug 23 06:16:21.665Aug 23 06:16:21.665
45852026-08-23T06:16:23.038Z DEBGDEBGDEBGAug 23 06:16:21.665 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45862026-08-23T06:16:23.038Z
45872026-08-23T06:16:23.038Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffcreated new freemap
45882026-08-23T06:16:23.039Z, unit: freemap_route_ipv6Aug 23 06:16:21.665Aug 23 06:16:21.665Aug 23 06:16:21.665Aug 23 06:16:21.665 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff INFO
45892026-08-23T06:16:23.039Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45902026-08-23T06:16:23.039Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
45912026-08-23T06:16:23.039Z
45922026-08-23T06:16:23.039ZAug 23 06:16:21.665 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFOAug 23 06:16:21.665
45932026-08-23T06:16:23.039Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
45942026-08-23T06:16:23.039ZDEBG Aug 23 06:16:21.665Aug 23 06:16:21.665Aug 23 06:16:21.665replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
45952026-08-23T06:16:23.039ZDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.665 Aug 23 06:16:21.665DEBG
45962026-08-23T06:16:23.039Z DEBG initted freemap. low: 0, size: 64INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 23 06:16:21.665
45972026-08-23T06:16:23.040Z replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
45982026-08-23T06:16:23.040Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffunitadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
45992026-08-23T06:16:23.045Z:
46002026-08-23T06:16:23.045Z Aug 23 06:16:21.665Aug 23 06:16:21.665 Aug 23 06:16:21.665INFOINFO Aug 23 06:16:21.665freemap_route_ipv4 adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
46012026-08-23T06:16:23.045Z DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
46022026-08-23T06:16:23.045Z
46032026-08-23T06:16:23.045Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46042026-08-23T06:16:23.045ZAug 23 06:16:21.665Aug 23 06:16:21.665 Aug 23 06:16:21.665 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46052026-08-23T06:16:23.045Z Aug 23 06:16:21.665DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46062026-08-23T06:16:23.045Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.665INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
46072026-08-23T06:16:23.045Zreset freemapAug 23 06:16:21.665 INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
46082026-08-23T06:16:23.045Z
46092026-08-23T06:16:23.046Z
46102026-08-23T06:16:23.046ZAug 23 06:16:21.665Aug 23 06:16:21.665Aug 23 06:16:21.665 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46112026-08-23T06:16:23.046Z
46122026-08-23T06:16:23.046Z replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46132026-08-23T06:16:23.047ZAug 23 06:16:21.666 INFO Aug 23 06:16:21.666adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
46142026-08-23T06:16:23.047ZINFOAug 23 06:16:21.666 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
46152026-08-23T06:16:23.047ZINFOAug 23 06:16:21.666 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBGAug 23 06:16:21.666
46162026-08-23T06:16:23.047Zreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46172026-08-23T06:16:23.047Z replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46182026-08-23T06:16:23.047ZAug 23 06:16:21.666 Aug 23 06:16:21.666INFO Aug 23 06:16:21.666adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
46192026-08-23T06:16:23.047ZDEBGINFO, unit :adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
46202026-08-23T06:16:23.047Zreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Aug 23 06:16:21.666
46212026-08-23T06:16:23.047Z
46222026-08-23T06:16:23.047ZAug 23 06:16:21.666DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46232026-08-23T06:16:23.047Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.666
46242026-08-23T06:16:23.047Z Aug 23 06:16:21.666INFOAug 23 06:16:21.666 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
46252026-08-23T06:16:23.047ZAug 23 06:16:21.666INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 23 06:16:21.666 DEBGDEBG
46262026-08-23T06:16:23.047Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 23 06:16:21.666
46272026-08-23T06:16:23.047Z DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46282026-08-23T06:16:23.047ZAug 23 06:16:21.666Aug 23 06:16:21.666 INFODEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
46292026-08-23T06:16:23.049Z
46302026-08-23T06:16:23.049Zinitted freemap. low: 0, size: 64adding route 3fff:beef:15::/64 -> 2001:db8::55:ff,
46312026-08-23T06:16:23.050Zunit: freemap_route_ipv6
46322026-08-23T06:16:23.050ZAug 23 06:16:21.666Aug 23 06:16:21.666 INFO Aug 23 06:16:21.666 Aug 23 06:16:21.666DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
46332026-08-23T06:16:23.050Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46342026-08-23T06:16:23.050Z reset freemap, replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
46352026-08-23T06:16:23.050Z:Aug 23 06:16:21.666Aug 23 06:16:21.666 freemap_route_ipv6
46362026-08-23T06:16:23.050ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 23 06:16:21.666DEBG
46372026-08-23T06:16:23.050ZAug 23 06:16:21.666 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
46382026-08-23T06:16:23.050Zreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46392026-08-23T06:16:23.050ZAug 23 06:16:21.666
46402026-08-23T06:16:23.050Z DEBGAug 23 06:16:21.666 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.666
46412026-08-23T06:16:23.050Z DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
46422026-08-23T06:16:23.050Z
46432026-08-23T06:16:23.050ZAug 23 06:16:21.666 INFOAug 23 06:16:21.666 Aug 23 06:16:21.666adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
46442026-08-23T06:16:23.050ZINFOINFOAug 23 06:16:21.666 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
46452026-08-23T06:16:23.050Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
46462026-08-23T06:16:23.051Z
46472026-08-23T06:16:23.051ZAug 23 06:16:21.666 DEBGAug 23 06:16:21.666Aug 23 06:16:21.666 DEBG Aug 23 06:16:21.666 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
46482026-08-23T06:16:23.051Z replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46492026-08-23T06:16:23.051Z
46502026-08-23T06:16:23.051ZAug 23 06:16:21.666replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46512026-08-23T06:16:23.051ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 23 06:16:21.666
46522026-08-23T06:16:23.051Z Aug 23 06:16:21.666INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFOAug 23 06:16:21.666Aug 23 06:16:21.666 adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
46532026-08-23T06:16:23.051Z
46542026-08-23T06:16:23.051ZINFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
46552026-08-23T06:16:23.051Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 23 06:16:21.666 Aug 23 06:16:21.666DEBG Aug 23 06:16:21.666DEBG
46562026-08-23T06:16:23.051Z replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46572026-08-23T06:16:23.051Z
46582026-08-23T06:16:23.051ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4
46592026-08-23T06:16:23.051ZAug 23 06:16:21.666 INFO Aug 23 06:16:21.666adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
46602026-08-23T06:16:23.051ZAug 23 06:16:21.666Aug 23 06:16:21.666DEBG DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46612026-08-23T06:16:23.051Z
46622026-08-23T06:16:23.051Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 23 06:16:21.666
46632026-08-23T06:16:23.051Z DEBGAug 23 06:16:21.666 Aug 23 06:16:21.666 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.666DEBG
46642026-08-23T06:16:23.051Z DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO
46652026-08-23T06:16:23.051Z Aug 23 06:16:21.666
46662026-08-23T06:16:23.051Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO
46672026-08-23T06:16:23.051Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
46682026-08-23T06:16:23.051ZAug 23 06:16:21.666 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 23 06:16:21.666
46692026-08-23T06:16:23.051Z DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.666
46702026-08-23T06:16:23.051Z Aug 23 06:16:21.666DEBGAug 23 06:16:21.666 INFODEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46712026-08-23T06:16:23.053Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46722026-08-23T06:16:23.053ZAug 23 06:16:21.666 Aug 23 06:16:21.666INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
46732026-08-23T06:16:23.053Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
46742026-08-23T06:16:23.053ZAug 23 06:16:21.666adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
46752026-08-23T06:16:23.053ZAug 23 06:16:21.666DEBG DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46762026-08-23T06:16:23.053Zreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46772026-08-23T06:16:23.053ZAug 23 06:16:21.666Aug 23 06:16:21.666 INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.666
46782026-08-23T06:16:23.053Z
46792026-08-23T06:16:23.053Z INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 23 06:16:21.666
46802026-08-23T06:16:23.053Z Aug 23 06:16:21.666DEBG INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
46812026-08-23T06:16:23.053Z
46822026-08-23T06:16:23.053ZAug 23 06:16:21.666Aug 23 06:16:21.666Aug 23 06:16:21.666 Aug 23 06:16:21.666INFO DEBG DEBG INFOreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46832026-08-23T06:16:23.053Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
46842026-08-23T06:16:23.053Z
46852026-08-23T06:16:23.053Z replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46862026-08-23T06:16:23.054ZAug 23 06:16:21.666Aug 23 06:16:21.666 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46872026-08-23T06:16:23.054Z
46882026-08-23T06:16:23.055ZAug 23 06:16:21.666Aug 23 06:16:21.666Aug 23 06:16:21.666 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
46892026-08-23T06:16:23.055Z
46902026-08-23T06:16:23.055Z INFO Aug 23 06:16:21.666Aug 23 06:16:21.666 Aug 23 06:16:21.666 DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
46912026-08-23T06:16:23.055Zreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46922026-08-23T06:16:23.055Z replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 23 06:16:21.666 Aug 23 06:16:21.666DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46932026-08-23T06:16:23.055Z
46942026-08-23T06:16:23.055Z
46952026-08-23T06:16:23.055Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
46962026-08-23T06:16:23.055ZAug 23 06:16:21.666Aug 23 06:16:21.666 INFO Aug 23 06:16:21.666DEBGAug 23 06:16:21.666adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46972026-08-23T06:16:23.055Z
46982026-08-23T06:16:23.055ZDEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
46992026-08-23T06:16:23.059Zreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.666
47002026-08-23T06:16:23.059Z DEBGAug 23 06:16:21.666Aug 23 06:16:21.666 Aug 23 06:16:21.666DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47012026-08-23T06:16:23.062ZINFO
47022026-08-23T06:16:23.062Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
47032026-08-23T06:16:23.062Z
47042026-08-23T06:16:23.062ZAug 23 06:16:21.666Aug 23 06:16:21.666Aug 23 06:16:21.666 Aug 23 06:16:21.666DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47052026-08-23T06:16:23.062ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
47062026-08-23T06:16:23.062ZDEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 23 06:16:21.666 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47072026-08-23T06:16:23.062ZINFO
47082026-08-23T06:16:23.062ZAug 23 06:16:21.666 DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 23 06:16:21.666
47092026-08-23T06:16:23.062Z DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:16:21.666replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47102026-08-23T06:16:23.062Z
47112026-08-23T06:16:23.062ZDEBGAug 23 06:16:21.666 replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 23 06:16:21.666Aug 23 06:16:21.666
47122026-08-23T06:16:23.062Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
47132026-08-23T06:16:23.062Z
47142026-08-23T06:16:23.062Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 23 06:16:21.666 INFO
47152026-08-23T06:16:23.062Z Aug 23 06:16:21.666Aug 23 06:16:21.666adding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 23 06:16:21.666DEBG
47162026-08-23T06:16:23.062Z DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47172026-08-23T06:16:23.062Z
47182026-08-23T06:16:23.063ZDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.666
47192026-08-23T06:16:23.063Z Aug 23 06:16:21.666DEBGAug 23 06:16:21.666 INFOINFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:16:21.666
47202026-08-23T06:16:23.063Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
47212026-08-23T06:16:23.063Z
47222026-08-23T06:16:23.063Z INFO Aug 23 06:16:21.666Aug 23 06:16:21.666 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 23 06:16:21.666INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
47232026-08-23T06:16:23.063Z replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47242026-08-23T06:16:23.063Z
47252026-08-23T06:16:23.063ZDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47262026-08-23T06:16:23.063ZAug 23 06:16:21.666 DEBGAug 23 06:16:21.666Aug 23 06:16:21.666 Aug 23 06:16:21.666 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47272026-08-23T06:16:23.063ZDEBGINFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47282026-08-23T06:16:23.063Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
47292026-08-23T06:16:23.063ZAug 23 06:16:21.666 INFO
47302026-08-23T06:16:23.063Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 23 06:16:21.666
47312026-08-23T06:16:23.063ZINFO Aug 23 06:16:21.666Aug 23 06:16:21.666 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
47322026-08-23T06:16:23.064Z DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47332026-08-23T06:16:23.064ZAug 23 06:16:21.666
47342026-08-23T06:16:23.064ZAug 23 06:16:21.666 DEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47352026-08-23T06:16:23.064Zreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.666Aug 23 06:16:21.666 INFO
47362026-08-23T06:16:23.064Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFOAug 23 06:16:21.666
47372026-08-23T06:16:23.064Z Aug 23 06:16:21.666INFO INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
47382026-08-23T06:16:23.064Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 23 06:16:21.666
47392026-08-23T06:16:23.064Z
47402026-08-23T06:16:23.064Z DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47412026-08-23T06:16:23.064ZAug 23 06:16:21.666 Aug 23 06:16:21.666DEBG Aug 23 06:16:21.666replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47422026-08-23T06:16:23.064Z Aug 23 06:16:21.666DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47432026-08-23T06:16:23.064Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 23 06:16:21.666
47442026-08-23T06:16:23.064Z
47452026-08-23T06:16:23.064Z Aug 23 06:16:21.666Aug 23 06:16:21.666INFOAug 23 06:16:21.666 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG INFO
47462026-08-23T06:16:23.064Z replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
47472026-08-23T06:16:23.065Z
47482026-08-23T06:16:23.065Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
47492026-08-23T06:16:23.065ZAug 23 06:16:21.666Aug 23 06:16:21.666Aug 23 06:16:21.666 Aug 23 06:16:21.666 DEBG DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47502026-08-23T06:16:23.065Z
47512026-08-23T06:16:23.065Z
47522026-08-23T06:16:23.065Z replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47532026-08-23T06:16:23.065ZAug 23 06:16:21.666Aug 23 06:16:21.666Aug 23 06:16:21.666 Aug 23 06:16:21.666DEBG INFOINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
47542026-08-23T06:16:23.065Z
47552026-08-23T06:16:23.065Z
47562026-08-23T06:16:23.065Ztest route::tests::identity_replace_is_noop ... ok
47572026-08-23T06:16:23.065ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
47582026-08-23T06:16:23.065ZAug 23 06:16:21.666 DEBGAug 23 06:16:21.666Aug 23 06:16:21.666 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.666
47592026-08-23T06:16:23.065ZINFODEBG DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.666replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47602026-08-23T06:16:23.065Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO
47612026-08-23T06:16:23.065Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
47622026-08-23T06:16:23.066Z
47632026-08-23T06:16:23.066ZAug 23 06:16:21.666 Aug 23 06:16:21.666 Aug 23 06:16:21.666INFOAug 23 06:16:21.666DEBG DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47642026-08-23T06:16:23.066Z
47652026-08-23T06:16:23.066Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
47662026-08-23T06:16:23.066Z
47672026-08-23T06:16:23.066ZAug 23 06:16:21.666Aug 23 06:16:21.666 INFO INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 23 06:16:21.666
47682026-08-23T06:16:23.066ZAug 23 06:16:21.666 adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
47692026-08-23T06:16:23.066ZDEBG DEBGreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:16:21.666
47702026-08-23T06:16:23.066ZAug 23 06:16:21.666 DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:16:21.666replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47712026-08-23T06:16:23.066Z
47722026-08-23T06:16:23.066Z replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47732026-08-23T06:16:23.066Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 23 06:16:21.666
47742026-08-23T06:16:23.066ZINFOAug 23 06:16:21.666 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO
47752026-08-23T06:16:23.066ZAug 23 06:16:21.666 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 23 06:16:21.666INFOAug 23 06:16:21.666
47762026-08-23T06:16:23.066ZDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
47772026-08-23T06:16:23.066ZAug 23 06:16:21.667 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
47782026-08-23T06:16:23.068Z Aug 23 06:16:21.667
47792026-08-23T06:16:23.068Z DEBG INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47802026-08-23T06:16:23.068Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 23 06:16:21.667Aug 23 06:16:21.667
47812026-08-23T06:16:23.068Z INFO Aug 23 06:16:21.667 DEBGAug 23 06:16:21.667INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
47822026-08-23T06:16:23.068Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47832026-08-23T06:16:23.068Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
47842026-08-23T06:16:23.068ZAug 23 06:16:21.667Aug 23 06:16:21.667
47852026-08-23T06:16:23.068ZDEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
47862026-08-23T06:16:23.068Z, unit : freemap_route_ipv4
47872026-08-23T06:16:23.068Zreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.667 DEBGAug 23 06:16:21.667 DEBG
47882026-08-23T06:16:23.068ZAug 23 06:16:21.667created new freemap, unitAug 23 06:16:21.667: freemap_route_ipv6 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47892026-08-23T06:16:23.068ZINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
47902026-08-23T06:16:23.068ZAug 23 06:16:21.667 Aug 23 06:16:21.667Aug 23 06:16:21.667 DEBGDEBG initted freemap. low: 0, size: 64INFO, unit
47912026-08-23T06:16:23.068Z: freemap_route_ipv4replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47922026-08-23T06:16:23.068Z
47932026-08-23T06:16:23.069ZAug 23 06:16:21.667Aug 23 06:16:21.667 Aug 23 06:16:21.667DEBG reset freemap INFOINFO , unit: adding route 3fff:beef:39::/64 -> 2001:db8::55:fffreemap_route_ipv4
47942026-08-23T06:16:23.069Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO
47952026-08-23T06:16:23.069Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
47962026-08-23T06:16:23.069Z
47972026-08-23T06:16:23.069ZAug 23 06:16:21.667 Aug 23 06:16:21.667DEBG DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:16:21.667 DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47982026-08-23T06:16:23.069Z
47992026-08-23T06:16:23.074ZAug 23 06:16:21.667 INFOinitted freemap. low: 0, size: 64Aug 23 06:16:21.667, DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit:Aug 23 06:16:21.667
48002026-08-23T06:16:23.074Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:fffreemap_route_ipv6Aug 23 06:16:21.667
48012026-08-23T06:16:23.074Z
48022026-08-23T06:16:23.074ZAug 23 06:16:21.667 DEBG INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 23 06:16:21.667
48032026-08-23T06:16:23.074Zreset freemap, unit DEBG:Aug 23 06:16:21.667adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
48042026-08-23T06:16:23.074ZDEBG freemap_route_ipv6
48052026-08-23T06:16:23.074Zreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48062026-08-23T06:16:23.074ZINFO Aug 23 06:16:21.667Aug 23 06:16:21.667 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:16:21.667
48072026-08-23T06:16:23.074Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
48082026-08-23T06:16:23.074Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 23 06:16:21.667 Aug 23 06:16:21.667 Aug 23 06:16:21.667DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
48092026-08-23T06:16:23.075Z
48102026-08-23T06:16:23.075Z
48112026-08-23T06:16:23.075Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
48122026-08-23T06:16:23.075ZAug 23 06:16:21.667 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 23 06:16:21.667 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
48132026-08-23T06:16:23.075Z
48142026-08-23T06:16:23.075ZAug 23 06:16:21.667 DEBGAug 23 06:16:21.667 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
48152026-08-23T06:16:23.075ZAug 23 06:16:21.667 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.667
48162026-08-23T06:16:23.075Z DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48172026-08-23T06:16:23.075Z Aug 23 06:16:21.667 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 23 06:16:21.667Aug 23 06:16:21.667 INFO adding route 172.16.0.0/32 -> 10.0.0.3
48182026-08-23T06:16:23.075Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
48192026-08-23T06:16:23.075Z
48202026-08-23T06:16:23.075Zreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.667INFO Aug 23 06:16:21.667 DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
48212026-08-23T06:16:23.075Z
48222026-08-23T06:16:23.075ZDEBGAug 23 06:16:21.667 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 23 06:16:21.667
48232026-08-23T06:16:23.076Zadding route 172.16.0.0/32 -> 10.0.0.4
48242026-08-23T06:16:23.076ZDEBG Aug 23 06:16:21.667 DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48252026-08-23T06:16:23.076ZINFO Aug 23 06:16:21.667replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
48262026-08-23T06:16:23.076ZAug 23 06:16:21.667
48272026-08-23T06:16:23.076Z Aug 23 06:16:21.667INFOAug 23 06:16:21.667 DEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
48282026-08-23T06:16:23.076Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
48292026-08-23T06:16:23.076Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
48302026-08-23T06:16:23.076ZAug 23 06:16:21.667DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48312026-08-23T06:16:23.076ZAug 23 06:16:21.667 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48322026-08-23T06:16:23.076Zreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48332026-08-23T06:16:23.076ZAug 23 06:16:21.667 INFOAug 23 06:16:21.667Aug 23 06:16:21.667 Aug 23 06:16:21.667DEBG failed to allocate space for the new target list
48342026-08-23T06:16:23.076Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFOINFO
48352026-08-23T06:16:23.077Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff Aug 23 06:16:21.667
48362026-08-23T06:16:23.077Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBGAug 23 06:16:21.667 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
48372026-08-23T06:16:23.077Z Aug 23 06:16:21.667replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48382026-08-23T06:16:23.077ZDEBG
48392026-08-23T06:16:23.077Zreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.667
48402026-08-23T06:16:23.077Z DEBGAug 23 06:16:21.667 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.667
48412026-08-23T06:16:23.077ZINFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
48422026-08-23T06:16:23.077Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
48432026-08-23T06:16:23.077ZAug 23 06:16:21.667 INFOAug 23 06:16:21.667 Aug 23 06:16:21.667DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48442026-08-23T06:16:23.077Z
48452026-08-23T06:16:23.078ZDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.667Aug 23 06:16:21.667
48462026-08-23T06:16:23.078Z DEBGINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48472026-08-23T06:16:23.078Z
48482026-08-23T06:16:23.078ZAug 23 06:16:21.667 INFO Aug 23 06:16:21.667adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Aug 23 06:16:21.667DEBG
48492026-08-23T06:16:23.078Zreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
48502026-08-23T06:16:23.078Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
48512026-08-23T06:16:23.078ZAug 23 06:16:21.667 Aug 23 06:16:21.667INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 23 06:16:21.667
48522026-08-23T06:16:23.078Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48532026-08-23T06:16:23.078ZDEBGAug 23 06:16:21.667 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48542026-08-23T06:16:23.078ZAug 23 06:16:21.667DEBG INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48552026-08-23T06:16:23.078Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
48562026-08-23T06:16:23.078Ztest route::tests::rollback_on_compact_delete_failure ... ok
48572026-08-23T06:16:23.078ZAug 23 06:16:21.667 Aug 23 06:16:21.667INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 23 06:16:21.667
48582026-08-23T06:16:23.078Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
48592026-08-23T06:16:23.078Z replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
48602026-08-23T06:16:23.078Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
48612026-08-23T06:16:23.078ZAug 23 06:16:21.667 DEBGAug 23 06:16:21.667 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48622026-08-23T06:16:23.078Z Aug 23 06:16:21.667
48632026-08-23T06:16:23.078Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
48642026-08-23T06:16:23.078ZAug 23 06:16:21.667 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFOAug 23 06:16:21.667Aug 23 06:16:21.667 DEBG Aug 23 06:16:21.668Aug 23 06:16:21.668 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48652026-08-23T06:16:23.078Z created new freemapAug 23 06:16:21.668 , DEBGunitAug 23 06:16:21.678: DEBG created new freemapINFOfreemap_route_ipv4, created new freemap
48662026-08-23T06:16:23.081Z unit, unit:adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff:
48672026-08-23T06:16:23.081Zfreemap_route_ipv4 freemap_route_ipv4
48682026-08-23T06:16:23.081ZAug 23 06:16:21.678
48692026-08-23T06:16:23.081Z Aug 23 06:16:21.678Aug 23 06:16:21.678 DEBG DEBGDEBG created new freemap created new freemapreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.668
48702026-08-23T06:16:23.081Z, unitDEBG, :unitAug 23 06:16:21.678:Aug 23 06:16:21.678 DEBG freemap_route_ipv6 INFOfreemap_route_ipv6
48712026-08-23T06:16:23.081Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffcreated new freemapcreated new freemap
48722026-08-23T06:16:23.081Z, , unitunit::Aug 23 06:16:21.678 DEBG freemap_route_ipv6Aug 23 06:16:21.678initted freemap. low: 0, size: 64,
48732026-08-23T06:16:23.081Zunit DEBG: freemap_route_ipv4replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48742026-08-23T06:16:23.081Z
48752026-08-23T06:16:23.081ZAug 23 06:16:21.678 Aug 23 06:16:21.678 DEBGINFOAug 23 06:16:21.678 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
48762026-08-23T06:16:23.081Z reset freemapinitted freemap. low: 0, size: 64, , unitunit:: Aug 23 06:16:21.678freemap_route_ipv4
48772026-08-23T06:16:23.081Zfreemap_route_ipv4DEBG
48782026-08-23T06:16:23.081Z replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.678
48792026-08-23T06:16:23.081Z Aug 23 06:16:21.678DEBG DEBG reset freemapINFOinitted freemap. low: 0, size: 64, Aug 23 06:16:21.678 unit, :freemap_route_ipv4adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFOunit
48802026-08-23T06:16:23.081Zadding route 3fff:beef:30::/64 -> 2001:db8::55:fffreemap_route_ipv4:
48812026-08-23T06:16:23.081Z
48822026-08-23T06:16:23.081Z
48832026-08-23T06:16:23.081Zfreemap_route_ipv6
48842026-08-23T06:16:23.081ZAug 23 06:16:21.678Aug 23 06:16:21.678Aug 23 06:16:21.678Aug 23 06:16:21.678 DEBG DEBGDEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48852026-08-23T06:16:23.085Z initted freemap. low: 0, size: 64replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit
48862026-08-23T06:16:23.085Z:Aug 23 06:16:21.678 INFOfreemap_route_ipv6 Aug 23 06:16:21.678adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
48872026-08-23T06:16:23.085Z
48882026-08-23T06:16:23.085ZDEBG DEBG Aug 23 06:16:21.678created new freemap reset freemapINFO, Aug 23 06:16:21.678unitadding route 3fff:beef:32::/64 -> 2001:db8::55:ff:
48892026-08-23T06:16:23.085Z, freemap_route_ipv6DEBG
48902026-08-23T06:16:23.085ZAug 23 06:16:21.678 unit :Aug 23 06:16:21.678reset freemap Aug 23 06:16:21.678 DEBG DEBG, freemap_route_ipv6
48912026-08-23T06:16:23.085Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
48922026-08-23T06:16:23.085Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO
48932026-08-23T06:16:23.085ZAug 23 06:16:21.678 adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6
48942026-08-23T06:16:23.085ZAug 23 06:16:21.678INFOAug 23 06:16:21.678
48952026-08-23T06:16:23.085Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 23 06:16:21.678INFO
48962026-08-23T06:16:23.085Z DEBG INFOAug 23 06:16:21.679 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
48972026-08-23T06:16:23.085Z
48982026-08-23T06:16:23.085Z initted freemap. low: 0, size: 64DEBGAug 23 06:16:21.679Aug 23 06:16:21.679 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], DEBGAug 23 06:16:21.679DEBG
48992026-08-23T06:16:23.089Z DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit:
49002026-08-23T06:16:23.089Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv4
49012026-08-23T06:16:23.089Z
49022026-08-23T06:16:23.089Z Aug 23 06:16:21.679 Aug 23 06:16:21.679 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.679INFO Aug 23 06:16:21.679INFO
49032026-08-23T06:16:23.089Z INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:2
49042026-08-23T06:16:23.089Z
49052026-08-23T06:16:23.089ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 23 06:16:21.679
49062026-08-23T06:16:23.089ZAug 23 06:16:21.679 reset freemapAug 23 06:16:21.679DEBG , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO
49072026-08-23T06:16:23.089Z unitAug 23 06:16:21.679:DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 23 06:16:21.679
49082026-08-23T06:16:23.089Zreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGINFO
49092026-08-23T06:16:23.089Zfreemap_route_ipv4
49102026-08-23T06:16:23.089Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 23 06:16:21.679
49112026-08-23T06:16:23.089ZINFO
49122026-08-23T06:16:23.089ZAug 23 06:16:21.679 Aug 23 06:16:21.679adding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBGAug 23 06:16:21.679
49132026-08-23T06:16:23.090ZDEBG DEBGinitted freemap. low: 0, size: 64Aug 23 06:16:21.679, Aug 23 06:16:21.679replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
49142026-08-23T06:16:23.090Z DEBG
49152026-08-23T06:16:23.090Z
49162026-08-23T06:16:23.090Zfreemap_route_ipv6replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49172026-08-23T06:16:23.090ZAug 23 06:16:21.679
49182026-08-23T06:16:23.090ZAug 23 06:16:21.679 INFO Aug 23 06:16:21.679Aug 23 06:16:21.679adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
49192026-08-23T06:16:23.090ZINFOAug 23 06:16:21.679INFO
49202026-08-23T06:16:23.090Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ff DEBGAug 23 06:16:21.679adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
49212026-08-23T06:16:23.090Z
49222026-08-23T06:16:23.090Z DEBGreset freemapAug 23 06:16:21.679 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 23 06:16:21.679
49232026-08-23T06:16:23.090ZINFOAug 23 06:16:21.679 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
49242026-08-23T06:16:23.090ZDEBG , unitAug 23 06:16:21.679 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
49252026-08-23T06:16:23.090ZDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.679replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
49262026-08-23T06:16:23.090Z
49272026-08-23T06:16:23.090Zfreemap_route_ipv6Aug 23 06:16:21.679
49282026-08-23T06:16:23.090Z DEBGINFOAug 23 06:16:21.679 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
49292026-08-23T06:16:23.090ZAug 23 06:16:21.679INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
49302026-08-23T06:16:23.090Z Aug 23 06:16:21.679adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
49312026-08-23T06:16:23.090ZWARN Aug 23 06:16:21.679shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49322026-08-23T06:16:23.090Z DEBG Aug 23 06:16:21.679INFO Aug 23 06:16:21.679replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
49332026-08-23T06:16:23.090Z adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
49342026-08-23T06:16:23.090Z
49352026-08-23T06:16:23.090ZAug 23 06:16:21.679replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
49362026-08-23T06:16:23.091ZINFO Aug 23 06:16:21.679adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
49372026-08-23T06:16:23.091ZAug 23 06:16:21.679INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
49382026-08-23T06:16:23.091Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 23 06:16:21.679Aug 23 06:16:21.679
49392026-08-23T06:16:23.091ZWARNAug 23 06:16:21.679 DEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
49402026-08-23T06:16:23.091Z replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49412026-08-23T06:16:23.091Z
49422026-08-23T06:16:23.091ZAug 23 06:16:21.679Aug 23 06:16:21.679 Aug 23 06:16:21.679ERROINFOAug 23 06:16:21.679 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
49432026-08-23T06:16:23.091Zrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
49442026-08-23T06:16:23.091Z
49452026-08-23T06:16:23.091Z
49462026-08-23T06:16:23.091ZAug 23 06:16:21.679Aug 23 06:16:21.679Aug 23 06:16:21.679 Aug 23 06:16:21.679DEBG DEBG ERRODEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49472026-08-23T06:16:23.091Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it
49482026-08-23T06:16:23.091Z
49492026-08-23T06:16:23.091Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 23 06:16:21.679
49502026-08-23T06:16:23.091Z INFOAug 23 06:16:21.679 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
49512026-08-23T06:16:23.091ZAug 23 06:16:21.679
49522026-08-23T06:16:23.091Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
49532026-08-23T06:16:23.091Z
49542026-08-23T06:16:23.091ZAug 23 06:16:21.679Aug 23 06:16:21.679INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:16:21.679
49552026-08-23T06:16:23.091Zinitted freemap. low: 0, size: 64DEBG, unitreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG:Aug 23 06:16:21.679 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49562026-08-23T06:16:23.092Z
49572026-08-23T06:16:23.092ZDEBG freemap_route_ipv4replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49582026-08-23T06:16:23.092Z
49592026-08-23T06:16:23.092ZAug 23 06:16:21.679Aug 23 06:16:21.679 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 23 06:16:21.679Aug 23 06:16:21.679
49602026-08-23T06:16:23.092Z
49612026-08-23T06:16:23.092Z INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreset freemap
49622026-08-23T06:16:23.092ZAug 23 06:16:21.679 , Aug 23 06:16:21.679unitDEBG Aug 23 06:16:21.679: DEBG freemap_route_ipv4
49632026-08-23T06:16:23.092Zreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
49642026-08-23T06:16:23.092Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49652026-08-23T06:16:23.092Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.679
49662026-08-23T06:16:23.092Ztest route::tests::rollback_on_index_readd_failure ... ok
49672026-08-23T06:16:23.092Z Aug 23 06:16:21.679DEBGAug 23 06:16:21.679 INFOinitted freemap. low: 0, size: 64INFO , adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
49682026-08-23T06:16:23.092Zunit
49692026-08-23T06:16:23.093ZAug 23 06:16:21.679 INFO: adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 23 06:16:21.679Aug 23 06:16:21.679
49702026-08-23T06:16:23.093Z DEBGDEBGfreemap_route_ipv6
49712026-08-23T06:16:23.093Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49722026-08-23T06:16:23.093ZAug 23 06:16:21.680
49732026-08-23T06:16:23.093ZAug 23 06:16:21.688 DEBG DEBGfailed to allocate space for the new target list
49742026-08-23T06:16:23.093Zcreated new freemapAug 23 06:16:21.688, unitINFO: adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 23 06:16:21.688
49752026-08-23T06:16:23.093Zfreemap_route_ipv4 DEBG
49762026-08-23T06:16:23.093Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 23 06:16:21.688
49772026-08-23T06:16:23.094Z DEBGAug 23 06:16:21.688 DEBG Aug 23 06:16:21.688 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 23 06:16:21.688adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffcreated new freemapreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49782026-08-23T06:16:23.094Z
49792026-08-23T06:16:23.094Z,
49802026-08-23T06:16:23.094Zunit: Aug 23 06:16:21.688freemap_route_ipv6DEBG Aug 23 06:16:21.688INFOAug 23 06:16:21.688
49812026-08-23T06:16:23.094ZDEBG reset freemapadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff,
49822026-08-23T06:16:23.094Z unitINFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49832026-08-23T06:16:23.094Z Aug 23 06:16:21.688Aug 23 06:16:21.688 DEBG adding route 172.16.0.0/32 -> 10.0.0.2Aug 23 06:16:21.688
49842026-08-23T06:16:23.094ZDEBG initted freemap. low: 0, size: 64 , replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitINFO
49852026-08-23T06:16:23.094Z: Aug 23 06:16:21.688freemap_route_ipv4
49862026-08-23T06:16:23.094ZDEBG Aug 23 06:16:21.688replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 23 06:16:21.688
49872026-08-23T06:16:23.094Z DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
49882026-08-23T06:16:23.094ZINFOreset freemap Aug 23 06:16:21.688adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff, unit
49892026-08-23T06:16:23.094Z: INFO freemap_route_ipv4Aug 23 06:16:21.688
49902026-08-23T06:16:23.094ZAug 23 06:16:21.688 DEBG adding route 172.17.0.0/32 -> 10.0.0.255DEBG Aug 23 06:16:21.688replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49912026-08-23T06:16:23.094Z
49922026-08-23T06:16:23.094Z
49932026-08-23T06:16:23.094ZDEBG initted freemap. low: 0, size: 64, Aug 23 06:16:21.688Aug 23 06:16:21.688 INFOINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffunitadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff:
49942026-08-23T06:16:23.094Z
49952026-08-23T06:16:23.094Z Aug 23 06:16:21.688freemap_route_ipv6 DEBG
49962026-08-23T06:16:23.094Z replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.688Aug 23 06:16:21.688 DEBGDEBG
49972026-08-23T06:16:23.096Zreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.688
49982026-08-23T06:16:23.096Z
49992026-08-23T06:16:23.100Z DEBGAug 23 06:16:21.688 Aug 23 06:16:21.688INFOAug 23 06:16:21.688 reset freemapINFO, adding route 172.17.0.1/32 -> 10.0.0.255unit :INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
50002026-08-23T06:16:23.100Z
50012026-08-23T06:16:23.100Zfreemap_route_ipv6
50022026-08-23T06:16:23.100Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 23 06:16:21.688
50032026-08-23T06:16:23.100ZAug 23 06:16:21.688 DEBG DEBGreplacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50042026-08-23T06:16:23.100ZAug 23 06:16:21.688Aug 23 06:16:21.688replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFODEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
50052026-08-23T06:16:23.100ZAug 23 06:16:21.688
50062026-08-23T06:16:23.100Z DEBG
50072026-08-23T06:16:23.100Z failed to allocate space for the new target listAug 23 06:16:21.688
50082026-08-23T06:16:23.100Z Aug 23 06:16:21.688DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
50092026-08-23T06:16:23.100Z Aug 23 06:16:21.688adding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBGAug 23 06:16:21.688
50102026-08-23T06:16:23.100Z INFOAug 23 06:16:21.688 adding route 172.17.0.2/32 -> 10.0.0.255
50112026-08-23T06:16:23.100ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
50122026-08-23T06:16:23.101Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 23 06:16:21.688
50132026-08-23T06:16:23.101ZDEBGAug 23 06:16:21.688 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
50142026-08-23T06:16:23.101ZAug 23 06:16:21.688 Aug 23 06:16:21.688replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 23 06:16:21.688
50152026-08-23T06:16:23.101Z DEBG failed to allocate space for the new target list
50162026-08-23T06:16:23.101Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOAug 23 06:16:21.688
50172026-08-23T06:16:23.101ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 172.17.0.3/32 -> 10.0.0.255
50182026-08-23T06:16:23.101Z
50192026-08-23T06:16:23.101ZAug 23 06:16:21.688 Aug 23 06:16:21.688Aug 23 06:16:21.688 DEBGDEBG INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50202026-08-23T06:16:23.101Z
50212026-08-23T06:16:23.101Zadding route 3fff:dead::/64 -> 2001:db8::55:3
50222026-08-23T06:16:23.101ZAug 23 06:16:21.688Aug 23 06:16:21.688 Aug 23 06:16:21.688INFO INFODEBG adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
50232026-08-23T06:16:23.101Z
50242026-08-23T06:16:23.101Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
50252026-08-23T06:16:23.101ZAug 23 06:16:21.688Aug 23 06:16:21.688 DEBGINFO Aug 23 06:16:21.688adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50262026-08-23T06:16:23.101Z
50272026-08-23T06:16:23.101ZDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.688
50282026-08-23T06:16:23.101ZAug 23 06:16:21.680Aug 23 06:16:21.688 Aug 23 06:16:21.688 INFODEBG DEBGcreated new freemapadding route 172.17.0.5/32 -> 10.0.0.255,
50292026-08-23T06:16:23.101Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unit
50302026-08-23T06:16:23.101ZINFO: Aug 23 06:16:21.688freemap_route_ipv4
50312026-08-23T06:16:23.101ZDEBG Aug 23 06:16:21.688adding route 3fff:beef:24::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
50322026-08-23T06:16:23.101Z
50332026-08-23T06:16:23.101ZAug 23 06:16:21.688 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
50342026-08-23T06:16:23.102Z DEBGAug 23 06:16:21.688 Aug 23 06:16:21.688INFO created new freemap DEBGadding route 172.17.0.6/32 -> 10.0.0.255, Aug 23 06:16:21.688unit :replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50352026-08-23T06:16:23.102ZWARN
50362026-08-23T06:16:23.102Zshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })freemap_route_ipv6
50372026-08-23T06:16:23.102Z
50382026-08-23T06:16:23.102ZAug 23 06:16:21.688 DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50392026-08-23T06:16:23.102ZAug 23 06:16:21.688Aug 23 06:16:21.688Aug 23 06:16:21.688 INFO INFO DEBGadding route 172.17.0.7/32 -> 10.0.0.255 initted freemap. low: 0, size: 64adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
50402026-08-23T06:16:23.102Z,
50412026-08-23T06:16:23.102Zunit: Aug 23 06:16:21.688 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50422026-08-23T06:16:23.102Zfreemap_route_ipv4
50432026-08-23T06:16:23.102ZAug 23 06:16:21.688Aug 23 06:16:21.688 INFODEBGAug 23 06:16:21.688 DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
50442026-08-23T06:16:23.102Z
50452026-08-23T06:16:23.102Zreset freemap, Aug 23 06:16:21.688 DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50462026-08-23T06:16:23.102Zunit: Aug 23 06:16:21.688freemap_route_ipv4Aug 23 06:16:21.688 INFO
50472026-08-23T06:16:23.102ZINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
50482026-08-23T06:16:23.102Z
50492026-08-23T06:16:23.102ZAug 23 06:16:21.688 DEBG initted freemap. low: 0, size: 64, Aug 23 06:16:21.688Aug 23 06:16:21.688unit :DEBG DEBG freemap_route_ipv6replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50502026-08-23T06:16:23.102Z
50512026-08-23T06:16:23.102Zreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50522026-08-23T06:16:23.102ZAug 23 06:16:21.688 Aug 23 06:16:21.688INFOAug 23 06:16:21.688 adding route 172.17.0.9/32 -> 10.0.0.255INFO
50532026-08-23T06:16:23.102Z Aug 23 06:16:21.688adding route 3fff:beef:28::/64 -> 2001:db8::55:ff DEBGDEBG
50542026-08-23T06:16:23.102ZAug 23 06:16:21.688 reset freemapreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit
50552026-08-23T06:16:23.102ZAug 23 06:16:21.688DEBG :replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50562026-08-23T06:16:23.102Z freemap_route_ipv6DEBG Aug 23 06:16:21.688replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:16:21.688
50572026-08-23T06:16:23.102Ztest route::tests::grow_succeeds ... ok
50582026-08-23T06:16:23.102ZINFO
50592026-08-23T06:16:23.102Z INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
50602026-08-23T06:16:23.102ZAug 23 06:16:21.688 INFO Aug 23 06:16:21.688adding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:16:21.688
50612026-08-23T06:16:23.102Z
50622026-08-23T06:16:23.102ZINFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
50632026-08-23T06:16:23.102Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50642026-08-23T06:16:23.102ZAug 23 06:16:21.688 DEBGAug 23 06:16:21.688 Aug 23 06:16:21.688 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGDEBG
50652026-08-23T06:16:23.102Z replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50662026-08-23T06:16:23.102ZAug 23 06:16:21.688
50672026-08-23T06:16:23.102Z Aug 23 06:16:21.688INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
50682026-08-23T06:16:23.102ZAug 23 06:16:21.688adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 23 06:16:21.688
50692026-08-23T06:16:23.102ZINFO Aug 23 06:16:21.688INFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.688
50702026-08-23T06:16:23.103Z adding route 172.17.0.11/32 -> 10.0.0.255DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
50712026-08-23T06:16:23.103Z
50722026-08-23T06:16:23.103ZAug 23 06:16:21.688
50732026-08-23T06:16:23.103Z INFO Aug 23 06:16:21.688 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 23 06:16:21.688
50742026-08-23T06:16:23.103Z DEBGDEBGAug 23 06:16:21.688 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
50752026-08-23T06:16:23.103ZAug 23 06:16:21.688 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
50762026-08-23T06:16:23.103Z
50772026-08-23T06:16:23.103Z replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50782026-08-23T06:16:23.103ZAug 23 06:16:21.688 Aug 23 06:16:21.688Aug 23 06:16:21.688 INFO Aug 23 06:16:21.689Aug 23 06:16:21.688 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
50792026-08-23T06:16:23.103Z DEBGcreated new freemap , created new freemapunit, :unit :freemap_route_ipv4
50802026-08-23T06:16:23.103Zfreemap_route_ipv4Aug 23 06:16:21.703
50812026-08-23T06:16:23.103Z DEBGAug 23 06:16:21.703 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
50822026-08-23T06:16:23.103Z created new freemap, Aug 23 06:16:21.703Aug 23 06:16:21.703 unitDEBGINFO created new freemapINFO: , adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffunitadding route 172.17.0.12/32 -> 10.0.0.255:
50832026-08-23T06:16:23.103Z
50842026-08-23T06:16:23.104Z freemap_route_ipv6freemap_route_ipv6
50852026-08-23T06:16:23.104ZAug 23 06:16:21.703
50862026-08-23T06:16:23.105Z Aug 23 06:16:21.703 DEBG DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.689
50872026-08-23T06:16:23.105Z
50882026-08-23T06:16:23.105Z DEBG :Aug 23 06:16:21.703created new freemapAug 23 06:16:21.703 INFOINFO adding route 172.17.0.13/32 -> 10.0.0.255adding route 3fff:beef:25::/64 -> 2001:db8::55:fffreemap_route_ipv6Aug 23 06:16:21.703,
50892026-08-23T06:16:23.105Z
50902026-08-23T06:16:23.105Zunit :
50912026-08-23T06:16:23.105Z freemap_route_ipv4
50922026-08-23T06:16:23.105ZINFOAug 23 06:16:21.703 Aug 23 06:16:21.703DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 23 06:16:21.703 DEBGINFOAug 23 06:16:21.703 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGcreated new freemap adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
50932026-08-23T06:16:23.105Zunit:
50942026-08-23T06:16:23.105Z
50952026-08-23T06:16:23.105Z
50962026-08-23T06:16:23.105Zfreemap_route_ipv6Aug 23 06:16:21.703
50972026-08-23T06:16:23.105Z INFOAug 23 06:16:21.703 Aug 23 06:16:21.703 Aug 23 06:16:21.703 INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
50982026-08-23T06:16:23.105Z Aug 23 06:16:21.703Aug 23 06:16:21.703DEBG initted freemap. low: 0, size: 64adding route 172.17.0.14/32 -> 10.0.0.255DEBG
50992026-08-23T06:16:23.109Z, unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]initted freemap. low: 0, size: 64 Aug 23 06:16:21.703DEBG, : unit:freemap_route_ipv4replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51002026-08-23T06:16:23.109ZAug 23 06:16:21.703
51012026-08-23T06:16:23.109Z
51022026-08-23T06:16:23.109ZDEBG DEBG freemap_route_ipv4replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51032026-08-23T06:16:23.110Zreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.703
51042026-08-23T06:16:23.110Z
51052026-08-23T06:16:23.110Z INFOAug 23 06:16:21.703Aug 23 06:16:21.703 INFOAug 23 06:16:21.703 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGAug 23 06:16:21.703Aug 23 06:16:21.703
51062026-08-23T06:16:23.110Zadding route 172.17.0.15/32 -> 10.0.0.255INFODEBG
51072026-08-23T06:16:23.110Z reset freemapDEBG, Aug 23 06:16:21.703unitadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
51082026-08-23T06:16:23.110ZDEBG: replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51092026-08-23T06:16:23.110Zfreemap_route_ipv4reset freemap
51102026-08-23T06:16:23.111ZAug 23 06:16:21.703, Aug 23 06:16:21.703 unit Aug 23 06:16:21.703DEBGAug 23 06:16:21.703 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]:INFO adding route 172.17.0.16/32 -> 10.0.0.255freemap_route_ipv4
51112026-08-23T06:16:23.111Z
51122026-08-23T06:16:23.111Z
51132026-08-23T06:16:23.111Zreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG Aug 23 06:16:21.703replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.703
51142026-08-23T06:16:23.111ZDEBGDEBG initted freemap. low: 0, size: 64 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.703
51152026-08-23T06:16:23.111Z INFO, initted freemap. low: 0, size: 64adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
51162026-08-23T06:16:23.111Zunit:
51172026-08-23T06:16:23.111Z, freemap_route_ipv6unit
51182026-08-23T06:16:23.111Z:Aug 23 06:16:21.703 Aug 23 06:16:21.703 INFOINFOAug 23 06:16:21.703 freemap_route_ipv6adding route 172.17.0.17/32 -> 10.0.0.255
51192026-08-23T06:16:23.111Z
51202026-08-23T06:16:23.112Z Aug 23 06:16:21.703DEBG reset freemap , DEBGAug 23 06:16:21.703Aug 23 06:16:21.703unit DEBG: adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51212026-08-23T06:16:23.112Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51222026-08-23T06:16:23.112Z
51232026-08-23T06:16:23.112Zfreemap_route_ipv6reset freemap
51242026-08-23T06:16:23.112Z, unit: freemap_route_ipv6
51252026-08-23T06:16:23.112ZAug 23 06:16:21.703Aug 23 06:16:21.703 INFOAug 23 06:16:21.703 INFOadding route 172.17.0.18/32 -> 10.0.0.255 Aug 23 06:16:21.703
51262026-08-23T06:16:23.112Z INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:16:21.703
51272026-08-23T06:16:23.112Z Aug 23 06:16:21.703DEBG
51282026-08-23T06:16:23.112Z INFODEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
51292026-08-23T06:16:23.112Zreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51302026-08-23T06:16:23.112Z
51312026-08-23T06:16:23.112ZAug 23 06:16:21.703Aug 23 06:16:21.703Aug 23 06:16:21.703 DEBGINFO Aug 23 06:16:21.703 Aug 23 06:16:21.703adding route 172.17.0.19/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
51322026-08-23T06:16:23.112Z
51332026-08-23T06:16:23.112Z DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
51342026-08-23T06:16:23.112ZAug 23 06:16:21.703Aug 23 06:16:21.703 INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
51352026-08-23T06:16:23.112Zreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
51362026-08-23T06:16:23.113Z
51372026-08-23T06:16:23.113ZAug 23 06:16:21.703Aug 23 06:16:21.703 adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 23 06:16:21.703INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
51382026-08-23T06:16:23.113Z
51392026-08-23T06:16:23.113ZAug 23 06:16:21.703INFO adding route 172.17.0.20/32 -> 10.0.0.255INFODEBGAug 23 06:16:21.703
51402026-08-23T06:16:23.113ZAug 23 06:16:21.703 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG DEBGAug 23 06:16:21.703
51412026-08-23T06:16:23.113Z adding route 172.16.0.0/32 -> 10.0.0.1DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
51422026-08-23T06:16:23.113Z
51432026-08-23T06:16:23.113Zreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51442026-08-23T06:16:23.113Z
51452026-08-23T06:16:23.113ZAug 23 06:16:21.703Aug 23 06:16:21.703 Aug 23 06:16:21.703Aug 23 06:16:21.703 DEBGINFOAug 23 06:16:21.703 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] adding route 172.17.0.21/32 -> 10.0.0.255
51462026-08-23T06:16:23.113ZINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
51472026-08-23T06:16:23.113ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
51482026-08-23T06:16:23.115Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
51492026-08-23T06:16:23.115Z
51502026-08-23T06:16:23.115ZAug 23 06:16:21.703 DEBGAug 23 06:16:21.703 Aug 23 06:16:21.703replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51512026-08-23T06:16:23.115ZDEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51522026-08-23T06:16:23.115Z
51532026-08-23T06:16:23.115ZAug 23 06:16:21.703Aug 23 06:16:21.703 INFOINFO Aug 23 06:16:21.703Aug 23 06:16:21.703 adding route 172.16.0.0/32 -> 10.0.0.1INFO
51542026-08-23T06:16:23.115Zadding route 172.17.0.22/32 -> 10.0.0.255INFO
51552026-08-23T06:16:23.115Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
51562026-08-23T06:16:23.115ZAug 23 06:16:21.703adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 23 06:16:21.703 DEBGDEBG Aug 23 06:16:21.703replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51572026-08-23T06:16:23.115Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
51582026-08-23T06:16:23.115ZDEBG
51592026-08-23T06:16:23.115Zreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.703Aug 23 06:16:21.703
51602026-08-23T06:16:23.115Z INFO DEBG adding route 172.17.0.23/32 -> 10.0.0.255Aug 23 06:16:21.703
51612026-08-23T06:16:23.115Z Aug 23 06:16:21.703replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
51622026-08-23T06:16:23.115Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
51632026-08-23T06:16:23.115Z adding route 172.16.0.0/32 -> 10.0.0.2Aug 23 06:16:21.703
51642026-08-23T06:16:23.115Z DEBGAug 23 06:16:21.703Aug 23 06:16:21.703 Aug 23 06:16:21.703DEBGreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51652026-08-23T06:16:23.115Zreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51662026-08-23T06:16:23.115ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBGAug 23 06:16:21.703
51672026-08-23T06:16:23.115Z Aug 23 06:16:21.703INFO INFOadding route 172.17.0.24/32 -> 10.0.0.255
51682026-08-23T06:16:23.115Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
51692026-08-23T06:16:23.115Z
51702026-08-23T06:16:23.115ZAug 23 06:16:21.703Aug 23 06:16:21.703Aug 23 06:16:21.703 DEBG Aug 23 06:16:21.703replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG
51712026-08-23T06:16:23.115Z replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51722026-08-23T06:16:23.115Z
51732026-08-23T06:16:23.115ZINFO adding route 172.17.0.0/32 -> 10.0.0.255
51742026-08-23T06:16:23.115ZAug 23 06:16:21.703 INFOAug 23 06:16:21.703Aug 23 06:16:21.703 Aug 23 06:16:21.703INFO INFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
51752026-08-23T06:16:23.115Z
51762026-08-23T06:16:23.115Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
51772026-08-23T06:16:23.115ZDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.703
51782026-08-23T06:16:23.115Z Aug 23 06:16:21.703DEBG DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51792026-08-23T06:16:23.116Zreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.703
51802026-08-23T06:16:23.116Ztest route::tests::rollback_on_compact_write_failure ... ok
51812026-08-23T06:16:23.116ZDEBGAug 23 06:16:21.703 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.703
51822026-08-23T06:16:23.116ZAug 23 06:16:21.703 INFOINFOINFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 23 06:16:21.703adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255
51832026-08-23T06:16:23.116Z
51842026-08-23T06:16:23.116Z
51852026-08-23T06:16:23.116Z INFO Aug 23 06:16:21.703 Aug 23 06:16:21.703DEBG DEBG DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.703
51862026-08-23T06:16:23.116Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
51872026-08-23T06:16:23.116Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 23 06:16:21.703
51882026-08-23T06:16:23.116ZINFOAug 23 06:16:21.703 INFOadding route 172.17.0.27/32 -> 10.0.0.255
51892026-08-23T06:16:23.116Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51902026-08-23T06:16:23.116ZAug 23 06:16:21.704Aug 23 06:16:21.718 DEBGAug 23 06:16:21.703 DEBGcreated new freemap INFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:4:
51912026-08-23T06:16:23.118Zreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51922026-08-23T06:16:23.119Zfreemap_route_ipv4
51932026-08-23T06:16:23.119ZAug 23 06:16:21.703Aug 23 06:16:21.718Aug 23 06:16:21.718 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]initted freemap. low: 0, size: 64INFO
51942026-08-23T06:16:23.119ZAug 23 06:16:21.718 DEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffcreated new freemap
51952026-08-23T06:16:23.119Z, , Aug 23 06:16:21.718unit DEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]freemap_route_ipv6
51962026-08-23T06:16:23.119Zunit
51972026-08-23T06:16:23.119Z: freemap_route_ipv4
51982026-08-23T06:16:23.119ZAug 23 06:16:21.718 Aug 23 06:16:21.718DEBG DEBGinitted freemap. low: 0, size: 64 , replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit:Aug 23 06:16:21.718 Aug 23 06:16:21.718freemap_route_ipv4 WARN
51992026-08-23T06:16:23.123Z DEBGshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
52002026-08-23T06:16:23.123Zreset freemap, Aug 23 06:16:21.718
52012026-08-23T06:16:23.123Z DEBGunit :reset freemapadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 23 06:16:21.718,
52022026-08-23T06:16:23.123ZINFOunit: freemap_route_ipv4freemap_route_ipv4
52032026-08-23T06:16:23.123Z
52042026-08-23T06:16:23.123Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
52052026-08-23T06:16:23.123ZAug 23 06:16:21.718 DEBG Aug 23 06:16:21.718Aug 23 06:16:21.718 initted freemap. low: 0, size: 64DEBG Aug 23 06:16:21.718DEBG DEBG, initted freemap. low: 0, size: 64replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
52062026-08-23T06:16:23.123Z:replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , freemap_route_ipv6
52072026-08-23T06:16:23.123Z
52082026-08-23T06:16:23.123ZunitAug 23 06:16:21.718: INFOfreemap_route_ipv6 Aug 23 06:16:21.718Aug 23 06:16:21.718 DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
52092026-08-23T06:16:23.123Zreset freemapINFO, unitadding route 3fff:beef:38::/64 -> 2001:db8::55:ff:
52102026-08-23T06:16:23.123Z
52112026-08-23T06:16:23.123ZAug 23 06:16:21.718 freemap_route_ipv6DEBG
52122026-08-23T06:16:23.123Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.718Aug 23 06:16:21.718
52132026-08-23T06:16:23.123Z DEBG DEBGAug 23 06:16:21.718replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
52142026-08-23T06:16:23.123Z INFOAug 23 06:16:21.718 adding route 3fff:dead::/64 -> 2001:db8::55:1
52152026-08-23T06:16:23.123Zreset freemapINFOAug 23 06:16:21.718 , INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 23 06:16:21.718
52162026-08-23T06:16:23.124Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffunit: DEBG
52172026-08-23T06:16:23.124Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:16:21.718freemap_route_ipv6
52182026-08-23T06:16:23.124ZDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
52192026-08-23T06:16:23.124Z
52202026-08-23T06:16:23.124ZAug 23 06:16:21.718 Aug 23 06:16:21.718Aug 23 06:16:21.718 INFO
52212026-08-23T06:16:23.124ZAug 23 06:16:21.718 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
52222026-08-23T06:16:23.124Z INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
52232026-08-23T06:16:23.125Z
52242026-08-23T06:16:23.125ZAug 23 06:16:21.718DEBGAug 23 06:16:21.718Aug 23 06:16:21.718 Aug 23 06:16:21.718 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGINFODEBG DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
52252026-08-23T06:16:23.125Z
52262026-08-23T06:16:23.125Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
52272026-08-23T06:16:23.125Z
52282026-08-23T06:16:23.125Zadding route 172.17.0.2/32 -> 10.0.0.255
52292026-08-23T06:16:23.125ZAug 23 06:16:21.718 Aug 23 06:16:21.718Aug 23 06:16:21.718INFO Aug 23 06:16:21.718adding route 3fff:beef:35::/64 -> 2001:db8::55:ff INFODEBG
52302026-08-23T06:16:23.125Z replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:16:21.718adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 23 06:16:21.718
52312026-08-23T06:16:23.125Z
52322026-08-23T06:16:23.125Z DEBG INFOAug 23 06:16:21.718 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.718
52332026-08-23T06:16:23.125Z INFO adding route 172.17.0.0/32 -> 10.0.0.255DEBGINFOAug 23 06:16:21.718 adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
52342026-08-23T06:16:23.125ZINFO
52352026-08-23T06:16:23.125Z
52362026-08-23T06:16:23.125Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
52372026-08-23T06:16:23.125Z
52382026-08-23T06:16:23.125ZAug 23 06:16:21.718Aug 23 06:16:21.718 Aug 23 06:16:21.718Aug 23 06:16:21.718 DEBG Aug 23 06:16:21.718DEBG INFO DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
52392026-08-23T06:16:23.125Z replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
52402026-08-23T06:16:23.125Z
52412026-08-23T06:16:23.125Z
52422026-08-23T06:16:23.125Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.718
52432026-08-23T06:16:23.125Z Aug 23 06:16:21.718 INFOAug 23 06:16:21.718 Aug 23 06:16:21.718adding route 172.17.0.4/32 -> 10.0.0.255
52442026-08-23T06:16:23.125Z DEBGINFO INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 23 06:16:21.718adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
52452026-08-23T06:16:23.125Z
52462026-08-23T06:16:23.125ZAug 23 06:16:21.718 DEBGINFOAug 23 06:16:21.718
52472026-08-23T06:16:23.126Z replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.718DEBG
52482026-08-23T06:16:23.126Z adding route 172.17.0.1/32 -> 10.0.0.255 Aug 23 06:16:21.718
52492026-08-23T06:16:23.126ZDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:16:21.718DEBG
52502026-08-23T06:16:23.126Z replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
52512026-08-23T06:16:23.126Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO Aug 23 06:16:21.718adding route 172.17.0.5/32 -> 10.0.0.255
52522026-08-23T06:16:23.126ZAug 23 06:16:21.718
52532026-08-23T06:16:23.126ZINFOAug 23 06:16:21.718 DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
52542026-08-23T06:16:23.126ZINFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
52552026-08-23T06:16:23.126Z
52562026-08-23T06:16:23.126ZAug 23 06:16:21.718Aug 23 06:16:21.718 DEBGDEBG Aug 23 06:16:21.718replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52572026-08-23T06:16:23.126Zreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.718
52582026-08-23T06:16:23.126Z INFO adding route 172.17.0.2/32 -> 10.0.0.255DEBGAug 23 06:16:21.718
52592026-08-23T06:16:23.126Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 23 06:16:21.718
52602026-08-23T06:16:23.127Z INFOadding route 172.17.0.6/32 -> 10.0.0.255
52612026-08-23T06:16:23.127Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 23 06:16:21.718
52622026-08-23T06:16:23.127Z DEBGAug 23 06:16:21.718Aug 23 06:16:21.718 Aug 23 06:16:21.718DEBGreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
52632026-08-23T06:16:23.127Zreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
52642026-08-23T06:16:23.127Z failed to allocate space for the new target listreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
52652026-08-23T06:16:23.127ZAug 23 06:16:21.718Aug 23 06:16:21.718
52662026-08-23T06:16:23.127ZINFO adding route 172.17.0.7/32 -> 10.0.0.255INFO
52672026-08-23T06:16:23.127Z Aug 23 06:16:21.718Aug 23 06:16:21.718adding route 172.17.0.3/32 -> 10.0.0.255 INFODEBG
52682026-08-23T06:16:23.128Z Aug 23 06:16:21.718 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 23 06:16:21.718
52692026-08-23T06:16:23.128Ztest route::tests::shrink_preserves_compacted_order ... ok
52702026-08-23T06:16:23.128ZDEBG DEBG
52712026-08-23T06:16:23.128Zreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:16:21.718
52722026-08-23T06:16:23.128Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
52732026-08-23T06:16:23.128Z replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:16:21.718
52742026-08-23T06:16:23.128Z INFO Aug 23 06:16:21.718adding route 172.17.0.8/32 -> 10.0.0.255
52752026-08-23T06:16:23.128ZAug 23 06:16:21.718INFO adding route 172.17.0.4/32 -> 10.0.0.255INFO
52762026-08-23T06:16:23.128Z Aug 23 06:16:21.718adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
52772026-08-23T06:16:23.128ZDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.718
52782026-08-23T06:16:23.128ZAug 23 06:16:21.718 DEBG DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
52792026-08-23T06:16:23.128ZAug 23 06:16:21.718replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52802026-08-23T06:16:23.128ZINFO Aug 23 06:16:21.718 adding route 172.17.0.9/32 -> 10.0.0.255INFO
52812026-08-23T06:16:23.129ZAug 23 06:16:21.718 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 23 06:16:21.704
52822026-08-23T06:16:23.129Ztest transceivers::mpn_test::test_mpn_missing ... ok
52832026-08-23T06:16:23.129Ztest transceivers::mpn_test::test_mpn_present ... ok
52842026-08-23T06:16:23.129Ztest transceivers::mpn_test::test_xcvr_missing ... ok
52852026-08-23T06:16:23.129Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
52862026-08-23T06:16:23.129Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
52872026-08-23T06:16:23.129Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
52882026-08-23T06:16:23.129Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
52892026-08-23T06:16:23.129Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
52902026-08-23T06:16:23.129Z Aug 23 06:16:21.718 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.718created new freemap , DEBGINFOunit
52912026-08-23T06:16:23.129Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
52922026-08-23T06:16:23.129Z: replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
52932026-08-23T06:16:23.129Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
52942026-08-23T06:16:23.129Zadding route 172.17.0.5/32 -> 10.0.0.255
52952026-08-23T06:16:23.129Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
52962026-08-23T06:16:23.129Z
52972026-08-23T06:16:23.129Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
52982026-08-23T06:16:23.129Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
52992026-08-23T06:16:23.133ZAug 23 06:16:21.718Aug 23 06:16:21.718 Aug 23 06:16:21.718INFO Aug 23 06:16:21.718 DEBG INFOadding route 172.17.0.10/32 -> 10.0.0.255 DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
53002026-08-23T06:16:23.134Zcreated new freemapreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
53012026-08-23T06:16:23.134Z
53022026-08-23T06:16:23.134ZunitAug 23 06:16:21.718: freemap_route_ipv6Aug 23 06:16:21.718DEBG Aug 23 06:16:21.718
53032026-08-23T06:16:23.134Z replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
53042026-08-23T06:16:23.134Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
53052026-08-23T06:16:23.134Z Aug 23 06:16:21.718adding route 172.17.0.6/32 -> 10.0.0.255 Aug 23 06:16:21.718DEBG
53062026-08-23T06:16:23.134Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
53072026-08-23T06:16:23.134Z INFOinitted freemap. low: 0, size: 64 Aug 23 06:16:21.718adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
53082026-08-23T06:16:23.134Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
53092026-08-23T06:16:23.134Z, unitINFO: freemap_route_ipv4Aug 23 06:16:21.718Aug 23 06:16:21.718
53102026-08-23T06:16:23.134Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
53112026-08-23T06:16:23.134ZDEBGadding route 172.17.0.11/32 -> 10.0.0.255
53122026-08-23T06:16:23.134Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
53132026-08-23T06:16:23.134Zreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
53142026-08-23T06:16:23.134Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
53152026-08-23T06:16:23.134Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
53162026-08-23T06:16:23.134Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
53172026-08-23T06:16:23.135Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
53182026-08-23T06:16:23.135Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
53192026-08-23T06:16:23.135Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
53202026-08-23T06:16:23.135Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
53212026-08-23T06:16:23.135Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
53222026-08-23T06:16:23.135Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
53232026-08-23T06:16:23.135Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
53242026-08-23T06:16:23.135Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
53252026-08-23T06:16:23.135Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
53262026-08-23T06:16:23.135Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
53272026-08-23T06:16:23.135Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
53282026-08-23T06:16:23.135Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
53292026-08-23T06:16:23.135ZDEBG Aug 23 06:16:21.718Aug 23 06:16:21.718replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG Aug 23 06:16:21.719replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.719 DEBGDEBG
53302026-08-23T06:16:23.135Zcreated new freemap , created new freemapunitDEBG:, unitfreemap_route_ipv4
53312026-08-23T06:16:23.135Zreset freemapAug 23 06:16:21.732:, Aug 23 06:16:21.718 Aug 23 06:16:21.732DEBG DEBGfailed to allocate space for the new target list freemap_route_ipv4created new freemap
53322026-08-23T06:16:23.135Z,
53332026-08-23T06:16:23.135Zunit: freemap_route_ipv6
53342026-08-23T06:16:23.135ZINFOAug 23 06:16:21.732 adding route 172.17.0.12/32 -> 10.0.0.255DEBG
53352026-08-23T06:16:23.135ZAug 23 06:16:21.732 Aug 23 06:16:21.732DEBGcreated new freemap initted freemap. low: 0, size: 64, , unitunitDEBG::Aug 23 06:16:21.732 freemap_route_ipv4freemap_route_ipv6
53362026-08-23T06:16:23.135Z
53372026-08-23T06:16:23.135ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:16:21.732replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
53382026-08-23T06:16:23.135Z
53392026-08-23T06:16:23.135Zreset freemapAug 23 06:16:21.732 , DEBGunit :Aug 23 06:16:21.732 freemap_route_ipv4INFO
53402026-08-23T06:16:23.135Zinitted freemap. low: 0, size: 64 , unitadding route 172.17.0.13/32 -> 10.0.0.255:
53412026-08-23T06:16:23.135Z Aug 23 06:16:21.732freemap_route_ipv4
53422026-08-23T06:16:23.135ZDEBGAug 23 06:16:21.732 DEBG initted freemap. low: 0, size: 64replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 23 06:16:21.732unit :
53432026-08-23T06:16:23.135ZDEBG freemap_route_ipv6
53442026-08-23T06:16:23.135Z reset freemapAug 23 06:16:21.732, unit: Aug 23 06:16:21.732freemap_route_ipv4
53452026-08-23T06:16:23.136Z
53462026-08-23T06:16:23.136ZDEBG reset freemap , INFOunit Aug 23 06:16:21.733adding route 172.17.0.14/32 -> 10.0.0.255 :INFO
53472026-08-23T06:16:23.136Z Aug 23 06:16:21.733adding route 172.17.0.7/32 -> 10.0.0.255freemap_route_ipv6
53482026-08-23T06:16:23.136Z
53492026-08-23T06:16:23.136Z DEBGAug 23 06:16:21.733Aug 23 06:16:21.733 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53502026-08-23T06:16:23.136Z initted freemap. low: 0, size: 64
53512026-08-23T06:16:23.136Z, unit: Aug 23 06:16:21.733freemap_route_ipv6
53522026-08-23T06:16:23.136ZDEBGAug 23 06:16:21.733Aug 23 06:16:21.733 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFO
53532026-08-23T06:16:23.136ZDEBG Aug 23 06:16:21.733replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53542026-08-23T06:16:23.139Zadding route 172.17.0.8/32 -> 10.0.0.255Aug 23 06:16:21.733
53552026-08-23T06:16:23.139ZDEBG INFOreset freemap adding route 172.16.0.0/32 -> 10.0.0.2, unit
53562026-08-23T06:16:23.140ZAug 23 06:16:21.733: Aug 23 06:16:21.733DEBG Aug 23 06:16:21.733INFO DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53572026-08-23T06:16:23.140Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] freemap_route_ipv6
53582026-08-23T06:16:23.140Zadding route 172.17.0.15/32 -> 10.0.0.255
53592026-08-23T06:16:23.140Z
53602026-08-23T06:16:23.140ZAug 23 06:16:21.733 Aug 23 06:16:21.733 INFOINFO Aug 23 06:16:21.733adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3Aug 23 06:16:21.733
53612026-08-23T06:16:23.140Ztest route::tests::same_size_non_subset_replace ... ok
53622026-08-23T06:16:23.140Z
53632026-08-23T06:16:23.140ZDEBG INFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.733
53642026-08-23T06:16:23.140ZAug 23 06:16:21.733 DEBG DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 23 06:16:21.733
53652026-08-23T06:16:23.140Zadding route 172.16.0.0/32 -> 10.0.0.1
53662026-08-23T06:16:23.140ZINFO
53672026-08-23T06:16:23.140Z adding route 172.17.0.16/32 -> 10.0.0.255
53682026-08-23T06:16:23.140ZAug 23 06:16:21.733Aug 23 06:16:21.733 Aug 23 06:16:21.733Aug 23 06:16:21.733DEBG INFO INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4
53692026-08-23T06:16:23.142Z
53702026-08-23T06:16:23.142ZDEBG
53712026-08-23T06:16:23.142Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53722026-08-23T06:16:23.142ZAug 23 06:16:21.733Aug 23 06:16:21.733Aug 23 06:16:21.733 DEBGDEBG Aug 23 06:16:21.733replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53732026-08-23T06:16:23.142ZINFO adding route 172.16.0.0/32 -> 10.0.0.2
53742026-08-23T06:16:23.142Z INFOAug 23 06:16:21.733
53752026-08-23T06:16:23.142Z INFOadding route 172.17.0.17/32 -> 10.0.0.255 Aug 23 06:16:21.733adding route 172.17.0.0/32 -> 10.0.0.255
53762026-08-23T06:16:23.142Z
53772026-08-23T06:16:23.143Z INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 23 06:16:21.733
53782026-08-23T06:16:23.143ZAug 23 06:16:21.733 DEBGDEBG Aug 23 06:16:21.733 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 23 06:16:21.733DEBG
53792026-08-23T06:16:23.143Z
53802026-08-23T06:16:23.143Z replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
53812026-08-23T06:16:23.143Z Aug 23 06:16:21.733replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53822026-08-23T06:16:23.144ZINFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 23 06:16:21.733
53832026-08-23T06:16:23.144Z INFO Aug 23 06:16:21.733adding route 172.16.0.0/32 -> 10.0.0.3Aug 23 06:16:21.733 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 23 06:16:21.733
53842026-08-23T06:16:23.144Z
53852026-08-23T06:16:23.144Z DEBGadding route 172.17.0.12/32 -> 10.0.0.255
53862026-08-23T06:16:23.144Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.733Aug 23 06:16:21.733
53872026-08-23T06:16:23.144Z Aug 23 06:16:21.733 DEBGDEBGDEBG Aug 23 06:16:21.733replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
53882026-08-23T06:16:23.144Z INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53892026-08-23T06:16:23.144Z
53902026-08-23T06:16:23.144Z
53912026-08-23T06:16:23.144ZAug 23 06:16:21.733Aug 23 06:16:21.733Aug 23 06:16:21.733 DEBGINFOINFO Aug 23 06:16:21.733 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255
53922026-08-23T06:16:23.144Z
53932026-08-23T06:16:23.144Z INFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4
53942026-08-23T06:16:23.144Z
53952026-08-23T06:16:23.144ZAug 23 06:16:21.733Aug 23 06:16:21.733 DEBGINFOAug 23 06:16:21.733Aug 23 06:16:21.733 adding route 172.17.0.3/32 -> 10.0.0.255 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53962026-08-23T06:16:23.144Z
53972026-08-23T06:16:23.144ZDEBG DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.733Aug 23 06:16:21.733
53982026-08-23T06:16:23.144ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] INFO
53992026-08-23T06:16:23.148Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54002026-08-23T06:16:23.148ZAug 23 06:16:21.733 adding route 172.17.0.14/32 -> 10.0.0.255INFO
54012026-08-23T06:16:23.148Z Aug 23 06:16:21.733adding route 172.17.0.20/32 -> 10.0.0.255 Aug 23 06:16:21.733INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255
54022026-08-23T06:16:23.148Z Aug 23 06:16:21.733replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54032026-08-23T06:16:23.149Z DEBG
54042026-08-23T06:16:23.149ZAug 23 06:16:21.733 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
54052026-08-23T06:16:23.149ZAug 23 06:16:21.733Aug 23 06:16:21.733
54062026-08-23T06:16:23.149ZDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
54072026-08-23T06:16:23.149Zadding route 172.17.0.15/32 -> 10.0.0.255Aug 23 06:16:21.733
54082026-08-23T06:16:23.149Z INFO adding route 172.17.0.21/32 -> 10.0.0.255
54092026-08-23T06:16:23.149ZAug 23 06:16:21.733 Aug 23 06:16:21.733DEBG Aug 23 06:16:21.733 INFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54102026-08-23T06:16:23.150ZDEBG adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54112026-08-23T06:16:23.150Z
54122026-08-23T06:16:23.150ZAug 23 06:16:21.733 INFO adding route 172.17.0.16/32 -> 10.0.0.255
54132026-08-23T06:16:23.150ZAug 23 06:16:21.733 Aug 23 06:16:21.733DEBG INFOAug 23 06:16:21.733replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.22/32 -> 10.0.0.255
54142026-08-23T06:16:23.150ZDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54152026-08-23T06:16:23.150Z
54162026-08-23T06:16:23.150ZAug 23 06:16:21.733 INFO Aug 23 06:16:21.733adding route 172.17.0.6/32 -> 10.0.0.255
54172026-08-23T06:16:23.150ZINFO adding route 172.17.0.17/32 -> 10.0.0.255
54182026-08-23T06:16:23.150ZAug 23 06:16:21.733 DEBGAug 23 06:16:21.733 Aug 23 06:16:21.733replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGDEBG
54192026-08-23T06:16:23.150Z replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54202026-08-23T06:16:23.150Z
54212026-08-23T06:16:23.150ZAug 23 06:16:21.733 INFOunitAug 23 06:16:21.733Aug 23 06:16:21.733 : adding route 172.17.0.23/32 -> 10.0.0.255 INFOINFO
54222026-08-23T06:16:23.150Z adding route 172.17.0.7/32 -> 10.0.0.255
54232026-08-23T06:16:23.150Zadding route 172.17.0.18/32 -> 10.0.0.255freemap_route_ipv4
54242026-08-23T06:16:23.150Z
54252026-08-23T06:16:23.150ZAug 23 06:16:21.733Aug 23 06:16:21.733 DEBG DEBG Aug 23 06:16:21.733 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54262026-08-23T06:16:23.152Z
54272026-08-23T06:16:23.152ZAug 23 06:16:21.733DEBG DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54282026-08-23T06:16:23.152Zinitted freemap. low: 0, size: 64Aug 23 06:16:21.733Aug 23 06:16:21.733 INFO, INFOadding route 172.17.0.8/32 -> 10.0.0.255Aug 23 06:16:21.733
54292026-08-23T06:16:23.152Zunit INFO :adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255
54302026-08-23T06:16:23.152Z Aug 23 06:16:21.733freemap_route_ipv6
54312026-08-23T06:16:23.152ZDEBG
54322026-08-23T06:16:23.152Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.733
54332026-08-23T06:16:23.152Z Aug 23 06:16:21.733DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54342026-08-23T06:16:23.152Zreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54352026-08-23T06:16:23.152ZAug 23 06:16:21.733Aug 23 06:16:21.733 INFODEBG Aug 23 06:16:21.733adding route 172.17.0.9/32 -> 10.0.0.255
54362026-08-23T06:16:23.152ZAug 23 06:16:21.733 INFOreset freemap INFOadding route 172.17.0.20/32 -> 10.0.0.255 ,
54372026-08-23T06:16:23.153Zadding route 172.17.0.25/32 -> 10.0.0.255Aug 23 06:16:21.733
54382026-08-23T06:16:23.153Z DEBG unitreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Aug 23 06:16:21.733
54392026-08-23T06:16:23.153Z Aug 23 06:16:21.733DEBG DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54402026-08-23T06:16:23.153Zreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.733
54412026-08-23T06:16:23.153Z INFO freemap_route_ipv6adding route 172.17.0.10/32 -> 10.0.0.255
54422026-08-23T06:16:23.153ZAug 23 06:16:21.733
54432026-08-23T06:16:23.153Z Aug 23 06:16:21.748DEBG DEBGcreated new freemapAug 23 06:16:21.703 , Aug 23 06:16:21.733unitreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
54442026-08-23T06:16:23.153Z freemap_route_ipv4Aug 23 06:16:21.748
54452026-08-23T06:16:23.153ZINFO Aug 23 06:16:21.748adding route 172.17.0.26/32 -> 10.0.0.255 INFOINFO
54462026-08-23T06:16:23.153Z DEBG adding route 172.17.0.11/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54472026-08-23T06:16:23.153Z
54482026-08-23T06:16:23.153Z
54492026-08-23T06:16:23.153ZAug 23 06:16:21.748Aug 23 06:16:21.748 DEBGAug 23 06:16:21.748 DEBG created new freemapDEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:16:21.748replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54502026-08-23T06:16:23.153ZINFO
54512026-08-23T06:16:23.153Z , adding route 172.17.0.28/32 -> 10.0.0.255unit
54522026-08-23T06:16:23.153Z: freemap_route_ipv6Aug 23 06:16:21.748
54532026-08-23T06:16:23.153Z Aug 23 06:16:21.748Aug 23 06:16:21.748INFOAug 23 06:16:21.748 adding route 172.17.0.12/32 -> 10.0.0.255DEBG
54542026-08-23T06:16:23.153Z DEBG INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 23 06:16:21.748
54552026-08-23T06:16:23.153Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 23 06:16:21.748
54562026-08-23T06:16:23.153Z
54572026-08-23T06:16:23.153Z Aug 23 06:16:21.748DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54582026-08-23T06:16:23.154Z DEBGinitted freemap. low: 0, size: 64 Aug 23 06:16:21.748replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
54592026-08-23T06:16:23.154ZAug 23 06:16:21.748 INFOunit Aug 23 06:16:21.748:adding route 172.17.0.29/32 -> 10.0.0.255
54602026-08-23T06:16:23.154ZINFO freemap_route_ipv4
54612026-08-23T06:16:23.154Zadding route 172.17.0.13/32 -> 10.0.0.255Aug 23 06:16:21.748
54622026-08-23T06:16:23.154ZINFOAug 23 06:16:21.748 DEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.748 adding route 172.16.0.0/32 -> 10.0.0.2DEBGAug 23 06:16:21.748 adding route 172.17.0.28/32 -> 10.0.0.255
54632026-08-23T06:16:23.154ZDEBG reset freemap
54642026-08-23T06:16:23.154Z, Aug 23 06:16:21.748
54652026-08-23T06:16:23.154Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitINFOAug 23 06:16:21.748:
54662026-08-23T06:16:23.154Z freemap_route_ipv4adding route 172.17.0.30/32 -> 10.0.0.255
54672026-08-23T06:16:23.154Z
54682026-08-23T06:16:23.154ZAug 23 06:16:21.748DEBG INFOAug 23 06:16:21.748 Aug 23 06:16:21.748replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255
54692026-08-23T06:16:23.154ZDEBG Aug 23 06:16:21.748DEBG
54702026-08-23T06:16:23.154Zreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54712026-08-23T06:16:23.154Z initted freemap. low: 0, size: 64Aug 23 06:16:21.748DEBG, Aug 23 06:16:21.748unitINFO :adding route 172.17.0.29/32 -> 10.0.0.255DEBG Aug 23 06:16:21.748
54722026-08-23T06:16:23.154Zreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
54732026-08-23T06:16:23.155Zfreemap_route_ipv6
54742026-08-23T06:16:23.155Z INFO
54752026-08-23T06:16:23.155Z adding route 172.17.0.31/32 -> 10.0.0.255Aug 23 06:16:21.748
54762026-08-23T06:16:23.155ZAug 23 06:16:21.748 INFODEBGAug 23 06:16:21.748 Aug 23 06:16:21.748Aug 23 06:16:21.748 adding route 172.17.0.15/32 -> 10.0.0.255DEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54772026-08-23T06:16:23.155Z reset freemap , DEBG
54782026-08-23T06:16:23.155Zunit DEBG Aug 23 06:16:21.748: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] DEBGAug 23 06:16:21.748replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54792026-08-23T06:16:23.155Z
54802026-08-23T06:16:23.155Zfreemap_route_ipv6
54812026-08-23T06:16:23.155ZINFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54822026-08-23T06:16:23.155Z Aug 23 06:16:21.748adding route 172.17.0.30/32 -> 10.0.0.255 Aug 23 06:16:21.748Aug 23 06:16:21.748
54832026-08-23T06:16:23.155ZINFOINFO adding route 172.16.0.0/32 -> 10.0.0.1
54842026-08-23T06:16:23.155Zadding route 172.17.0.16/32 -> 10.0.0.255INFO
54852026-08-23T06:16:23.155Z Aug 23 06:16:21.748Aug 23 06:16:21.748adding route 172.17.0.32/32 -> 10.0.0.255 DEBG
54862026-08-23T06:16:23.155Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.748
54872026-08-23T06:16:23.155Z
54882026-08-23T06:16:23.156Z Aug 23 06:16:21.748DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.748DEBG
54892026-08-23T06:16:23.156Z Aug 23 06:16:21.748 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
54902026-08-23T06:16:23.156Z adding route 172.16.0.0/32 -> 10.0.0.2 INFO
54912026-08-23T06:16:23.156Z Aug 23 06:16:21.748adding route 172.17.0.31/32 -> 10.0.0.255 Aug 23 06:16:21.748Aug 23 06:16:21.748
54922026-08-23T06:16:23.156Z INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255Aug 23 06:16:21.748DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
54932026-08-23T06:16:23.156Z
54942026-08-23T06:16:23.156Z
54952026-08-23T06:16:23.156Zreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54962026-08-23T06:16:23.156ZAug 23 06:16:21.748Aug 23 06:16:21.748 Aug 23 06:16:21.748DEBG DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54972026-08-23T06:16:23.156Z Aug 23 06:16:21.748
54982026-08-23T06:16:23.156Z adding route 172.17.0.0/32 -> 10.0.0.255INFO
54992026-08-23T06:16:23.160Z Aug 23 06:16:21.748Aug 23 06:16:21.748 adding route 172.17.0.32/32 -> 10.0.0.255INFO
55002026-08-23T06:16:23.160Z INFOadding route 172.17.0.18/32 -> 10.0.0.255 Aug 23 06:16:21.748
55012026-08-23T06:16:23.160Zadding route 172.17.0.34/32 -> 10.0.0.255
55022026-08-23T06:16:23.160ZDEBGAug 23 06:16:21.748 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.748 DEBG
55032026-08-23T06:16:23.160Z replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55042026-08-23T06:16:23.161ZAug 23 06:16:21.733Aug 23 06:16:21.759 INFOINFO Aug 23 06:16:21.759 adding route 172.17.0.1/32 -> 10.0.0.255Aug 23 06:16:21.759 adding route 172.17.0.21/32 -> 10.0.0.255
55052026-08-23T06:16:23.161ZDEBG
55062026-08-23T06:16:23.161ZINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255Aug 23 06:16:21.759
55072026-08-23T06:16:23.161Z
55082026-08-23T06:16:23.161Z DEBGAug 23 06:16:21.759 Aug 23 06:16:21.759DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55092026-08-23T06:16:23.161Z replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55102026-08-23T06:16:23.161Z adding route 172.17.0.35/32 -> 10.0.0.255
55112026-08-23T06:16:23.161ZAug 23 06:16:21.759 Aug 23 06:16:21.759INFO Aug 23 06:16:21.759 INFOAug 23 06:16:21.759 adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
55122026-08-23T06:16:23.161ZDEBG
55132026-08-23T06:16:23.161Z DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55142026-08-23T06:16:23.161Z
55152026-08-23T06:16:23.161ZAug 23 06:16:21.759Aug 23 06:16:21.718 Aug 23 06:16:21.759INFO Aug 23 06:16:21.759INFO adding route 172.17.0.36/32 -> 10.0.0.255DEBG
55162026-08-23T06:16:23.161Z DEBGadding route 172.17.0.34/32 -> 10.0.0.255 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55172026-08-23T06:16:23.161Zcreated new freemapAug 23 06:16:21.759
55182026-08-23T06:16:23.161Z DEBG, Aug 23 06:16:21.759 unitDEBG: replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55192026-08-23T06:16:23.161ZAug 23 06:16:21.759 INFO
55202026-08-23T06:16:23.161Zfreemap_route_ipv4
55212026-08-23T06:16:23.161Zadding route 172.17.0.23/32 -> 10.0.0.255Aug 23 06:16:21.759
55222026-08-23T06:16:23.161Z Aug 23 06:16:21.759INFO adding route 172.17.0.35/32 -> 10.0.0.255INFO
55232026-08-23T06:16:23.161Z Aug 23 06:16:21.759Aug 23 06:16:21.759 adding route 172.17.0.37/32 -> 10.0.0.255
55242026-08-23T06:16:23.162ZDEBG Aug 23 06:16:21.759created new freemap DEBG, DEBGAug 23 06:16:21.759 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitDEBG:
55252026-08-23T06:16:23.162Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55262026-08-23T06:16:23.162Zfreemap_route_ipv6
55272026-08-23T06:16:23.162Z
55282026-08-23T06:16:23.162ZAug 23 06:16:21.759Aug 23 06:16:21.759 INFOINFO Aug 23 06:16:21.759adding route 172.17.0.24/32 -> 10.0.0.255
55292026-08-23T06:16:23.162ZDEBGAug 23 06:16:21.759adding route 172.17.0.36/32 -> 10.0.0.255
55302026-08-23T06:16:23.162Zinitted freemap. low: 0, size: 64INFO, Aug 23 06:16:21.759unit Aug 23 06:16:21.759:DEBGadding route 172.17.0.38/32 -> 10.0.0.255 DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55312026-08-23T06:16:23.162Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
55322026-08-23T06:16:23.162Z
55332026-08-23T06:16:23.162Z
55342026-08-23T06:16:23.162ZAug 23 06:16:21.759 Aug 23 06:16:21.759DEBG Aug 23 06:16:21.759INFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.25/32 -> 10.0.0.255INFO
55352026-08-23T06:16:23.162Z
55362026-08-23T06:16:23.162Zadding route 172.17.0.37/32 -> 10.0.0.255Aug 23 06:16:21.759
55372026-08-23T06:16:23.162Z Aug 23 06:16:21.759 Aug 23 06:16:21.759INFODEBG Aug 23 06:16:21.759adding route 172.17.0.39/32 -> 10.0.0.255DEBG DEBG reset freemapreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55382026-08-23T06:16:23.162Zreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55392026-08-23T06:16:23.162Z
55402026-08-23T06:16:23.163Z, unitAug 23 06:16:21.759:Aug 23 06:16:21.759 INFODEBG freemap_route_ipv4 adding route 172.17.0.38/32 -> 10.0.0.255
55412026-08-23T06:16:23.163ZAug 23 06:16:21.759replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55422026-08-23T06:16:23.163Z
55432026-08-23T06:16:23.163ZINFO Aug 23 06:16:21.759Aug 23 06:16:21.759 DEBGAug 23 06:16:21.759adding route 172.17.0.26/32 -> 10.0.0.255
55442026-08-23T06:16:23.163ZINFO DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255initted freemap. low: 0, size: 64
55452026-08-23T06:16:23.163Z
55462026-08-23T06:16:23.163Z, Aug 23 06:16:21.759unit :Aug 23 06:16:21.759DEBG INFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55472026-08-23T06:16:23.163ZAug 23 06:16:21.759 adding route 172.17.0.39/32 -> 10.0.0.255
55482026-08-23T06:16:23.163Zfreemap_route_ipv6DEBGAug 23 06:16:21.759
55492026-08-23T06:16:23.163ZINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55502026-08-23T06:16:23.163Zadding route 172.17.0.27/32 -> 10.0.0.255Aug 23 06:16:21.759
55512026-08-23T06:16:23.163Z DEBGAug 23 06:16:21.759 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55522026-08-23T06:16:23.163ZAug 23 06:16:21.759DEBGAug 23 06:16:21.759 INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255 reset freemap
55532026-08-23T06:16:23.163Zreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
55542026-08-23T06:16:23.163ZAug 23 06:16:21.759 INFOunit : Aug 23 06:16:21.759adding route 172.17.0.40/32 -> 10.0.0.255freemap_route_ipv6Aug 23 06:16:21.759
55552026-08-23T06:16:23.163Z
55562026-08-23T06:16:23.163Z DEBGINFO Aug 23 06:16:21.759 Aug 23 06:16:21.759replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.28/32 -> 10.0.0.255
55572026-08-23T06:16:23.163Z DEBG
55582026-08-23T06:16:23.163Z replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55592026-08-23T06:16:23.163Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:16:21.759Aug 23 06:16:21.759
55602026-08-23T06:16:23.164Z INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255 Aug 23 06:16:21.759
55612026-08-23T06:16:23.164ZAug 23 06:16:21.759replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55622026-08-23T06:16:23.164ZDEBG INFOAug 23 06:16:21.759replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55632026-08-23T06:16:23.164ZDEBG Aug 23 06:16:21.759 adding route 172.17.0.41/32 -> 10.0.0.255 DEBG
55642026-08-23T06:16:23.164Z INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.29/32 -> 10.0.0.255
55652026-08-23T06:16:23.164Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:16:21.759
55662026-08-23T06:16:23.164Z Aug 23 06:16:21.759 DEBGINFO Aug 23 06:16:21.759 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:16:21.759INFO
55672026-08-23T06:16:23.164Z adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255
55682026-08-23T06:16:23.164Z
55692026-08-23T06:16:23.164Z
55702026-08-23T06:16:23.164Z DEBG Aug 23 06:16:21.759replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55712026-08-23T06:16:23.164ZAug 23 06:16:21.759Aug 23 06:16:21.759 Aug 23 06:16:21.759 DEBGINFO DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
55722026-08-23T06:16:23.164Z
55732026-08-23T06:16:23.164Z Aug 23 06:16:21.759replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 23 06:16:21.759 INFO adding route 172.17.0.30/32 -> 10.0.0.255
55742026-08-23T06:16:23.164Z
55752026-08-23T06:16:23.164Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 23 06:16:21.759INFO
55762026-08-23T06:16:23.164Z DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.759
55772026-08-23T06:16:23.164Z INFOAug 23 06:16:21.759 adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
55782026-08-23T06:16:23.164ZAug 23 06:16:21.759
55792026-08-23T06:16:23.164Z DEBGAug 23 06:16:21.759 Aug 23 06:16:21.759replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55802026-08-23T06:16:23.164ZINFO DEBG Aug 23 06:16:21.759DEBGadding route 172.17.0.43/32 -> 10.0.0.255
55812026-08-23T06:16:23.164ZAug 23 06:16:21.759replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.31/32 -> 10.0.0.255
55822026-08-23T06:16:23.165Z
55832026-08-23T06:16:23.165Z
55842026-08-23T06:16:23.165Z Aug 23 06:16:21.759DEBGAug 23 06:16:21.759 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55852026-08-23T06:16:23.165Z adding route 172.17.0.21/32 -> 10.0.0.255Aug 23 06:16:21.759DEBG
55862026-08-23T06:16:23.165Z INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.759 DEBG
55872026-08-23T06:16:23.165Z Aug 23 06:16:21.759Aug 23 06:16:21.759replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3DEBGINFO
55882026-08-23T06:16:23.165Z
55892026-08-23T06:16:23.165Zadding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55902026-08-23T06:16:23.165Z
55912026-08-23T06:16:23.165ZAug 23 06:16:21.759 INFOAug 23 06:16:21.759 Aug 23 06:16:21.759INFOAug 23 06:16:21.759 adding route 172.17.0.32/32 -> 10.0.0.255Aug 23 06:16:21.759DEBG
55922026-08-23T06:16:23.165Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255
55932026-08-23T06:16:23.165ZINFODEBG
55942026-08-23T06:16:23.165ZAug 23 06:16:21.759 adding route 172.17.0.22/32 -> 10.0.0.255
55952026-08-23T06:16:23.165ZDEBG Aug 23 06:16:21.759replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55962026-08-23T06:16:23.167ZAug 23 06:16:21.759Aug 23 06:16:21.759 INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55972026-08-23T06:16:23.167Z Aug 23 06:16:21.759 DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:4
55982026-08-23T06:16:23.167Z INFOreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55992026-08-23T06:16:23.171Z Aug 23 06:16:21.759
56002026-08-23T06:16:23.171Z INFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255Aug 23 06:16:21.759Aug 23 06:16:21.759
56012026-08-23T06:16:23.171Z
56022026-08-23T06:16:23.171ZAug 23 06:16:21.759 INFODEBG INFOAug 23 06:16:21.759 adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
56032026-08-23T06:16:23.171Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG
56042026-08-23T06:16:23.171Z
56052026-08-23T06:16:23.171ZAug 23 06:16:21.759Aug 23 06:16:21.759 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGDEBGAug 23 06:16:21.759
56062026-08-23T06:16:23.171Z DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56072026-08-23T06:16:23.171Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.759
56082026-08-23T06:16:23.173ZAug 23 06:16:21.759 DEBG
56092026-08-23T06:16:23.173Z INFOAug 23 06:16:21.759Aug 23 06:16:21.759 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255
56102026-08-23T06:16:23.173Z
56112026-08-23T06:16:23.173Zadding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 23 06:16:21.759
56122026-08-23T06:16:23.173Z
56132026-08-23T06:16:23.173Z INFO Aug 23 06:16:21.759adding route 172.17.0.24/32 -> 10.0.0.255
56142026-08-23T06:16:23.173ZDEBGAug 23 06:16:21.759 Aug 23 06:16:21.759 DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56152026-08-23T06:16:23.173ZAug 23 06:16:21.760
56162026-08-23T06:16:23.173Z DEBG created new freemap, unitAug 23 06:16:21.768:Aug 23 06:16:21.768 Aug 23 06:16:21.768 freemap_route_ipv4 INFOINFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255
56172026-08-23T06:16:23.173Zadding route 172.17.0.48/32 -> 10.0.0.255
56182026-08-23T06:16:23.173Z
56192026-08-23T06:16:23.173Zreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56202026-08-23T06:16:23.173ZAug 23 06:16:21.768Aug 23 06:16:21.768 DEBGAug 23 06:16:21.768DEBG created new freemapAug 23 06:16:21.768 , replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitINFODEBG adding route 172.17.0.3/32 -> 10.0.0.255
56212026-08-23T06:16:23.174Z:replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56222026-08-23T06:16:23.175Zfreemap_route_ipv6
56232026-08-23T06:16:23.175Z
56242026-08-23T06:16:23.176ZAug 23 06:16:21.768 INFOAug 23 06:16:21.768 adding route 172.17.0.48/32 -> 10.0.0.255DEBG
56252026-08-23T06:16:23.176ZAug 23 06:16:21.768 INFOinitted freemap. low: 0, size: 64
56262026-08-23T06:16:23.176Z, unitadding route 172.17.0.49/32 -> 10.0.0.255:Aug 23 06:16:21.768 Aug 23 06:16:21.768freemap_route_ipv4
56272026-08-23T06:16:23.176ZDEBG
56282026-08-23T06:16:23.176ZAug 23 06:16:21.768 INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56292026-08-23T06:16:23.176Z
56302026-08-23T06:16:23.176ZAug 23 06:16:21.768
56312026-08-23T06:16:23.176ZDEBG Aug 23 06:16:21.768reset freemap , Aug 23 06:16:21.768unitAug 23 06:16:21.768:Aug 23 06:16:21.768 freemap_route_ipv4 INFODEBGINFO
56322026-08-23T06:16:23.176Z replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56332026-08-23T06:16:23.176ZDEBG Aug 23 06:16:21.768replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
56342026-08-23T06:16:23.176Zadding route 172.17.0.4/32 -> 10.0.0.255
56352026-08-23T06:16:23.176ZDEBG
56362026-08-23T06:16:23.176Zinitted freemap. low: 0, size: 64Aug 23 06:16:21.768Aug 23 06:16:21.768Aug 23 06:16:21.768, INFO unitDEBG: Aug 23 06:16:21.768replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
56372026-08-23T06:16:23.176Z adding route 172.17.0.50/32 -> 10.0.0.255 freemap_route_ipv6adding route 172.17.0.36/32 -> 10.0.0.255
56382026-08-23T06:16:23.176Z
56392026-08-23T06:16:23.176Z
56402026-08-23T06:16:23.177ZAug 23 06:16:21.768 DEBGINFO Aug 23 06:16:21.768Aug 23 06:16:21.768 adding route 172.17.0.5/32 -> 10.0.0.255DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56412026-08-23T06:16:23.177Z
56422026-08-23T06:16:23.177Zreset freemap, Aug 23 06:16:21.768unit : DEBGDEBGAug 23 06:16:21.768Aug 23 06:16:21.768 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
56432026-08-23T06:16:23.177Z
56442026-08-23T06:16:23.177Z replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
56452026-08-23T06:16:23.177ZAug 23 06:16:21.768 INFOadding route 172.17.0.50/32 -> 10.0.0.255
56462026-08-23T06:16:23.177ZDEBG Aug 23 06:16:21.768adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56472026-08-23T06:16:23.177Z
56482026-08-23T06:16:23.177ZINFOAug 23 06:16:21.768 adding route 172.17.0.37/32 -> 10.0.0.255Aug 23 06:16:21.768
56492026-08-23T06:16:23.177ZAug 23 06:16:21.768 Aug 23 06:16:21.768INFODEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
56502026-08-23T06:16:23.177Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
56512026-08-23T06:16:23.177ZINFOAug 23 06:16:21.768 adding route 172.17.0.6/32 -> 10.0.0.255Aug 23 06:16:21.768
56522026-08-23T06:16:23.177ZDEBG DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:16:21.768
56532026-08-23T06:16:23.177Z replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
56542026-08-23T06:16:23.177Z adding route 172.17.0.51/32 -> 10.0.0.255
56552026-08-23T06:16:23.177ZAug 23 06:16:21.768
56562026-08-23T06:16:23.179ZAug 23 06:16:21.768 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.768
56572026-08-23T06:16:23.179Z
56582026-08-23T06:16:23.179Z INFO adding route 172.16.0.0/32 -> 10.0.0.2
56592026-08-23T06:16:23.179Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
56602026-08-23T06:16:23.179ZAug 23 06:16:21.768Aug 23 06:16:21.768 Aug 23 06:16:21.768DEBG INFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.768 DEBGAug 23 06:16:21.768
56612026-08-23T06:16:23.179Z INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 23 06:16:21.768replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255
56622026-08-23T06:16:23.179Z
56632026-08-23T06:16:23.179Z INFO adding route 172.17.0.52/32 -> 10.0.0.255
56642026-08-23T06:16:23.179Ztest route::tests::delete_targets_full ... ok
56652026-08-23T06:16:23.179ZAug 23 06:16:21.768Aug 23 06:16:21.768
56662026-08-23T06:16:23.179ZINFODEBG
56672026-08-23T06:16:23.179Ztest route::tests::delete_targets_fragmented ... ok
56682026-08-23T06:16:23.179Z Aug 23 06:16:21.768 Aug 23 06:16:21.768 adding route 172.17.0.53/32 -> 10.0.0.255 INFODEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56692026-08-23T06:16:23.179Z
56702026-08-23T06:16:23.179Z replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56712026-08-23T06:16:23.179Zadding route 172.16.0.0/32 -> 10.0.0.3
56722026-08-23T06:16:23.179ZAug 23 06:16:21.768Aug 23 06:16:21.768 INFOAug 23 06:16:21.768 adding route 172.17.0.8/32 -> 10.0.0.255DEBGAug 23 06:16:21.768
56732026-08-23T06:16:23.180Z Aug 23 06:16:21.768replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56742026-08-23T06:16:23.180ZINFODEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 172.17.0.53/32 -> 10.0.0.255
56752026-08-23T06:16:23.180Z
56762026-08-23T06:16:23.180Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
56772026-08-23T06:16:23.180ZAug 23 06:16:21.768 Aug 23 06:16:21.768DEBGAug 23 06:16:21.768 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56782026-08-23T06:16:23.180Z Aug 23 06:16:21.768INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255
56792026-08-23T06:16:23.180Zadding route 172.17.0.39/32 -> 10.0.0.255
56802026-08-23T06:16:23.180ZAug 23 06:16:21.782 INFO Aug 23 06:16:21.768Aug 23 06:16:21.759Aug 23 06:16:21.782Aug 23 06:16:21.782 adding route 172.17.0.9/32 -> 10.0.0.255INFODEBG
56812026-08-23T06:16:23.180ZDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56822026-08-23T06:16:23.180Z DEBGadding route 172.16.0.0/32 -> 10.0.0.4
56832026-08-23T06:16:23.180Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.782replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56842026-08-23T06:16:23.180Z
56852026-08-23T06:16:23.180Z DEBG Aug 23 06:16:21.782replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.782 INFO
56862026-08-23T06:16:23.180ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
56872026-08-23T06:16:23.180Zadding route 172.17.0.40/32 -> 10.0.0.255
56882026-08-23T06:16:23.180ZAug 23 06:16:21.782 INFOAug 23 06:16:21.782 adding route 172.17.0.10/32 -> 10.0.0.255DEBG
56892026-08-23T06:16:23.181Z Aug 23 06:16:21.782replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
56902026-08-23T06:16:23.181ZDEBGAug 23 06:16:21.782 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56912026-08-23T06:16:23.181Z replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:16:21.782DEBG
56922026-08-23T06:16:23.181Z INFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255
56932026-08-23T06:16:23.181Z
56942026-08-23T06:16:23.181ZAug 23 06:16:21.782 INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 23 06:16:21.782
56952026-08-23T06:16:23.181ZAug 23 06:16:21.782 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
56962026-08-23T06:16:23.181Z
56972026-08-23T06:16:23.181ZAug 23 06:16:21.782 DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.782
56982026-08-23T06:16:23.181ZINFO adding route 172.17.0.42/32 -> 10.0.0.255
56992026-08-23T06:16:23.185ZAug 23 06:16:21.782 Aug 23 06:16:21.782DEBG INFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57002026-08-23T06:16:23.185Zadding route 172.17.0.12/32 -> 10.0.0.255Aug 23 06:16:21.782
57012026-08-23T06:16:23.186Z DEBGAug 23 06:16:21.782 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57022026-08-23T06:16:23.186Z Aug 23 06:16:21.782adding route 172.17.0.55/32 -> 10.0.0.255
57032026-08-23T06:16:23.186ZDEBG Aug 23 06:16:21.782replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57042026-08-23T06:16:23.186ZINFO Aug 23 06:16:21.782 adding route 172.17.0.43/32 -> 10.0.0.255DEBG
57052026-08-23T06:16:23.186Z replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.782
57062026-08-23T06:16:23.186Z INFOAug 23 06:16:21.782 DEBGadding route 172.17.0.13/32 -> 10.0.0.255
57072026-08-23T06:16:23.186ZAug 23 06:16:21.782replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57082026-08-23T06:16:23.186ZINFO Aug 23 06:16:21.782adding route 172.17.0.56/32 -> 10.0.0.255
57092026-08-23T06:16:23.186ZDEBG Aug 23 06:16:21.782 INFOAug 23 06:16:21.782 Aug 23 06:16:21.782replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57102026-08-23T06:16:23.186Z DEBGINFOadding route 172.17.0.44/32 -> 10.0.0.255
57112026-08-23T06:16:23.186Zreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57122026-08-23T06:16:23.186Zadding route 172.17.0.55/32 -> 10.0.0.255Aug 23 06:16:21.782
57132026-08-23T06:16:23.186Z INFOAug 23 06:16:21.782 adding route 172.17.0.14/32 -> 10.0.0.255Aug 23 06:16:21.782
57142026-08-23T06:16:23.186Z DEBGINFO adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57152026-08-23T06:16:23.186Z
57162026-08-23T06:16:23.186ZAug 23 06:16:21.782 Aug 23 06:16:21.782INFO Aug 23 06:16:21.782adding route 172.17.0.25/32 -> 10.0.0.255 DEBGDEBGAug 23 06:16:21.782
57172026-08-23T06:16:23.186Zreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57182026-08-23T06:16:23.186Z replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.782replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57192026-08-23T06:16:23.186ZAug 23 06:16:21.782
57202026-08-23T06:16:23.186ZAug 23 06:16:21.782INFO adding route 172.17.0.45/32 -> 10.0.0.255INFO
57212026-08-23T06:16:23.186ZAug 23 06:16:21.782 Aug 23 06:16:21.782adding route 172.17.0.56/32 -> 10.0.0.255INFO
57222026-08-23T06:16:23.186Z Aug 23 06:16:21.782INFOadding route 172.17.0.58/32 -> 10.0.0.255DEBG
57232026-08-23T06:16:23.186Z DEBGAug 23 06:16:21.782adding route 172.17.0.15/32 -> 10.0.0.255 DEBG
57242026-08-23T06:16:23.186Zreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57252026-08-23T06:16:23.186Z
57262026-08-23T06:16:23.186Z replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.782Aug 23 06:16:21.782
57272026-08-23T06:16:23.186Z Aug 23 06:16:21.782Aug 23 06:16:21.782 DEBG INFO INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
57282026-08-23T06:16:23.186Zadding route 172.17.0.57/32 -> 10.0.0.255 Aug 23 06:16:21.782replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57292026-08-23T06:16:23.186Z INFO
57302026-08-23T06:16:23.186Zadding route 172.17.0.26/32 -> 10.0.0.255Aug 23 06:16:21.782
57312026-08-23T06:16:23.186Z Aug 23 06:16:21.782 INFODEBGAug 23 06:16:21.782 adding route 172.17.0.46/32 -> 10.0.0.255
57322026-08-23T06:16:23.186Z Aug 23 06:16:21.782replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57332026-08-23T06:16:23.188Zadding route 172.17.0.59/32 -> 10.0.0.255
57342026-08-23T06:16:23.188ZDEBGINFOAug 23 06:16:21.782 Aug 23 06:16:21.782Aug 23 06:16:21.782INFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57352026-08-23T06:16:23.188Zadding route 172.17.0.58/32 -> 10.0.0.255
57362026-08-23T06:16:23.188ZDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57372026-08-23T06:16:23.188Z Aug 23 06:16:21.782 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 172.17.0.16/32 -> 10.0.0.255
57382026-08-23T06:16:23.188Z
57392026-08-23T06:16:23.188Zreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.782
57402026-08-23T06:16:23.188Z INFO Aug 23 06:16:21.782adding route 172.17.0.60/32 -> 10.0.0.255
57412026-08-23T06:16:23.188ZAug 23 06:16:21.782Aug 23 06:16:21.782 Aug 23 06:16:21.782 INFO INFODEBGAug 23 06:16:21.782adding route 172.17.0.59/32 -> 10.0.0.255
57422026-08-23T06:16:23.188ZINFO DEBG adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57432026-08-23T06:16:23.188Z
57442026-08-23T06:16:23.188Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.782
57452026-08-23T06:16:23.188ZDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255
57462026-08-23T06:16:23.188Z
57472026-08-23T06:16:23.188ZAug 23 06:16:21.782Aug 23 06:16:21.782 Aug 23 06:16:21.782INFO INFOAug 23 06:16:21.782adding route 172.17.0.17/32 -> 10.0.0.255 DEBG
57482026-08-23T06:16:23.188ZDEBGadding route 172.17.0.60/32 -> 10.0.0.255
57492026-08-23T06:16:23.189Zfailed to allocate space for the new target list
57502026-08-23T06:16:23.189Zreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.782 Aug 23 06:16:21.782
57512026-08-23T06:16:23.189ZDEBG DEBG Aug 23 06:16:21.782Aug 23 06:16:21.782 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.782
57522026-08-23T06:16:23.189ZDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGINFO Aug 23 06:16:21.782replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
57532026-08-23T06:16:23.189Z
57542026-08-23T06:16:23.189ZDEBG adding route 172.17.0.28/32 -> 10.0.0.255Aug 23 06:16:21.782failed to allocate space for the new target list INFO
57552026-08-23T06:16:23.189Z
57562026-08-23T06:16:23.189Z adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57572026-08-23T06:16:23.189Z
57582026-08-23T06:16:23.190ZAug 23 06:16:21.782Aug 23 06:16:21.782Aug 23 06:16:21.782 Aug 23 06:16:21.782DEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG
57592026-08-23T06:16:23.190Zadding route 172.17.0.18/32 -> 10.0.0.255DEBG
57602026-08-23T06:16:23.190Ztest route::tests::add_target_fails_full ... ok
57612026-08-23T06:16:23.190Zreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57622026-08-23T06:16:23.190Zreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57632026-08-23T06:16:23.190ZAug 23 06:16:21.782 DEBGAug 23 06:16:21.782 Aug 23 06:16:21.782replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57642026-08-23T06:16:23.190ZINFO INFOadding route 172.17.0.29/32 -> 10.0.0.255
57652026-08-23T06:16:23.190Zadding route 172.17.0.49/32 -> 10.0.0.255Aug 23 06:16:21.782
57662026-08-23T06:16:23.190Z INFO adding route 172.17.0.19/32 -> 10.0.0.255
57672026-08-23T06:16:23.190ZAug 23 06:16:21.782Aug 23 06:16:21.782 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 23 06:16:21.782
57682026-08-23T06:16:23.190Z DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57692026-08-23T06:16:23.190Z
57702026-08-23T06:16:23.190ZAug 23 06:16:21.782 INFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 23 06:16:21.782
57712026-08-23T06:16:23.190Z INFOAug 23 06:16:21.782 adding route 172.17.0.50/32 -> 10.0.0.255INFO
57722026-08-23T06:16:23.190Z Aug 23 06:16:21.782adding route 172.17.0.20/32 -> 10.0.0.255
57732026-08-23T06:16:23.190ZDEBG Aug 23 06:16:21.782replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57742026-08-23T06:16:23.190ZAug 23 06:16:21.782DEBG DEBGAug 23 06:16:21.782replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57752026-08-23T06:16:23.191Z
57762026-08-23T06:16:23.191ZINFO adding route 172.17.0.31/32 -> 10.0.0.255
57772026-08-23T06:16:23.191ZAug 23 06:16:21.782 INFOAug 23 06:16:21.782Aug 23 06:16:21.782 DEBGadding route 172.17.0.51/32 -> 10.0.0.255
57782026-08-23T06:16:23.191Zreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57792026-08-23T06:16:23.191ZINFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 23 06:16:21.782
57802026-08-23T06:16:23.191ZAug 23 06:16:21.782 DEBG INFOAug 23 06:16:21.782replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57812026-08-23T06:16:23.191ZDEBGadding route 172.17.0.32/32 -> 10.0.0.255
57822026-08-23T06:16:23.191Zreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57832026-08-23T06:16:23.191ZAug 23 06:16:21.782Aug 23 06:16:21.782Aug 23 06:16:21.782 INFO INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57842026-08-23T06:16:23.191Z
57852026-08-23T06:16:23.191Z
57862026-08-23T06:16:23.192ZAug 23 06:16:21.782Aug 23 06:16:21.782Aug 23 06:16:21.782 INFODEBG DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
57872026-08-23T06:16:23.192Z
57882026-08-23T06:16:23.192Z
57892026-08-23T06:16:23.192ZAug 23 06:16:21.782Aug 23 06:16:21.782 Aug 23 06:16:21.782DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255INFO
57902026-08-23T06:16:23.192Z adding route 172.17.0.53/32 -> 10.0.0.255
57912026-08-23T06:16:23.192Z
57922026-08-23T06:16:23.192ZAug 23 06:16:21.782 DEBGAug 23 06:16:21.782 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57932026-08-23T06:16:23.192Z DEBGAug 23 06:16:21.782 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 23 06:16:21.792
57942026-08-23T06:16:23.192Z INFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
57952026-08-23T06:16:23.192Z
57962026-08-23T06:16:23.196ZAug 23 06:16:21.792 INFO Aug 23 06:16:21.792Aug 23 06:16:21.792adding route 172.17.0.54/32 -> 10.0.0.255
57972026-08-23T06:16:23.196ZDEBG DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57982026-08-23T06:16:23.196Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.792
57992026-08-23T06:16:23.201Z DEBG Aug 23 06:16:21.792replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58002026-08-23T06:16:23.201ZINFOAug 23 06:16:21.792 adding route 172.17.0.25/32 -> 10.0.0.255INFO
58012026-08-23T06:16:23.201Zadding route 172.17.0.35/32 -> 10.0.0.255
58022026-08-23T06:16:23.201ZAug 23 06:16:21.792 INFOAug 23 06:16:21.792 adding route 172.17.0.55/32 -> 10.0.0.255Aug 23 06:16:21.792DEBG
58032026-08-23T06:16:23.201ZDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58042026-08-23T06:16:23.201Z
58052026-08-23T06:16:23.201ZAug 23 06:16:21.792 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.792
58062026-08-23T06:16:23.201Z Aug 23 06:16:21.792INFO INFOadding route 172.17.0.36/32 -> 10.0.0.255Aug 23 06:16:21.792
58072026-08-23T06:16:23.201Zadding route 172.17.0.26/32 -> 10.0.0.255 INFO
58082026-08-23T06:16:23.202Z adding route 172.17.0.56/32 -> 10.0.0.255
58092026-08-23T06:16:23.202ZAug 23 06:16:21.792 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58102026-08-23T06:16:23.202ZAug 23 06:16:21.792 Aug 23 06:16:21.792DEBG INFOreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58112026-08-23T06:16:23.202Zadding route 172.17.0.27/32 -> 10.0.0.255
58122026-08-23T06:16:23.202ZAug 23 06:16:21.792 DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58132026-08-23T06:16:23.202ZAug 23 06:16:21.792 INFO Aug 23 06:16:21.792adding route 172.17.0.57/32 -> 10.0.0.255
58142026-08-23T06:16:23.202ZINFO adding route 172.17.0.28/32 -> 10.0.0.255
58152026-08-23T06:16:23.202ZAug 23 06:16:21.792 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.792
58162026-08-23T06:16:23.202Z DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.792
58172026-08-23T06:16:23.202Z INFO adding route 172.17.0.29/32 -> 10.0.0.255Aug 23 06:16:21.792Aug 23 06:16:21.792
58182026-08-23T06:16:23.202Z INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255 Aug 23 06:16:21.792
58192026-08-23T06:16:23.202Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
58202026-08-23T06:16:23.202Z replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.792
58212026-08-23T06:16:23.202Z Aug 23 06:16:21.792DEBG INFOAug 23 06:16:21.792 adding route 172.17.0.37/32 -> 10.0.0.255INFO
58222026-08-23T06:16:23.202Zreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58232026-08-23T06:16:23.202Zadding route 172.17.0.30/32 -> 10.0.0.255
58242026-08-23T06:16:23.202ZAug 23 06:16:21.792Aug 23 06:16:21.792 Aug 23 06:16:21.792DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
58252026-08-23T06:16:23.202Z adding route 172.17.0.59/32 -> 10.0.0.255
58262026-08-23T06:16:23.202Zreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.792
58272026-08-23T06:16:23.202Z INFO adding route 172.17.0.38/32 -> 10.0.0.255Aug 23 06:16:21.792
58282026-08-23T06:16:23.203Z DEBG Aug 23 06:16:21.792replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:16:21.792INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255
58292026-08-23T06:16:23.203Zreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58302026-08-23T06:16:23.203Z
58312026-08-23T06:16:23.203ZAug 23 06:16:21.792 Aug 23 06:16:21.792INFO Aug 23 06:16:21.792DEBG INFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58322026-08-23T06:16:23.203Z
58332026-08-23T06:16:23.203Z
58342026-08-23T06:16:23.203ZAug 23 06:16:21.792Aug 23 06:16:21.792 Aug 23 06:16:21.792INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255
58352026-08-23T06:16:23.203Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
58362026-08-23T06:16:23.203Zreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58372026-08-23T06:16:23.203ZAug 23 06:16:21.792 DEBGAug 23 06:16:21.792 Aug 23 06:16:21.792replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58382026-08-23T06:16:23.204ZINFO adding route 172.17.0.61/32 -> 10.0.0.255INFO
58392026-08-23T06:16:23.204Z adding route 172.17.0.40/32 -> 10.0.0.255Aug 23 06:16:21.792
58402026-08-23T06:16:23.204ZINFO Aug 23 06:16:21.792adding route 172.17.0.33/32 -> 10.0.0.255
58412026-08-23T06:16:23.204ZAug 23 06:16:21.792DEBG DEBGreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58422026-08-23T06:16:23.204ZAug 23 06:16:21.792replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
58432026-08-23T06:16:23.204Z replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.792
58442026-08-23T06:16:23.204Z INFOAug 23 06:16:21.792 Aug 23 06:16:21.792INFO adding route 172.17.0.62/32 -> 10.0.0.255INFO
58452026-08-23T06:16:23.204Z adding route 172.17.0.34/32 -> 10.0.0.255
58462026-08-23T06:16:23.204Zadding route 172.17.0.41/32 -> 10.0.0.255
58472026-08-23T06:16:23.204ZAug 23 06:16:21.792 Aug 23 06:16:21.792Aug 23 06:16:21.792 DEBG DEBGDEBGreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58482026-08-23T06:16:23.204Z
58492026-08-23T06:16:23.204Z
58502026-08-23T06:16:23.204ZAug 23 06:16:21.792Aug 23 06:16:21.792 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
58512026-08-23T06:16:23.204ZAug 23 06:16:21.792
58522026-08-23T06:16:23.204Z INFO adding route 172.17.0.63/32 -> 10.0.0.255Aug 23 06:16:21.792
58532026-08-23T06:16:23.205Z DEBGAug 23 06:16:21.792 DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58542026-08-23T06:16:23.205Zreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.792
58552026-08-23T06:16:23.205Z DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.793Aug 23 06:16:21.793
58562026-08-23T06:16:23.205Z INFO adding route 172.17.0.36/32 -> 10.0.0.255INFO
58572026-08-23T06:16:23.205Ztest route::tests::delete_target_fragmented ... ok
58582026-08-23T06:16:23.205Z Aug 23 06:16:21.793adding route 172.17.0.43/32 -> 10.0.0.255
58592026-08-23T06:16:23.205Ztest route::tests::delete_target_full ... ok
58602026-08-23T06:16:23.205Z
58612026-08-23T06:16:23.205Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
58622026-08-23T06:16:23.205Z
58632026-08-23T06:16:23.205ZDEBG failed to allocate space for the new target listAug 23 06:16:21.793
58642026-08-23T06:16:23.205Z Aug 23 06:16:21.793DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
58652026-08-23T06:16:23.205Z replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58662026-08-23T06:16:23.205ZAug 23 06:16:21.793Aug 23 06:16:21.793 DEBGAug 23 06:16:21.793INFO INFOadding route 172.17.0.37/32 -> 10.0.0.255
58672026-08-23T06:16:23.205Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
58682026-08-23T06:16:23.206Zadding route 172.17.0.44/32 -> 10.0.0.255
58692026-08-23T06:16:23.206ZAug 23 06:16:21.793 DEBGAug 23 06:16:21.793 Aug 23 06:16:21.793replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58702026-08-23T06:16:23.206ZDEBGDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target listAug 23 06:16:21.793
58712026-08-23T06:16:23.206Z
58722026-08-23T06:16:23.206ZINFO adding route 172.17.0.38/32 -> 10.0.0.255
58732026-08-23T06:16:23.206ZAug 23 06:16:21.793 INFOAug 23 06:16:21.793 adding route 172.17.0.45/32 -> 10.0.0.255DEBG
58742026-08-23T06:16:23.206Z replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58752026-08-23T06:16:23.206ZAug 23 06:16:21.793 DEBGAug 23 06:16:21.793 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
58762026-08-23T06:16:23.206Z adding route 172.17.0.39/32 -> 10.0.0.255
58772026-08-23T06:16:23.206ZAug 23 06:16:21.793 INFOAug 23 06:16:21.793 adding route 172.17.0.46/32 -> 10.0.0.255DEBG
58782026-08-23T06:16:23.208Z replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58792026-08-23T06:16:23.208ZAug 23 06:16:21.793 DEBGAug 23 06:16:21.793 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
58802026-08-23T06:16:23.208Z adding route 172.17.0.40/32 -> 10.0.0.255
58812026-08-23T06:16:23.208ZAug 23 06:16:21.793Aug 23 06:16:21.793 INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255
58822026-08-23T06:16:23.208ZAug 23 06:16:21.793 DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58832026-08-23T06:16:23.208Zreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58842026-08-23T06:16:23.208ZAug 23 06:16:21.793Aug 23 06:16:21.793 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
58852026-08-23T06:16:23.208Z
58862026-08-23T06:16:23.208ZAug 23 06:16:21.793Aug 23 06:16:21.793 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58872026-08-23T06:16:23.208Z
58882026-08-23T06:16:23.208ZAug 23 06:16:21.793Aug 23 06:16:21.793 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255
58892026-08-23T06:16:23.208Z
58902026-08-23T06:16:23.208ZAug 23 06:16:21.793Aug 23 06:16:21.793 DEBGDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58912026-08-23T06:16:23.208Z
58922026-08-23T06:16:23.208ZAug 23 06:16:21.793Aug 23 06:16:21.793 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
58932026-08-23T06:16:23.208Z
58942026-08-23T06:16:23.209ZAug 23 06:16:21.793Aug 23 06:16:21.793 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58952026-08-23T06:16:23.209Z
58962026-08-23T06:16:23.209ZAug 23 06:16:21.793 INFO adding route 172.17.0.44/32 -> 10.0.0.255
58972026-08-23T06:16:23.209ZAug 23 06:16:21.793 INFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 23 06:16:21.793 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58982026-08-23T06:16:23.209Z
58992026-08-23T06:16:23.214ZAug 23 06:16:21.793 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.793
59002026-08-23T06:16:23.214Z INFO adding route 172.17.0.45/32 -> 10.0.0.255
59012026-08-23T06:16:23.214ZAug 23 06:16:21.793 INFO adding route 172.17.0.52/32 -> 10.0.0.255Aug 23 06:16:21.793
59022026-08-23T06:16:23.214Z DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59032026-08-23T06:16:23.214ZAug 23 06:16:21.793 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.793
59042026-08-23T06:16:23.214Z INFO adding route 172.17.0.46/32 -> 10.0.0.255
59052026-08-23T06:16:23.214ZAug 23 06:16:21.793 INFO adding route 172.17.0.53/32 -> 10.0.0.255Aug 23 06:16:21.793
59062026-08-23T06:16:23.214Z DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.793
59072026-08-23T06:16:23.214Z DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59082026-08-23T06:16:23.214ZAug 23 06:16:21.793 INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 23 06:16:21.793
59092026-08-23T06:16:23.214Z INFO adding route 172.17.0.54/32 -> 10.0.0.255
59102026-08-23T06:16:23.215ZAug 23 06:16:21.793 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.793
59112026-08-23T06:16:23.215Z DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59122026-08-23T06:16:23.215ZAug 23 06:16:21.793 INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 23 06:16:21.793
59132026-08-23T06:16:23.215Z INFO adding route 172.17.0.55/32 -> 10.0.0.255
59142026-08-23T06:16:23.215ZAug 23 06:16:21.793 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:16:21.793 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59152026-08-23T06:16:23.215Z
59162026-08-23T06:16:23.215ZAug 23 06:16:21.807Aug 23 06:16:21.807 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255
59172026-08-23T06:16:23.215Z
59182026-08-23T06:16:23.215ZAug 23 06:16:21.807Aug 23 06:16:21.807 DEBGDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59192026-08-23T06:16:23.215Z
59202026-08-23T06:16:23.215ZAug 23 06:16:21.807Aug 23 06:16:21.807 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
59212026-08-23T06:16:23.215Z
59222026-08-23T06:16:23.215ZAug 23 06:16:21.807Aug 23 06:16:21.807 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59232026-08-23T06:16:23.215Z
59242026-08-23T06:16:23.215ZAug 23 06:16:21.807Aug 23 06:16:21.807 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
59252026-08-23T06:16:23.215Z
59262026-08-23T06:16:23.215ZAug 23 06:16:21.807Aug 23 06:16:21.807 DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59272026-08-23T06:16:23.215Z
59282026-08-23T06:16:23.216ZAug 23 06:16:21.807Aug 23 06:16:21.807 INFO adding route 172.17.0.52/32 -> 10.0.0.255
59292026-08-23T06:16:23.216ZINFO Aug 23 06:16:21.807adding route 172.17.0.59/32 -> 10.0.0.255
59302026-08-23T06:16:23.216ZDEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59312026-08-23T06:16:23.216ZAug 23 06:16:21.807 Aug 23 06:16:21.807DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59322026-08-23T06:16:23.216Zadding route 172.17.0.53/32 -> 10.0.0.255
59332026-08-23T06:16:23.216ZAug 23 06:16:21.807 Aug 23 06:16:21.807INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255
59342026-08-23T06:16:23.216Zreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59352026-08-23T06:16:23.216ZAug 23 06:16:21.807 Aug 23 06:16:21.807DEBG INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59362026-08-23T06:16:23.216Zadding route 172.17.0.54/32 -> 10.0.0.255
59372026-08-23T06:16:23.216ZAug 23 06:16:21.807 Aug 23 06:16:21.807DEBG DEBGfailed to allocate space for the new target list
59382026-08-23T06:16:23.216Zreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59392026-08-23T06:16:23.216ZAug 23 06:16:21.807 Aug 23 06:16:21.807DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
59402026-08-23T06:16:23.216Zadding route 172.17.0.55/32 -> 10.0.0.255
59412026-08-23T06:16:23.216ZAug 23 06:16:21.807 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59422026-08-23T06:16:23.216ZAug 23 06:16:21.807 INFO adding route 172.17.0.56/32 -> 10.0.0.255
59432026-08-23T06:16:23.216ZAug 23 06:16:21.807 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59442026-08-23T06:16:23.216ZAug 23 06:16:21.807 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59452026-08-23T06:16:23.216ZAug 23 06:16:21.807 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59462026-08-23T06:16:23.216ZAug 23 06:16:21.807 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59472026-08-23T06:16:23.216ZAug 23 06:16:21.807 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59482026-08-23T06:16:23.216ZAug 23 06:16:21.807 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59492026-08-23T06:16:23.216ZAug 23 06:16:21.807 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59502026-08-23T06:16:23.216ZAug 23 06:16:21.807 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59512026-08-23T06:16:23.216ZAug 23 06:16:21.807 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59522026-08-23T06:16:23.216ZAug 23 06:16:21.807 INFO adding route 172.17.0.61/32 -> 10.0.0.255
59532026-08-23T06:16:23.216ZAug 23 06:16:21.807 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59542026-08-23T06:16:23.216ZAug 23 06:16:21.807 INFO adding route 172.17.0.62/32 -> 10.0.0.255
59552026-08-23T06:16:23.216ZAug 23 06:16:21.807 DEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59562026-08-23T06:16:23.216Z
59572026-08-23T06:16:23.217ZAug 23 06:16:21.807 DEBG failed to allocate space for the new target list
59582026-08-23T06:16:23.217Zrunning 0 tests
59592026-08-23T06:16:23.218Z
59602026-08-23T06:16:23.218ZAug 23 06:16:21.807 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
59612026-08-23T06:16:23.218Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59622026-08-23T06:16:23.218Z
59632026-08-23T06:16:23.218Z
59642026-08-23T06:16:23.218Zrunning 0 tests
59652026-08-23T06:16:23.218Z
59662026-08-23T06:16:23.218Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59672026-08-23T06:16:23.218Z
59682026-08-23T06:16:23.218Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a804865a37201522)
59692026-08-23T06:16:23.218Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
59702026-08-23T06:16:23.218Z Running unittests src/lib.rs (target/debug/deps/dpd_client-ed47d9a65b6b4825)
59712026-08-23T06:16:23.218Z
59722026-08-23T06:16:23.218Zrunning 6 tests
59732026-08-23T06:16:23.218Ztest tests::test_full_lot_id_neither_present ... ok
59742026-08-23T06:16:23.218Ztest tests::test_full_lot_id_both_present ... ok
59752026-08-23T06:16:23.218Ztest tests::test_full_lot_id_lotnum_only ... ok
59762026-08-23T06:16:23.218Ztest tests::test_full_lot_id_lot_only ... ok
59772026-08-23T06:16:23.218Ztest tests::test_parse_client_port_id ... ok
59782026-08-23T06:16:23.218Ztest tests::test_port_id_cmp ... ok
59792026-08-23T06:16:23.218Z
59802026-08-23T06:16:23.218Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59812026-08-23T06:16:23.218Z
59822026-08-23T06:16:23.218Z Running tests/test_all.rs (target/debug/deps/test_all-0f6543fcb0fd5fc6)
59832026-08-23T06:16:23.219Z
59842026-08-23T06:16:23.219Zrunning 0 tests
59852026-08-23T06:16:23.219Z
59862026-08-23T06:16:23.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59872026-08-23T06:16:23.219Z
59882026-08-23T06:16:23.219Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
59892026-08-23T06:16:23.220Z
59902026-08-23T06:16:23.220Zrunning 0 tests
59912026-08-23T06:16:23.220Z
59922026-08-23T06:16:23.220Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59932026-08-23T06:16:23.220Z
59942026-08-23T06:16:23.220Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
59952026-08-23T06:16:23.220Z
59962026-08-23T06:16:23.220Zrunning 15 tests
59972026-08-23T06:16:23.220Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
59982026-08-23T06:16:23.220Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
59992026-08-23T06:16:23.224Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
60002026-08-23T06:16:23.224Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
60012026-08-23T06:16:23.224Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
60022026-08-23T06:16:23.224Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
60032026-08-23T06:16:23.224Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
60042026-08-23T06:16:23.224Ztest v1::network::tests::test_equal ... ok
60052026-08-23T06:16:23.224Ztest v1::network::tests::test_eui64 ... ok
60062026-08-23T06:16:23.224Ztest v1::network::tests::test_into ... ok
60072026-08-23T06:16:23.224Ztest v1::network::tests::test_not_equal ... ok
60082026-08-23T06:16:23.224Ztest v1::port::tests::port_ids_are_ascii ... ok
60092026-08-23T06:16:23.225Ztest v1::network::tests::test_to_string ... ok
60102026-08-23T06:16:23.225Ztest v1::network::tests::test_parse ... ok
60112026-08-23T06:16:23.225Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
60122026-08-23T06:16:23.225Z
60132026-08-23T06:16:23.225Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60142026-08-23T06:16:23.225Z
60152026-08-23T06:16:23.225Z Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934)
60162026-08-23T06:16:23.225Z
60172026-08-23T06:16:23.226Zrunning 12 tests
60182026-08-23T06:16:23.226Ztest icmp::test_v4_checksum ... ok
60192026-08-23T06:16:23.226Ztest icmp::test_v6_checksum ... ok
60202026-08-23T06:16:23.226Ztest lldp::test_lldp_parse ... ok
60212026-08-23T06:16:23.226Ztest ipv6::test_ipv6_parse ... ok
60222026-08-23T06:16:23.226Ztest pbuf::test_byte ... ok
60232026-08-23T06:16:23.226Ztest pbuf::test_nibble ... ok
60242026-08-23T06:16:23.226Ztest pbuf::test_short ... ok
60252026-08-23T06:16:23.226Ztest pbuf::test_overflow ... ok
60262026-08-23T06:16:23.226Ztest pbuf::test_twelve ... ok
60272026-08-23T06:16:23.226Ztest pbuf::test_word ... ok
60282026-08-23T06:16:23.226Ztest tcp::test_checksum_ack_data ... ok
60292026-08-23T06:16:23.226Ztest tcp::test_checksum_syn_nodata ... ok
60302026-08-23T06:16:23.226Z
60312026-08-23T06:16:23.226Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60322026-08-23T06:16:23.226Z
60332026-08-23T06:16:23.226Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60342026-08-23T06:16:23.226Z
60352026-08-23T06:16:23.226Zrunning 0 tests
60362026-08-23T06:16:23.227Z
60372026-08-23T06:16:23.227Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60382026-08-23T06:16:23.227Z
60392026-08-23T06:16:23.227Z Running unittests src/main.rs (target/debug/deps/swadm-d1296a2fbade52c1)
60402026-08-23T06:16:23.227Z
60412026-08-23T06:16:23.227Zrunning 5 tests
60422026-08-23T06:16:23.227Ztest switchport::test::test_compute_lanes ... ok
60432026-08-23T06:16:23.227Ztest switchport::test::port_id_ordering ... ok
60442026-08-23T06:16:23.227Z Lane 0 Lane 1 Lane 2 Lane 0 Lane 3
60452026-08-23T06:16:23.227ZLane 1 State: Activated Lane 2 ActivatedLane 3
60462026-08-23T06:16:23.227ZActivated Rx Loss-of-lock: YesActivated
60472026-08-23T06:16:23.227ZYes Rx Output Enabled: false Yesfalse Yesfalse
60482026-08-23T06:16:23.227Z false
60492026-08-23T06:16:23.227Z Rx Loss-of-signal: Yes Rx Output Status: valid Yes valid Yesvalid Yesvalid
60502026-08-23T06:16:23.227Z
60512026-08-23T06:16:23.227Z Rx CDR Enabled: Yes Rx Loss-of-lock: true Yes Yestrue Yestrue
60522026-08-23T06:16:23.227Z true
60532026-08-23T06:16:23.227Z Tx Enabled: Yes Rx Loss-of-signal: false Yesfalse Yes falseYes
60542026-08-23T06:16:23.227Zfalse
60552026-08-23T06:16:23.227Z Tx Loss-of-lock: NoRx Auto-squelch Disable: true Notrue Notrue trueNo
60562026-08-23T06:16:23.227Z
60572026-08-23T06:16:23.227Z Tx Output Enabled: true Tx Loss-of-signal: No trueNo Notrue No
60582026-08-23T06:16:23.227Ztrue
60592026-08-23T06:16:23.227Z Tx CDR Enabled: No Tx Output Status: invalidNo No invalidNo
60602026-08-23T06:16:23.227Zinvalid Tx Adaptive EQ Fault: Noinvalid
60612026-08-23T06:16:23.227ZNo Tx Loss-of-lock: false Nofalse No
60622026-08-23T06:16:23.227Zfalse Tx Fault: Yesfalse
60632026-08-23T06:16:23.227ZYes Tx Loss-of-signal: true trueYes Yestrue
60642026-08-23T06:16:23.227Z true
60652026-08-23T06:16:23.227ZTx Auto-squelch Disable: false false false false
60662026-08-23T06:16:23.227Z Tx Adaptive EQ Fail: true true true true
60672026-08-23T06:16:23.227Z Tx Failure: false false false false
60682026-08-23T06:16:23.227Z Tx Force Squelch: true true true true
60692026-08-23T06:16:23.227Z Tx Input Polarity: normal normal normal normal
60702026-08-23T06:16:23.227Ztest switchport::test::test_print_sff_datapath ... ok
60712026-08-23T06:16:23.227Ztest switchport::test::test_print_cmis_datapath ... ok
60722026-08-23T06:16:23.227Ztest link::test_filter ... ok
60732026-08-23T06:16:23.227Z
60742026-08-23T06:16:23.228Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60752026-08-23T06:16:23.228Z
60762026-08-23T06:16:23.228Z Running tests/counters.rs (target/debug/deps/counters-aecad265e7a0b390)
60772026-08-23T06:16:23.228Z
60782026-08-23T06:16:23.228Zrunning 1 test
60792026-08-23T06:16:23.228Ztest test_p4_counter_list ... ignored
60802026-08-23T06:16:23.228Z
60812026-08-23T06:16:23.228Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60822026-08-23T06:16:23.228Z
60832026-08-23T06:16:23.228Z Running tests/port-link.rs (target/debug/deps/port_link-36820cbf083b7ae3)
60842026-08-23T06:16:23.228Z
60852026-08-23T06:16:23.228Zrunning 5 tests
60862026-08-23T06:16:23.228Ztest test_an ... ignored
60872026-08-23T06:16:23.229Ztest test_enable ... ignored
60882026-08-23T06:16:23.229Ztest test_ip_addresses ... ignored
60892026-08-23T06:16:23.229Ztest test_kr ... ignored
60902026-08-23T06:16:23.229Ztest test_mac ... ignored
60912026-08-23T06:16:23.229Z
60922026-08-23T06:16:23.229Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
60932026-08-23T06:16:23.229Z
60942026-08-23T06:16:23.229Z Running unittests src/main.rs (target/debug/deps/tfportd-1718e82b6bca7b26)
60952026-08-23T06:16:23.229Z
60962026-08-23T06:16:23.229Zrunning 3 tests
60972026-08-23T06:16:23.229Ztest linklocal::test_parse_ipadm ... ok
60982026-08-23T06:16:23.229Ztest tfport::test_parse_tfport ... ok
60992026-08-23T06:16:23.232Ztest config::tests::test_updates ... ok
61002026-08-23T06:16:23.232Z
61012026-08-23T06:16:23.232Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61022026-08-23T06:16:23.232Z
61032026-08-23T06:16:23.233Z Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330)
61042026-08-23T06:16:23.233Z
61052026-08-23T06:16:23.233Zrunning 0 tests
61062026-08-23T06:16:23.233Z
61072026-08-23T06:16:23.233Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61082026-08-23T06:16:23.233Z
61092026-08-23T06:16:23.233Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
61102026-08-23T06:16:23.233Z
61112026-08-23T06:16:23.233Zrunning 0 tests
61122026-08-23T06:16:23.233Z
61132026-08-23T06:16:23.233Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61142026-08-23T06:16:23.233Z
61152026-08-23T06:16:23.235Z Doc-tests aal
61162026-08-23T06:16:23.429Z
61172026-08-23T06:16:23.429Zrunning 0 tests
61182026-08-23T06:16:23.429Z
61192026-08-23T06:16:23.429Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61202026-08-23T06:16:23.429Z
61212026-08-23T06:16:23.454Z Doc-tests aal_macros
61222026-08-23T06:16:23.523Z
61232026-08-23T06:16:23.523Zrunning 0 tests
61242026-08-23T06:16:23.523Z
61252026-08-23T06:16:23.523Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61262026-08-23T06:16:23.523Z
61272026-08-23T06:16:23.535Z Doc-tests common
61282026-08-23T06:16:23.770Z
61292026-08-23T06:16:23.770Zrunning 0 tests
61302026-08-23T06:16:23.770Z
61312026-08-23T06:16:23.770Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61322026-08-23T06:16:23.770Z
61332026-08-23T06:16:23.798Z Doc-tests dpd_api
61342026-08-23T06:16:24.509Z
61352026-08-23T06:16:24.509Zrunning 2 tests
61362026-08-23T06:16:24.509Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
61372026-08-23T06:16:24.510Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
61382026-08-23T06:16:24.510Z
61392026-08-23T06:16:24.510Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61402026-08-23T06:16:24.510Z
61412026-08-23T06:16:24.541Z Doc-tests dpd_client
61422026-08-23T06:16:25.941Z
61432026-08-23T06:16:25.941Zrunning 0 tests
61442026-08-23T06:16:25.941Z
61452026-08-23T06:16:25.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61462026-08-23T06:16:25.941Z
61472026-08-23T06:16:25.996Z Doc-tests dpd_types
61482026-08-23T06:16:26.186Z
61492026-08-23T06:16:26.186Zrunning 0 tests
61502026-08-23T06:16:26.187Z
61512026-08-23T06:16:26.187Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61522026-08-23T06:16:26.187Z
61532026-08-23T06:16:26.209Z Doc-tests dpd_types_versions
61542026-08-23T06:16:27.716Z
61552026-08-23T06:16:27.717Zrunning 1 test
61562026-08-23T06:16:27.717Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61572026-08-23T06:16:27.717Z
61582026-08-23T06:16:27.717Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61592026-08-23T06:16:27.717Z
61602026-08-23T06:16:27.765Z Doc-tests packet
61612026-08-23T06:16:27.988Z
61622026-08-23T06:16:27.989Zrunning 0 tests
61632026-08-23T06:16:27.989Z
61642026-08-23T06:16:27.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61652026-08-23T06:16:27.989Z
61662026-08-23T06:16:28.015Z Doc-tests pcap
61672026-08-23T06:16:28.069Z
61682026-08-23T06:16:28.069Zrunning 0 tests
61692026-08-23T06:16:28.069Z
61702026-08-23T06:16:28.069Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61712026-08-23T06:16:28.069Z
61722026-08-23T06:16:28.116Z+ for feat in tofino_stub tofino_asic softnpu chaos
61732026-08-23T06:16:28.119Z+ RUST_BACKTRACE=full
61742026-08-23T06:16:28.119Z+ cargo test --features softnpu --no-fail-fast
61752026-08-23T06:16:28.760Z Compiling num-integer v0.1.46
61762026-08-23T06:16:28.843Z Compiling num-complex v0.4.6
61772026-08-23T06:16:28.882Z Compiling bitstruct_derive v0.1.0
61782026-08-23T06:16:28.885Z Compiling tap v1.0.1
61792026-08-23T06:16:29.005Z Compiling wyz v0.5.1
61802026-08-23T06:16:29.142Z Compiling num-iter v0.1.45
61812026-08-23T06:16:29.173Z Compiling num-rational v0.4.2
61822026-08-23T06:16:29.176Z Compiling num-bigint v0.4.6
61832026-08-23T06:16:29.263Z Compiling radium v0.7.0
61842026-08-23T06:16:29.275Z Compiling funty v2.0.0
61852026-08-23T06:16:29.325Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61862026-08-23T06:16:29.367Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61872026-08-23T06:16:29.464Z Compiling num v0.4.3
61882026-08-23T06:16:29.546Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61892026-08-23T06:16:29.567Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61902026-08-23T06:16:29.579Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61912026-08-23T06:16:29.689Z Compiling bitvec v1.0.1
61922026-08-23T06:16:29.703Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61932026-08-23T06:16:29.838Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61942026-08-23T06:16:29.877Z Compiling typeid v1.0.3
61952026-08-23T06:16:29.945Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61962026-08-23T06:16:29.960Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61972026-08-23T06:16:29.996Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61982026-08-23T06:16:30.297Z Compiling ascii v1.1.0
61992026-08-23T06:16:30.726Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62002026-08-23T06:16:30.798Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62012026-08-23T06:16:30.873Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62022026-08-23T06:16:30.906Z Compiling erased-serde v0.4.8
62032026-08-23T06:16:31.077Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62042026-08-23T06:16:31.260Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62052026-08-23T06:16:31.321Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62062026-08-23T06:16:31.358Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62072026-08-23T06:16:31.386Z Compiling bitstruct v0.1.1
62082026-08-23T06:16:31.705Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62092026-08-23T06:16:31.918Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62102026-08-23T06:16:31.948Z Compiling serde_arrays v0.1.0
62112026-08-23T06:16:31.990Z Compiling libloading v0.7.4
62122026-08-23T06:16:32.224Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62132026-08-23T06:16:32.440Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62142026-08-23T06:16:33.011Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62152026-08-23T06:16:33.068Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62162026-08-23T06:16:34.122Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62172026-08-23T06:16:35.057Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62182026-08-23T06:16:40.919Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62192026-08-23T06:16:41.146Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62202026-08-23T06:16:41.146Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62212026-08-23T06:16:41.150Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62222026-08-23T06:16:41.227Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62232026-08-23T06:16:43.224Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62242026-08-23T06:16:43.432Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62252026-08-23T06:16:43.736Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62262026-08-23T06:16:49.654Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62272026-08-23T06:16:49.885Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62282026-08-23T06:16:57.625Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62292026-08-23T06:17:00.061Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62302026-08-23T06:17:03.702Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62312026-08-23T06:17:43.423Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
62322026-08-23T06:17:43.545Z Running unittests src/lib.rs (target/debug/deps/aal-169c9c6e8c7e0be8)
62332026-08-23T06:17:43.554Z
62342026-08-23T06:17:43.554Zrunning 0 tests
62352026-08-23T06:17:43.554Z
62362026-08-23T06:17:43.557Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62372026-08-23T06:17:43.557Z
62382026-08-23T06:17:43.557Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62392026-08-23T06:17:43.561Z
62402026-08-23T06:17:43.561Zrunning 0 tests
62412026-08-23T06:17:43.561Z
62422026-08-23T06:17:43.561Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62432026-08-23T06:17:43.561Z
62442026-08-23T06:17:43.561Z Running unittests src/lib.rs (target/debug/deps/asic-9778e4a822966eeb)
62452026-08-23T06:17:43.567Z
62462026-08-23T06:17:43.568Zrunning 0 tests
62472026-08-23T06:17:43.571Z
62482026-08-23T06:17:43.572Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62492026-08-23T06:17:43.572Z
62502026-08-23T06:17:43.572Z Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c)
62512026-08-23T06:17:43.590Z
62522026-08-23T06:17:43.590Zrunning 4 tests
62532026-08-23T06:17:43.594Ztest nat::tests::test_vni ... ok
62542026-08-23T06:17:43.594Ztest network::tests::test_generate_ipv6_link_local ... ok
62552026-08-23T06:17:43.597Ztest test_purge ... ok
62562026-08-23T06:17:43.601Ztest illumos::test::address_exists_handles_missing_object ... ok
62572026-08-23T06:17:43.601Z
62582026-08-23T06:17:43.601Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62592026-08-23T06:17:43.601Z
62602026-08-23T06:17:43.601Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
62612026-08-23T06:17:43.605Z
62622026-08-23T06:17:43.605Zrunning 1 test
62632026-08-23T06:17:43.608Z -------
62642026-08-23T06:17:43.608Z Generating OpenAPI documents from API definitions ...
62652026-08-23T06:17:43.753Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62662026-08-23T06:17:43.828Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62672026-08-23T06:17:44.857Z -------
62682026-08-23T06:17:44.857Z Checking 13 OpenAPI documents...
62692026-08-23T06:17:44.857Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62702026-08-23T06:17:44.857Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62712026-08-23T06:17:44.857Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62722026-08-23T06:17:44.857Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62732026-08-23T06:17:44.862Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62742026-08-23T06:17:44.862Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62752026-08-23T06:17:44.862Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62762026-08-23T06:17:44.862Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62772026-08-23T06:17:44.862Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62782026-08-23T06:17:44.862Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62792026-08-23T06:17:44.862Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62802026-08-23T06:17:44.862Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62812026-08-23T06:17:44.862Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
62822026-08-23T06:17:44.862Z Fresh dpd "latest" symlink
62832026-08-23T06:17:44.862Z -------
62842026-08-23T06:17:44.862Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
62852026-08-23T06:17:44.929Ztest test::test_apis_up_to_date ... ok
62862026-08-23T06:17:44.929Z
62872026-08-23T06:17:44.929Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
62882026-08-23T06:17:44.929Z
62892026-08-23T06:17:44.989Z Running unittests src/main.rs (target/debug/deps/dpd-8083d66362bc5a10)
62902026-08-23T06:17:44.995Z
62912026-08-23T06:17:44.996Zrunning 34 tests
62922026-08-23T06:17:44.999Ztest freemap::test_ordering ... ok
62932026-08-23T06:17:44.999Ztest config::tests::test_updates ... ok
62942026-08-23T06:17:44.999Ztest dhcpv6::tests::test_create_duid_bytes ... ok
62952026-08-23T06:17:44.999Ztest freemap::test_split ... ok
62962026-08-23T06:17:45.001Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
62972026-08-23T06:17:45.001Ztest macaddrs::tests::test_mac_offset ... ok
62982026-08-23T06:17:45.001Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
62992026-08-23T06:17:45.007Ztest macaddrs::tests::test_parse_port_id ... ok
63002026-08-23T06:17:45.007ZAug 23 06:17:43.658 DEBG created new freemapAug 23 06:17:43.658 DEBG created new freemap, Aug 23 06:17:43.658unit :DEBG , freemap_testunitcreated new freemap: , freemap_testunit
63012026-08-23T06:17:45.007Z:
63022026-08-23T06:17:45.007Z freemap_test
63032026-08-23T06:17:45.007ZAug 23 06:17:43.658 Aug 23 06:17:43.658DEBG DEBGinitted freemap. low: 0, size: 128 , initted freemap. low: 0, size: 128unit, Aug 23 06:17:43.658unit :DEBG: freemap_test freemap_test
63042026-08-23T06:17:45.007Z
63052026-08-23T06:17:45.007Zinitted freemap. low: 0, size: 128, unit:Aug 23 06:17:43.658 Aug 23 06:17:43.658freemap_testDEBG
63062026-08-23T06:17:45.007Z DEBG reset freemapAug 23 06:17:43.658reset freemap, , unitDEBGunit:: freemap_testreset freemapfreemap_test
63072026-08-23T06:17:45.007Z,
63082026-08-23T06:17:45.007Zunit: freemap_test
63092026-08-23T06:17:45.007Ztest nat::test_mapping ... ok
63102026-08-23T06:17:45.008ZAug 23 06:17:43.658 DEBG created new freemap, unit: freemap_test
63112026-08-23T06:17:45.008ZAug 23 06:17:43.658 DEBG initted freemap. low: 0, size: 128, unit: freemap_test
63122026-08-23T06:17:45.008ZAug 23 06:17:43.658 DEBG reset freemap, unit: freemap_test
63132026-08-23T06:17:45.008Ztest freemap::test_free ... ok
63142026-08-23T06:17:45.008Ztest freemap::test_reclaim ... ok
63152026-08-23T06:17:45.008Ztest freemap::test_exhaustion ... ok
63162026-08-23T06:17:45.008Ztest freemap::test_basic ... ok
63172026-08-23T06:17:45.008Ztest port_map::tests::test_backplane_group ... ok
63182026-08-23T06:17:45.008Ztest port_map::tests::test_port_map ... ok
63192026-08-23T06:17:45.008ZAug 23 06:17:43.658 DEBG created new freemap, unit: freemap_test
63202026-08-23T06:17:45.008ZAug 23 06:17:43.658 DEBG initted freemap. low: 0, size: 8, unit: freemap_test
63212026-08-23T06:17:45.008ZAug 23 06:17:43.658 DEBG reset freemap, unit: freemap_test
63222026-08-23T06:17:45.008Ztest port_map::tests::dump_map ... ok
63232026-08-23T06:17:45.008Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63242026-08-23T06:17:45.008ZAug 23 06:17:43.659 DEBG created new freemap, unit: freemap_test
63252026-08-23T06:17:45.009ZAug 23 06:17:43.659 DEBG initted freemap. low: 0, size: 128, unit: freemap_test
63262026-08-23T06:17:45.009ZAug 23 06:17:43.659 DEBG reset freemap, unit: freemap_test
63272026-08-23T06:17:45.009ZAug 23 06:17:43.659 DEBG created new freemap, unit: freemap_route_ipv4
63282026-08-23T06:17:45.009ZAug 23 06:17:43.659 DEBG created new freemap, unit: freemap_route_ipv6
63292026-08-23T06:17:45.009ZAug 23 06:17:43.659 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv4
63302026-08-23T06:17:45.009ZAug 23 06:17:43.659 DEBG reset freemap, unit: freemap_route_ipv4
63312026-08-23T06:17:45.009Ztest freemap::test_span ... ok
63322026-08-23T06:17:45.009ZAug 23 06:17:43.659 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv6
63332026-08-23T06:17:45.009ZAug 23 06:17:43.659 DEBG reset freemap, unit: freemap_route_ipv6
63342026-08-23T06:17:45.009ZAug 23 06:17:43.659 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63352026-08-23T06:17:45.009ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
63362026-08-23T06:17:45.009ZAug 23 06:17:43.659 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
63372026-08-23T06:17:45.009ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63382026-08-23T06:17:45.009ZAug 23 06:17:43.659 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63392026-08-23T06:17:45.009ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63402026-08-23T06:17:45.010ZAug 23 06:17:43.659 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63412026-08-23T06:17:45.010ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63422026-08-23T06:17:45.010ZAug 23 06:17:43.659 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63432026-08-23T06:17:45.010ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63442026-08-23T06:17:45.010ZAug 23 06:17:43.659 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63452026-08-23T06:17:45.010ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63462026-08-23T06:17:45.010ZAug 23 06:17:43.659 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63472026-08-23T06:17:45.010ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63482026-08-23T06:17:45.010ZAug 23 06:17:43.659 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
63492026-08-23T06:17:45.010ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63502026-08-23T06:17:45.010ZAug 23 06:17:43.659 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
63512026-08-23T06:17:45.010ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63522026-08-23T06:17:45.010ZAug 23 06:17:43.659 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
63532026-08-23T06:17:45.011ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63542026-08-23T06:17:45.011ZAug 23 06:17:43.659 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
63552026-08-23T06:17:45.011ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63562026-08-23T06:17:45.012ZAug 23 06:17:43.659 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
63572026-08-23T06:17:45.014Ztest api_server::tests::test_build_info ... ok
63582026-08-23T06:17:45.014ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63592026-08-23T06:17:45.014ZAug 23 06:17:43.659 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
63602026-08-23T06:17:45.014ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63612026-08-23T06:17:45.014ZAug 23 06:17:43.659 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
63622026-08-23T06:17:45.014ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63632026-08-23T06:17:45.014ZAug 23 06:17:43.659 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
63642026-08-23T06:17:45.014ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63652026-08-23T06:17:45.014ZAug 23 06:17:43.659 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
63662026-08-23T06:17:45.014ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63672026-08-23T06:17:45.014ZAug 23 06:17:43.659 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
63682026-08-23T06:17:45.014ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63692026-08-23T06:17:45.014ZAug 23 06:17:43.659 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
63702026-08-23T06:17:45.015ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63712026-08-23T06:17:45.016ZAug 23 06:17:43.659 DEBG Aug 23 06:17:43.659created new freemap INFO , adding route 3fff:beef:11::/64 -> 2001:db8::55:ffunit
63722026-08-23T06:17:45.016Z: freemap_route_ipv4Aug 23 06:17:43.659
63732026-08-23T06:17:45.016Z DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63742026-08-23T06:17:45.016ZAug 23 06:17:43.659Aug 23 06:17:43.659 DEBGINFO created new freemapadding route 3fff:beef:12::/64 -> 2001:db8::55:ff,
63752026-08-23T06:17:45.016Zunit: Aug 23 06:17:43.659freemap_route_ipv6
63762026-08-23T06:17:45.016ZDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63772026-08-23T06:17:45.016ZAug 23 06:17:43.659 DEBGAug 23 06:17:43.659 initted freemap. low: 0, size: 64INFO, unitadding route 3fff:beef:13::/64 -> 2001:db8::55:ff:
63782026-08-23T06:17:45.016Z freemap_route_ipv4
63792026-08-23T06:17:45.016ZAug 23 06:17:43.659Aug 23 06:17:43.659 DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
63802026-08-23T06:17:45.016Z, unit: freemap_route_ipv4Aug 23 06:17:43.659
63812026-08-23T06:17:45.017Z INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 23 06:17:43.659
63822026-08-23T06:17:45.017Z DEBG initted freemap. low: 0, size: 64, Aug 23 06:17:43.659unit :DEBG freemap_route_ipv6replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63832026-08-23T06:17:45.017Z
63842026-08-23T06:17:45.017ZAug 23 06:17:43.659Aug 23 06:17:43.659 DEBGINFO reset freemapadding route 3fff:beef:15::/64 -> 2001:db8::55:ff,
63852026-08-23T06:17:45.017Zunit: freemap_route_ipv6
63862026-08-23T06:17:45.017ZAug 23 06:17:43.659 DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.659
63872026-08-23T06:17:45.017Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63882026-08-23T06:17:45.018ZAug 23 06:17:43.659 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 23 06:17:43.659
63892026-08-23T06:17:45.018Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:17:43.659
63902026-08-23T06:17:45.018Z DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.659
63912026-08-23T06:17:45.018Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
63922026-08-23T06:17:45.018ZAug 23 06:17:43.659 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 23 06:17:43.659
63932026-08-23T06:17:45.018Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 23 06:17:43.659
63942026-08-23T06:17:45.018Z DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63952026-08-23T06:17:45.018ZAug 23 06:17:43.659 INFO Aug 23 06:17:43.659adding route 3fff:dead::/64 -> 2001:db8::55:3
63962026-08-23T06:17:45.018ZINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
63972026-08-23T06:17:45.018ZAug 23 06:17:43.659 DEBG Aug 23 06:17:43.659replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
63982026-08-23T06:17:45.018ZDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63992026-08-23T06:17:45.023ZAug 23 06:17:43.659 INFO Aug 23 06:17:43.659adding route 3fff:dead::/64 -> 2001:db8::55:4
64002026-08-23T06:17:45.024ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
64012026-08-23T06:17:45.024ZAug 23 06:17:43.659 Aug 23 06:17:43.659DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
64022026-08-23T06:17:45.024Zreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64032026-08-23T06:17:45.025ZAug 23 06:17:43.659 Aug 23 06:17:43.659INFO INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff
64042026-08-23T06:17:45.025Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
64052026-08-23T06:17:45.025ZAug 23 06:17:43.659Aug 23 06:17:43.659 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64062026-08-23T06:17:45.025Z
64072026-08-23T06:17:45.025ZAug 23 06:17:43.659Aug 23 06:17:43.659 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
64082026-08-23T06:17:45.025Z
64092026-08-23T06:17:45.025ZAug 23 06:17:43.659Aug 23 06:17:43.659 DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64102026-08-23T06:17:45.025Z
64112026-08-23T06:17:45.025ZAug 23 06:17:43.659Aug 23 06:17:43.659 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
64122026-08-23T06:17:45.025Z
64132026-08-23T06:17:45.025ZAug 23 06:17:43.659Aug 23 06:17:43.659 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64142026-08-23T06:17:45.025Z
64152026-08-23T06:17:45.025ZAug 23 06:17:43.659Aug 23 06:17:43.659 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
64162026-08-23T06:17:45.025Z
64172026-08-23T06:17:45.026ZAug 23 06:17:43.659Aug 23 06:17:43.659 DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64182026-08-23T06:17:45.026Z
64192026-08-23T06:17:45.026ZAug 23 06:17:43.659Aug 23 06:17:43.659 INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
64202026-08-23T06:17:45.026Z
64212026-08-23T06:17:45.026ZAug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64222026-08-23T06:17:45.026Z
64232026-08-23T06:17:45.026ZAug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64242026-08-23T06:17:45.026Z
64252026-08-23T06:17:45.026ZAug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64262026-08-23T06:17:45.026Z
64272026-08-23T06:17:45.026ZAug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
64282026-08-23T06:17:45.026Z
64292026-08-23T06:17:45.026ZAug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64302026-08-23T06:17:45.028Z
64312026-08-23T06:17:45.028ZAug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
64322026-08-23T06:17:45.028Z
64332026-08-23T06:17:45.028ZAug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64342026-08-23T06:17:45.028Z
64352026-08-23T06:17:45.028ZAug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64362026-08-23T06:17:45.028Z
64372026-08-23T06:17:45.028ZAug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64382026-08-23T06:17:45.028Z
64392026-08-23T06:17:45.028ZAug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
64402026-08-23T06:17:45.028Z
64412026-08-23T06:17:45.028ZAug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64422026-08-23T06:17:45.028Z
64432026-08-23T06:17:45.028ZAug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
64442026-08-23T06:17:45.028Z
64452026-08-23T06:17:45.029ZAug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64462026-08-23T06:17:45.029Z
64472026-08-23T06:17:45.029ZAug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
64482026-08-23T06:17:45.029Z
64492026-08-23T06:17:45.033ZAug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64502026-08-23T06:17:45.033Z
64512026-08-23T06:17:45.033ZAug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
64522026-08-23T06:17:45.033Z
64532026-08-23T06:17:45.034ZAug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64542026-08-23T06:17:45.034Z
64552026-08-23T06:17:45.034ZAug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
64562026-08-23T06:17:45.034Z
64572026-08-23T06:17:45.034ZAug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64582026-08-23T06:17:45.034Z
64592026-08-23T06:17:45.034ZAug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
64602026-08-23T06:17:45.035Z
64612026-08-23T06:17:45.035ZAug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64622026-08-23T06:17:45.035Z
64632026-08-23T06:17:45.035ZAug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64642026-08-23T06:17:45.035Z
64652026-08-23T06:17:45.035ZAug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64662026-08-23T06:17:45.035Z
64672026-08-23T06:17:45.035ZAug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
64682026-08-23T06:17:45.035Z
64692026-08-23T06:17:45.035ZAug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64702026-08-23T06:17:45.035Z
64712026-08-23T06:17:45.035ZAug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
64722026-08-23T06:17:45.035Z
64732026-08-23T06:17:45.035ZAug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64742026-08-23T06:17:45.036Z
64752026-08-23T06:17:45.037ZAug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
64762026-08-23T06:17:45.037Z
64772026-08-23T06:17:45.037ZAug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64782026-08-23T06:17:45.037Z
64792026-08-23T06:17:45.037ZAug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
64802026-08-23T06:17:45.037Z
64812026-08-23T06:17:45.037ZAug 23 06:17:43.660Aug 23 06:17:43.660 DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.660
64822026-08-23T06:17:45.037Z
64832026-08-23T06:17:45.037Ztest port_map::tests::parse_softnpu_revision ... ok
64842026-08-23T06:17:45.037Z DEBGAug 23 06:17:43.660 created new freemapINFOAug 23 06:17:43.660 , unitINFO:adding route 3fff:beef:14::/64 -> 2001:db8::55:ff adding route 3fff:beef:2e::/64 -> 2001:db8::55:fffreemap_route_ipv4
64852026-08-23T06:17:45.037Z
64862026-08-23T06:17:45.037Z
64872026-08-23T06:17:45.037ZAug 23 06:17:43.660Aug 23 06:17:43.660 Aug 23 06:17:43.660DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
64882026-08-23T06:17:45.038Z DEBG created new freemapreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
64892026-08-23T06:17:45.038Zunit: Aug 23 06:17:43.660freemap_route_ipv6
64902026-08-23T06:17:45.038ZINFOAug 23 06:17:43.660 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 23 06:17:43.660
64912026-08-23T06:17:45.038Z INFOAug 23 06:17:43.660 DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
64922026-08-23T06:17:45.038Zinitted freemap. low: 0, size: 64DEBGAug 23 06:17:43.660, unitcreated new freemap:Aug 23 06:17:43.660 , DEBG unit freemap_route_ipv4replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64932026-08-23T06:17:45.038Z: DEBG
64942026-08-23T06:17:45.038Z replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Aug 23 06:17:43.660
64952026-08-23T06:17:45.038Z Aug 23 06:17:43.660
64962026-08-23T06:17:45.038Z DEBGINFO reset freemapadding route 3fff:beef:16::/64 -> 2001:db8::55:ff,
64972026-08-23T06:17:45.038ZAug 23 06:17:43.660Aug 23 06:17:43.660 unitDEBG: freemap_route_ipv4INFO
64982026-08-23T06:17:45.038ZAug 23 06:17:43.660created new freemap , adding route 3fff:beef:30::/64 -> 2001:db8::55:ff unitAug 23 06:17:43.660DEBG
64992026-08-23T06:17:45.043Z : replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
65002026-08-23T06:17:45.043Z initted freemap. low: 0, size: 64freemap_route_ipv6,
65012026-08-23T06:17:45.043Zunit:Aug 23 06:17:43.660 Aug 23 06:17:43.660Aug 23 06:17:43.660INFO DEBGDEBGfreemap_route_ipv6
65022026-08-23T06:17:45.043Z initted freemap. low: 0, size: 64adding route 3fff:beef:17::/64 -> 2001:db8::55:ff,
65032026-08-23T06:17:45.043Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit:
65042026-08-23T06:17:45.043Z freemap_route_ipv4Aug 23 06:17:43.660
65052026-08-23T06:17:45.043ZAug 23 06:17:43.660 Aug 23 06:17:43.660DEBG DEBG reset freemapreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO, Aug 23 06:17:43.660
65062026-08-23T06:17:45.044Z unit adding route 3fff:beef:31::/64 -> 2001:db8::55:ff:
65072026-08-23T06:17:45.044Z Aug 23 06:17:43.660freemap_route_ipv6DEBG
65082026-08-23T06:17:45.044ZINFO reset freemapadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 23 06:17:43.660
65092026-08-23T06:17:45.044ZAug 23 06:17:43.660 INFO, DEBGunit replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.660:
65102026-08-23T06:17:45.044Z adding route 3fff:dead::/64 -> 2001:db8::55:1
65112026-08-23T06:17:45.044ZDEBG freemap_route_ipv4replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65122026-08-23T06:17:45.044Z
65132026-08-23T06:17:45.044ZAug 23 06:17:43.660Aug 23 06:17:43.660 INFOAug 23 06:17:43.660DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]initted freemap. low: 0, size: 64
65142026-08-23T06:17:45.044Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 23 06:17:43.660
65152026-08-23T06:17:45.044Z INFO, Aug 23 06:17:43.660adding route 3fff:beef:19::/64 -> 2001:db8::55:ffunit
65162026-08-23T06:17:45.044ZINFO:Aug 23 06:17:43.660 freemap_route_ipv6
65172026-08-23T06:17:45.044ZAug 23 06:17:43.660adding route 3fff:dead::/64 -> 2001:db8::55:2
65182026-08-23T06:17:45.044ZDEBGDEBGAug 23 06:17:43.660 DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65192026-08-23T06:17:45.044Z
65202026-08-23T06:17:45.044ZAug 23 06:17:43.660 Aug 23 06:17:43.660 DEBGAug 23 06:17:43.660created new freemapDEBG INFOAug 23 06:17:43.660reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }], , unit adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO
65212026-08-23T06:17:45.044Z
65222026-08-23T06:17:45.045Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff:unit :
65232026-08-23T06:17:45.045Z freemap_route_ipv4freemap_route_ipv6
65242026-08-23T06:17:45.045ZAug 23 06:17:43.660
65252026-08-23T06:17:45.045Z DEBGAug 23 06:17:43.660Aug 23 06:17:43.660 Aug 23 06:17:43.660 INFOINFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
65262026-08-23T06:17:45.045Z
65272026-08-23T06:17:45.045Z adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 23 06:17:43.660
65282026-08-23T06:17:45.045Zreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65292026-08-23T06:17:45.045ZDEBG Aug 23 06:17:43.660Aug 23 06:17:43.660 created new freemapAug 23 06:17:43.660 , INFOunit adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 23 06:17:43.660
65302026-08-23T06:17:45.045Z DEBGDEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
65312026-08-23T06:17:45.045Zreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
65322026-08-23T06:17:45.045ZAug 23 06:17:43.660
65332026-08-23T06:17:45.045ZAug 23 06:17:43.660DEBG INFOAug 23 06:17:43.660replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:17:43.660 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
65342026-08-23T06:17:45.045Z
65352026-08-23T06:17:45.045ZDEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65362026-08-23T06:17:45.045Z
65372026-08-23T06:17:45.046ZAug 23 06:17:43.660 INFOAug 23 06:17:43.660Aug 23 06:17:43.660 Aug 23 06:17:43.660 DEBGDEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65382026-08-23T06:17:45.046ZINFO
65392026-08-23T06:17:45.047Z
65402026-08-23T06:17:45.047Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
65412026-08-23T06:17:45.048ZAug 23 06:17:43.660Aug 23 06:17:43.660 Aug 23 06:17:43.660Aug 23 06:17:43.660 INFODEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
65422026-08-23T06:17:45.048Z replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65432026-08-23T06:17:45.048Z
65442026-08-23T06:17:45.048Z
65452026-08-23T06:17:45.049ZAug 23 06:17:43.660 Aug 23 06:17:43.660DEBG Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
65462026-08-23T06:17:45.049ZDEBG INFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 23 06:17:43.660
65472026-08-23T06:17:45.049Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
65482026-08-23T06:17:45.049ZINFO
65492026-08-23T06:17:45.049Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 23 06:17:43.660Aug 23 06:17:43.660
65502026-08-23T06:17:45.049ZINFODEBG Aug 23 06:17:43.660 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65512026-08-23T06:17:45.049ZAug 23 06:17:43.660DEBG
65522026-08-23T06:17:45.049Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
65532026-08-23T06:17:45.049ZAug 23 06:17:43.660 Aug 23 06:17:43.660DEBG Aug 23 06:17:43.660INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65542026-08-23T06:17:45.050Z
65552026-08-23T06:17:45.050ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
65562026-08-23T06:17:45.050Z
65572026-08-23T06:17:45.050ZAug 23 06:17:43.660 INFOAug 23 06:17:43.660 Aug 23 06:17:43.660adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
65582026-08-23T06:17:45.050ZDEBGDEBG Aug 23 06:17:43.660replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65592026-08-23T06:17:45.050ZINFO
65602026-08-23T06:17:45.050Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
65612026-08-23T06:17:45.050ZAug 23 06:17:43.660Aug 23 06:17:43.660Aug 23 06:17:43.660 INFOINFODEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ff adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 23 06:17:43.660
65622026-08-23T06:17:45.050Zreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65632026-08-23T06:17:45.050ZDEBG
65642026-08-23T06:17:45.050ZAug 23 06:17:43.660Aug 23 06:17:43.660 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.660replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65652026-08-23T06:17:45.050Z INFO
65662026-08-23T06:17:45.050Z
65672026-08-23T06:17:45.050Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
65682026-08-23T06:17:45.050ZAug 23 06:17:43.660Aug 23 06:17:43.660Aug 23 06:17:43.660Aug 23 06:17:43.660 INFODEBG INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO
65692026-08-23T06:17:45.050Zreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65702026-08-23T06:17:45.050Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
65712026-08-23T06:17:45.051Z
65722026-08-23T06:17:45.051ZAug 23 06:17:43.660Aug 23 06:17:43.660 Aug 23 06:17:43.660DEBG INFODEBGAug 23 06:17:43.660 replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65732026-08-23T06:17:45.051Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
65742026-08-23T06:17:45.051Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65752026-08-23T06:17:45.051Z
65762026-08-23T06:17:45.051ZAug 23 06:17:43.660 INFOAug 23 06:17:43.660 Aug 23 06:17:43.660adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
65772026-08-23T06:17:45.051Z Aug 23 06:17:43.660DEBG INFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
65782026-08-23T06:17:45.051Z
65792026-08-23T06:17:45.051ZINFOAug 23 06:17:43.660 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
65802026-08-23T06:17:45.051ZAug 23 06:17:43.660Aug 23 06:17:43.660 DEBGINFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65812026-08-23T06:17:45.051Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65822026-08-23T06:17:45.051Z
65832026-08-23T06:17:45.051ZAug 23 06:17:43.660 Aug 23 06:17:43.660DEBG Aug 23 06:17:43.660replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.660
65842026-08-23T06:17:45.051Z DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
65852026-08-23T06:17:45.051Z
65862026-08-23T06:17:45.051Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
65872026-08-23T06:17:45.051ZAug 23 06:17:43.660 INFOAug 23 06:17:43.660 Aug 23 06:17:43.660adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 23 06:17:43.660
65882026-08-23T06:17:45.051ZINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff DEBGAug 23 06:17:43.660DEBG
65892026-08-23T06:17:45.052Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65902026-08-23T06:17:45.052ZDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65912026-08-23T06:17:45.052Z
65922026-08-23T06:17:45.052ZAug 23 06:17:43.660Aug 23 06:17:43.660 Aug 23 06:17:43.660INFOAug 23 06:17:43.660DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFOreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65932026-08-23T06:17:45.052Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
65942026-08-23T06:17:45.052Z
65952026-08-23T06:17:45.052ZINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 23 06:17:43.660
65962026-08-23T06:17:45.052ZAug 23 06:17:43.660 Aug 23 06:17:43.660 Aug 23 06:17:43.660DEBG DEBGINFODEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65972026-08-23T06:17:45.053Z
65982026-08-23T06:17:45.053Z
65992026-08-23T06:17:45.058ZAug 23 06:17:43.661Aug 23 06:17:43.661Aug 23 06:17:43.661 INFOINFOINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
66002026-08-23T06:17:45.058Z
66012026-08-23T06:17:45.058Z
66022026-08-23T06:17:45.058Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
66032026-08-23T06:17:45.058ZAug 23 06:17:43.661Aug 23 06:17:43.661 Aug 23 06:17:43.661 DEBG Aug 23 06:17:43.661DEBG DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66042026-08-23T06:17:45.058Z replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66052026-08-23T06:17:45.058Z
66062026-08-23T06:17:45.058ZAug 23 06:17:43.661replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
66072026-08-23T06:17:45.058Z Aug 23 06:17:43.661adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
66082026-08-23T06:17:45.058ZINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 23 06:17:43.661
66092026-08-23T06:17:45.058ZAug 23 06:17:43.661 Aug 23 06:17:43.661 INFO DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661
66102026-08-23T06:17:45.058Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
66112026-08-23T06:17:45.059Z replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66122026-08-23T06:17:45.059Z
66132026-08-23T06:17:45.059ZAug 23 06:17:43.661Aug 23 06:17:43.661 Aug 23 06:17:43.661DEBG Aug 23 06:17:43.661INFO DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66142026-08-23T06:17:45.059Z
66152026-08-23T06:17:45.059Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
66162026-08-23T06:17:45.059Z
66172026-08-23T06:17:45.059ZAug 23 06:17:43.661Aug 23 06:17:43.661 Aug 23 06:17:43.661Aug 23 06:17:43.661 INFODEBG DEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66182026-08-23T06:17:45.059Z
66192026-08-23T06:17:45.060Z
66202026-08-23T06:17:45.060ZINFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
66212026-08-23T06:17:45.060ZAug 23 06:17:43.661Aug 23 06:17:43.661Aug 23 06:17:43.661 DEBGINFO INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
66222026-08-23T06:17:45.060Z
66232026-08-23T06:17:45.060Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 23 06:17:43.661Aug 23 06:17:43.661
66242026-08-23T06:17:45.060Z DEBGAug 23 06:17:43.661 replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66252026-08-23T06:17:45.060ZINFO Aug 23 06:17:43.661 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:17:43.661
66262026-08-23T06:17:45.060ZDEBG
66272026-08-23T06:17:45.060Z DEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66282026-08-23T06:17:45.061Zfailed to allocate space for the new target list
66292026-08-23T06:17:45.061ZAug 23 06:17:43.661Aug 23 06:17:43.661 INFO DEBGAug 23 06:17:43.661 adding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 23 06:17:43.661INFO
66302026-08-23T06:17:45.061Z replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
66312026-08-23T06:17:45.061Z
66322026-08-23T06:17:45.061Z DEBG Aug 23 06:17:43.661replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 23 06:17:43.661Aug 23 06:17:43.661DEBG DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66332026-08-23T06:17:45.062Z
66342026-08-23T06:17:45.062ZINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
66352026-08-23T06:17:45.063Z
66362026-08-23T06:17:45.063ZAug 23 06:17:43.661Aug 23 06:17:43.661 DEBG failed to allocate space for the new target listINFOAug 23 06:17:43.661
66372026-08-23T06:17:45.063Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 23 06:17:43.661
66382026-08-23T06:17:45.063Z DEBG INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66392026-08-23T06:17:45.063Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
66402026-08-23T06:17:45.063ZAug 23 06:17:43.661 Aug 23 06:17:43.661DEBG INFOAug 23 06:17:43.661 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66412026-08-23T06:17:45.063Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
66422026-08-23T06:17:45.063Zreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66432026-08-23T06:17:45.064ZAug 23 06:17:43.661 Aug 23 06:17:43.661INFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 23 06:17:43.661
66442026-08-23T06:17:45.064Z INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66452026-08-23T06:17:45.064Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
66462026-08-23T06:17:45.064ZAug 23 06:17:43.661 DEBGAug 23 06:17:43.661 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 23 06:17:43.661
66472026-08-23T06:17:45.064Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
66482026-08-23T06:17:45.064ZDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661
66492026-08-23T06:17:45.065Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 23 06:17:43.661
66502026-08-23T06:17:45.065Z Aug 23 06:17:43.661DEBG INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66512026-08-23T06:17:45.065ZAug 23 06:17:43.661adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
66522026-08-23T06:17:45.065ZDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661
66532026-08-23T06:17:45.065Z Aug 23 06:17:43.661INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
66542026-08-23T06:17:45.065Zreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661
66552026-08-23T06:17:45.065Z INFOAug 23 06:17:43.661Aug 23 06:17:43.661 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO
66562026-08-23T06:17:45.065ZDEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66572026-08-23T06:17:45.065ZAug 23 06:17:43.661
66582026-08-23T06:17:45.067Z DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661
66592026-08-23T06:17:45.067Z Aug 23 06:17:43.661DEBG INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66602026-08-23T06:17:45.067Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
66612026-08-23T06:17:45.067ZAug 23 06:17:43.661 INFO Aug 23 06:17:43.661adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
66622026-08-23T06:17:45.067ZDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66632026-08-23T06:17:45.067ZAug 23 06:17:43.661Aug 23 06:17:43.661 Aug 23 06:17:43.661DEBG INFOINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66642026-08-23T06:17:45.067Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
66652026-08-23T06:17:45.067Z
66662026-08-23T06:17:45.067ZAug 23 06:17:43.661Aug 23 06:17:43.661 INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66672026-08-23T06:17:45.067Z
66682026-08-23T06:17:45.068ZAug 23 06:17:43.661 DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66692026-08-23T06:17:45.068ZAug 23 06:17:43.661Aug 23 06:17:43.661 DEBG INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661
66702026-08-23T06:17:45.068Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
66712026-08-23T06:17:45.068Z Aug 23 06:17:43.661adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
66722026-08-23T06:17:45.068ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 23 06:17:43.661
66732026-08-23T06:17:45.068Z DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661
66742026-08-23T06:17:45.068ZAug 23 06:17:43.661 DEBGDEBG Aug 23 06:17:43.661replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66752026-08-23T06:17:45.069ZINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
66762026-08-23T06:17:45.069Z
66772026-08-23T06:17:45.069ZAug 23 06:17:43.661 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 23 06:17:43.661
66782026-08-23T06:17:45.069Z DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661Aug 23 06:17:43.661
66792026-08-23T06:17:45.069Z DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
66802026-08-23T06:17:45.069Z
66812026-08-23T06:17:45.069ZAug 23 06:17:43.661 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 23 06:17:43.661
66822026-08-23T06:17:45.069Z DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661Aug 23 06:17:43.661 INFO
66832026-08-23T06:17:45.069ZDEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66842026-08-23T06:17:45.069Z
66852026-08-23T06:17:45.069ZAug 23 06:17:43.661 INFOAug 23 06:17:43.661 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO
66862026-08-23T06:17:45.069Z Aug 23 06:17:43.661adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
66872026-08-23T06:17:45.069ZDEBG Aug 23 06:17:43.661replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66882026-08-23T06:17:45.069ZDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66892026-08-23T06:17:45.070ZAug 23 06:17:43.661Aug 23 06:17:43.661 INFODEBGAug 23 06:17:43.661 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66902026-08-23T06:17:45.070ZINFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
66912026-08-23T06:17:45.070Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 23 06:17:43.661
66922026-08-23T06:17:45.071Z INFOAug 23 06:17:43.661 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
66932026-08-23T06:17:45.071Z replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66942026-08-23T06:17:45.071ZAug 23 06:17:43.661Aug 23 06:17:43.661 DEBGDEBGAug 23 06:17:43.661 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66952026-08-23T06:17:45.071Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66962026-08-23T06:17:45.071Z
66972026-08-23T06:17:45.071ZAug 23 06:17:43.661 Aug 23 06:17:43.661INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO
66982026-08-23T06:17:45.071Z Aug 23 06:17:43.661adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
66992026-08-23T06:17:45.076ZDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67002026-08-23T06:17:45.076ZAug 23 06:17:43.661 DEBG Aug 23 06:17:43.661replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67012026-08-23T06:17:45.076ZINFO Aug 23 06:17:43.661adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 23 06:17:43.661
67022026-08-23T06:17:45.076Z DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
67032026-08-23T06:17:45.076Z
67042026-08-23T06:17:45.077ZAug 23 06:17:43.661 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661
67052026-08-23T06:17:45.077Z INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 23 06:17:43.661Aug 23 06:17:43.661
67062026-08-23T06:17:45.077Z DEBGINFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
67072026-08-23T06:17:45.077Z
67082026-08-23T06:17:45.077ZAug 23 06:17:43.661Aug 23 06:17:43.661 INFODEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661
67092026-08-23T06:17:45.077Z
67102026-08-23T06:17:45.077ZDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661
67112026-08-23T06:17:45.077Z DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661
67122026-08-23T06:17:45.077Z INFOAug 23 06:17:43.661 Aug 23 06:17:43.661adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
67132026-08-23T06:17:45.077Z INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
67142026-08-23T06:17:45.077Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 23 06:17:43.661
67152026-08-23T06:17:45.077Z DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661
67162026-08-23T06:17:45.077Z DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661
67172026-08-23T06:17:45.077Z Aug 23 06:17:43.661INFO DEBG Aug 23 06:17:43.661adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67182026-08-23T06:17:45.078Z
67192026-08-23T06:17:45.078ZINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
67202026-08-23T06:17:45.078ZAug 23 06:17:43.661 INFO Aug 23 06:17:43.661adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 23 06:17:43.661 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67212026-08-23T06:17:45.078Zreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67222026-08-23T06:17:45.078Z
67232026-08-23T06:17:45.078ZAug 23 06:17:43.661Aug 23 06:17:43.661 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 23 06:17:43.661
67242026-08-23T06:17:45.078Z
67252026-08-23T06:17:45.079ZINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 23 06:17:43.661Aug 23 06:17:43.661 INFODEBG
67262026-08-23T06:17:45.079Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67272026-08-23T06:17:45.079Z
67282026-08-23T06:17:45.079ZAug 23 06:17:43.661 DEBG Aug 23 06:17:43.661replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67292026-08-23T06:17:45.079ZDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67302026-08-23T06:17:45.080ZAug 23 06:17:43.661Aug 23 06:17:43.661 Aug 23 06:17:43.661 INFOINFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
67312026-08-23T06:17:45.080Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
67322026-08-23T06:17:45.080Z
67332026-08-23T06:17:45.080ZAug 23 06:17:43.661Aug 23 06:17:43.661 DEBGDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67342026-08-23T06:17:45.080Z
67352026-08-23T06:17:45.080ZDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661
67362026-08-23T06:17:45.080Z INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 23 06:17:43.661
67372026-08-23T06:17:45.080ZAug 23 06:17:43.661 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
67382026-08-23T06:17:45.080Z
67392026-08-23T06:17:45.080ZAug 23 06:17:43.661 DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661
67402026-08-23T06:17:45.080Z DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661
67412026-08-23T06:17:45.081Z Aug 23 06:17:43.661DEBG INFOreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67422026-08-23T06:17:45.081Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
67432026-08-23T06:17:45.081ZAug 23 06:17:43.661 INFOAug 23 06:17:43.661 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
67442026-08-23T06:17:45.081ZAug 23 06:17:43.661 :INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67452026-08-23T06:17:45.081Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 23 06:17:43.661
67462026-08-23T06:17:45.081Z freemap_route_ipv6DEBG
67472026-08-23T06:17:45.081Z Aug 23 06:17:43.661Aug 23 06:17:43.661 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
67482026-08-23T06:17:45.081Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
67492026-08-23T06:17:45.081Z replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661
67502026-08-23T06:17:45.081Z Aug 23 06:17:43.661INFO Aug 23 06:17:43.661adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
67512026-08-23T06:17:45.081ZAug 23 06:17:43.661DEBG INFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 23 06:17:43.661
67522026-08-23T06:17:45.081Z
67532026-08-23T06:17:45.081Z DEBGDEBG initted freemap. low: 0, size: 64replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.661
67542026-08-23T06:17:45.081Z, Aug 23 06:17:43.661DEBGunit Aug 23 06:17:43.661:DEBGfailed to allocate space for the new target list INFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67552026-08-23T06:17:45.082Z
67562026-08-23T06:17:45.082Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
67572026-08-23T06:17:45.082Zfreemap_route_ipv4
67582026-08-23T06:17:45.082ZAug 23 06:17:43.661Aug 23 06:17:43.661 Aug 23 06:17:43.661DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO
67592026-08-23T06:17:45.082Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67602026-08-23T06:17:45.082Z
67612026-08-23T06:17:45.082Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
67622026-08-23T06:17:45.082ZAug 23 06:17:43.661 DEBG Aug 23 06:17:43.661reset freemapAug 23 06:17:43.661 INFODEBG, unitreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] :adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
67632026-08-23T06:17:45.082Zfreemap_route_ipv4
67642026-08-23T06:17:45.082Z
67652026-08-23T06:17:45.082ZAug 23 06:17:43.661Aug 23 06:17:43.661Aug 23 06:17:43.661 DEBGDEBG INFO initted freemap. low: 0, size: 64replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
67662026-08-23T06:17:45.083Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffunit
67672026-08-23T06:17:45.083Z: freemap_route_ipv6Aug 23 06:17:43.661
67682026-08-23T06:17:45.083Z Aug 23 06:17:43.661INFO DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67692026-08-23T06:17:45.083ZAug 23 06:17:43.661
67702026-08-23T06:17:45.083Z DEBG reset freemapAug 23 06:17:43.661Aug 23 06:17:43.661 INFOAug 23 06:17:43.663 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG Aug 23 06:17:43.663created new freemap
67712026-08-23T06:17:45.083Z , DEBGunit :created new freemap , freemap_route_ipv4unit
67722026-08-23T06:17:45.083Z: Aug 23 06:17:43.661 Aug 23 06:17:43.664DEBG DEBGfreemap_route_ipv4created new freemap
67732026-08-23T06:17:45.083Z, unit:, unitfreemap_route_ipv4replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67742026-08-23T06:17:45.083Z:
67752026-08-23T06:17:45.083Z freemap_route_ipv6DEBGAug 23 06:17:43.664 Aug 23 06:17:43.664replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.664 Aug 23 06:17:43.664
67762026-08-23T06:17:45.083Z INFODEBG DEBG
67772026-08-23T06:17:45.083ZDEBGcreated new freemap created new freemap, unitcreated new freemapadding route 3fff:beef:25::/64 -> 2001:db8::55:ff, :
67782026-08-23T06:17:45.083Zunit :freemap_route_ipv6 ,
67792026-08-23T06:17:45.084ZAug 23 06:17:43.664unitfreemap_route_ipv6: Aug 23 06:17:43.664Aug 23 06:17:43.664Aug 23 06:17:43.664freemap_route_ipv6 DEBG
67802026-08-23T06:17:45.084ZINFO DEBGINFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67812026-08-23T06:17:45.084Z
67822026-08-23T06:17:45.084Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff initted freemap. low: 0, size: 64Aug 23 06:17:43.664 , DEBGunitAug 23 06:17:43.664 initted freemap. low: 0, size: 64
67832026-08-23T06:17:45.084Z, Aug 23 06:17:43.664 unit INFO: adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG
67842026-08-23T06:17:45.084Z: Aug 23 06:17:43.664freemap_route_ipv4
67852026-08-23T06:17:45.084Z DEBG
67862026-08-23T06:17:45.084Z Aug 23 06:17:43.664adding route 3fff:dead::/64 -> 2001:db8::55:1initted freemap. low: 0, size: 64 , DEBGreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67872026-08-23T06:17:45.084ZunitAug 23 06:17:43.664replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] :
67882026-08-23T06:17:45.084ZDEBGAug 23 06:17:43.664
67892026-08-23T06:17:45.084Zfreemap_route_ipv4Aug 23 06:17:43.664
67902026-08-23T06:17:45.084ZDEBG reset freemap , reset freemapINFOunitAug 23 06:17:43.664 , DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 23 06:17:43.664unitreset freemap ::, unit :freemap_route_ipv4
67912026-08-23T06:17:45.084Z
67922026-08-23T06:17:45.084Z INFOfreemap_route_ipv4Aug 23 06:17:43.664Aug 23 06:17:43.664
67932026-08-23T06:17:45.084Z Aug 23 06:17:43.664DEBG freemap_route_ipv4 DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff initted freemap. low: 0, size: 64
67942026-08-23T06:17:45.084Z, unitreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67952026-08-23T06:17:45.084Z:Aug 23 06:17:43.664
67962026-08-23T06:17:45.084Z DEBG freemap_route_ipv6initted freemap. low: 0, size: 64 Aug 23 06:17:43.664,
67972026-08-23T06:17:45.084ZAug 23 06:17:43.664 INFOunit Aug 23 06:17:43.664Aug 23 06:17:43.664 DEBGDEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff:DEBG
67982026-08-23T06:17:45.084Z freemap_route_ipv6reset freemap
67992026-08-23T06:17:45.089Z, unit:replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68002026-08-23T06:17:45.089Zinitted freemap. low: 0, size: 64Aug 23 06:17:43.664 , Aug 23 06:17:43.664DEBGunitAug 23 06:17:43.664freemap_route_ipv6:
68012026-08-23T06:17:45.090Z freemap_route_ipv6
68022026-08-23T06:17:45.090Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68032026-08-23T06:17:45.090ZDEBG INFOAug 23 06:17:43.664reset freemap , Aug 23 06:17:43.664Aug 23 06:17:43.664 unit DEBG:INFO reset freemap adding route 3fff:dead::/64 -> 2001:db8::55:1, unitfreemap_route_ipv6
68042026-08-23T06:17:45.091Z:adding route 3fff:beef:21::/64 -> 2001:db8::55:ff freemap_route_ipv6INFO
68052026-08-23T06:17:45.091Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
68062026-08-23T06:17:45.091ZAug 23 06:17:43.664
68072026-08-23T06:17:45.091Z DEBG
68082026-08-23T06:17:45.091Z Aug 23 06:17:43.664Aug 23 06:17:43.664Aug 23 06:17:43.664 Aug 23 06:17:43.664 DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68092026-08-23T06:17:45.091ZDEBG
68102026-08-23T06:17:45.091Zadding route 3fff:dead::/64 -> 2001:db8::55:1
68112026-08-23T06:17:45.091Z INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:17:43.664adding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:17:43.664
68122026-08-23T06:17:45.091Z Aug 23 06:17:43.664 INFO DEBG
68132026-08-23T06:17:45.091Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
68142026-08-23T06:17:45.091Z
68152026-08-23T06:17:45.091Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:17:43.664Aug 23 06:17:43.664 Aug 23 06:17:43.664DEBG DEBG
68162026-08-23T06:17:45.091ZINFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68172026-08-23T06:17:45.093Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
68182026-08-23T06:17:45.093ZAug 23 06:17:43.664
68192026-08-23T06:17:45.093Z Aug 23 06:17:43.664INFO INFOAug 23 06:17:43.664Aug 23 06:17:43.664adding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
68202026-08-23T06:17:45.093ZINFO
68212026-08-23T06:17:45.093ZDEBG adding route 172.17.0.0/32 -> 10.0.0.255
68222026-08-23T06:17:45.093Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68232026-08-23T06:17:45.093ZAug 23 06:17:43.664Aug 23 06:17:43.664 DEBGDEBG Aug 23 06:17:43.664 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.664
68242026-08-23T06:17:45.093Z DEBG
68252026-08-23T06:17:45.093Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 23 06:17:43.664replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
68262026-08-23T06:17:45.093Z
68272026-08-23T06:17:45.093ZINFOAug 23 06:17:43.664 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
68282026-08-23T06:17:45.093Z
68292026-08-23T06:17:45.093ZAug 23 06:17:43.664 Aug 23 06:17:43.664INFO Aug 23 06:17:43.664DEBG DEBG adding route 172.17.0.1/32 -> 10.0.0.255 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68302026-08-23T06:17:45.094Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 23 06:17:43.664
68312026-08-23T06:17:45.094Z
68322026-08-23T06:17:45.094ZDEBGAug 23 06:17:43.664DEBG DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.664
68332026-08-23T06:17:45.095ZAug 23 06:17:43.664 INFO
68342026-08-23T06:17:45.095ZAug 23 06:17:43.664INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
68352026-08-23T06:17:45.095Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
68362026-08-23T06:17:45.095Z
68372026-08-23T06:17:45.095Z
68382026-08-23T06:17:45.095ZAug 23 06:17:43.664 Aug 23 06:17:43.664DEBG Aug 23 06:17:43.664DEBGAug 23 06:17:43.664 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG
68392026-08-23T06:17:45.095ZINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 23 06:17:43.664
68402026-08-23T06:17:45.095Z
68412026-08-23T06:17:45.095Zreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
68422026-08-23T06:17:45.095ZAug 23 06:17:43.664INFO DEBGAug 23 06:17:43.664 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 23 06:17:43.664
68432026-08-23T06:17:45.096Z DEBGAug 23 06:17:43.664
68442026-08-23T06:17:45.096Z replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
68452026-08-23T06:17:45.096Z INFOadding route 172.17.0.3/32 -> 10.0.0.255
68462026-08-23T06:17:45.096Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 23 06:17:43.664
68472026-08-23T06:17:45.096Z WARNAug 23 06:17:43.664 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 23 06:17:43.664
68482026-08-23T06:17:45.096ZAug 23 06:17:43.664 DEBGDEBG Aug 23 06:17:43.664 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
68492026-08-23T06:17:45.096Z
68502026-08-23T06:17:45.096Z INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffERROAug 23 06:17:43.664
68512026-08-23T06:17:45.096Zrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 23 06:17:43.664Aug 23 06:17:43.664
68522026-08-23T06:17:45.096ZINFO INFOadding route 172.17.0.4/32 -> 10.0.0.255 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
68532026-08-23T06:17:45.096Z
68542026-08-23T06:17:45.097ZAug 23 06:17:43.664 DEBGAug 23 06:17:43.664 Aug 23 06:17:43.664 DEBGreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.664 ERRO
68552026-08-23T06:17:45.097ZDEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68562026-08-23T06:17:45.097Zreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
68572026-08-23T06:17:45.098ZAug 23 06:17:43.664shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itAug 23 06:17:43.664
68582026-08-23T06:17:45.098ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
68592026-08-23T06:17:45.098Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 23 06:17:43.664
68602026-08-23T06:17:45.098Ztest route::tests::rollback_on_compact_delete_failure ... ok
68612026-08-23T06:17:45.098ZAug 23 06:17:43.662Aug 23 06:17:43.664 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemapAug 23 06:17:43.664
68622026-08-23T06:17:45.098ZAug 23 06:17:43.662, DEBGunitINFO: DEBGAug 23 06:17:43.664 created new freemapfreemap_route_ipv4replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO,
68632026-08-23T06:17:45.098Z
68642026-08-23T06:17:45.098Zadding route 172.17.0.5/32 -> 10.0.0.255unit
68652026-08-23T06:17:45.099Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 23 06:17:43.664:
68662026-08-23T06:17:45.099Z INFOfreemap_route_ipv4Aug 23 06:17:43.664
68672026-08-23T06:17:45.099Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGAug 23 06:17:43.664
68682026-08-23T06:17:45.099ZAug 23 06:17:43.664replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:17:43.664DEBG
68692026-08-23T06:17:45.099ZDEBGAug 23 06:17:43.664 DEBGDEBG created new freemapreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68702026-08-23T06:17:45.099Zunitcreated new freemap:,
68712026-08-23T06:17:45.099Z unit: freemap_route_ipv6freemap_route_ipv6
68722026-08-23T06:17:45.099Z
68732026-08-23T06:17:45.099ZAug 23 06:17:43.664Aug 23 06:17:43.664 Aug 23 06:17:43.664Aug 23 06:17:43.664 INFOINFOAug 23 06:17:43.664DEBG initted freemap. low: 0, size: 64 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff, DEBG
68742026-08-23T06:17:45.100Z unitINFO: adding route 3fff:beef:32::/64 -> 2001:db8::55:fffreemap_route_ipv4
68752026-08-23T06:17:45.100Zinitted freemap. low: 0, size: 64
68762026-08-23T06:17:45.100Zadding route 172.17.0.6/32 -> 10.0.0.255
68772026-08-23T06:17:45.100Z, unitAug 23 06:17:43.664: DEBGfreemap_route_ipv4Aug 23 06:17:43.664
68782026-08-23T06:17:45.100Z replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.664Aug 23 06:17:43.664
68792026-08-23T06:17:45.100ZAug 23 06:17:43.664 DEBGDEBGAug 23 06:17:43.664DEBG INFOreset freemap , reset freemapadding route 3fff:beef:33::/64 -> 2001:db8::55:ff, unitunit::DEBG freemap_route_ipv4
68802026-08-23T06:17:45.100Zfreemap_route_ipv4
68812026-08-23T06:17:45.100Z
68822026-08-23T06:17:45.100Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.664Aug 23 06:17:43.664
68832026-08-23T06:17:45.100Z Aug 23 06:17:43.664DEBG
68842026-08-23T06:17:45.100Z initted freemap. low: 0, size: 64DEBG, unit :replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
68852026-08-23T06:17:45.101Zfreemap_route_ipv6
68862026-08-23T06:17:45.101ZAug 23 06:17:43.664Aug 23 06:17:43.664 initted freemap. low: 0, size: 64 INFOINFOAug 23 06:17:43.664Aug 23 06:17:43.664 , INFOadding route 172.17.0.7/32 -> 10.0.0.255DEBG unitreset freemap:adding route 3fff:beef:34::/64 -> 2001:db8::55:ff , freemap_route_ipv6
68872026-08-23T06:17:45.101Z
68882026-08-23T06:17:45.101Zunit: freemap_route_ipv6
68892026-08-23T06:17:45.101ZAug 23 06:17:43.665 DEBG Aug 23 06:17:43.681created new freemap , Aug 23 06:17:43.681adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
68902026-08-23T06:17:45.101Z INFODEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
68912026-08-23T06:17:45.102Zunit
68922026-08-23T06:17:45.102Z: Aug 23 06:17:43.681freemap_route_ipv4
68932026-08-23T06:17:45.102ZAug 23 06:17:43.681 DEBGAug 23 06:17:43.681 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
68942026-08-23T06:17:45.103ZAug 23 06:17:43.681 INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:17:43.681adding route 172.17.0.8/32 -> 10.0.0.255DEBGDEBG
68952026-08-23T06:17:45.103Z created new freemap
68962026-08-23T06:17:45.103Z, INFOunitAug 23 06:17:43.681: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 23 06:17:43.681adding route 172.16.0.0/32 -> 10.0.0.2 DEBG
68972026-08-23T06:17:45.103Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO freemap_route_ipv6adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
68982026-08-23T06:17:45.103Z
68992026-08-23T06:17:45.109ZAug 23 06:17:43.681
69002026-08-23T06:17:45.109Z DEBG
69012026-08-23T06:17:45.109Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 23 06:17:43.681
69022026-08-23T06:17:45.109ZAug 23 06:17:43.681 DEBG Aug 23 06:17:43.681replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 23 06:17:43.681
69032026-08-23T06:17:45.109Z INFO INFOinitted freemap. low: 0, size: 64 adding route 172.17.0.9/32 -> 10.0.0.255,
69042026-08-23T06:17:45.109Z unitadding route 172.16.0.0/32 -> 10.0.0.3:
69052026-08-23T06:17:45.109Zfreemap_route_ipv4Aug 23 06:17:43.681
69062026-08-23T06:17:45.109Z INFOAug 23 06:17:43.681Aug 23 06:17:43.681 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
69072026-08-23T06:17:45.110Z replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69082026-08-23T06:17:45.110Z Aug 23 06:17:43.681Aug 23 06:17:43.681DEBGAug 23 06:17:43.681 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] DEBG
69092026-08-23T06:17:45.110ZAug 23 06:17:43.681 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69102026-08-23T06:17:45.110ZINFOreset freemapINFO , Aug 23 06:17:43.681 unitINFOadding route 172.17.0.10/32 -> 10.0.0.255 Aug 23 06:17:43.681adding route 172.16.0.0/32 -> 10.0.0.4
69112026-08-23T06:17:45.110Z
69122026-08-23T06:17:45.110Z: freemap_route_ipv4 adding route 3fff:dead::/64 -> 2001:db8::55:3
69132026-08-23T06:17:45.110ZINFO
69142026-08-23T06:17:45.111ZAug 23 06:17:43.681 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
69152026-08-23T06:17:45.111Z Aug 23 06:17:43.681replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
69162026-08-23T06:17:45.111ZAug 23 06:17:43.681Aug 23 06:17:43.681 DEBG Aug 23 06:17:43.681DEBG DEBGINFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
69172026-08-23T06:17:45.111Zinitted freemap. low: 0, size: 64
69182026-08-23T06:17:45.111Z
69192026-08-23T06:17:45.111Z, unit:Aug 23 06:17:43.681Aug 23 06:17:43.681 Aug 23 06:17:43.681INFOAug 23 06:17:43.681 INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff adding route 172.17.0.11/32 -> 10.0.0.255freemap_route_ipv6
69202026-08-23T06:17:45.112Z
69212026-08-23T06:17:45.112ZDEBGDEBG
69222026-08-23T06:17:45.112Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69232026-08-23T06:17:45.112ZAug 23 06:17:43.681Aug 23 06:17:43.681 DEBGDEBGAug 23 06:17:43.681 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] reset freemapadding route 172.17.0.1/32 -> 10.0.0.255,
69242026-08-23T06:17:45.112Z
69252026-08-23T06:17:45.112ZAug 23 06:17:43.681replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69262026-08-23T06:17:45.112ZDEBGunit Aug 23 06:17:43.681replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69272026-08-23T06:17:45.112ZAug 23 06:17:43.681DEBG: freemap_route_ipv6
69282026-08-23T06:17:45.112ZAug 23 06:17:43.681Aug 23 06:17:43.681 INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69292026-08-23T06:17:45.112Zadding route 172.17.0.12/32 -> 10.0.0.255
69302026-08-23T06:17:45.112ZINFOAug 23 06:17:43.681 INFO Aug 23 06:17:43.681adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 23 06:17:43.681
69312026-08-23T06:17:45.113Z INFOINFOadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.681adding route 172.17.0.2/32 -> 10.0.0.255
69322026-08-23T06:17:45.113Z
69332026-08-23T06:17:45.113Z
69342026-08-23T06:17:45.113Z
69352026-08-23T06:17:45.113ZDEBGAug 23 06:17:43.681 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.681
69362026-08-23T06:17:45.113Z Aug 23 06:17:43.681 DEBG DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:17:43.681
69372026-08-23T06:17:45.113Z
69382026-08-23T06:17:45.113ZINFO adding route 172.17.0.13/32 -> 10.0.0.255INFO
69392026-08-23T06:17:45.113Z Aug 23 06:17:43.681Aug 23 06:17:43.681 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOAug 23 06:17:43.681
69402026-08-23T06:17:45.113ZAug 23 06:17:43.681 adding route 3fff:dead::/64 -> 2001:db8::55:2 INFOAug 23 06:17:43.681
69412026-08-23T06:17:45.113ZDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.3/32 -> 10.0.0.255
69422026-08-23T06:17:45.114Z
69432026-08-23T06:17:45.114ZDEBGAug 23 06:17:43.681 DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.681Aug 23 06:17:43.681 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGDEBG
69442026-08-23T06:17:45.114Z
69452026-08-23T06:17:45.114Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO
69462026-08-23T06:17:45.114Z adding route 172.17.0.14/32 -> 10.0.0.255
69472026-08-23T06:17:45.114Z
69482026-08-23T06:17:45.114ZAug 23 06:17:43.681Aug 23 06:17:43.681Aug 23 06:17:43.681Aug 23 06:17:43.681 INFO INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
69492026-08-23T06:17:45.115Z Aug 23 06:17:43.681INFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3
69502026-08-23T06:17:45.116ZDEBG
69512026-08-23T06:17:45.116Zreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
69522026-08-23T06:17:45.116Z Aug 23 06:17:43.681Aug 23 06:17:43.681replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 23 06:17:43.681DEBG Aug 23 06:17:43.681 INFO DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
69532026-08-23T06:17:45.116Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255
69542026-08-23T06:17:45.116Z
69552026-08-23T06:17:45.116Zreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69562026-08-23T06:17:45.116Z
69572026-08-23T06:17:45.116Ztest route::tests::identity_replace_is_noop ... ok
69582026-08-23T06:17:45.116ZAug 23 06:17:43.681Aug 23 06:17:43.681 Aug 23 06:17:43.681DEBG INFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFOAug 23 06:17:43.681
69592026-08-23T06:17:45.116Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
69602026-08-23T06:17:45.116Z
69612026-08-23T06:17:45.116Zadding route 172.17.0.5/32 -> 10.0.0.255
69622026-08-23T06:17:45.117ZAug 23 06:17:43.681Aug 23 06:17:43.681 DEBGDEBG Aug 23 06:17:43.681replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:17:43.681 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
69632026-08-23T06:17:45.117Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69642026-08-23T06:17:45.117Z
69652026-08-23T06:17:45.117ZINFOAug 23 06:17:43.681Aug 23 06:17:43.681Aug 23 06:17:43.681 INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
69662026-08-23T06:17:45.117Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
69672026-08-23T06:17:45.117Z
69682026-08-23T06:17:45.117Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 23 06:17:43.681Aug 23 06:17:43.681 DEBGWARN replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.681
69692026-08-23T06:17:45.117Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
69702026-08-23T06:17:45.117Z
69712026-08-23T06:17:45.117Z DEBGAug 23 06:17:43.681 Aug 23 06:17:43.681replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69722026-08-23T06:17:45.117Z INFODEBG adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.681
69732026-08-23T06:17:45.117Z
69742026-08-23T06:17:45.118Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 23 06:17:43.681
69752026-08-23T06:17:45.118Z Aug 23 06:17:43.681INFO DEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69762026-08-23T06:17:45.118Z
69772026-08-23T06:17:45.118ZAug 23 06:17:43.681 DEBGAug 23 06:17:43.681Aug 23 06:17:43.681 DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
69782026-08-23T06:17:45.118Z replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255
69792026-08-23T06:17:45.118Z
69802026-08-23T06:17:45.118ZAug 23 06:17:43.681Aug 23 06:17:43.681 Aug 23 06:17:43.681INFO DEBGINFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
69812026-08-23T06:17:45.118Zadding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69822026-08-23T06:17:45.118Z
69832026-08-23T06:17:45.118ZAug 23 06:17:43.681 DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69842026-08-23T06:17:45.118ZAug 23 06:17:43.682 DEBG
69852026-08-23T06:17:45.118ZAug 23 06:17:43.682Aug 23 06:17:43.700 DEBG created new freemapcreated new freemap, unitAug 23 06:17:43.700, :DEBGunit :INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69862026-08-23T06:17:45.119Zfreemap_route_ipv4 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
69872026-08-23T06:17:45.119Z
69882026-08-23T06:17:45.119Zfreemap_route_ipv4Aug 23 06:17:43.700
69892026-08-23T06:17:45.119Z INFO Aug 23 06:17:43.700adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
69902026-08-23T06:17:45.119ZDEBG Aug 23 06:17:43.700created new freemap , DEBGAug 23 06:17:43.700unitAug 23 06:17:43.700: DEBGDEBGfreemap_route_ipv6
69912026-08-23T06:17:45.119Zreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69922026-08-23T06:17:45.120Z
69932026-08-23T06:17:45.120Z created new freemapAug 23 06:17:43.700Aug 23 06:17:43.700 DEBG initted freemap. low: 0, size: 64, , unitAug 23 06:17:43.700: INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
69942026-08-23T06:17:45.120Zunitfreemap_route_ipv4adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
69952026-08-23T06:17:45.120Z
69962026-08-23T06:17:45.120Z: Aug 23 06:17:43.700Aug 23 06:17:43.700 DEBGDEBG freemap_route_ipv6 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69972026-08-23T06:17:45.120Z
69982026-08-23T06:17:45.120Z
69992026-08-23T06:17:45.126ZAug 23 06:17:43.700 DEBGAug 23 06:17:43.700 reset freemapAug 23 06:17:43.681INFOAug 23 06:17:43.700 , adding route 3fff:beef:37::/64 -> 2001:db8::55:ffunit
70002026-08-23T06:17:45.126Z: INFO INFOfreemap_route_ipv4
70012026-08-23T06:17:45.126ZAug 23 06:17:43.700adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
70022026-08-23T06:17:45.126Z Aug 23 06:17:43.700 adding route 172.17.0.9/32 -> 10.0.0.255DEBGDEBG
70032026-08-23T06:17:45.126Z Aug 23 06:17:43.700 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70042026-08-23T06:17:45.126ZAug 23 06:17:43.700 DEBG initted freemap. low: 0, size: 64initted freemap. low: 0, size: 64Aug 23 06:17:43.700, DEBGINFO, unit :replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitadding route 3fff:beef:38::/64 -> 2001:db8::55:ff:
70052026-08-23T06:17:45.126Z Aug 23 06:17:43.700freemap_route_ipv6
70062026-08-23T06:17:45.126Z DEBG
70072026-08-23T06:17:45.126Z Aug 23 06:17:43.700 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 23 06:17:43.700
70082026-08-23T06:17:45.127Z replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 23 06:17:43.700freemap_route_ipv4
70092026-08-23T06:17:45.127Z INFOreset freemap,
70102026-08-23T06:17:45.127Z Aug 23 06:17:43.700unit Aug 23 06:17:43.700INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
70112026-08-23T06:17:45.127Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff:
70122026-08-23T06:17:45.127Z INFO freemap_route_ipv6
70132026-08-23T06:17:45.127Zadding route 172.17.0.10/32 -> 10.0.0.255Aug 23 06:17:43.700
70142026-08-23T06:17:45.127ZAug 23 06:17:43.700 DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.700
70152026-08-23T06:17:45.127ZAug 23 06:17:43.700 INFO DEBG Aug 23 06:17:43.700 Aug 23 06:17:43.700adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70162026-08-23T06:17:45.128Z INFO
70172026-08-23T06:17:45.128Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGAug 23 06:17:43.701
70182026-08-23T06:17:45.128Z DEBGDEBGreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:17:43.701replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
70192026-08-23T06:17:45.128Z
70202026-08-23T06:17:45.128ZDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.701
70212026-08-23T06:17:45.128Zreset freemap INFOAug 23 06:17:43.701, Aug 23 06:17:43.701Aug 23 06:17:43.701 INFO INFOINFOadding route 172.16.0.0/32 -> 10.0.0.2
70222026-08-23T06:17:45.128Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255
70232026-08-23T06:17:45.128Z
70242026-08-23T06:17:45.129ZAug 23 06:17:43.701unit
70252026-08-23T06:17:45.129ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]:
70262026-08-23T06:17:45.129Z Aug 23 06:17:43.701Aug 23 06:17:43.701 Aug 23 06:17:43.701DEBGDEBG Aug 23 06:17:43.701 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG
70272026-08-23T06:17:45.129Z adding route 172.16.0.0/32 -> 10.0.0.3
70282026-08-23T06:17:45.129Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
70292026-08-23T06:17:45.129Z
70302026-08-23T06:17:45.129Z
70312026-08-23T06:17:45.129ZAug 23 06:17:43.701Aug 23 06:17:43.701 INFO INFOAug 23 06:17:43.701adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
70322026-08-23T06:17:45.129ZAug 23 06:17:43.701adding route 172.17.0.12/32 -> 10.0.0.255
70332026-08-23T06:17:45.129ZINFO DEBG Aug 23 06:17:43.701replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
70342026-08-23T06:17:45.129ZAug 23 06:17:43.701Aug 23 06:17:43.701 DEBGDEBGAug 23 06:17:43.701
70352026-08-23T06:17:45.129Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70362026-08-23T06:17:45.129Z
70372026-08-23T06:17:45.129ZINFODEBG adding route 172.16.0.0/32 -> 10.0.0.4Aug 23 06:17:43.701
70382026-08-23T06:17:45.130ZAug 23 06:17:43.701Aug 23 06:17:43.701 INFODEBG INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff adding route 172.17.0.13/32 -> 10.0.0.255
70392026-08-23T06:17:45.130Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70402026-08-23T06:17:45.130Z
70412026-08-23T06:17:45.130Zinitted freemap. low: 0, size: 64Aug 23 06:17:43.701, Aug 23 06:17:43.701unit Aug 23 06:17:43.701Aug 23 06:17:43.701 DEBGINFO replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff:
70422026-08-23T06:17:45.131ZDEBG
70432026-08-23T06:17:45.131Z freemap_route_ipv6replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70442026-08-23T06:17:45.131Z
70452026-08-23T06:17:45.131ZAug 23 06:17:43.701Aug 23 06:17:43.701 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBGAug 23 06:17:43.701
70462026-08-23T06:17:45.131Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70472026-08-23T06:17:45.131Z
70482026-08-23T06:17:45.131ZINFO Aug 23 06:17:43.701adding route 172.17.0.14/32 -> 10.0.0.255 Aug 23 06:17:43.701Aug 23 06:17:43.701
70492026-08-23T06:17:45.131Z DEBGINFO replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70502026-08-23T06:17:45.131ZDEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 23 06:17:43.701replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 23 06:17:43.701DEBG
70512026-08-23T06:17:45.131ZDEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] failed to allocate space for the new target listAug 23 06:17:43.701
70522026-08-23T06:17:45.131Z
70532026-08-23T06:17:45.131Z
70542026-08-23T06:17:45.131Z DEBGAug 23 06:17:43.701Aug 23 06:17:43.701 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255
70552026-08-23T06:17:45.131Z
70562026-08-23T06:17:45.131ZAug 23 06:17:43.701 DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.701 DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70572026-08-23T06:17:45.131Zreset freemap
70582026-08-23T06:17:45.132Ztest route::tests::rollback_on_index_readd_failure ... ok
70592026-08-23T06:17:45.132Ztest route::tests::rollback_on_compact_write_failure ... ok
70602026-08-23T06:17:45.132Z, unit:Aug 23 06:17:43.701 freemap_route_ipv6INFOAug 23 06:17:43.701
70612026-08-23T06:17:45.132Zadding route 172.17.0.16/32 -> 10.0.0.255
70622026-08-23T06:17:45.132ZDEBG Aug 23 06:17:43.701failed to allocate space for the new target list
70632026-08-23T06:17:45.132ZINFOAug 23 06:17:43.701 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
70642026-08-23T06:17:45.132ZAug 23 06:17:43.701replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70652026-08-23T06:17:45.132ZDEBG Aug 23 06:17:43.701Aug 23 06:17:43.701 INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
70662026-08-23T06:17:45.132Z
70672026-08-23T06:17:45.132Z
70682026-08-23T06:17:45.132ZAug 23 06:17:43.701Aug 23 06:17:43.681Aug 23 06:17:43.701 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70692026-08-23T06:17:45.132Z
70702026-08-23T06:17:45.132Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70712026-08-23T06:17:45.132ZAug 23 06:17:43.701 DEBGAug 23 06:17:43.701 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO
70722026-08-23T06:17:45.132Z Aug 23 06:17:43.701adding route 172.17.0.18/32 -> 10.0.0.255
70732026-08-23T06:17:45.132ZINFO adding route 172.17.0.19/32 -> 10.0.0.255
70742026-08-23T06:17:45.132ZAug 23 06:17:43.701 Aug 23 06:17:43.701DEBG Aug 23 06:17:43.701 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
70752026-08-23T06:17:45.132ZDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 23 06:17:43.665Aug 23 06:17:43.701
70762026-08-23T06:17:45.132Z
70772026-08-23T06:17:45.132ZINFODEBG created new freemapadding route 172.17.0.19/32 -> 10.0.0.255,
70782026-08-23T06:17:45.133Zunit: freemap_route_ipv4
70792026-08-23T06:17:45.133ZAug 23 06:17:43.701 INFO adding route 172.17.0.20/32 -> 10.0.0.255
70802026-08-23T06:17:45.133ZAug 23 06:17:43.701Aug 23 06:17:43.701Aug 23 06:17:43.701 DEBG DEBG DEBGreset freemap Aug 23 06:17:43.701replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
70812026-08-23T06:17:45.133Z unitcreated new freemap , :DEBGunit freemap_route_ipv6:replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70822026-08-23T06:17:45.133Z
70832026-08-23T06:17:45.133Z freemap_route_ipv6
70842026-08-23T06:17:45.134ZAug 23 06:17:43.701Aug 23 06:17:43.701 Aug 23 06:17:43.701 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:17:43.701
70852026-08-23T06:17:45.134Z DEBGINFO adding route 172.17.0.21/32 -> 10.0.0.255 initted freemap. low: 0, size: 64
70862026-08-23T06:17:45.134ZAug 23 06:17:43.701
70872026-08-23T06:17:45.134Z, Aug 23 06:17:43.701 DEBGunit : Aug 23 06:17:43.701 DEBGfreemap_route_ipv4Aug 23 06:17:43.701 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
70882026-08-23T06:17:45.134Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
70892026-08-23T06:17:45.134Z DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70902026-08-23T06:17:45.134Zreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70912026-08-23T06:17:45.134ZAug 23 06:17:43.701
70922026-08-23T06:17:45.134Z Aug 23 06:17:43.701INFO Aug 23 06:17:43.701DEBG Aug 23 06:17:43.701adding route 3fff:dead::/64 -> 2001:db8::55:1 reset freemapINFO, INFO Aug 23 06:17:43.701
70932026-08-23T06:17:45.137ZINFOadding route 172.17.0.22/32 -> 10.0.0.255
70942026-08-23T06:17:45.137Zadding route 3fff:dead::/64 -> 2001:db8::55:4unitadding route 172.17.0.21/32 -> 10.0.0.255
70952026-08-23T06:17:45.137Z:
70962026-08-23T06:17:45.137Zfreemap_route_ipv4
70972026-08-23T06:17:45.137ZAug 23 06:17:43.701Aug 23 06:17:43.701 Aug 23 06:17:43.701DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG Aug 23 06:17:43.702replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70982026-08-23T06:17:45.137ZDEBG Aug 23 06:17:43.701created new freemap DEBG, unit: Aug 23 06:17:43.715created new freemapAug 23 06:17:43.701, freemap_route_ipv4 unit
70992026-08-23T06:17:45.142Z :DEBGINFO freemap_route_ipv4adding route 172.17.0.23/32 -> 10.0.0.255
71002026-08-23T06:17:45.142Zcreated new freemap
71012026-08-23T06:17:45.143Z, unitAug 23 06:17:43.715: Aug 23 06:17:43.715freemap_route_ipv4DEBGAug 23 06:17:43.715
71022026-08-23T06:17:45.143Z DEBGcreated new freemapDEBG , created new freemapreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
71032026-08-23T06:17:45.143Z:Aug 23 06:17:43.715, unitfreemap_route_ipv6:
71042026-08-23T06:17:45.143ZDEBG created new freemapfreemap_route_ipv6, Aug 23 06:17:43.715
71052026-08-23T06:17:45.143Z INFO Aug 23 06:17:43.715adding route 172.17.0.24/32 -> 10.0.0.255unit
71062026-08-23T06:17:45.143Z DEBG:Aug 23 06:17:43.715 DEBG freemap_route_ipv6 Aug 23 06:17:43.715
71072026-08-23T06:17:45.143Z initted freemap. low: 0, size: 64DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. low: 0, size: 64
71082026-08-23T06:17:45.143Z, Aug 23 06:17:43.715unit :, DEBG freemap_route_ipv4unitinitted freemap. low: 0, size: 64:Aug 23 06:17:43.716
71092026-08-23T06:17:45.143Z, unitINFO: adding route 172.17.0.25/32 -> 10.0.0.255freemap_route_ipv4
71102026-08-23T06:17:45.143Z
71112026-08-23T06:17:45.144ZAug 23 06:17:43.716freemap_route_ipv4
71122026-08-23T06:17:45.144Z DEBGAug 23 06:17:43.716Aug 23 06:17:43.716 reset freemapDEBG, Aug 23 06:17:43.716unit DEBG :reset freemapDEBG , replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
71132026-08-23T06:17:45.144Z
71142026-08-23T06:17:45.144Zreset freemapunit, :unit freemap_route_ipv4:
71152026-08-23T06:17:45.144Z freemap_route_ipv4Aug 23 06:17:43.716
71162026-08-23T06:17:45.145Z DEBGAug 23 06:17:43.716 initted freemap. low: 0, size: 64INFO, Aug 23 06:17:43.716adding route 172.17.0.26/32 -> 10.0.0.255
71172026-08-23T06:17:45.145ZDEBGunit initted freemap. low: 0, size: 64Aug 23 06:17:43.716, :unit : Aug 23 06:17:43.716 DEBGfreemap_route_ipv6
71182026-08-23T06:17:45.145Z DEBGfreemap_route_ipv6
71192026-08-23T06:17:45.145Zinitted freemap. low: 0, size: 64replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
71202026-08-23T06:17:45.145Zunit:Aug 23 06:17:43.716 Aug 23 06:17:43.716freemap_route_ipv6
71212026-08-23T06:17:45.145ZDEBGAug 23 06:17:43.701DEBG reset freemap , reset freemapunitAug 23 06:17:43.716: , INFO Aug 23 06:17:43.716freemap_route_ipv6unit
71222026-08-23T06:17:45.145Z: freemap_route_ipv6adding route 172.17.0.27/32 -> 10.0.0.255DEBG
71232026-08-23T06:17:45.145Z
71242026-08-23T06:17:45.145ZAug 23 06:17:43.716 DEBG INFO reset freemapAug 23 06:17:43.716adding route 172.16.0.0/32 -> 10.0.0.1 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG,
71252026-08-23T06:17:45.145Zunit : replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.716freemap_route_ipv6
71262026-08-23T06:17:45.145Z
71272026-08-23T06:17:45.145Z
71282026-08-23T06:17:45.145Z INFO Aug 23 06:17:43.716adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:17:43.716
71292026-08-23T06:17:45.145ZAug 23 06:17:43.716DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO
71302026-08-23T06:17:45.145Z Aug 23 06:17:43.716adding route 172.17.0.28/32 -> 10.0.0.255
71312026-08-23T06:17:45.147ZDEBGINFO Aug 23 06:17:43.716replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:17:43.716
71322026-08-23T06:17:45.147Z adding route 172.16.0.0/32 -> 10.0.0.1DEBG
71332026-08-23T06:17:45.147Z replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71342026-08-23T06:17:45.147ZAug 23 06:17:43.716INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 23 06:17:43.716Aug 23 06:17:43.716Aug 23 06:17:43.716INFO INFO
71352026-08-23T06:17:45.147Zadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 172.17.0.29/32 -> 10.0.0.255
71362026-08-23T06:17:45.147ZDEBG Aug 23 06:17:43.716
71372026-08-23T06:17:45.147Z INFOAug 23 06:17:43.716DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
71382026-08-23T06:17:45.147ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71392026-08-23T06:17:45.148Z
71402026-08-23T06:17:45.148Z
71412026-08-23T06:17:45.148ZAug 23 06:17:43.716Aug 23 06:17:43.716Aug 23 06:17:43.716Aug 23 06:17:43.716 INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255
71422026-08-23T06:17:45.148ZINFO adding route 172.17.0.30/32 -> 10.0.0.255DEBG
71432026-08-23T06:17:45.148Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:17:43.716 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
71442026-08-23T06:17:45.148ZAug 23 06:17:43.716DEBG
71452026-08-23T06:17:45.148Z DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71462026-08-23T06:17:45.149Z
71472026-08-23T06:17:45.149ZAug 23 06:17:43.716Aug 23 06:17:43.716 DEBGAug 23 06:17:43.716 INFOAug 23 06:17:43.716replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
71482026-08-23T06:17:45.149Z adding route 3fff:dead::/64 -> 2001:db8::55:3INFOINFO
71492026-08-23T06:17:45.149Z adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255
71502026-08-23T06:17:45.149Z
71512026-08-23T06:17:45.149ZAug 23 06:17:43.716 Aug 23 06:17:43.716DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
71522026-08-23T06:17:45.149Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:17:43.716
71532026-08-23T06:17:45.149Z Aug 23 06:17:43.716DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 23 06:17:43.716
71542026-08-23T06:17:45.149Z DEBGAug 23 06:17:43.716 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
71552026-08-23T06:17:45.149Z replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
71562026-08-23T06:17:45.150ZAug 23 06:17:43.716 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
71572026-08-23T06:17:45.150Z adding route 172.17.0.32/32 -> 10.0.0.255
71582026-08-23T06:17:45.150ZAug 23 06:17:43.716Aug 23 06:17:43.716 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
71592026-08-23T06:17:45.151Z
71602026-08-23T06:17:45.151ZAug 23 06:17:43.716 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 23 06:17:43.716Aug 23 06:17:43.716
71612026-08-23T06:17:45.151Z DEBG DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
71622026-08-23T06:17:45.151Z
71632026-08-23T06:17:45.151ZAug 23 06:17:43.716Aug 23 06:17:43.716 DEBGAug 23 06:17:43.716DEBG INFO Aug 23 06:17:43.716replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
71642026-08-23T06:17:45.151Z
71652026-08-23T06:17:45.152Z
71662026-08-23T06:17:45.152ZINFO adding route 172.17.0.3/32 -> 10.0.0.255Aug 23 06:17:43.716Aug 23 06:17:43.716 INFOAug 23 06:17:43.716 adding route 172.17.0.33/32 -> 10.0.0.255
71672026-08-23T06:17:45.152ZDEBG
71682026-08-23T06:17:45.152Z replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.716
71692026-08-23T06:17:45.152ZAug 23 06:17:43.716 WARNDEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
71702026-08-23T06:17:45.152Z
71712026-08-23T06:17:45.152Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.716
71722026-08-23T06:17:45.152Z INFOAug 23 06:17:43.716
71732026-08-23T06:17:45.152Z INFO adding route 172.17.0.34/32 -> 10.0.0.255
71742026-08-23T06:17:45.153ZAug 23 06:17:43.716 INFOadding route 172.17.0.1/32 -> 10.0.0.255Aug 23 06:17:43.716
71752026-08-23T06:17:45.153Z DEBGadding route 172.17.0.4/32 -> 10.0.0.255
71762026-08-23T06:17:45.153Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.716
71772026-08-23T06:17:45.153Z Aug 23 06:17:43.716DEBG Aug 23 06:17:43.716 DEBGDEBGAug 23 06:17:43.716 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71782026-08-23T06:17:45.153Zadding route 172.17.0.35/32 -> 10.0.0.255
71792026-08-23T06:17:45.153Z
71802026-08-23T06:17:45.153Z
71812026-08-23T06:17:45.153ZAug 23 06:17:43.716 INFO Aug 23 06:17:43.716adding route 172.17.0.2/32 -> 10.0.0.255Aug 23 06:17:43.716
71822026-08-23T06:17:45.153Z DEBGAug 23 06:17:43.716 WARN replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 23 06:17:43.716
71832026-08-23T06:17:45.153Z adding route 172.17.0.5/32 -> 10.0.0.255shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
71842026-08-23T06:17:45.153ZDEBGAug 23 06:17:43.716
71852026-08-23T06:17:45.155Zreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
71862026-08-23T06:17:45.155Z adding route 172.17.0.36/32 -> 10.0.0.255Aug 23 06:17:43.716
71872026-08-23T06:17:45.155Z DEBG Aug 23 06:17:43.716replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71882026-08-23T06:17:45.155ZINFOAug 23 06:17:43.716 adding route 172.17.0.3/32 -> 10.0.0.255DEBG
71892026-08-23T06:17:45.155ZAug 23 06:17:43.716 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
71902026-08-23T06:17:45.155Z Aug 23 06:17:43.716adding route 172.17.0.6/32 -> 10.0.0.255
71912026-08-23T06:17:45.155ZDEBG Aug 23 06:17:43.716replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71922026-08-23T06:17:45.155Z Aug 23 06:17:43.716replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
71932026-08-23T06:17:45.156ZINFOAug 23 06:17:43.716 adding route 172.17.0.4/32 -> 10.0.0.255DEBG
71942026-08-23T06:17:45.156Z replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71952026-08-23T06:17:45.156ZINFO Aug 23 06:17:43.716adding route 172.17.0.37/32 -> 10.0.0.255Aug 23 06:17:43.716
71962026-08-23T06:17:45.156Z DEBGINFOAug 23 06:17:43.716 Aug 23 06:17:43.716adding route 3fff:dead::/64 -> 2001:db8::55:1 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71972026-08-23T06:17:45.156ZINFO DEBG adding route 172.17.0.7/32 -> 10.0.0.255
71982026-08-23T06:17:45.156Z
71992026-08-23T06:17:45.161Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.716
72002026-08-23T06:17:45.161Z INFOAug 23 06:17:43.716 adding route 172.17.0.5/32 -> 10.0.0.255DEBGAug 23 06:17:43.716
72012026-08-23T06:17:45.161ZAug 23 06:17:43.716 DEBGINFO replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
72022026-08-23T06:17:45.161ZAug 23 06:17:43.717
72032026-08-23T06:17:45.162Z Aug 23 06:17:43.717DEBG Aug 23 06:17:43.733 created new freemapDEBGAug 23 06:17:43.733 , replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitINFO
72042026-08-23T06:17:45.162Z: freemap_route_ipv4DEBG
72052026-08-23T06:17:45.162Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 23 06:17:43.733
72062026-08-23T06:17:45.162Z created new freemapINFO, Aug 23 06:17:43.733 unitadding route 172.17.0.39/32 -> 10.0.0.255Aug 23 06:17:43.733
72072026-08-23T06:17:45.162Z
72082026-08-23T06:17:45.162Z : DEBG freemap_route_ipv4Aug 23 06:17:43.733
72092026-08-23T06:17:45.162Z DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:17:43.716Aug 23 06:17:43.733
72102026-08-23T06:17:45.162Z Aug 23 06:17:43.733 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72112026-08-23T06:17:45.162Z
72122026-08-23T06:17:45.162Zadding route 172.17.0.8/32 -> 10.0.0.255Aug 23 06:17:43.733DEBG INFO
72132026-08-23T06:17:45.162Z created new freemap, adding route 172.17.0.40/32 -> 10.0.0.255unit
72142026-08-23T06:17:45.163ZAug 23 06:17:43.733 INFOAug 23 06:17:43.733Aug 23 06:17:43.733Aug 23 06:17:43.733 INFODEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72152026-08-23T06:17:45.163Z
72162026-08-23T06:17:45.163Zadding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
72172026-08-23T06:17:45.163Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
72182026-08-23T06:17:45.163ZAug 23 06:17:43.733Aug 23 06:17:43.733 Aug 23 06:17:43.733freemap_route_ipv6 Aug 23 06:17:43.733INFODEBG INFOadding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72192026-08-23T06:17:45.163Z
72202026-08-23T06:17:45.164Z adding route 172.17.0.9/32 -> 10.0.0.255DEBG
72212026-08-23T06:17:45.164Z
72222026-08-23T06:17:45.164Zreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.733
72232026-08-23T06:17:45.164ZAug 23 06:17:43.733 INFO DEBGAug 23 06:17:43.733 Aug 23 06:17:43.733replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO
72242026-08-23T06:17:45.164Z
72252026-08-23T06:17:45.164Zadding route 172.17.0.7/32 -> 10.0.0.255
72262026-08-23T06:17:45.164Z Aug 23 06:17:43.733replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.733
72272026-08-23T06:17:45.164Z DEBGINFO initted freemap. low: 0, size: 64adding route 172.17.0.42/32 -> 10.0.0.255,
72282026-08-23T06:17:45.164ZunitAug 23 06:17:43.733:Aug 23 06:17:43.733 freemap_route_ipv4DEBG Aug 23 06:17:43.733 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.733
72292026-08-23T06:17:45.164ZDEBG
72302026-08-23T06:17:45.164Z DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72312026-08-23T06:17:45.165Z
72322026-08-23T06:17:45.165ZINFOAug 23 06:17:43.733 Aug 23 06:17:43.733DEBG adding route 172.17.0.10/32 -> 10.0.0.255 Aug 23 06:17:43.733
72332026-08-23T06:17:45.165Z Aug 23 06:17:43.733 INFOINFO INFOadding route 172.17.0.8/32 -> 10.0.0.255
72342026-08-23T06:17:45.165Zadding route 172.17.0.43/32 -> 10.0.0.255reset freemap
72352026-08-23T06:17:45.165ZAug 23 06:17:43.733 Aug 23 06:17:43.733, DEBGDEBGAug 23 06:17:43.733 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72362026-08-23T06:17:45.165Zreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
72372026-08-23T06:17:45.165Z replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72382026-08-23T06:17:45.165Z
72392026-08-23T06:17:45.165ZunitAug 23 06:17:43.733 :INFO Aug 23 06:17:43.733Aug 23 06:17:43.733Aug 23 06:17:43.733freemap_route_ipv4
72402026-08-23T06:17:45.165Z INFO adding route 172.17.0.11/32 -> 10.0.0.255 INFOadding route 172.17.0.44/32 -> 10.0.0.255 Aug 23 06:17:43.733
72412026-08-23T06:17:45.165Z DEBGadding route 172.17.0.9/32 -> 10.0.0.255
72422026-08-23T06:17:45.165Z
72432026-08-23T06:17:45.165Z DEBGAug 23 06:17:43.733 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.733
72442026-08-23T06:17:45.165ZDEBG Aug 23 06:17:43.733replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. low: 0, size: 64
72452026-08-23T06:17:45.165Z Aug 23 06:17:43.733DEBG INFO DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
72462026-08-23T06:17:45.165Zreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72472026-08-23T06:17:45.166Z, unitAug 23 06:17:43.733:
72482026-08-23T06:17:45.166Z freemap_route_ipv6Aug 23 06:17:43.733INFO
72492026-08-23T06:17:45.166ZAug 23 06:17:43.733 DEBGadding route 172.17.0.45/32 -> 10.0.0.255Aug 23 06:17:43.733
72502026-08-23T06:17:45.166Z DEBG INFOreset freemap , adding route 172.17.0.10/32 -> 10.0.0.255unitAug 23 06:17:43.733: freemap_route_ipv6DEBG
72512026-08-23T06:17:45.166Z
72522026-08-23T06:17:45.166Z replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72532026-08-23T06:17:45.166Z
72542026-08-23T06:17:45.166ZAug 23 06:17:43.733Aug 23 06:17:43.733 Aug 23 06:17:43.733INFOAug 23 06:17:43.733 INFO Aug 23 06:17:43.733 INFOINFOadding route 172.17.0.46/32 -> 10.0.0.255 adding route 172.17.0.12/32 -> 10.0.0.255
72552026-08-23T06:17:45.166Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
72562026-08-23T06:17:45.166Z
72572026-08-23T06:17:45.166Z
72582026-08-23T06:17:45.166ZDEBG Aug 23 06:17:43.733Aug 23 06:17:43.733replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.733 DEBG Aug 23 06:17:43.733 DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72592026-08-23T06:17:45.166ZDEBG
72602026-08-23T06:17:45.166Z replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72612026-08-23T06:17:45.166Z DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:17:43.733 Aug 23 06:17:43.733
72622026-08-23T06:17:45.167ZINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.733 INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 23 06:17:43.733
72632026-08-23T06:17:45.167Z
72642026-08-23T06:17:45.167Z adding route 172.17.0.47/32 -> 10.0.0.255INFO
72652026-08-23T06:17:45.167Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.11/32 -> 10.0.0.255Aug 23 06:17:43.733
72662026-08-23T06:17:45.167Z Aug 23 06:17:43.733INFO
72672026-08-23T06:17:45.167Z DEBGAug 23 06:17:43.733 adding route 172.17.0.13/32 -> 10.0.0.255Aug 23 06:17:43.733
72682026-08-23T06:17:45.167ZDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72692026-08-23T06:17:45.167ZAug 23 06:17:43.733Aug 23 06:17:43.733 DEBG DEBGDEBG
72702026-08-23T06:17:45.167Z replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.733
72712026-08-23T06:17:45.167Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
72722026-08-23T06:17:45.167Z Aug 23 06:17:43.733adding route 172.17.0.48/32 -> 10.0.0.255Aug 23 06:17:43.733
72732026-08-23T06:17:45.167ZINFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
72742026-08-23T06:17:45.167Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 23 06:17:43.734adding route 172.17.0.12/32 -> 10.0.0.255Aug 23 06:17:43.734
72752026-08-23T06:17:45.168Z Aug 23 06:17:43.734DEBG INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72762026-08-23T06:17:45.168Z DEBGAug 23 06:17:43.734adding route 172.17.0.14/32 -> 10.0.0.255
72772026-08-23T06:17:45.168Z DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.734
72782026-08-23T06:17:45.169Z INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.49/32 -> 10.0.0.255
72792026-08-23T06:17:45.169Z
72802026-08-23T06:17:45.169Z
72812026-08-23T06:17:45.169ZAug 23 06:17:43.734Aug 23 06:17:43.734 DEBGAug 23 06:17:43.734INFO adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72822026-08-23T06:17:45.169ZDEBG
72832026-08-23T06:17:45.169Zreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.734Aug 23 06:17:43.734Aug 23 06:17:43.734
72842026-08-23T06:17:45.169ZAug 23 06:17:43.734 INFO adding route 172.17.0.50/32 -> 10.0.0.255DEBGAug 23 06:17:43.734
72852026-08-23T06:17:45.169Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO INFO
72862026-08-23T06:17:45.169Z Aug 23 06:17:43.734adding route 172.17.0.15/32 -> 10.0.0.255adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
72872026-08-23T06:17:45.169Z
72882026-08-23T06:17:45.169Z Aug 23 06:17:43.734DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72892026-08-23T06:17:45.169ZINFO Aug 23 06:17:43.734adding route 172.17.0.14/32 -> 10.0.0.255Aug 23 06:17:43.734Aug 23 06:17:43.734
72902026-08-23T06:17:45.169Z DEBGINFODEBG Aug 23 06:17:43.734 adding route 172.17.0.51/32 -> 10.0.0.255DEBG
72912026-08-23T06:17:45.169Zreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
72922026-08-23T06:17:45.169Zreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.734
72932026-08-23T06:17:45.169Z
72942026-08-23T06:17:45.169Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 23 06:17:43.734
72952026-08-23T06:17:45.169ZAug 23 06:17:43.734replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOAug 23 06:17:43.734
72962026-08-23T06:17:45.170ZINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO
72972026-08-23T06:17:45.170Zadding route 172.17.0.15/32 -> 10.0.0.255 adding route 172.17.0.16/32 -> 10.0.0.255
72982026-08-23T06:17:45.170ZAug 23 06:17:43.734
72992026-08-23T06:17:45.175ZINFOAug 23 06:17:43.734 adding route 172.17.0.52/32 -> 10.0.0.255DEBG
73002026-08-23T06:17:45.175Z Aug 23 06:17:43.734replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.734 Aug 23 06:17:43.734DEBG DEBG
73012026-08-23T06:17:45.175Z DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73022026-08-23T06:17:45.175Zreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73032026-08-23T06:17:45.175Z
73042026-08-23T06:17:45.175ZAug 23 06:17:43.734Aug 23 06:17:43.734Aug 23 06:17:43.734 Aug 23 06:17:43.734INFO INFO INFO adding route 172.17.0.53/32 -> 10.0.0.255 adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
73052026-08-23T06:17:45.175ZINFOadding route 172.17.0.17/32 -> 10.0.0.255
73062026-08-23T06:17:45.175Z
73072026-08-23T06:17:45.175Zadding route 172.17.0.16/32 -> 10.0.0.255
73082026-08-23T06:17:45.175ZAug 23 06:17:43.734Aug 23 06:17:43.734 DEBGDEBGAug 23 06:17:43.701 Aug 23 06:17:43.734DEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73092026-08-23T06:17:45.176Zreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73102026-08-23T06:17:45.176ZDEBGAug 23 06:17:43.734 DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73112026-08-23T06:17:45.176Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73122026-08-23T06:17:45.176ZAug 23 06:17:43.734 Aug 23 06:17:43.734 created new freemapINFO DEBGINFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff, Aug 23 06:17:43.734
73132026-08-23T06:17:45.176ZAug 23 06:17:43.734unitadding route 172.17.0.54/32 -> 10.0.0.255 INFO
73142026-08-23T06:17:45.176Z : freemap_route_ipv6INFOadding route 172.17.0.18/32 -> 10.0.0.255Aug 23 06:17:43.734 Aug 23 06:17:43.734DEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73152026-08-23T06:17:45.176Z
73162026-08-23T06:17:45.176Z
73172026-08-23T06:17:45.176ZAug 23 06:17:43.747 DEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73182026-08-23T06:17:45.176ZAug 23 06:17:43.747Aug 23 06:17:43.747 DEBG DEBG initted freemap. low: 0, size: 64Aug 23 06:17:43.747DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 23 06:17:43.747DEBG
73192026-08-23T06:17:45.176Zunit INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] :adding route 172.17.0.18/32 -> 10.0.0.255
73202026-08-23T06:17:45.177Z
73212026-08-23T06:17:45.177Z freemap_route_ipv4replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73222026-08-23T06:17:45.177Z
73232026-08-23T06:17:45.177ZAug 23 06:17:43.747 Aug 23 06:17:43.747Aug 23 06:17:43.747DEBGAug 23 06:17:43.747 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOINFO
73242026-08-23T06:17:45.178Zadding route 172.17.0.23/32 -> 10.0.0.255DEBG
73252026-08-23T06:17:45.178Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreset freemap
73262026-08-23T06:17:45.178Z, unitAug 23 06:17:43.747: INFO freemap_route_ipv4Aug 23 06:17:43.747
73272026-08-23T06:17:45.178ZAug 23 06:17:43.747adding route 172.17.0.19/32 -> 10.0.0.255Aug 23 06:17:43.747
73282026-08-23T06:17:45.179Z DEBGAug 23 06:17:43.747 DEBG DEBG INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. low: 0, size: 64
73292026-08-23T06:17:45.179Z,
73302026-08-23T06:17:45.179ZAug 23 06:17:43.747unit : freemap_route_ipv6DEBG
73312026-08-23T06:17:45.179Z Aug 23 06:17:43.747replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.19/32 -> 10.0.0.255
73322026-08-23T06:17:45.179ZINFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 23 06:17:43.747
73332026-08-23T06:17:45.179Z Aug 23 06:17:43.747INFO
73342026-08-23T06:17:45.179ZAug 23 06:17:43.747Aug 23 06:17:43.747 INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 172.17.0.20/32 -> 10.0.0.255 DEBG
73352026-08-23T06:17:45.179Zreset freemap
73362026-08-23T06:17:45.179Z, unitAug 23 06:17:43.747: replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 23 06:17:43.747
73372026-08-23T06:17:45.179Z
73382026-08-23T06:17:45.179ZDEBGAug 23 06:17:43.747 DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGAug 23 06:17:43.747
73392026-08-23T06:17:45.179ZINFOAug 23 06:17:43.747 adding route 172.17.0.25/32 -> 10.0.0.255INFO
73402026-08-23T06:17:45.179ZAug 23 06:17:43.747 replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
73412026-08-23T06:17:45.181Z
73422026-08-23T06:17:45.181ZINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255Aug 23 06:17:43.747Aug 23 06:17:43.747
73432026-08-23T06:17:45.181Z Aug 23 06:17:43.747DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
73442026-08-23T06:17:45.181Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
73452026-08-23T06:17:45.181ZAug 23 06:17:43.747
73462026-08-23T06:17:45.181Z Aug 23 06:17:43.747DEBG
73472026-08-23T06:17:45.181Z INFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
73482026-08-23T06:17:45.181Z
73492026-08-23T06:17:45.181ZAug 23 06:17:43.747 INFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 23 06:17:43.747
73502026-08-23T06:17:45.181ZAug 23 06:17:43.747 Aug 23 06:17:43.747DEBGAug 23 06:17:43.747 INFO Aug 23 06:17:43.747 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] adding route 172.17.0.22/32 -> 10.0.0.255
73512026-08-23T06:17:45.181Z
73522026-08-23T06:17:45.181ZINFO adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73532026-08-23T06:17:45.181ZAug 23 06:17:43.747
73542026-08-23T06:17:45.181ZAug 23 06:17:43.747
73552026-08-23T06:17:45.181Z DEBGINFO Aug 23 06:17:43.747replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
73562026-08-23T06:17:45.181Z
73572026-08-23T06:17:45.182Z INFO Aug 23 06:17:43.747adding route 172.17.0.27/32 -> 10.0.0.255Aug 23 06:17:43.747 Aug 23 06:17:43.747
73582026-08-23T06:17:45.182Z DEBGINFOINFO Aug 23 06:17:43.747 adding route 172.17.0.23/32 -> 10.0.0.255adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
73592026-08-23T06:17:45.182Z
73602026-08-23T06:17:45.182Z
73612026-08-23T06:17:45.182Ztest route::tests::grow_succeeds ... ok
73622026-08-23T06:17:45.182ZDEBGAug 23 06:17:43.747Aug 23 06:17:43.747Aug 23 06:17:43.747 Aug 23 06:17:43.747INFODEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
73632026-08-23T06:17:45.182Z replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73642026-08-23T06:17:45.182Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73652026-08-23T06:17:45.182ZAug 23 06:17:43.747
73662026-08-23T06:17:45.182ZDEBG
73672026-08-23T06:17:45.182Z Aug 23 06:17:43.747replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
73682026-08-23T06:17:45.182ZINFOAug 23 06:17:43.747 adding route 172.17.0.24/32 -> 10.0.0.255
73692026-08-23T06:17:45.184Ztest route::tests::add_target_fails_full ... ok
73702026-08-23T06:17:45.184ZINFOAug 23 06:17:43.747 Aug 23 06:17:43.747DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
73712026-08-23T06:17:45.184ZAug 23 06:17:43.747 Aug 23 06:17:43.747INFO
73722026-08-23T06:17:45.184ZDEBG adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73732026-08-23T06:17:45.184Z
73742026-08-23T06:17:45.184ZAug 23 06:17:43.766 INFOAug 23 06:17:43.766Aug 23 06:17:43.766 DEBG INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73752026-08-23T06:17:45.184Zadding route 172.17.0.25/32 -> 10.0.0.255
73762026-08-23T06:17:45.184Zadding route 172.17.0.55/32 -> 10.0.0.255
73772026-08-23T06:17:45.184ZAug 23 06:17:43.766 INFO Aug 23 06:17:43.766adding route 172.17.0.22/32 -> 10.0.0.255
73782026-08-23T06:17:45.185ZDEBG Aug 23 06:17:43.766replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73792026-08-23T06:17:45.185ZDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.766initted freemap. low: 0, size: 64
73802026-08-23T06:17:45.185ZDEBG, Aug 23 06:17:43.766unit : INFOfreemap_route_ipv6replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73812026-08-23T06:17:45.185Z
73822026-08-23T06:17:45.185Zadding route 172.17.0.56/32 -> 10.0.0.255Aug 23 06:17:43.766
73832026-08-23T06:17:45.185Z INFOAug 23 06:17:43.766 INFOadding route 172.17.0.26/32 -> 10.0.0.255Aug 23 06:17:43.766
73842026-08-23T06:17:45.185Z adding route 172.17.0.23/32 -> 10.0.0.255Aug 23 06:17:43.766DEBG
73852026-08-23T06:17:45.185Z DEBGreset freemapAug 23 06:17:43.766 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
73862026-08-23T06:17:45.186Z, unit: freemap_route_ipv6replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.766Aug 23 06:17:43.766 INFO
73872026-08-23T06:17:45.186Z adding route 172.17.0.57/32 -> 10.0.0.255DEBG
73882026-08-23T06:17:45.186Z
73892026-08-23T06:17:45.186Z replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.766
73902026-08-23T06:17:45.186Z Aug 23 06:17:43.766INFOAug 23 06:17:43.766 adding route 172.16.0.0/32 -> 10.0.0.1 INFOAug 23 06:17:43.766DEBG
73912026-08-23T06:17:45.186Z replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255
73922026-08-23T06:17:45.186Z
73932026-08-23T06:17:45.186Z INFOAug 23 06:17:43.766 DEBGAug 23 06:17:43.766adding route 172.17.0.24/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 23 06:17:43.766
73942026-08-23T06:17:45.186Z INFO
73952026-08-23T06:17:45.186ZDEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73962026-08-23T06:17:45.186Z
73972026-08-23T06:17:45.186ZAug 23 06:17:43.766 Aug 23 06:17:43.766DEBG Aug 23 06:17:43.766DEBG Aug 23 06:17:43.766 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
73982026-08-23T06:17:45.186ZINFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73992026-08-23T06:17:45.191Zadding route 172.17.0.28/32 -> 10.0.0.255
74002026-08-23T06:17:45.192Z
74012026-08-23T06:17:45.192ZAug 23 06:17:43.766Aug 23 06:17:43.766 Aug 23 06:17:43.766INFO INFO DEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255
74022026-08-23T06:17:45.192Z
74032026-08-23T06:17:45.192Z
74042026-08-23T06:17:45.192ZAug 23 06:17:43.766Aug 23 06:17:43.766 Aug 23 06:17:43.766DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74052026-08-23T06:17:45.192Zadding route 172.17.0.29/32 -> 10.0.0.255DEBG
74062026-08-23T06:17:45.192Z replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.766 INFO
74072026-08-23T06:17:45.192Z adding route 172.17.0.60/32 -> 10.0.0.255Aug 23 06:17:43.766
74082026-08-23T06:17:45.192ZAug 23 06:17:43.766 DEBG INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.766
74092026-08-23T06:17:45.192Zadding route 172.17.0.26/32 -> 10.0.0.255DEBG
74102026-08-23T06:17:45.192Zreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74112026-08-23T06:17:45.192ZAug 23 06:17:43.766 INFOadding route 172.17.0.28/32 -> 10.0.0.255Aug 23 06:17:43.766 Aug 23 06:17:43.766adding route 172.17.0.30/32 -> 10.0.0.255INFO
74122026-08-23T06:17:45.192Zadding route 172.17.0.61/32 -> 10.0.0.255
74132026-08-23T06:17:45.193Z
74142026-08-23T06:17:45.193ZDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.766
74152026-08-23T06:17:45.193Z Aug 23 06:17:43.766DEBG DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74162026-08-23T06:17:45.193Zreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74172026-08-23T06:17:45.194ZAug 23 06:17:43.766Aug 23 06:17:43.766 Aug 23 06:17:43.766 DEBG Aug 23 06:17:43.766INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74182026-08-23T06:17:45.194ZINFO adding route 172.17.0.31/32 -> 10.0.0.255INFO
74192026-08-23T06:17:45.194Zadding route 172.17.0.27/32 -> 10.0.0.255
74202026-08-23T06:17:45.194Zadding route 172.17.0.62/32 -> 10.0.0.255Aug 23 06:17:43.766
74212026-08-23T06:17:45.194Z INFOAug 23 06:17:43.766 Aug 23 06:17:43.766 Aug 23 06:17:43.766DEBGadding route 172.17.0.29/32 -> 10.0.0.255DEBG
74222026-08-23T06:17:45.194Z DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74232026-08-23T06:17:45.194Z
74242026-08-23T06:17:45.194Zreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.766
74252026-08-23T06:17:45.194Z DEBGAug 23 06:17:43.766 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.766INFO
74262026-08-23T06:17:45.194ZINFOadding route 172.17.0.32/32 -> 10.0.0.255
74272026-08-23T06:17:45.194Zadding route 172.17.0.63/32 -> 10.0.0.255
74282026-08-23T06:17:45.194ZAug 23 06:17:43.766Aug 23 06:17:43.766 INFOINFOAug 23 06:17:43.766Aug 23 06:17:43.766 adding route 172.17.0.28/32 -> 10.0.0.255DEBGDEBG adding route 172.17.0.30/32 -> 10.0.0.255
74292026-08-23T06:17:45.194Z
74302026-08-23T06:17:45.194Zreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74312026-08-23T06:17:45.194Z
74322026-08-23T06:17:45.194ZAug 23 06:17:43.766 DEBGAug 23 06:17:43.766 Aug 23 06:17:43.766replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 23 06:17:43.766 DEBGINFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.33/32 -> 10.0.0.255
74332026-08-23T06:17:45.195Zfailed to allocate space for the new target list
74342026-08-23T06:17:45.195Z
74352026-08-23T06:17:45.195Z
74362026-08-23T06:17:45.195ZAug 23 06:17:43.766Aug 23 06:17:43.766 Aug 23 06:17:43.766DEBGAug 23 06:17:43.766 DEBGINFO INFOadding route 172.17.0.31/32 -> 10.0.0.255
74372026-08-23T06:17:45.195Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
74382026-08-23T06:17:45.195Z
74392026-08-23T06:17:45.195Z adding route 172.17.0.29/32 -> 10.0.0.255
74402026-08-23T06:17:45.195ZAug 23 06:17:43.766Aug 23 06:17:43.766 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255
74412026-08-23T06:17:45.195ZAug 23 06:17:43.766Aug 23 06:17:43.766
74422026-08-23T06:17:45.195Z DEBGDEBG Aug 23 06:17:43.766failed to allocate space for the new target listAug 23 06:17:43.766
74432026-08-23T06:17:45.195Z replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
74442026-08-23T06:17:45.195ZDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
74452026-08-23T06:17:45.195Z
74462026-08-23T06:17:45.195ZAug 23 06:17:43.766 INFO adding route 172.17.0.30/32 -> 10.0.0.255
74472026-08-23T06:17:45.195ZAug 23 06:17:43.766Aug 23 06:17:43.766 DEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.766
74482026-08-23T06:17:45.196Z adding route 172.17.0.35/32 -> 10.0.0.255DEBG
74492026-08-23T06:17:45.196Z replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.766
74502026-08-23T06:17:45.196Z INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 23 06:17:43.766
74512026-08-23T06:17:45.196Z DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.766Aug 23 06:17:43.766adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
74522026-08-23T06:17:45.196Z
74532026-08-23T06:17:45.196ZDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
74542026-08-23T06:17:45.196Z Aug 23 06:17:43.766adding route 172.17.0.31/32 -> 10.0.0.255
74552026-08-23T06:17:45.196ZINFO adding route 172.17.0.36/32 -> 10.0.0.255
74562026-08-23T06:17:45.196ZAug 23 06:17:43.766Aug 23 06:17:43.766 Aug 23 06:17:43.734 INFODEBG Aug 23 06:17:43.766 created new freemapDEBGadding route 172.17.0.34/32 -> 10.0.0.255, DEBG
74572026-08-23T06:17:45.196Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
74582026-08-23T06:17:45.196Z: freemap_route_ipv4Aug 23 06:17:43.766
74592026-08-23T06:17:45.196Z Aug 23 06:17:43.766Aug 23 06:17:43.766replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
74602026-08-23T06:17:45.196ZDEBGDEBG Aug 23 06:17:43.766replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
74612026-08-23T06:17:45.198ZDEBG adding route 172.17.0.37/32 -> 10.0.0.255 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap,
74622026-08-23T06:17:45.198Zunit
74632026-08-23T06:17:45.198ZAug 23 06:17:43.766: INFOAug 23 06:17:43.766 Aug 23 06:17:43.766freemap_route_ipv6 DEBGadding route 172.17.0.35/32 -> 10.0.0.255 Aug 23 06:17:43.766
74642026-08-23T06:17:45.198Z
74652026-08-23T06:17:45.198Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
74662026-08-23T06:17:45.198Z Aug 23 06:17:43.766 Aug 23 06:17:43.766 DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff DEBG
74672026-08-23T06:17:45.198Z initted freemap. low: 0, size: 64Aug 23 06:17:43.766INFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO,
74682026-08-23T06:17:45.198Zunit: adding route 172.17.0.38/32 -> 10.0.0.255
74692026-08-23T06:17:45.198Zfreemap_route_ipv4Aug 23 06:17:43.766
74702026-08-23T06:17:45.198ZAug 23 06:17:43.766 INFODEBG Aug 23 06:17:43.766replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.36/32 -> 10.0.0.255Aug 23 06:17:43.766
74712026-08-23T06:17:45.198Z
74722026-08-23T06:17:45.199Z DEBGDEBG reset freemapAug 23 06:17:43.766Aug 23 06:17:43.766, replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unit
74732026-08-23T06:17:45.199ZDEBG : freemap_route_ipv4replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74742026-08-23T06:17:45.199ZINFO
74752026-08-23T06:17:45.199Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 172.17.0.32/32 -> 10.0.0.255
74762026-08-23T06:17:45.199Z
74772026-08-23T06:17:45.199ZAug 23 06:17:43.766 Aug 23 06:17:43.766Aug 23 06:17:43.766DEBG Aug 23 06:17:43.766INFO initted freemap. low: 0, size: 64 , Aug 23 06:17:43.766unit :DEBGadding route 172.17.0.37/32 -> 10.0.0.255 DEBG
74782026-08-23T06:17:45.199Zfreemap_route_ipv6 replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
74792026-08-23T06:17:45.199ZINFO
74802026-08-23T06:17:45.199ZAug 23 06:17:43.766 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.766 Aug 23 06:17:43.766 DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
74812026-08-23T06:17:45.200Zreset freemap adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
74822026-08-23T06:17:45.200Z,
74832026-08-23T06:17:45.200Zunit:Aug 23 06:17:43.766adding route 172.17.0.39/32 -> 10.0.0.255 freemap_route_ipv6INFO
74842026-08-23T06:17:45.200Z
74852026-08-23T06:17:45.200ZAug 23 06:17:43.766adding route 172.17.0.38/32 -> 10.0.0.255
74862026-08-23T06:17:45.200Z DEBG Aug 23 06:17:43.766Aug 23 06:17:43.766Aug 23 06:17:43.766Aug 23 06:17:43.766 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG DEBG INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74872026-08-23T06:17:45.200ZAug 23 06:17:43.766Aug 23 06:17:43.766 DEBG DEBGAug 23 06:17:43.783 created new freemapINFOcreated new freemap , adding route 172.17.0.39/32 -> 10.0.0.255unit
74882026-08-23T06:17:45.200Z:, unitfreemap_route_ipv4:Aug 23 06:17:43.783
74892026-08-23T06:17:45.200Z DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
74902026-08-23T06:17:45.200Z
74912026-08-23T06:17:45.200Z
74922026-08-23T06:17:45.200ZINFOAug 23 06:17:43.783 adding route 172.17.0.33/32 -> 10.0.0.255INFO
74932026-08-23T06:17:45.201Z Aug 23 06:17:43.783Aug 23 06:17:43.783adding route 172.17.0.40/32 -> 10.0.0.255
74942026-08-23T06:17:45.201Z INFODEBG Aug 23 06:17:43.783 adding route 172.17.0.40/32 -> 10.0.0.255created new freemap
74952026-08-23T06:17:45.201ZAug 23 06:17:43.783DEBG DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
74962026-08-23T06:17:45.201Z replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
74972026-08-23T06:17:45.203Z:Aug 23 06:17:43.783 freemap_route_ipv6INFO
74982026-08-23T06:17:45.203ZAug 23 06:17:43.783 adding route 172.17.0.34/32 -> 10.0.0.255Aug 23 06:17:43.783INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255
74992026-08-23T06:17:45.207Zreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75002026-08-23T06:17:45.207Z
75012026-08-23T06:17:45.208ZAug 23 06:17:43.783Aug 23 06:17:43.783 Aug 23 06:17:43.783DEBG Aug 23 06:17:43.783replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG INFO
75022026-08-23T06:17:45.208ZDEBG initted freemap. low: 0, size: 64adding route 172.17.0.41/32 -> 10.0.0.255, unit
75032026-08-23T06:17:45.208Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
75042026-08-23T06:17:45.208ZAug 23 06:17:43.783 Aug 23 06:17:43.783INFO DEBG freemap_route_ipv4adding route 172.17.0.42/32 -> 10.0.0.255
75052026-08-23T06:17:45.208Zreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75062026-08-23T06:17:45.208Z
75072026-08-23T06:17:45.208ZAug 23 06:17:43.783 Aug 23 06:17:43.783Aug 23 06:17:43.783 INFO DEBGINFO adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255
75082026-08-23T06:17:45.208Z
75092026-08-23T06:17:45.208ZAug 23 06:17:43.783
75102026-08-23T06:17:45.208Z DEBGAug 23 06:17:43.783Aug 23 06:17:43.783 INFOAug 23 06:17:43.783 DEBGadding route 172.17.0.43/32 -> 10.0.0.255 reset freemapDEBG
75112026-08-23T06:17:45.208Z replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75122026-08-23T06:17:45.208Z
75132026-08-23T06:17:45.210ZunitAug 23 06:17:43.783: Aug 23 06:17:43.783DEBG freemap_route_ipv4replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75142026-08-23T06:17:45.210Z
75152026-08-23T06:17:45.210ZAug 23 06:17:43.783INFO adding route 172.17.0.36/32 -> 10.0.0.255
75162026-08-23T06:17:45.210ZAug 23 06:17:43.783INFO INFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
75172026-08-23T06:17:45.210Z
75182026-08-23T06:17:45.210ZAug 23 06:17:43.783 Aug 23 06:17:43.783DEBG Aug 23 06:17:43.783Aug 23 06:17:43.783replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75192026-08-23T06:17:45.210ZDEBG DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75202026-08-23T06:17:45.210Zreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75212026-08-23T06:17:45.210ZAug 23 06:17:43.783 initted freemap. low: 0, size: 64Aug 23 06:17:43.783 , INFOAug 23 06:17:43.783 adding route 172.17.0.45/32 -> 10.0.0.255INFOunitINFO
75222026-08-23T06:17:45.210Zadding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
75232026-08-23T06:17:45.210Z
75242026-08-23T06:17:45.210Z: Aug 23 06:17:43.783Aug 23 06:17:43.783 Aug 23 06:17:43.783 DEBGDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75252026-08-23T06:17:45.210Z
75262026-08-23T06:17:45.210Zfreemap_route_ipv6DEBG
75272026-08-23T06:17:45.210Z Aug 23 06:17:43.783replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.783
75282026-08-23T06:17:45.210Z INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255 Aug 23 06:17:43.783adding route 172.17.0.45/32 -> 10.0.0.255
75292026-08-23T06:17:45.211Z INFOAug 23 06:17:43.783
75302026-08-23T06:17:45.213Z adding route 172.17.0.38/32 -> 10.0.0.255DEBGAug 23 06:17:43.783
75312026-08-23T06:17:45.213Z reset freemapAug 23 06:17:43.783DEBG, unitreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75322026-08-23T06:17:45.213ZDEBG: Aug 23 06:17:43.783Aug 23 06:17:43.783 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75332026-08-23T06:17:45.213Zfreemap_route_ipv6 INFO
75342026-08-23T06:17:45.213Zreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255Aug 23 06:17:43.783
75352026-08-23T06:17:45.213Z
75362026-08-23T06:17:45.213Z INFO Aug 23 06:17:43.783adding route 172.17.0.46/32 -> 10.0.0.255Aug 23 06:17:43.783
75372026-08-23T06:17:45.213ZDEBGAug 23 06:17:43.783 INFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75382026-08-23T06:17:45.213ZAug 23 06:17:43.783INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
75392026-08-23T06:17:45.213Zadding route 172.17.0.39/32 -> 10.0.0.255Aug 23 06:17:43.783DEBG INFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255
75402026-08-23T06:17:45.213Z
75412026-08-23T06:17:45.213Z
75422026-08-23T06:17:45.213ZAug 23 06:17:43.783Aug 23 06:17:43.783 Aug 23 06:17:43.783DEBGDEBG Aug 23 06:17:43.783replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
75432026-08-23T06:17:45.213Z replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75442026-08-23T06:17:45.214Zadding route 172.17.0.47/32 -> 10.0.0.255
75452026-08-23T06:17:45.214Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:17:43.783
75462026-08-23T06:17:45.215Z INFO Aug 23 06:17:43.783adding route 172.17.0.49/32 -> 10.0.0.255
75472026-08-23T06:17:45.215ZINFO
75482026-08-23T06:17:45.215ZAug 23 06:17:43.783 Aug 23 06:17:43.783adding route 172.17.0.40/32 -> 10.0.0.255DEBGAug 23 06:17:43.783
75492026-08-23T06:17:45.215ZAug 23 06:17:43.783replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75502026-08-23T06:17:45.215Z INFOINFODEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.783
75512026-08-23T06:17:45.215Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
75522026-08-23T06:17:45.215Zadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 23 06:17:43.783Aug 23 06:17:43.783replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
75532026-08-23T06:17:45.216Z
75542026-08-23T06:17:45.216Zadding route 172.17.0.50/32 -> 10.0.0.255INFOAug 23 06:17:43.783
75552026-08-23T06:17:45.216Z DEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
75562026-08-23T06:17:45.216ZAug 23 06:17:43.783
75572026-08-23T06:17:45.216ZAug 23 06:17:43.783 DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255
75582026-08-23T06:17:45.216Z
75592026-08-23T06:17:45.216ZAug 23 06:17:43.783 INFOAug 23 06:17:43.783 Aug 23 06:17:43.783adding route 3fff:beef:14::/64 -> 2001:db8::55:ff Aug 23 06:17:43.783 DEBG
75602026-08-23T06:17:45.216Ztest route::tests::same_size_non_subset_replace ... ok
75612026-08-23T06:17:45.216ZDEBGINFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
75622026-08-23T06:17:45.218Ztest route::tests::delete_targets_fragmented ... ok
75632026-08-23T06:17:45.218Ztest route::tests::delete_target_fragmented ... ok
75642026-08-23T06:17:45.218ZAug 23 06:17:43.783
75652026-08-23T06:17:45.218Z
75662026-08-23T06:17:45.218ZDEBG Aug 23 06:17:43.783Aug 23 06:17:43.783replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
75672026-08-23T06:17:45.218Z Aug 23 06:17:43.783 Aug 23 06:17:43.783INFODEBG Aug 23 06:17:43.783adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75682026-08-23T06:17:45.218Z
75692026-08-23T06:17:45.218ZINFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff DEBGadding route 172.17.0.49/32 -> 10.0.0.255
75702026-08-23T06:17:45.218Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 23 06:17:43.783Aug 23 06:17:43.783
75712026-08-23T06:17:45.218Z DEBG INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:17:43.783
75722026-08-23T06:17:45.218Zadding route 172.17.0.52/32 -> 10.0.0.255 DEBG
75732026-08-23T06:17:45.219Z
75742026-08-23T06:17:45.219Z replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.783
75752026-08-23T06:17:45.219Z Aug 23 06:17:43.783Aug 23 06:17:43.783 DEBGDEBG Aug 23 06:17:43.783INFO Aug 23 06:17:43.783INFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.43/32 -> 10.0.0.255
75762026-08-23T06:17:45.219Zreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75772026-08-23T06:17:45.219Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
75782026-08-23T06:17:45.219Z
75792026-08-23T06:17:45.219Z INFO Aug 23 06:17:43.783adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 23 06:17:43.783Aug 23 06:17:43.783DEBG
75802026-08-23T06:17:45.219Z replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 23 06:17:43.783
75812026-08-23T06:17:45.219Zreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
75822026-08-23T06:17:45.219Z INFOadding route 172.17.0.53/32 -> 10.0.0.255Aug 23 06:17:43.783
75832026-08-23T06:17:45.219Z Aug 23 06:17:43.783INFO adding route 172.17.0.50/32 -> 10.0.0.255INFOAug 23 06:17:43.783 Aug 23 06:17:43.783adding route 3fff:beef:17::/64 -> 2001:db8::55:ff adding route 172.17.0.44/32 -> 10.0.0.255DEBG
75842026-08-23T06:17:45.219Z replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75852026-08-23T06:17:45.219Z
75862026-08-23T06:17:45.219Z
75872026-08-23T06:17:45.219Z Aug 23 06:17:43.783Aug 23 06:17:43.783DEBGAug 23 06:17:43.783 Aug 23 06:17:43.783 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGDEBG
75882026-08-23T06:17:45.219ZINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
75892026-08-23T06:17:45.219Z DEBG
75902026-08-23T06:17:45.219Z replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75912026-08-23T06:17:45.219Zreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.783
75922026-08-23T06:17:45.220ZAug 23 06:17:43.783Aug 23 06:17:43.783 Aug 23 06:17:43.783DEBG INFO Aug 23 06:17:43.783replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
75932026-08-23T06:17:45.220ZINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff adding route 172.17.0.51/32 -> 10.0.0.255
75942026-08-23T06:17:45.220ZAug 23 06:17:43.783
75952026-08-23T06:17:45.220Zadding route 3fff:dead::/64 -> 2001:db8::55:4 INFO
75962026-08-23T06:17:45.220Zadding route 172.17.0.55/32 -> 10.0.0.255Aug 23 06:17:43.783 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255
75972026-08-23T06:17:45.220Z
75982026-08-23T06:17:45.220ZAug 23 06:17:43.783Aug 23 06:17:43.783 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 23 06:17:43.783
75992026-08-23T06:17:45.225Z Aug 23 06:17:43.783DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
76002026-08-23T06:17:45.225ZDEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
76012026-08-23T06:17:45.225Z replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76022026-08-23T06:17:45.225Z
76032026-08-23T06:17:45.225ZAug 23 06:17:43.783 Aug 23 06:17:43.783INFOAug 23 06:17:43.783 Aug 23 06:17:43.783Aug 23 06:17:43.783 INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO
76042026-08-23T06:17:45.225Z adding route 172.17.0.56/32 -> 10.0.0.255
76052026-08-23T06:17:45.225Zadding route 172.17.0.52/32 -> 10.0.0.255 Aug 23 06:17:43.783DEBG adding route 172.17.0.46/32 -> 10.0.0.255
76062026-08-23T06:17:45.226Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
76072026-08-23T06:17:45.226Z
76082026-08-23T06:17:45.226Z
76092026-08-23T06:17:45.227ZAug 23 06:17:43.800Aug 23 06:17:43.800Aug 23 06:17:43.800 DEBGAug 23 06:17:43.800INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76102026-08-23T06:17:45.227ZDEBG
76112026-08-23T06:17:45.227Z replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76122026-08-23T06:17:45.227Z Aug 23 06:17:43.800replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.800 DEBG Aug 23 06:17:43.800replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
76132026-08-23T06:17:45.227ZINFO adding route 172.17.0.53/32 -> 10.0.0.255INFO
76142026-08-23T06:17:45.227ZAug 23 06:17:43.800 adding route 172.17.0.47/32 -> 10.0.0.255INFO
76152026-08-23T06:17:45.227Z Aug 23 06:17:43.800adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff DEBG
76162026-08-23T06:17:45.227Z replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.800
76172026-08-23T06:17:45.227ZDEBG Aug 23 06:17:43.800adding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:17:43.800
76182026-08-23T06:17:45.227ZINFO DEBGadding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76192026-08-23T06:17:45.227Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.800
76202026-08-23T06:17:45.227Z DEBG
76212026-08-23T06:17:45.228Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 23 06:17:43.800
76222026-08-23T06:17:45.228Z Aug 23 06:17:43.800INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 23 06:17:43.800
76232026-08-23T06:17:45.228Z INFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
76242026-08-23T06:17:45.228Z
76252026-08-23T06:17:45.228ZAug 23 06:17:43.800 Aug 23 06:17:43.800INFO Aug 23 06:17:43.800DEBGadding route 172.17.0.48/32 -> 10.0.0.255Aug 23 06:17:43.800 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
76262026-08-23T06:17:45.228ZDEBG
76272026-08-23T06:17:45.228Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255
76282026-08-23T06:17:45.228ZAug 23 06:17:43.800Aug 23 06:17:43.800
76292026-08-23T06:17:45.229Z INFODEBG Aug 23 06:17:43.800replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.800
76302026-08-23T06:17:45.229Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBGDEBG
76312026-08-23T06:17:45.229Zreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
76322026-08-23T06:17:45.229Z
76332026-08-23T06:17:45.229ZAug 23 06:17:43.800Aug 23 06:17:43.800 INFODEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
76342026-08-23T06:17:45.229Z
76352026-08-23T06:17:45.229ZAug 23 06:17:43.800 INFO adding route 172.17.0.56/32 -> 10.0.0.255
76362026-08-23T06:17:45.229ZAug 23 06:17:43.800Aug 23 06:17:43.800 Aug 23 06:17:43.800DEBG INFOreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76372026-08-23T06:17:45.230Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76382026-08-23T06:17:45.230Z
76392026-08-23T06:17:45.230ZAug 23 06:17:43.800 INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 23 06:17:43.800
76402026-08-23T06:17:45.230Z Aug 23 06:17:43.800INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255 Aug 23 06:17:43.800replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
76412026-08-23T06:17:45.230Z
76422026-08-23T06:17:45.230ZDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.800
76432026-08-23T06:17:45.230Z Aug 23 06:17:43.800INFO DEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76442026-08-23T06:17:45.230ZAug 23 06:17:43.800
76452026-08-23T06:17:45.230Z INFOAug 23 06:17:43.800 adding route 172.17.0.51/32 -> 10.0.0.255DEBG
76462026-08-23T06:17:45.230Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:17:43.800
76472026-08-23T06:17:45.230Z Aug 23 06:17:43.800INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255Aug 23 06:17:43.800
76482026-08-23T06:17:45.230Z replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76492026-08-23T06:17:45.230ZAug 23 06:17:43.800 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
76502026-08-23T06:17:45.230ZDEBG Aug 23 06:17:43.800replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76512026-08-23T06:17:45.230ZINFO Aug 23 06:17:43.800 adding route 172.17.0.52/32 -> 10.0.0.255DEBG
76522026-08-23T06:17:45.231ZAug 23 06:17:43.800 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
76532026-08-23T06:17:45.231Z adding route 172.17.0.59/32 -> 10.0.0.255Aug 23 06:17:43.800
76542026-08-23T06:17:45.231ZDEBGAug 23 06:17:43.800 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76552026-08-23T06:17:45.231ZAug 23 06:17:43.800 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
76562026-08-23T06:17:45.231ZDEBG Aug 23 06:17:43.800 replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76572026-08-23T06:17:45.231Z adding route 172.17.0.53/32 -> 10.0.0.255Aug 23 06:17:43.800
76582026-08-23T06:17:45.231Z DEBG Aug 23 06:17:43.800replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
76592026-08-23T06:17:45.231ZINFOAug 23 06:17:43.800Aug 23 06:17:43.800 DEBGadding route 172.17.0.60/32 -> 10.0.0.255DEBG
76602026-08-23T06:17:45.231Ztest route::tests::shrink_preserves_compacted_order ... ok
76612026-08-23T06:17:45.231Ztest route::tests::delete_target_full ... ok
76622026-08-23T06:17:45.232Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
76632026-08-23T06:17:45.232Zcreated new freemapAug 23 06:17:43.800 , replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
76642026-08-23T06:17:45.232Z:Aug 23 06:17:43.800 INFO Aug 23 06:17:43.800adding route 3fff:beef:22::/64 -> 2001:db8::55:fffreemap_route_ipv6
76652026-08-23T06:17:45.232ZDEBG
76662026-08-23T06:17:45.232ZINFO adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76672026-08-23T06:17:45.232Z
76682026-08-23T06:17:45.232ZAug 23 06:17:43.800 Aug 23 06:17:43.800DEBG Aug 23 06:17:43.800DEBG DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
76692026-08-23T06:17:45.232Z replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. low: 0, size: 64
76702026-08-23T06:17:45.232Z, Aug 23 06:17:43.800unit :Aug 23 06:17:43.800DEBG INFOfailed to allocate space for the new target listAug 23 06:17:43.800
76712026-08-23T06:17:45.232Zfreemap_route_ipv4
76722026-08-23T06:17:45.232Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
76732026-08-23T06:17:45.232ZINFOAug 23 06:17:43.800 DEBGAug 23 06:17:43.800Aug 23 06:17:43.800 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG
76742026-08-23T06:17:45.232Zreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255
76752026-08-23T06:17:45.232ZDEBG reset freemap
76762026-08-23T06:17:45.232Z, unit: Aug 23 06:17:43.800freemap_route_ipv4
76772026-08-23T06:17:45.232ZINFOAug 23 06:17:43.800
76782026-08-23T06:17:45.232Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
76792026-08-23T06:17:45.232ZDEBG Aug 23 06:17:43.800replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76802026-08-23T06:17:45.232ZINFOAug 23 06:17:43.800Aug 23 06:17:43.800 DEBGDEBGAug 23 06:17:43.800 adding route 172.17.0.57/32 -> 10.0.0.255 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOinitted freemap. low: 0, size: 64
76812026-08-23T06:17:45.233Z
76822026-08-23T06:17:45.233Z, adding route 172.17.0.56/32 -> 10.0.0.255unit:
76832026-08-23T06:17:45.233Z freemap_route_ipv6Aug 23 06:17:43.800Aug 23 06:17:43.800
76842026-08-23T06:17:45.233Z DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76852026-08-23T06:17:45.233ZAug 23 06:17:43.800Aug 23 06:17:43.800adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
76862026-08-23T06:17:45.233ZDEBG DEBGreset freemap Aug 23 06:17:43.800replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
76872026-08-23T06:17:45.233Z Aug 23 06:17:43.800DEBGunit replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO: Aug 23 06:17:43.800
76882026-08-23T06:17:45.233Z INFO adding route 172.17.0.58/32 -> 10.0.0.255
76892026-08-23T06:17:45.233Zadding route 172.17.0.57/32 -> 10.0.0.255Aug 23 06:17:43.800
76902026-08-23T06:17:45.233Zfreemap_route_ipv6
76912026-08-23T06:17:45.233ZINFO Aug 23 06:17:43.800adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
76922026-08-23T06:17:45.233ZDEBGAug 23 06:17:43.800 INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76932026-08-23T06:17:45.234ZAug 23 06:17:43.800adding route 172.16.0.0/32 -> 10.0.0.1
76942026-08-23T06:17:45.234ZDEBG Aug 23 06:17:43.800replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:17:43.800
76952026-08-23T06:17:45.234ZAug 23 06:17:43.800DEBG DEBGINFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 23 06:17:43.800
76962026-08-23T06:17:45.234Zadding route 172.17.0.59/32 -> 10.0.0.255
76972026-08-23T06:17:45.234ZINFO
76982026-08-23T06:17:45.234Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 23 06:17:43.800
76992026-08-23T06:17:45.239Z Aug 23 06:17:43.800Aug 23 06:17:43.800 DEBGINFOINFO Aug 23 06:17:43.800 adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77002026-08-23T06:17:45.239ZDEBG
77012026-08-23T06:17:45.239Zadding route 172.16.0.0/32 -> 10.0.0.2 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77022026-08-23T06:17:45.240ZAug 23 06:17:43.800
77032026-08-23T06:17:45.240Z DEBGAug 23 06:17:43.800 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.800
77042026-08-23T06:17:45.240ZINFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 23 06:17:43.800DEBG
77052026-08-23T06:17:45.240Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 23 06:17:43.800INFO Aug 23 06:17:43.800
77062026-08-23T06:17:45.240Z INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
77072026-08-23T06:17:45.240Z replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
77082026-08-23T06:17:45.240Z
77092026-08-23T06:17:45.240ZAug 23 06:17:43.800Aug 23 06:17:43.800 INFODEBGAug 23 06:17:43.800 adding route 172.16.0.0/32 -> 10.0.0.3Aug 23 06:17:43.800DEBG
77102026-08-23T06:17:45.240Z failed to allocate space for the new target listreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77112026-08-23T06:17:45.240Z
77122026-08-23T06:17:45.240Z DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:17:43.800Aug 23 06:17:43.800 Aug 23 06:17:43.800DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
77132026-08-23T06:17:45.240Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
77142026-08-23T06:17:45.240Z
77152026-08-23T06:17:45.240ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
77162026-08-23T06:17:45.241ZAug 23 06:17:43.800Aug 23 06:17:43.800 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
77172026-08-23T06:17:45.241Z
77182026-08-23T06:17:45.241ZAug 23 06:17:43.800 INFO Aug 23 06:17:43.800Aug 23 06:17:43.800adding route 172.16.0.0/32 -> 10.0.0.4
77192026-08-23T06:17:45.241ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
77202026-08-23T06:17:45.241Z Aug 23 06:17:43.800replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG Aug 23 06:17:43.800 DEBG created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }],
77212026-08-23T06:17:45.241Zunit: freemap_route_ipv4Aug 23 06:17:43.818
77222026-08-23T06:17:45.241Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
77232026-08-23T06:17:45.241Z
77242026-08-23T06:17:45.241ZAug 23 06:17:43.800 Aug 23 06:17:43.818DEBG INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:17:43.818adding route 172.17.0.61/32 -> 10.0.0.255
77252026-08-23T06:17:45.241Z
77262026-08-23T06:17:45.241ZDEBG created new freemap, unit:Aug 23 06:17:43.818 Aug 23 06:17:43.818freemap_route_ipv6
77272026-08-23T06:17:45.241ZDEBG INFOreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77282026-08-23T06:17:45.241ZAug 23 06:17:43.818adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
77292026-08-23T06:17:45.241ZDEBG initted freemap. low: 0, size: 64, unitAug 23 06:17:43.818Aug 23 06:17:43.818 : INFOfreemap_route_ipv4DEBG
77302026-08-23T06:17:45.241Z replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.62/32 -> 10.0.0.255
77312026-08-23T06:17:45.242Z
77322026-08-23T06:17:45.242ZAug 23 06:17:43.818 DEBGAug 23 06:17:43.818Aug 23 06:17:43.818 INFODEBG reset freemap adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
77332026-08-23T06:17:45.242Zunit
77342026-08-23T06:17:45.242Z: freemap_route_ipv4
77352026-08-23T06:17:45.242ZAug 23 06:17:43.818Aug 23 06:17:43.818 DEBGAug 23 06:17:43.818DEBG DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77362026-08-23T06:17:45.242Zinitted freemap. low: 0, size: 64 , failed to allocate space for the new target listunit
77372026-08-23T06:17:45.244Z:Aug 23 06:17:43.818 INFOfreemap_route_ipv6
77382026-08-23T06:17:45.244Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 23 06:17:43.818
77392026-08-23T06:17:45.244Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 23 06:17:43.818
77402026-08-23T06:17:45.244Z Aug 23 06:17:43.818DEBG DEBGreset freemap , replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
77412026-08-23T06:17:45.244Z: freemap_route_ipv6
77422026-08-23T06:17:45.244ZAug 23 06:17:43.818 INFOAug 23 06:17:43.818 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
77432026-08-23T06:17:45.245Z adding route 172.16.0.0/32 -> 10.0.0.1
77442026-08-23T06:17:45.245ZAug 23 06:17:43.818 Aug 23 06:17:43.818DEBG DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77452026-08-23T06:17:45.247Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
77462026-08-23T06:17:45.247ZAug 23 06:17:43.818Aug 23 06:17:43.818 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2
77472026-08-23T06:17:45.247Z
77482026-08-23T06:17:45.247ZAug 23 06:17:43.818Aug 23 06:17:43.818 DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
77492026-08-23T06:17:45.247Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
77502026-08-23T06:17:45.247ZAug 23 06:17:43.818 Aug 23 06:17:43.818INFO INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
77512026-08-23T06:17:45.247Zadding route 172.16.0.0/32 -> 10.0.0.3
77522026-08-23T06:17:45.247ZAug 23 06:17:43.818Aug 23 06:17:43.818 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
77532026-08-23T06:17:45.247Z
77542026-08-23T06:17:45.247ZAug 23 06:17:43.818Aug 23 06:17:43.818 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
77552026-08-23T06:17:45.247Z
77562026-08-23T06:17:45.248ZAug 23 06:17:43.818Aug 23 06:17:43.818 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77572026-08-23T06:17:45.248Z
77582026-08-23T06:17:45.248ZAug 23 06:17:43.818Aug 23 06:17:43.818 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
77592026-08-23T06:17:45.249Z
77602026-08-23T06:17:45.249ZAug 23 06:17:43.818 DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77612026-08-23T06:17:45.249ZAug 23 06:17:43.818 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
77622026-08-23T06:17:45.249ZAug 23 06:17:43.818 DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77632026-08-23T06:17:45.249ZAug 23 06:17:43.818 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
77642026-08-23T06:17:45.249ZAug 23 06:17:43.818 DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77652026-08-23T06:17:45.249ZAug 23 06:17:43.818 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
77662026-08-23T06:17:45.249ZAug 23 06:17:43.818 DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77672026-08-23T06:17:45.249ZAug 23 06:17:43.818 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
77682026-08-23T06:17:45.249ZAug 23 06:17:43.818 DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77692026-08-23T06:17:45.249ZAug 23 06:17:43.832 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
77702026-08-23T06:17:45.251ZAug 23 06:17:43.832 DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77712026-08-23T06:17:45.251ZAug 23 06:17:43.832 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
77722026-08-23T06:17:45.251ZAug 23 06:17:43.832 DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77732026-08-23T06:17:45.251ZAug 23 06:17:43.832 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
77742026-08-23T06:17:45.251ZAug 23 06:17:43.832 DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77752026-08-23T06:17:45.251ZAug 23 06:17:43.832 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
77762026-08-23T06:17:45.251ZAug 23 06:17:43.832 DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77772026-08-23T06:17:45.251ZAug 23 06:17:43.832 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
77782026-08-23T06:17:45.251ZAug 23 06:17:43.832 DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77792026-08-23T06:17:45.251ZAug 23 06:17:43.832 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
77802026-08-23T06:17:45.251ZAug 23 06:17:43.832 DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77812026-08-23T06:17:45.251ZAug 23 06:17:43.832 DEBG failed to allocate space for the new target list
77822026-08-23T06:17:45.251ZAug 23 06:17:43.832 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
77832026-08-23T06:17:45.251ZAug 23 06:17:43.833 DEBG created new freemap, unit: freemap_route_ipv4
77842026-08-23T06:17:45.251ZAug 23 06:17:43.833 DEBG created new freemap, unit: freemap_route_ipv6
77852026-08-23T06:17:45.251ZAug 23 06:17:43.833 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv4
77862026-08-23T06:17:45.252ZAug 23 06:17:43.833 DEBG reset freemap, unit: freemap_route_ipv4
77872026-08-23T06:17:45.252ZAug 23 06:17:43.833 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv6
77882026-08-23T06:17:45.253ZAug 23 06:17:43.833 DEBG reset freemap, unit: freemap_route_ipv6
77892026-08-23T06:17:45.253ZAug 23 06:17:43.833 INFO adding route 172.16.0.0/32 -> 10.0.0.1
77902026-08-23T06:17:45.253ZAug 23 06:17:43.833 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
77912026-08-23T06:17:45.253ZAug 23 06:17:43.833 INFO adding route 172.16.0.0/32 -> 10.0.0.1
77922026-08-23T06:17:45.253ZAug 23 06:17:43.833 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
77932026-08-23T06:17:45.253ZAug 23 06:17:43.833 INFO adding route 172.16.0.0/32 -> 10.0.0.1
77942026-08-23T06:17:45.253ZAug 23 06:17:43.833 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
77952026-08-23T06:17:45.253ZAug 23 06:17:43.833 INFO adding route 172.16.0.0/32 -> 10.0.0.2
77962026-08-23T06:17:45.253ZAug 23 06:17:43.833 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
77972026-08-23T06:17:45.253ZAug 23 06:17:43.833 INFO adding route 172.17.0.0/32 -> 10.0.0.255
77982026-08-23T06:17:45.254ZAug 23 06:17:43.833 DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77992026-08-23T06:17:45.259ZAug 23 06:17:43.833 INFO adding route 172.17.0.1/32 -> 10.0.0.255
78002026-08-23T06:17:45.261ZAug 23 06:17:43.833 DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78012026-08-23T06:17:45.261ZAug 23 06:17:43.833 INFO adding route 172.17.0.2/32 -> 10.0.0.255
78022026-08-23T06:17:45.261ZAug 23 06:17:43.833 DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78032026-08-23T06:17:45.261ZAug 23 06:17:43.833 INFO adding route 172.17.0.3/32 -> 10.0.0.255
78042026-08-23T06:17:45.261ZAug 23 06:17:43.833 DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78052026-08-23T06:17:45.261ZAug 23 06:17:43.833 INFO adding route 172.17.0.4/32 -> 10.0.0.255
78062026-08-23T06:17:45.261ZAug 23 06:17:43.833 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78072026-08-23T06:17:45.261ZAug 23 06:17:43.833 INFO adding route 172.17.0.5/32 -> 10.0.0.255
78082026-08-23T06:17:45.261ZAug 23 06:17:43.833 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78092026-08-23T06:17:45.262ZAug 23 06:17:43.833 INFO adding route 172.17.0.6/32 -> 10.0.0.255
78102026-08-23T06:17:45.262ZAug 23 06:17:43.833 DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78112026-08-23T06:17:45.262ZAug 23 06:17:43.833 INFO adding route 172.17.0.7/32 -> 10.0.0.255
78122026-08-23T06:17:45.262ZAug 23 06:17:43.833 DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78132026-08-23T06:17:45.262ZAug 23 06:17:43.833 INFO adding route 172.17.0.8/32 -> 10.0.0.255
78142026-08-23T06:17:45.262ZAug 23 06:17:43.833 DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78152026-08-23T06:17:45.262ZAug 23 06:17:43.833 INFO adding route 172.17.0.9/32 -> 10.0.0.255
78162026-08-23T06:17:45.263ZAug 23 06:17:43.833 DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78172026-08-23T06:17:45.263ZAug 23 06:17:43.833 INFO adding route 172.17.0.10/32 -> 10.0.0.255
78182026-08-23T06:17:45.263ZAug 23 06:17:43.833 DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78192026-08-23T06:17:45.263ZAug 23 06:17:43.833 INFO adding route 172.17.0.11/32 -> 10.0.0.255
78202026-08-23T06:17:45.263ZAug 23 06:17:43.833 DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78212026-08-23T06:17:45.263ZAug 23 06:17:43.833 INFO adding route 172.17.0.12/32 -> 10.0.0.255
78222026-08-23T06:17:45.263ZAug 23 06:17:43.833 DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78232026-08-23T06:17:45.263ZAug 23 06:17:43.833 INFO adding route 172.17.0.13/32 -> 10.0.0.255
78242026-08-23T06:17:45.263ZAug 23 06:17:43.833 DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78252026-08-23T06:17:45.263ZAug 23 06:17:43.833 INFO adding route 172.17.0.14/32 -> 10.0.0.255
78262026-08-23T06:17:45.263ZAug 23 06:17:43.833 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78272026-08-23T06:17:45.264ZAug 23 06:17:43.833 INFO adding route 172.17.0.15/32 -> 10.0.0.255
78282026-08-23T06:17:45.264ZAug 23 06:17:43.833 DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78292026-08-23T06:17:45.264ZAug 23 06:17:43.834 INFO adding route 172.17.0.16/32 -> 10.0.0.255
78302026-08-23T06:17:45.264ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78312026-08-23T06:17:45.264ZAug 23 06:17:43.834 INFO adding route 172.17.0.17/32 -> 10.0.0.255
78322026-08-23T06:17:45.265ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78332026-08-23T06:17:45.265ZAug 23 06:17:43.834 INFO adding route 172.17.0.18/32 -> 10.0.0.255
78342026-08-23T06:17:45.265ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78352026-08-23T06:17:45.265ZAug 23 06:17:43.834 INFO adding route 172.17.0.19/32 -> 10.0.0.255
78362026-08-23T06:17:45.265ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78372026-08-23T06:17:45.265ZAug 23 06:17:43.834 INFO adding route 172.17.0.20/32 -> 10.0.0.255
78382026-08-23T06:17:45.265ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78392026-08-23T06:17:45.265ZAug 23 06:17:43.834 INFO adding route 172.17.0.21/32 -> 10.0.0.255
78402026-08-23T06:17:45.265ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78412026-08-23T06:17:45.265ZAug 23 06:17:43.834 INFO adding route 172.17.0.22/32 -> 10.0.0.255
78422026-08-23T06:17:45.265ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78432026-08-23T06:17:45.265ZAug 23 06:17:43.834 INFO adding route 172.17.0.23/32 -> 10.0.0.255
78442026-08-23T06:17:45.265ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78452026-08-23T06:17:45.265ZAug 23 06:17:43.834 INFO adding route 172.17.0.24/32 -> 10.0.0.255
78462026-08-23T06:17:45.266ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78472026-08-23T06:17:45.266ZAug 23 06:17:43.834 INFO adding route 172.17.0.25/32 -> 10.0.0.255
78482026-08-23T06:17:45.268ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78492026-08-23T06:17:45.268ZAug 23 06:17:43.834 INFO adding route 172.17.0.26/32 -> 10.0.0.255
78502026-08-23T06:17:45.268ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78512026-08-23T06:17:45.268ZAug 23 06:17:43.834 INFO adding route 172.17.0.27/32 -> 10.0.0.255
78522026-08-23T06:17:45.268ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78532026-08-23T06:17:45.268ZAug 23 06:17:43.834 INFO adding route 172.17.0.28/32 -> 10.0.0.255
78542026-08-23T06:17:45.268ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78552026-08-23T06:17:45.268ZAug 23 06:17:43.834 INFO adding route 172.17.0.29/32 -> 10.0.0.255
78562026-08-23T06:17:45.269Ztest route::tests::delete_targets_full ... ok
78572026-08-23T06:17:45.269Z
78582026-08-23T06:17:45.269ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78592026-08-23T06:17:45.269ZAug 23 06:17:43.834 INFO adding route 172.17.0.30/32 -> 10.0.0.255
78602026-08-23T06:17:45.269ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78612026-08-23T06:17:45.269ZAug 23 06:17:43.834 INFO adding route 172.17.0.31/32 -> 10.0.0.255
78622026-08-23T06:17:45.269ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78632026-08-23T06:17:45.269Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
78642026-08-23T06:17:45.269ZAug 23 06:17:43.834 INFO adding route 172.17.0.32/32 -> 10.0.0.255
78652026-08-23T06:17:45.270Z
78662026-08-23T06:17:45.270Z
78672026-08-23T06:17:45.270ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78682026-08-23T06:17:45.270Zrunning 0 tests
78692026-08-23T06:17:45.270ZAug 23 06:17:43.834 INFO adding route 172.17.0.33/32 -> 10.0.0.255
78702026-08-23T06:17:45.270Z
78712026-08-23T06:17:45.271ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78722026-08-23T06:17:45.271Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78732026-08-23T06:17:45.271ZAug 23 06:17:43.834 INFO adding route 172.17.0.34/32 -> 10.0.0.255
78742026-08-23T06:17:45.271Z
78752026-08-23T06:17:45.271ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78762026-08-23T06:17:45.271ZAug 23 06:17:43.834 INFO adding route 172.17.0.35/32 -> 10.0.0.255
78772026-08-23T06:17:45.271ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78782026-08-23T06:17:45.271ZAug 23 06:17:43.834 INFO adding route 172.17.0.36/32 -> 10.0.0.255
78792026-08-23T06:17:45.271ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78802026-08-23T06:17:45.271ZAug 23 06:17:43.834 INFO adding route 172.17.0.37/32 -> 10.0.0.255
78812026-08-23T06:17:45.271ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78822026-08-23T06:17:45.271ZAug 23 06:17:43.834 INFO adding route 172.17.0.38/32 -> 10.0.0.255
78832026-08-23T06:17:45.271ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78842026-08-23T06:17:45.272ZAug 23 06:17:43.834 INFO adding route 172.17.0.39/32 -> 10.0.0.255
78852026-08-23T06:17:45.272ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78862026-08-23T06:17:45.272ZAug 23 06:17:43.834 INFO adding route 172.17.0.40/32 -> 10.0.0.255
78872026-08-23T06:17:45.272ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78882026-08-23T06:17:45.272ZAug 23 06:17:43.834 INFO adding route 172.17.0.41/32 -> 10.0.0.255
78892026-08-23T06:17:45.272ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78902026-08-23T06:17:45.272ZAug 23 06:17:43.834 INFO adding route 172.17.0.42/32 -> 10.0.0.255
78912026-08-23T06:17:45.272ZAug 23 06:17:43.834 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78922026-08-23T06:17:45.272ZAug 23 06:17:43.849 INFO adding route 172.17.0.43/32 -> 10.0.0.255
78932026-08-23T06:17:45.272ZAug 23 06:17:43.849 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78942026-08-23T06:17:45.272ZAug 23 06:17:43.849 INFO adding route 172.17.0.44/32 -> 10.0.0.255
78952026-08-23T06:17:45.273ZAug 23 06:17:43.849 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78962026-08-23T06:17:45.273ZAug 23 06:17:43.849 INFO adding route 172.17.0.45/32 -> 10.0.0.255
78972026-08-23T06:17:45.273ZAug 23 06:17:43.849 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78982026-08-23T06:17:45.273ZAug 23 06:17:43.849 INFO adding route 172.17.0.46/32 -> 10.0.0.255
78992026-08-23T06:17:45.278ZAug 23 06:17:43.849 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79002026-08-23T06:17:45.279ZAug 23 06:17:43.849 INFO adding route 172.17.0.47/32 -> 10.0.0.255
79012026-08-23T06:17:45.279ZAug 23 06:17:43.849 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79022026-08-23T06:17:45.279ZAug 23 06:17:43.849 INFO adding route 172.17.0.48/32 -> 10.0.0.255
79032026-08-23T06:17:45.279ZAug 23 06:17:43.849 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79042026-08-23T06:17:45.279ZAug 23 06:17:43.849 INFO adding route 172.17.0.49/32 -> 10.0.0.255
79052026-08-23T06:17:45.280ZAug 23 06:17:43.849 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79062026-08-23T06:17:45.280ZAug 23 06:17:43.849 INFO adding route 172.17.0.50/32 -> 10.0.0.255
79072026-08-23T06:17:45.280ZAug 23 06:17:43.849 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79082026-08-23T06:17:45.280ZAug 23 06:17:43.849 INFO adding route 172.17.0.51/32 -> 10.0.0.255
79092026-08-23T06:17:45.280ZAug 23 06:17:43.849 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79102026-08-23T06:17:45.280ZAug 23 06:17:43.849 INFO adding route 172.17.0.52/32 -> 10.0.0.255
79112026-08-23T06:17:45.280ZAug 23 06:17:43.849 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79122026-08-23T06:17:45.280ZAug 23 06:17:43.849 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79132026-08-23T06:17:45.280ZAug 23 06:17:43.849 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79142026-08-23T06:17:45.280ZAug 23 06:17:43.849 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79152026-08-23T06:17:45.280ZAug 23 06:17:43.849 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79162026-08-23T06:17:45.281ZAug 23 06:17:43.849 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79172026-08-23T06:17:45.281ZAug 23 06:17:43.849 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79182026-08-23T06:17:45.281ZAug 23 06:17:43.849 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79192026-08-23T06:17:45.281ZAug 23 06:17:43.849 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79202026-08-23T06:17:45.281ZAug 23 06:17:43.849 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79212026-08-23T06:17:45.281ZAug 23 06:17:43.849 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79222026-08-23T06:17:45.281ZAug 23 06:17:43.849 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79232026-08-23T06:17:45.281ZAug 23 06:17:43.849 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79242026-08-23T06:17:45.281ZAug 23 06:17:43.849 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79252026-08-23T06:17:45.281ZAug 23 06:17:43.849 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79262026-08-23T06:17:45.281ZAug 23 06:17:43.849 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79272026-08-23T06:17:45.281ZAug 23 06:17:43.849 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79282026-08-23T06:17:45.282ZAug 23 06:17:43.849 DEBG failed to allocate space for the new target list
79292026-08-23T06:17:45.282ZAug 23 06:17:43.849 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
79302026-08-23T06:17:45.282Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8eb1c8c2d7d06d7f)
79312026-08-23T06:17:45.282Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
79322026-08-23T06:17:45.283Z
79332026-08-23T06:17:45.283Zrunning 0 tests
79342026-08-23T06:17:45.283Z
79352026-08-23T06:17:45.283Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79362026-08-23T06:17:45.283Z
79372026-08-23T06:17:45.283Z Running unittests src/lib.rs (target/debug/deps/dpd_client-46f990a541b57c34)
79382026-08-23T06:17:45.283Z
79392026-08-23T06:17:45.283Zrunning 6 tests
79402026-08-23T06:17:45.283Ztest tests::test_full_lot_id_both_present ... ok
79412026-08-23T06:17:45.283Ztest tests::test_full_lot_id_lotnum_only ... ok
79422026-08-23T06:17:45.283Ztest tests::test_full_lot_id_lot_only ... ok
79432026-08-23T06:17:45.283Ztest tests::test_full_lot_id_neither_present ... ok
79442026-08-23T06:17:45.284Ztest tests::test_parse_client_port_id ... ok
79452026-08-23T06:17:45.284Ztest tests::test_port_id_cmp ... ok
79462026-08-23T06:17:45.284Z
79472026-08-23T06:17:45.284Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79482026-08-23T06:17:45.284Z
79492026-08-23T06:17:45.284Z Running tests/test_all.rs (target/debug/deps/test_all-d463c0c7b8038ad2)
79502026-08-23T06:17:45.284Z
79512026-08-23T06:17:45.284Zrunning 0 tests
79522026-08-23T06:17:45.284Z
79532026-08-23T06:17:45.284Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79542026-08-23T06:17:45.284Z
79552026-08-23T06:17:45.284Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
79562026-08-23T06:17:45.284Z
79572026-08-23T06:17:45.284Zrunning 0 tests
79582026-08-23T06:17:45.285Z
79592026-08-23T06:17:45.285Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79602026-08-23T06:17:45.285Z
79612026-08-23T06:17:45.285Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
79622026-08-23T06:17:45.285Z
79632026-08-23T06:17:45.285Zrunning 15 tests
79642026-08-23T06:17:45.285Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
79652026-08-23T06:17:45.285Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
79662026-08-23T06:17:45.285Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
79672026-08-23T06:17:45.285Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
79682026-08-23T06:17:45.285Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
79692026-08-23T06:17:45.285Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
79702026-08-23T06:17:45.285Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
79712026-08-23T06:17:45.285Ztest v1::network::tests::test_equal ... ok
79722026-08-23T06:17:45.286Ztest v1::network::tests::test_eui64 ... ok
79732026-08-23T06:17:45.286Ztest v1::network::tests::test_into ... ok
79742026-08-23T06:17:45.286Ztest v1::network::tests::test_not_equal ... ok
79752026-08-23T06:17:45.286Ztest v1::network::tests::test_to_string ... ok
79762026-08-23T06:17:45.286Ztest v1::port::tests::port_ids_are_ascii ... ok
79772026-08-23T06:17:45.286Ztest v1::network::tests::test_parse ... ok
79782026-08-23T06:17:45.286Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
79792026-08-23T06:17:45.286Z
79802026-08-23T06:17:45.286Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
79812026-08-23T06:17:45.286Z
79822026-08-23T06:17:45.286Z Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934)
79832026-08-23T06:17:45.286Z
79842026-08-23T06:17:45.286Zrunning 12 tests
79852026-08-23T06:17:45.288Ztest icmp::test_v6_checksum ... ok
79862026-08-23T06:17:45.288Ztest icmp::test_v4_checksum ... ok
79872026-08-23T06:17:45.288Ztest lldp::test_lldp_parse ... ok
79882026-08-23T06:17:45.288Ztest ipv6::test_ipv6_parse ... ok
79892026-08-23T06:17:45.288Ztest pbuf::test_byte ... ok
79902026-08-23T06:17:45.288Ztest pbuf::test_nibble ... ok
79912026-08-23T06:17:45.288Ztest pbuf::test_short ... ok
79922026-08-23T06:17:45.288Ztest pbuf::test_overflow ... ok
79932026-08-23T06:17:45.288Ztest pbuf::test_twelve ... ok
79942026-08-23T06:17:45.288Ztest pbuf::test_word ... ok
79952026-08-23T06:17:45.390Ztest tcp::test_checksum_syn_nodata ... ok
79962026-08-23T06:17:45.390Ztest tcp::test_checksum_ack_data ... ok
79972026-08-23T06:17:45.390Z
79982026-08-23T06:17:45.390Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79992026-08-23T06:17:45.390Z
80002026-08-23T06:17:45.390Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
80012026-08-23T06:17:45.390Z
80022026-08-23T06:17:45.390Zrunning 0 tests
80032026-08-23T06:17:45.391Z
80042026-08-23T06:17:45.391Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80052026-08-23T06:17:45.391Z
80062026-08-23T06:17:45.391Z Running unittests src/main.rs (target/debug/deps/swadm-8b60a7681ffc8f1d)
80072026-08-23T06:17:45.391Z
80082026-08-23T06:17:45.391Zrunning 5 tests
80092026-08-23T06:17:45.391Ztest switchport::test::test_compute_lanes ... ok
80102026-08-23T06:17:45.391Ztest switchport::test::port_id_ordering ... ok
80112026-08-23T06:17:45.391Ztest link::test_filter ... ok
80122026-08-23T06:17:45.391Z Lane 0 Lane 1 Lane 2 Lane 3
80132026-08-23T06:17:45.392Z State: Activated Activated Activated Activated
80142026-08-23T06:17:45.392Z Rx Output Enabled: false false false false
80152026-08-23T06:17:45.392Z Rx Output Status: valid valid valid valid
80162026-08-23T06:17:45.392Z Rx Loss-of-lock: true true true true
80172026-08-23T06:17:45.392Z Rx Loss-of-signal: false false false false
80182026-08-23T06:17:45.392ZRx Auto-squelch Disable: true true true true Lane 0
80192026-08-23T06:17:45.392Z Tx Output Enabled: true Lane 1true Lane 2true Lane 3true
80202026-08-23T06:17:45.392Z
80212026-08-23T06:17:45.392Z Rx Loss-of-lock: Yes Tx Output Status: invalidYes invalid Yes invalid Yesinvalid
80222026-08-23T06:17:45.393Z
80232026-08-23T06:17:45.393Z Rx Loss-of-signal: Yes Tx Loss-of-lock: false Yesfalse Yesfalse Yes
80242026-08-23T06:17:45.393Zfalse
80252026-08-23T06:17:45.393Z Rx CDR Enabled: Yes Tx Loss-of-signal: trueYes Yestrue Yestrue
80262026-08-23T06:17:45.393Z true
80272026-08-23T06:17:45.393Z Tx Enabled: Yes Tx Auto-squelch Disable: false false Yes falseYes falseYes
80282026-08-23T06:17:45.393Z
80292026-08-23T06:17:45.393Z Tx Adaptive EQ Fail: true Tx Loss-of-lock: No true No trueNo trueNo
80302026-08-23T06:17:45.393Z
80312026-08-23T06:17:45.393Z Tx Failure: false Tx Loss-of-signal: No false Nofalse falseNo
80322026-08-23T06:17:45.393Z No
80332026-08-23T06:17:45.393Z Tx Force Squelch: true Tx CDR Enabled: Notrue trueNo trueNo
80342026-08-23T06:17:45.393Z No Tx Input Polarity: normal
80352026-08-23T06:17:45.393Z Tx Adaptive EQ Fault: Nonormal normalNo normal
80362026-08-23T06:17:45.393ZNo No
80372026-08-23T06:17:45.393Z Tx Fault: Yes Yes Yes Yes
80382026-08-23T06:17:45.393Ztest switchport::test::test_print_cmis_datapath ... ok
80392026-08-23T06:17:45.393Ztest switchport::test::test_print_sff_datapath ... ok
80402026-08-23T06:17:45.393Z
80412026-08-23T06:17:45.393Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80422026-08-23T06:17:45.393Z
80432026-08-23T06:17:45.394Z Running tests/counters.rs (target/debug/deps/counters-e3479b23dddbc240)
80442026-08-23T06:17:45.394Z
80452026-08-23T06:17:45.394Zrunning 1 test
80462026-08-23T06:17:45.394Ztest test_p4_counter_list ... ignored
80472026-08-23T06:17:45.394Z
80482026-08-23T06:17:45.394Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80492026-08-23T06:17:45.394Z
80502026-08-23T06:17:45.394Z Running tests/port-link.rs (target/debug/deps/port_link-00db9624adb8b2ed)
80512026-08-23T06:17:45.394Z
80522026-08-23T06:17:45.394Zrunning 5 tests
80532026-08-23T06:17:45.394Ztest test_an ... ignored
80542026-08-23T06:17:45.394Ztest test_enable ... ignored
80552026-08-23T06:17:45.394Ztest test_ip_addresses ... ignored
80562026-08-23T06:17:45.394Ztest test_kr ... ignored
80572026-08-23T06:17:45.394Ztest test_mac ... ignored
80582026-08-23T06:17:45.394Z
80592026-08-23T06:17:45.394Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80602026-08-23T06:17:45.394Z
80612026-08-23T06:17:45.394Z Running unittests src/main.rs (target/debug/deps/tfportd-6974a95e51a2690a)
80622026-08-23T06:17:45.394Z
80632026-08-23T06:17:45.395Zrunning 3 tests
80642026-08-23T06:17:45.396Ztest linklocal::test_parse_ipadm ... ok
80652026-08-23T06:17:45.396Ztest tfport::test_parse_tfport ... ok
80662026-08-23T06:17:45.396Ztest config::tests::test_updates ... ok
80672026-08-23T06:17:45.396Z
80682026-08-23T06:17:45.396Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80692026-08-23T06:17:45.396Z
80702026-08-23T06:17:45.396Z Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330)
80712026-08-23T06:17:45.396Z
80722026-08-23T06:17:45.396Zrunning 0 tests
80732026-08-23T06:17:45.396Z
80742026-08-23T06:17:45.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80752026-08-23T06:17:45.396Z
80762026-08-23T06:17:45.396Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
80772026-08-23T06:17:45.396Z
80782026-08-23T06:17:45.397Zrunning 0 tests
80792026-08-23T06:17:45.397Z
80802026-08-23T06:17:45.397Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80812026-08-23T06:17:45.397Z
80822026-08-23T06:17:45.397Z Doc-tests aal
80832026-08-23T06:17:45.575Z
80842026-08-23T06:17:45.575Zrunning 0 tests
80852026-08-23T06:17:45.575Z
80862026-08-23T06:17:45.579Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80872026-08-23T06:17:45.579Z
80882026-08-23T06:17:45.601Z Doc-tests aal_macros
80892026-08-23T06:17:45.675Z
80902026-08-23T06:17:45.675Zrunning 0 tests
80912026-08-23T06:17:45.675Z
80922026-08-23T06:17:45.675Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80932026-08-23T06:17:45.675Z
80942026-08-23T06:17:45.687Z Doc-tests common
80952026-08-23T06:17:45.927Z
80962026-08-23T06:17:45.927Zrunning 0 tests
80972026-08-23T06:17:45.927Z
80982026-08-23T06:17:45.927Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80992026-08-23T06:17:45.927Z
81002026-08-23T06:17:45.955Z Doc-tests dpd_api
81012026-08-23T06:17:46.684Z
81022026-08-23T06:17:46.684Zrunning 2 tests
81032026-08-23T06:17:46.688Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
81042026-08-23T06:17:46.689Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
81052026-08-23T06:17:46.689Z
81062026-08-23T06:17:46.689Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81072026-08-23T06:17:46.689Z
81082026-08-23T06:17:46.717Z Doc-tests dpd_client
81092026-08-23T06:17:48.094Z
81102026-08-23T06:17:48.094Zrunning 0 tests
81112026-08-23T06:17:48.095Z
81122026-08-23T06:17:48.095Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81132026-08-23T06:17:48.095Z
81142026-08-23T06:17:48.153Z Doc-tests dpd_types
81152026-08-23T06:17:48.343Z
81162026-08-23T06:17:48.343Zrunning 0 tests
81172026-08-23T06:17:48.343Z
81182026-08-23T06:17:48.343Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81192026-08-23T06:17:48.343Z
81202026-08-23T06:17:48.370Z Doc-tests dpd_types_versions
81212026-08-23T06:17:49.907Z
81222026-08-23T06:17:49.907Zrunning 1 test
81232026-08-23T06:17:49.907Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81242026-08-23T06:17:49.907Z
81252026-08-23T06:17:49.907Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81262026-08-23T06:17:49.907Z
81272026-08-23T06:17:49.961Z Doc-tests packet
81282026-08-23T06:17:50.189Z
81292026-08-23T06:17:50.189Zrunning 0 tests
81302026-08-23T06:17:50.189Z
81312026-08-23T06:17:50.189Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81322026-08-23T06:17:50.189Z
81332026-08-23T06:17:50.218Z Doc-tests pcap
81342026-08-23T06:17:50.273Z
81352026-08-23T06:17:50.273Zrunning 0 tests
81362026-08-23T06:17:50.273Z
81372026-08-23T06:17:50.273Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81382026-08-23T06:17:50.273Z
81392026-08-23T06:17:50.325Z+ for feat in tofino_stub tofino_asic softnpu chaos
81402026-08-23T06:17:50.325Z+ RUST_BACKTRACE=full
81412026-08-23T06:17:50.326Z+ cargo test --features chaos --no-fail-fast
81422026-08-23T06:17:50.939Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81432026-08-23T06:17:51.019Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81442026-08-23T06:17:51.028Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81452026-08-23T06:17:59.637Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81462026-08-23T06:17:59.756Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81472026-08-23T06:18:38.127Z Finished `test` profile [unoptimized + debuginfo] target(s) in 47.78s
81482026-08-23T06:18:38.250Z Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a)
81492026-08-23T06:18:38.260Z
81502026-08-23T06:18:38.260Zrunning 0 tests
81512026-08-23T06:18:38.260Z
81522026-08-23T06:18:38.260Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81532026-08-23T06:18:38.260Z
81542026-08-23T06:18:38.263Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81552026-08-23T06:18:38.267Z
81562026-08-23T06:18:38.267Zrunning 0 tests
81572026-08-23T06:18:38.267Z
81582026-08-23T06:18:38.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81592026-08-23T06:18:38.270Z
81602026-08-23T06:18:38.270Z Running unittests src/lib.rs (target/debug/deps/asic-993c138cbfdc1231)
81612026-08-23T06:18:38.273Z
81622026-08-23T06:18:38.273Zrunning 0 tests
81632026-08-23T06:18:38.273Z
81642026-08-23T06:18:38.276Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81652026-08-23T06:18:38.276Z
81662026-08-23T06:18:38.277Z Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c)
81672026-08-23T06:18:38.299Z
81682026-08-23T06:18:38.299Zrunning 4 tests
81692026-08-23T06:18:38.302Ztest nat::tests::test_vni ... ok
81702026-08-23T06:18:38.302Ztest network::tests::test_generate_ipv6_link_local ... ok
81712026-08-23T06:18:38.305Ztest test_purge ... ok
81722026-08-23T06:18:38.310Ztest illumos::test::address_exists_handles_missing_object ... ok
81732026-08-23T06:18:38.310Z
81742026-08-23T06:18:38.313Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81752026-08-23T06:18:38.313Z
81762026-08-23T06:18:38.313Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
81772026-08-23T06:18:38.338Z
81782026-08-23T06:18:38.338Zrunning 1 test
81792026-08-23T06:18:38.341Z -------
81802026-08-23T06:18:38.344Z Generating OpenAPI documents from API definitions ...
81812026-08-23T06:18:38.500Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81822026-08-23T06:18:38.572Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81832026-08-23T06:18:39.614Z -------
81842026-08-23T06:18:39.614Z Checking 13 OpenAPI documents...
81852026-08-23T06:18:39.614Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81862026-08-23T06:18:39.617Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81872026-08-23T06:18:39.617Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81882026-08-23T06:18:39.617Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81892026-08-23T06:18:39.618Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81902026-08-23T06:18:39.618Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81912026-08-23T06:18:39.618Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81922026-08-23T06:18:39.618Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81932026-08-23T06:18:39.618Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
81942026-08-23T06:18:39.618Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
81952026-08-23T06:18:39.618Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-08-23T06:18:39.618Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
81972026-08-23T06:18:39.619Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
81982026-08-23T06:18:39.619Z Fresh dpd "latest" symlink
81992026-08-23T06:18:39.619Z -------
82002026-08-23T06:18:39.619Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
82012026-08-23T06:18:39.683Ztest test::test_apis_up_to_date ... ok
82022026-08-23T06:18:39.683Z
82032026-08-23T06:18:39.683Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
82042026-08-23T06:18:39.683Z
82052026-08-23T06:18:39.743Z Running unittests src/main.rs (target/debug/deps/dpd-e7face9dfb47d614)
82062026-08-23T06:18:39.750Z
82072026-08-23T06:18:39.750Zrunning 34 tests
82082026-08-23T06:18:39.753Ztest freemap::test_ordering ... ok
82092026-08-23T06:18:39.753Ztest config::tests::test_updates ... ok
82102026-08-23T06:18:39.753Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82112026-08-23T06:18:39.753Ztest freemap::test_split ... ok
82122026-08-23T06:18:39.756Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82132026-08-23T06:18:39.757Ztest macaddrs::tests::test_mac_offset ... ok
82142026-08-23T06:18:39.757Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82152026-08-23T06:18:39.757Ztest macaddrs::tests::test_parse_port_id ... ok
82162026-08-23T06:18:39.757ZAug 23 06:18:38.413 DEBG created new freemap, unit: freemap_test
82172026-08-23T06:18:39.757ZAug 23 06:18:38.413 DEBG initted freemap. low: 0, size: 128, unit: freemap_test
82182026-08-23T06:18:39.757ZAug 23 06:18:38.413 DEBG reset freemap, unit: freemap_test
82192026-08-23T06:18:39.757Ztest nat::test_mapping ... ok
82202026-08-23T06:18:39.757ZAug 23 06:18:38.413 DEBG created new freemap, unit: freemap_test
82212026-08-23T06:18:39.757ZAug 23 06:18:38.413 DEBG initted freemap. low: 0, size: 128, unit: freemap_test
82222026-08-23T06:18:39.757ZAug 23 06:18:38.413 DEBG reset freemap, unit: freemap_test
82232026-08-23T06:18:39.757ZAug 23 06:18:38.413 DEBG created new freemap, unit: freemap_test
82242026-08-23T06:18:39.757ZAug 23 06:18:38.413 DEBG initted freemap. low: 0, size: 128, unit: freemap_test
82252026-08-23T06:18:39.757ZAug 23 06:18:38.413 DEBG reset freemap, Aug 23 06:18:38.413unit :DEBG freemap_testcreated new freemap
82262026-08-23T06:18:39.757Z, unit: freemap_test
82272026-08-23T06:18:39.757ZAug 23 06:18:38.413 DEBG initted freemap. low: 0, size: 128, unit: freemap_test
82282026-08-23T06:18:39.757ZAug 23 06:18:38.413 DEBG reset freemap, unit: freemap_test
82292026-08-23T06:18:39.757Ztest freemap::test_basic ... ok
82302026-08-23T06:18:39.757Ztest freemap::test_exhaustion ... ok
82312026-08-23T06:18:39.757Ztest freemap::test_reclaim ... ok
82322026-08-23T06:18:39.757Ztest freemap::test_free ... ok
82332026-08-23T06:18:39.757Ztest port_map::tests::test_backplane_group ... ok
82342026-08-23T06:18:39.757Ztest port_map::tests::dump_map ... ok
82352026-08-23T06:18:39.758Ztest port_map::tests::test_port_map ... ok
82362026-08-23T06:18:39.758ZAug 23 06:18:38.413 DEBG created new freemap, unit: freemap_test
82372026-08-23T06:18:39.758ZAug 23 06:18:38.413 DEBG initted freemap. low: 0, size: 8, unit: freemap_test
82382026-08-23T06:18:39.758ZAug 23 06:18:38.413 DEBG reset freemap, unit: freemap_test
82392026-08-23T06:18:39.758Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82402026-08-23T06:18:39.758Ztest api_server::tests::test_build_info ... ok
82412026-08-23T06:18:39.758ZAug 23 06:18:38.414 DEBG created new freemap, unit: freemap_test
82422026-08-23T06:18:39.758ZAug 23 06:18:38.414 DEBG initted freemap. low: 0, size: 128, unit: freemap_test
82432026-08-23T06:18:39.758ZAug 23 06:18:38.414 Aug 23 06:18:38.414DEBG DEBGcreated new freemap reset freemap, , unitunit:: freemap_route_ipv4freemap_test
82442026-08-23T06:18:39.758Z
82452026-08-23T06:18:39.758ZAug 23 06:18:38.414 DEBG created new freemap, unit: freemap_route_ipv6
82462026-08-23T06:18:39.758ZAug 23 06:18:38.414 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv4
82472026-08-23T06:18:39.758ZAug 23 06:18:38.414 DEBG reset freemap, unit: freemap_route_ipv4
82482026-08-23T06:18:39.758ZAug 23 06:18:38.414 DEBG initted freemap. low: 0, size: 64, unit: freemap_route_ipv6
82492026-08-23T06:18:39.758ZAug 23 06:18:38.414 DEBG reset freemap, unit: freemap_route_ipv6
82502026-08-23T06:18:39.758ZAug 23 06:18:38.414 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
82512026-08-23T06:18:39.758ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
82522026-08-23T06:18:39.758ZAug 23 06:18:38.414 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
82532026-08-23T06:18:39.758ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82542026-08-23T06:18:39.758ZAug 23 06:18:38.414 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82552026-08-23T06:18:39.758ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82562026-08-23T06:18:39.758ZAug 23 06:18:38.414 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82572026-08-23T06:18:39.759ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82582026-08-23T06:18:39.759ZAug 23 06:18:38.414 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82592026-08-23T06:18:39.759ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82602026-08-23T06:18:39.759ZAug 23 06:18:38.414 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82612026-08-23T06:18:39.759ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82622026-08-23T06:18:39.759ZAug 23 06:18:38.414 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82632026-08-23T06:18:39.760ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82642026-08-23T06:18:39.760ZAug 23 06:18:38.414 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
82652026-08-23T06:18:39.760ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82662026-08-23T06:18:39.760ZAug 23 06:18:38.414 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
82672026-08-23T06:18:39.760ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82682026-08-23T06:18:39.760ZAug 23 06:18:38.414 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
82692026-08-23T06:18:39.760ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82702026-08-23T06:18:39.760ZAug 23 06:18:38.414 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
82712026-08-23T06:18:39.760ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82722026-08-23T06:18:39.761ZAug 23 06:18:38.414 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
82732026-08-23T06:18:39.761ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82742026-08-23T06:18:39.761ZAug 23 06:18:38.414 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
82752026-08-23T06:18:39.761ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82762026-08-23T06:18:39.761ZAug 23 06:18:38.414 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
82772026-08-23T06:18:39.761ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82782026-08-23T06:18:39.761ZAug 23 06:18:38.414 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
82792026-08-23T06:18:39.761ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82802026-08-23T06:18:39.761ZAug 23 06:18:38.414 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
82812026-08-23T06:18:39.761ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82822026-08-23T06:18:39.765ZAug 23 06:18:38.414 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
82832026-08-23T06:18:39.765ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82842026-08-23T06:18:39.765ZAug 23 06:18:38.414 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
82852026-08-23T06:18:39.765ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82862026-08-23T06:18:39.765ZAug 23 06:18:38.414 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
82872026-08-23T06:18:39.767ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82882026-08-23T06:18:39.767ZAug 23 06:18:38.414 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
82892026-08-23T06:18:39.767ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82902026-08-23T06:18:39.767ZAug 23 06:18:38.414 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
82912026-08-23T06:18:39.767ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82922026-08-23T06:18:39.767ZAug 23 06:18:38.414 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
82932026-08-23T06:18:39.767ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82942026-08-23T06:18:39.767ZAug 23 06:18:38.414 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
82952026-08-23T06:18:39.767ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82962026-08-23T06:18:39.767ZAug 23 06:18:38.414 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
82972026-08-23T06:18:39.767ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82982026-08-23T06:18:39.767ZAug 23 06:18:38.414 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
82992026-08-23T06:18:39.767ZAug 23 06:18:38.414 DEBG created new freemap, unit: freemap_route_ipv4Aug 23 06:18:38.414
83002026-08-23T06:18:39.767Z DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83012026-08-23T06:18:39.767Ztest port_map::tests::parse_softnpu_revision ... ok
83022026-08-23T06:18:39.768ZAug 23 06:18:38.414 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
83032026-08-23T06:18:39.768ZAug 23 06:18:38.414 DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83042026-08-23T06:18:39.768Ztest freemap::test_span ... ok
83052026-08-23T06:18:39.768ZAug 23 06:18:38.414Aug 23 06:18:38.414 DEBGINFO created new freemapadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
83062026-08-23T06:18:39.768Z, unit: Aug 23 06:18:38.414freemap_route_ipv4 DEBG
83072026-08-23T06:18:39.768Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83082026-08-23T06:18:39.768ZAug 23 06:18:38.414 Aug 23 06:18:38.414INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
83092026-08-23T06:18:39.768Zcreated new freemap, unit: Aug 23 06:18:38.414freemap_route_ipv6
83102026-08-23T06:18:39.768ZDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83112026-08-23T06:18:39.768ZAug 23 06:18:38.414 Aug 23 06:18:38.414DEBG INFOinitted freemap. low: 0, size: 64 , adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffunit
83122026-08-23T06:18:39.768Z: freemap_route_ipv4Aug 23 06:18:38.414
83132026-08-23T06:18:39.768Z DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83142026-08-23T06:18:39.768ZAug 23 06:18:38.414 DEBG reset freemapAug 23 06:18:38.414, unitINFO: adding route 3fff:beef:1c::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 23 06:18:38.414
83152026-08-23T06:18:39.768Z
83162026-08-23T06:18:39.769Z DEBG created new freemapAug 23 06:18:38.414, Aug 23 06:18:38.414unit :DEBGDEBG freemap_route_ipv4 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. low: 0, size: 64
83172026-08-23T06:18:39.769Z,
83182026-08-23T06:18:39.769Zunit: freemap_route_ipv6Aug 23 06:18:38.414
83192026-08-23T06:18:39.769Z INFO Aug 23 06:18:38.414adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
83202026-08-23T06:18:39.769ZAug 23 06:18:38.414DEBG created new freemap, Aug 23 06:18:38.414unit :DEBG freemap_route_ipv6replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83212026-08-23T06:18:39.771ZDEBG
83222026-08-23T06:18:39.771Z reset freemap, unit:Aug 23 06:18:38.415 freemap_route_ipv6Aug 23 06:18:38.415DEBG
83232026-08-23T06:18:39.771Zinitted freemap. low: 0, size: 64INFO, Aug 23 06:18:38.415unit adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff:
83242026-08-23T06:18:39.771Z freemap_route_ipv4INFO
83252026-08-23T06:18:39.771Z adding route 3fff:dead::/64 -> 2001:db8::55:1
83262026-08-23T06:18:39.771ZAug 23 06:18:38.415 Aug 23 06:18:38.415DEBGAug 23 06:18:38.415 DEBGDEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83272026-08-23T06:18:39.771Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
83282026-08-23T06:18:39.771Zreset freemap, unit:Aug 23 06:18:38.415Aug 23 06:18:38.415 freemap_route_ipv4INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
83292026-08-23T06:18:39.771Z
83302026-08-23T06:18:39.771Z
83312026-08-23T06:18:39.771ZAug 23 06:18:38.415Aug 23 06:18:38.415Aug 23 06:18:38.415 DEBGDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]initted freemap. low: 0, size: 64
83322026-08-23T06:18:39.771Zreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
83332026-08-23T06:18:39.771Zunit: freemap_route_ipv6
83342026-08-23T06:18:39.771ZAug 23 06:18:38.415 Aug 23 06:18:38.415INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 23 06:18:38.415 adding route 3fff:dead::/64 -> 2001:db8::55:1
83352026-08-23T06:18:39.771Z
83362026-08-23T06:18:39.771ZDEBG reset freemap, unitAug 23 06:18:38.415Aug 23 06:18:38.415: DEBGfreemap_route_ipv6
83372026-08-23T06:18:39.771ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
83382026-08-23T06:18:39.772Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83392026-08-23T06:18:39.772ZAug 23 06:18:38.415 INFOAug 23 06:18:38.415 Aug 23 06:18:38.415INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 3fff:dead::/64 -> 2001:db8::55:1
83402026-08-23T06:18:39.772Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
83412026-08-23T06:18:39.772Z
83422026-08-23T06:18:39.772ZAug 23 06:18:38.415Aug 23 06:18:38.415Aug 23 06:18:38.415 DEBG DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83432026-08-23T06:18:39.773Z
83442026-08-23T06:18:39.773Z
83452026-08-23T06:18:39.773ZAug 23 06:18:38.415Aug 23 06:18:38.415 Aug 23 06:18:38.415 INFOINFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
83462026-08-23T06:18:39.773Z
83472026-08-23T06:18:39.773Z
83482026-08-23T06:18:39.773ZAug 23 06:18:38.415Aug 23 06:18:38.415Aug 23 06:18:38.415 DEBGDEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83492026-08-23T06:18:39.773Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
83502026-08-23T06:18:39.773Z
83512026-08-23T06:18:39.773ZAug 23 06:18:38.415 Aug 23 06:18:38.415INFO Aug 23 06:18:38.415adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO
83522026-08-23T06:18:39.773Z INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
83532026-08-23T06:18:39.773Z
83542026-08-23T06:18:39.773ZAug 23 06:18:38.415 DEBG Aug 23 06:18:38.415Aug 23 06:18:38.415 DEBGreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83552026-08-23T06:18:39.773ZDEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83562026-08-23T06:18:39.773Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
83572026-08-23T06:18:39.773ZAug 23 06:18:38.415 INFOAug 23 06:18:38.415Aug 23 06:18:38.414 Aug 23 06:18:38.415 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
83582026-08-23T06:18:39.773ZDEBG created new freemapINFOINFO , unitadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 23 06:18:38.415:adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
83592026-08-23T06:18:39.773Z
83602026-08-23T06:18:39.773Zfreemap_route_ipv6DEBG
83612026-08-23T06:18:39.773Z replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83622026-08-23T06:18:39.773ZAug 23 06:18:38.415Aug 23 06:18:38.415 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 23 06:18:38.415
83632026-08-23T06:18:39.774Z
83642026-08-23T06:18:39.774ZINFO Aug 23 06:18:38.415adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
83652026-08-23T06:18:39.774ZAug 23 06:18:38.415DEBG Aug 23 06:18:38.415INFO Aug 23 06:18:38.415 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO
83662026-08-23T06:18:39.774ZDEBG initted freemap. low: 0, size: 64adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
83672026-08-23T06:18:39.774Z, replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
83682026-08-23T06:18:39.774Z: freemap_route_ipv4
83692026-08-23T06:18:39.774ZAug 23 06:18:38.415Aug 23 06:18:38.415 DEBGAug 23 06:18:38.415DEBG INFOAug 23 06:18:38.415replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83702026-08-23T06:18:39.774ZDEBG
83712026-08-23T06:18:39.774Z reset freemapadding route 3fff:beef:4::/64 -> 2001:db8::55:ff,
83722026-08-23T06:18:39.774ZunitAug 23 06:18:38.415Aug 23 06:18:38.415: Aug 23 06:18:38.415INFOINFO freemap_route_ipv4 DEBG
83732026-08-23T06:18:39.774Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
83742026-08-23T06:18:39.774Z
83752026-08-23T06:18:39.774Zreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83762026-08-23T06:18:39.774ZAug 23 06:18:38.415Aug 23 06:18:38.415Aug 23 06:18:38.415 Aug 23 06:18:38.415DEBG DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
83772026-08-23T06:18:39.775ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83782026-08-23T06:18:39.775Z
83792026-08-23T06:18:39.775ZAug 23 06:18:38.415 INFO Aug 23 06:18:38.415adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
83802026-08-23T06:18:39.775ZDEBGAug 23 06:18:38.415 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
83812026-08-23T06:18:39.775ZAug 23 06:18:38.415 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG
83822026-08-23T06:18:39.846ZAug 23 06:18:38.415 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
83832026-08-23T06:18:39.846Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 23 06:18:38.415
83842026-08-23T06:18:39.846Z DEBG Aug 23 06:18:38.415Aug 23 06:18:38.415 INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
83852026-08-23T06:18:39.846Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83862026-08-23T06:18:39.846Zinitted freemap. low: 0, size: 64
83872026-08-23T06:18:39.846ZAug 23 06:18:38.415, unitAug 23 06:18:38.415: INFOINFO Aug 23 06:18:38.415 adding route 3fff:beef:7::/64 -> 2001:db8::55:fffreemap_route_ipv6
83882026-08-23T06:18:39.846Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
83892026-08-23T06:18:39.846ZDEBG
83902026-08-23T06:18:39.846Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83912026-08-23T06:18:39.846ZAug 23 06:18:38.415Aug 23 06:18:38.415Aug 23 06:18:38.415 Aug 23 06:18:38.415DEBG INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
83922026-08-23T06:18:39.848Z
83932026-08-23T06:18:39.848Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83942026-08-23T06:18:39.848Zreset freemapAug 23 06:18:38.415, Aug 23 06:18:38.415DEBGunit Aug 23 06:18:38.415INFO INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
83952026-08-23T06:18:39.848Z
83962026-08-23T06:18:39.848Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
83972026-08-23T06:18:39.848Z freemap_route_ipv6Aug 23 06:18:38.415
83982026-08-23T06:18:39.848Z DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83992026-08-23T06:18:39.848ZAug 23 06:18:38.415 INFOAug 23 06:18:38.415 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO
84002026-08-23T06:18:39.848Z adding route 3fff:dead::/64 -> 2001:db8::55:1
84012026-08-23T06:18:39.848ZAug 23 06:18:38.415 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
84022026-08-23T06:18:39.848ZAug 23 06:18:38.415 DEBG Aug 23 06:18:38.415replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84032026-08-23T06:18:39.848ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
84042026-08-23T06:18:39.848ZAug 23 06:18:38.415 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 23 06:18:38.415
84052026-08-23T06:18:39.848Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 23 06:18:38.415
84062026-08-23T06:18:39.848Z DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84072026-08-23T06:18:39.849ZAug 23 06:18:38.415 INFO Aug 23 06:18:38.415adding route 3fff:dead::/64 -> 2001:db8::55:3
84082026-08-23T06:18:39.849ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
84092026-08-23T06:18:39.849ZAug 23 06:18:38.415 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 23 06:18:38.415
84102026-08-23T06:18:39.849Z DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84112026-08-23T06:18:39.849ZAug 23 06:18:38.415 INFO Aug 23 06:18:38.415adding route 3fff:dead::/64 -> 2001:db8::55:4
84122026-08-23T06:18:39.849ZINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
84132026-08-23T06:18:39.849ZAug 23 06:18:38.415 DEBG Aug 23 06:18:38.415replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
84142026-08-23T06:18:39.849ZDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84152026-08-23T06:18:39.849ZAug 23 06:18:38.415 Aug 23 06:18:38.415INFO INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff
84162026-08-23T06:18:39.849Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
84172026-08-23T06:18:39.849ZAug 23 06:18:38.415Aug 23 06:18:38.415 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84182026-08-23T06:18:39.849Z
84192026-08-23T06:18:39.850ZAug 23 06:18:38.415Aug 23 06:18:38.415 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
84202026-08-23T06:18:39.850Z
84212026-08-23T06:18:39.850ZAug 23 06:18:38.415Aug 23 06:18:38.415 DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84222026-08-23T06:18:39.850Z
84232026-08-23T06:18:39.850ZAug 23 06:18:38.415Aug 23 06:18:38.415 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 23 06:18:38.415
84242026-08-23T06:18:39.850Z DEBG
84252026-08-23T06:18:39.850Z Aug 23 06:18:38.415replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84262026-08-23T06:18:39.850ZDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.415
84272026-08-23T06:18:39.850Z Aug 23 06:18:38.415DEBG INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84282026-08-23T06:18:39.850Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 23 06:18:38.415
84292026-08-23T06:18:39.850Z INFOAug 23 06:18:38.415 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFOAug 23 06:18:38.415
84302026-08-23T06:18:39.850Z DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
84312026-08-23T06:18:39.850ZAug 23 06:18:38.415replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84322026-08-23T06:18:39.850ZDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84332026-08-23T06:18:39.850ZAug 23 06:18:38.415Aug 23 06:18:38.415 DEBG INFOreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84342026-08-23T06:18:39.851ZAug 23 06:18:38.415adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
84352026-08-23T06:18:39.851ZINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
84362026-08-23T06:18:39.851ZAug 23 06:18:38.415Aug 23 06:18:38.415 Aug 23 06:18:38.415 INFODEBG DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84372026-08-23T06:18:39.851Z
84382026-08-23T06:18:39.851Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
84392026-08-23T06:18:39.851ZAug 23 06:18:38.415Aug 23 06:18:38.415Aug 23 06:18:38.415 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG
84402026-08-23T06:18:39.851Z
84412026-08-23T06:18:39.851Zreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84422026-08-23T06:18:39.851ZAug 23 06:18:38.415Aug 23 06:18:38.415 DEBGAug 23 06:18:38.415 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGINFO
84432026-08-23T06:18:39.851Zreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
84442026-08-23T06:18:39.851Z
84452026-08-23T06:18:39.851ZAug 23 06:18:38.415Aug 23 06:18:38.415 Aug 23 06:18:38.415 INFO INFODEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84462026-08-23T06:18:39.851Z
84472026-08-23T06:18:39.851Z
84482026-08-23T06:18:39.851ZAug 23 06:18:38.415Aug 23 06:18:38.415 Aug 23 06:18:38.415DEBG INFODEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84492026-08-23T06:18:39.851Z
84502026-08-23T06:18:39.853Z
84512026-08-23T06:18:39.853ZAug 23 06:18:38.415Aug 23 06:18:38.415 Aug 23 06:18:38.415INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84522026-08-23T06:18:39.853Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
84532026-08-23T06:18:39.853Z
84542026-08-23T06:18:39.853ZAug 23 06:18:38.415Aug 23 06:18:38.415 INFODEBGAug 23 06:18:38.415 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84552026-08-23T06:18:39.853Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84562026-08-23T06:18:39.853Z
84572026-08-23T06:18:39.853ZAug 23 06:18:38.415Aug 23 06:18:38.415 INFOAug 23 06:18:38.415 DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO
84582026-08-23T06:18:39.853Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84592026-08-23T06:18:39.853Z
84602026-08-23T06:18:39.853ZAug 23 06:18:38.415 DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.415
84612026-08-23T06:18:39.853Z Aug 23 06:18:38.415INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff Aug 23 06:18:38.415
84622026-08-23T06:18:39.853Zreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
84632026-08-23T06:18:39.853Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
84642026-08-23T06:18:39.853ZAug 23 06:18:38.415Aug 23 06:18:38.415 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.415
84652026-08-23T06:18:39.853Z DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
84662026-08-23T06:18:39.853Zreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.415
84672026-08-23T06:18:39.854Z INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 23 06:18:38.415
84682026-08-23T06:18:39.854ZAug 23 06:18:38.415 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
84692026-08-23T06:18:39.854Z
84702026-08-23T06:18:39.854ZAug 23 06:18:38.415 DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.415
84712026-08-23T06:18:39.854ZAug 23 06:18:38.415 INFODEBG Aug 23 06:18:38.415 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFOreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84722026-08-23T06:18:39.854Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
84732026-08-23T06:18:39.856Z
84742026-08-23T06:18:39.856ZAug 23 06:18:38.415Aug 23 06:18:38.415Aug 23 06:18:38.415 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG
84752026-08-23T06:18:39.856ZAug 23 06:18:38.415
84762026-08-23T06:18:39.856Z replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 23 06:18:38.415
84772026-08-23T06:18:39.856Z created new freemapDEBG , replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitAug 23 06:18:38.415Aug 23 06:18:38.415
84782026-08-23T06:18:39.856Z: freemap_route_ipv4INFO
84792026-08-23T06:18:39.856ZAug 23 06:18:38.415 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
84802026-08-23T06:18:39.856Z
84812026-08-23T06:18:39.856ZAug 23 06:18:38.415 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBGAug 23 06:18:38.415 created new freemap
84822026-08-23T06:18:39.861ZDEBG, Aug 23 06:18:38.415unit :replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:18:38.415
84832026-08-23T06:18:39.861Zfreemap_route_ipv6 DEBGDEBG
84842026-08-23T06:18:39.861Z replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84852026-08-23T06:18:39.861Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84862026-08-23T06:18:39.861ZAug 23 06:18:38.415Aug 23 06:18:38.415 INFO Aug 23 06:18:38.415DEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffinitted freemap. low: 0, size: 64
84872026-08-23T06:18:39.861Z, Aug 23 06:18:38.415unitINFO: freemap_route_ipv4adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
84882026-08-23T06:18:39.861Z
84892026-08-23T06:18:39.861ZINFO Aug 23 06:18:38.415adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
84902026-08-23T06:18:39.861ZAug 23 06:18:38.415Aug 23 06:18:38.415 DEBGDEBG DEBG reset freemapreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unitAug 23 06:18:38.415
84912026-08-23T06:18:39.861Zreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
84922026-08-23T06:18:39.861Z DEBGfreemap_route_ipv4Aug 23 06:18:38.415
84932026-08-23T06:18:39.861Z INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84942026-08-23T06:18:39.861Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 23 06:18:38.415Aug 23 06:18:38.415
84952026-08-23T06:18:39.861Z DEBG INFOinitted freemap. low: 0, size: 64 , adding route 3fff:beef:e::/64 -> 2001:db8::55:ffunit
84962026-08-23T06:18:39.861Z:Aug 23 06:18:38.416 freemap_route_ipv6Aug 23 06:18:38.416
84972026-08-23T06:18:39.861Z INFOAug 23 06:18:38.416 Aug 23 06:18:38.416DEBG DEBGDEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84982026-08-23T06:18:39.861Z
84992026-08-23T06:18:39.861Zreset freemapreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
85002026-08-23T06:18:39.861Zunit:Aug 23 06:18:38.416Aug 23 06:18:38.416 INFOfreemap_route_ipv6
85012026-08-23T06:18:39.861ZAug 23 06:18:38.416INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
85022026-08-23T06:18:39.861ZDEBG
85032026-08-23T06:18:39.861ZAug 23 06:18:38.416 INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.416Aug 23 06:18:38.416
85042026-08-23T06:18:39.861Zadding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG
85052026-08-23T06:18:39.862Z DEBGAug 23 06:18:38.416 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85062026-08-23T06:18:39.862Z
85072026-08-23T06:18:39.862ZAug 23 06:18:38.416 DEBGINFOAug 23 06:18:38.416 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 23 06:18:38.416adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
85082026-08-23T06:18:39.862Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
85092026-08-23T06:18:39.862Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
85102026-08-23T06:18:39.862Z
85112026-08-23T06:18:39.862ZAug 23 06:18:38.416Aug 23 06:18:38.416 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 23 06:18:38.416replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.416
85122026-08-23T06:18:39.862Z
85132026-08-23T06:18:39.862Z DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.416DEBGAug 23 06:18:38.416
85142026-08-23T06:18:39.862Zreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
85152026-08-23T06:18:39.863Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
85162026-08-23T06:18:39.863Z
85172026-08-23T06:18:39.863ZAug 23 06:18:38.416Aug 23 06:18:38.416Aug 23 06:18:38.416 DEBGINFOAug 23 06:18:38.416 INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85182026-08-23T06:18:39.863Zadding route 3fff:dead::/64 -> 2001:db8::55:3
85192026-08-23T06:18:39.863Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
85202026-08-23T06:18:39.863ZAug 23 06:18:38.416INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO
85212026-08-23T06:18:39.863Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 23 06:18:38.416
85222026-08-23T06:18:39.863Z Aug 23 06:18:38.416DEBG Aug 23 06:18:38.416DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85232026-08-23T06:18:39.863ZDEBG Aug 23 06:18:38.416replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85242026-08-23T06:18:39.863ZDEBG
85252026-08-23T06:18:39.863Z Aug 23 06:18:38.416replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85262026-08-23T06:18:39.863ZINFO Aug 23 06:18:38.416adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
85272026-08-23T06:18:39.863ZAug 23 06:18:38.416Aug 23 06:18:38.416 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 INFO
85282026-08-23T06:18:39.863Z Aug 23 06:18:38.416adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
85292026-08-23T06:18:39.865Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
85302026-08-23T06:18:39.865ZAug 23 06:18:38.416 DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:18:38.416replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 23 06:18:38.416
85312026-08-23T06:18:39.865Z
85322026-08-23T06:18:39.865Z DEBGDEBG Aug 23 06:18:38.416Aug 23 06:18:38.416replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85332026-08-23T06:18:39.865Z
85342026-08-23T06:18:39.865ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
85352026-08-23T06:18:39.865Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 23 06:18:38.416
85362026-08-23T06:18:39.865Z INFO Aug 23 06:18:38.416adding route 3fff:beef:14::/64 -> 2001:db8::55:ff Aug 23 06:18:38.416
85372026-08-23T06:18:39.865Z INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85382026-08-23T06:18:39.865Z
85392026-08-23T06:18:39.865ZAug 23 06:18:38.416 Aug 23 06:18:38.416DEBG Aug 23 06:18:38.416INFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
85402026-08-23T06:18:39.866Z
85412026-08-23T06:18:39.866ZDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85422026-08-23T06:18:39.866ZAug 23 06:18:38.416 Aug 23 06:18:38.416INFO Aug 23 06:18:38.416DEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO
85432026-08-23T06:18:39.866Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85442026-08-23T06:18:39.866Z
85452026-08-23T06:18:39.866ZAug 23 06:18:38.416 Aug 23 06:18:38.416DEBG Aug 23 06:18:38.416INFOreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85462026-08-23T06:18:39.866Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
85472026-08-23T06:18:39.866Z replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.416
85482026-08-23T06:18:39.866Z Aug 23 06:18:38.416INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
85492026-08-23T06:18:39.866ZAug 23 06:18:38.416replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85502026-08-23T06:18:39.866ZINFOAug 23 06:18:38.416 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff DEBG
85512026-08-23T06:18:39.866Z replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.416
85522026-08-23T06:18:39.866Z Aug 23 06:18:38.416INFO Aug 23 06:18:38.416DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
85532026-08-23T06:18:39.866Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
85542026-08-23T06:18:39.866Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
85552026-08-23T06:18:39.867ZAug 23 06:18:38.416Aug 23 06:18:38.416 INFODEBGAug 23 06:18:38.416 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85562026-08-23T06:18:39.867Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85572026-08-23T06:18:39.867Z
85582026-08-23T06:18:39.867ZAug 23 06:18:38.416 Aug 23 06:18:38.416INFO Aug 23 06:18:38.416 DEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
85592026-08-23T06:18:39.867Z
85602026-08-23T06:18:39.867Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
85612026-08-23T06:18:39.867ZAug 23 06:18:38.416Aug 23 06:18:38.416 DEBGINFO Aug 23 06:18:38.416replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85622026-08-23T06:18:39.867Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
85632026-08-23T06:18:39.867Zreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85642026-08-23T06:18:39.867ZAug 23 06:18:38.416 INFOAug 23 06:18:38.416 Aug 23 06:18:38.416adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
85652026-08-23T06:18:39.868ZINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
85662026-08-23T06:18:39.868Z
85672026-08-23T06:18:39.868ZAug 23 06:18:38.416 DEBGAug 23 06:18:38.416Aug 23 06:18:38.416 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85682026-08-23T06:18:39.868ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85692026-08-23T06:18:39.868Z
85702026-08-23T06:18:39.869ZAug 23 06:18:38.416 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 23 06:18:38.416Aug 23 06:18:38.416 INFODEBG
85712026-08-23T06:18:39.869Z replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
85722026-08-23T06:18:39.869Z
85732026-08-23T06:18:39.869ZAug 23 06:18:38.416Aug 23 06:18:38.416 INFOAug 23 06:18:38.416DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85742026-08-23T06:18:39.869Z
85752026-08-23T06:18:39.869Zreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85762026-08-23T06:18:39.869ZAug 23 06:18:38.416Aug 23 06:18:38.416Aug 23 06:18:38.416 DEBG INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85772026-08-23T06:18:39.869Z
85782026-08-23T06:18:39.869Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
85792026-08-23T06:18:39.869ZAug 23 06:18:38.416Aug 23 06:18:38.416 Aug 23 06:18:38.416INFO DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85802026-08-23T06:18:39.869Z
85812026-08-23T06:18:39.869Z
85822026-08-23T06:18:39.873ZAug 23 06:18:38.416Aug 23 06:18:38.416Aug 23 06:18:38.416 DEBG INFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
85832026-08-23T06:18:39.873Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
85842026-08-23T06:18:39.873ZAug 23 06:18:38.416
85852026-08-23T06:18:39.873Z INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 23 06:18:38.416Aug 23 06:18:38.416
85862026-08-23T06:18:39.875Z DEBGDEBG Aug 23 06:18:38.416replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85872026-08-23T06:18:39.875ZDEBG
85882026-08-23T06:18:39.875Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.416
85892026-08-23T06:18:39.875Z Aug 23 06:18:38.416INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff Aug 23 06:18:38.416
85902026-08-23T06:18:39.875Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
85912026-08-23T06:18:39.875Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 23 06:18:38.416
85922026-08-23T06:18:39.875Z Aug 23 06:18:38.416DEBGAug 23 06:18:38.416 DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85932026-08-23T06:18:39.875Z replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85942026-08-23T06:18:39.875Z
85952026-08-23T06:18:39.875ZAug 23 06:18:38.416Aug 23 06:18:38.416Aug 23 06:18:38.416 INFOINFO INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
85962026-08-23T06:18:39.875Z
85972026-08-23T06:18:39.875Z
85982026-08-23T06:18:39.875ZAug 23 06:18:38.416Aug 23 06:18:38.416Aug 23 06:18:38.416 DEBGDEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85992026-08-23T06:18:39.875Zreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86002026-08-23T06:18:39.876Z
86012026-08-23T06:18:39.876ZAug 23 06:18:38.416Aug 23 06:18:38.416 INFOAug 23 06:18:38.416 INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
86022026-08-23T06:18:39.876Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
86032026-08-23T06:18:39.876ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
86042026-08-23T06:18:39.876ZAug 23 06:18:38.416Aug 23 06:18:38.416 DEBGDEBG Aug 23 06:18:38.416replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86052026-08-23T06:18:39.876ZDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86062026-08-23T06:18:39.876ZAug 23 06:18:38.416
86072026-08-23T06:18:39.876Z INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
86082026-08-23T06:18:39.876ZAug 23 06:18:38.416Aug 23 06:18:38.416 INFOINFO Aug 23 06:18:38.416adding route 3fff:beef:27::/64 -> 2001:db8::55:ff adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
86092026-08-23T06:18:39.876Z
86102026-08-23T06:18:39.876ZDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86112026-08-23T06:18:39.876ZAug 23 06:18:38.416Aug 23 06:18:38.416 DEBGDEBG Aug 23 06:18:38.416replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86122026-08-23T06:18:39.876Z
86132026-08-23T06:18:39.876Z INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
86142026-08-23T06:18:39.876ZAug 23 06:18:38.416Aug 23 06:18:38.416 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 23 06:18:38.416
86152026-08-23T06:18:39.876Z DEBG
86162026-08-23T06:18:39.877Z replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.416
86172026-08-23T06:18:39.877Z Aug 23 06:18:38.416DEBGAug 23 06:18:38.416 DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86182026-08-23T06:18:39.877Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
86192026-08-23T06:18:39.877Z
86202026-08-23T06:18:39.877ZAug 23 06:18:38.416Aug 23 06:18:38.416Aug 23 06:18:38.416 INFODEBGINFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
86212026-08-23T06:18:39.877Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
86222026-08-23T06:18:39.877Z
86232026-08-23T06:18:39.877ZAug 23 06:18:38.416Aug 23 06:18:38.416 Aug 23 06:18:38.416 INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
86242026-08-23T06:18:39.877Zreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86252026-08-23T06:18:39.877Z
86262026-08-23T06:18:39.877ZAug 23 06:18:38.416 DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.416Aug 23 06:18:38.416
86272026-08-23T06:18:39.877ZINFO INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
86282026-08-23T06:18:39.877ZAug 23 06:18:38.416adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86292026-08-23T06:18:39.877ZINFO Aug 23 06:18:38.416adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
86302026-08-23T06:18:39.877ZDEBGAug 23 06:18:38.416 DEBGAug 23 06:18:38.416 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86312026-08-23T06:18:39.878Z
86322026-08-23T06:18:39.878Z replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86332026-08-23T06:18:39.879ZAug 23 06:18:38.416Aug 23 06:18:38.416 Aug 23 06:18:38.416INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86342026-08-23T06:18:39.879Z
86352026-08-23T06:18:39.879ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
86362026-08-23T06:18:39.879ZAug 23 06:18:38.416Aug 23 06:18:38.416 DEBGDEBG Aug 23 06:18:38.416replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86372026-08-23T06:18:39.879Z
86382026-08-23T06:18:39.879ZDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86392026-08-23T06:18:39.879ZAug 23 06:18:38.416Aug 23 06:18:38.416 INFOAug 23 06:18:38.416 INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff INFO
86402026-08-23T06:18:39.879Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
86412026-08-23T06:18:39.879Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
86422026-08-23T06:18:39.879ZAug 23 06:18:38.416 Aug 23 06:18:38.416DEBGAug 23 06:18:38.416 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
86432026-08-23T06:18:39.879ZDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86442026-08-23T06:18:39.879Z
86452026-08-23T06:18:39.879ZAug 23 06:18:38.416 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 23 06:18:38.416
86462026-08-23T06:18:39.879Z INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 23 06:18:38.416Aug 23 06:18:38.416
86472026-08-23T06:18:39.879Z INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBGAug 23 06:18:38.416
86482026-08-23T06:18:39.879Z DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86492026-08-23T06:18:39.880ZAug 23 06:18:38.416replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86502026-08-23T06:18:39.880ZDEBGAug 23 06:18:38.416 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86512026-08-23T06:18:39.880Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86522026-08-23T06:18:39.880ZAug 23 06:18:38.416 Aug 23 06:18:38.416INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBGAug 23 06:18:38.416 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86532026-08-23T06:18:39.880Z
86542026-08-23T06:18:39.880ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 23 06:18:38.416Aug 23 06:18:38.416
86552026-08-23T06:18:39.880ZINFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86562026-08-23T06:18:39.880Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.416
86572026-08-23T06:18:39.883ZDEBGAug 23 06:18:38.416 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86582026-08-23T06:18:39.883ZAug 23 06:18:38.416 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86592026-08-23T06:18:39.883ZAug 23 06:18:38.416 INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
86602026-08-23T06:18:39.883Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 23 06:18:38.416
86612026-08-23T06:18:39.883Z INFOAug 23 06:18:38.416 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
86622026-08-23T06:18:39.883Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.416
86632026-08-23T06:18:39.883ZAug 23 06:18:38.416 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.416
86642026-08-23T06:18:39.883Z
86652026-08-23T06:18:39.884ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86662026-08-23T06:18:39.884ZAug 23 06:18:38.416 INFO Aug 23 06:18:38.416adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
86672026-08-23T06:18:39.884ZAug 23 06:18:38.416DEBG INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:18:38.416adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
86682026-08-23T06:18:39.884Z
86692026-08-23T06:18:39.884ZDEBG Aug 23 06:18:38.416replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86702026-08-23T06:18:39.884ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86712026-08-23T06:18:39.884ZAug 23 06:18:38.416Aug 23 06:18:38.416 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 23 06:18:38.416Aug 23 06:18:38.416 DEBG
86722026-08-23T06:18:39.884ZINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86732026-08-23T06:18:39.884Z
86742026-08-23T06:18:39.884Z
86752026-08-23T06:18:39.884ZAug 23 06:18:38.416 Aug 23 06:18:38.416DEBGAug 23 06:18:38.416Aug 23 06:18:38.416 DEBGINFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
86762026-08-23T06:18:39.884Z
86772026-08-23T06:18:39.886Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86782026-08-23T06:18:39.886ZAug 23 06:18:38.416
86792026-08-23T06:18:39.887Z Aug 23 06:18:38.416INFO Aug 23 06:18:38.416 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86802026-08-23T06:18:39.887ZDEBGAug 23 06:18:38.416 DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86812026-08-23T06:18:39.887ZAug 23 06:18:38.416created new freemap DEBG, DEBGunit : replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.416Aug 23 06:18:38.416
86822026-08-23T06:18:39.891Z
86832026-08-23T06:18:39.891Z
86842026-08-23T06:18:39.891Z INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 23 06:18:38.416INFOAug 23 06:18:38.416
86852026-08-23T06:18:39.891Z Aug 23 06:18:38.416 INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOAug 23 06:18:38.417 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff DEBG
86862026-08-23T06:18:39.891Z replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
86872026-08-23T06:18:39.891ZDEBG
86882026-08-23T06:18:39.891Zcreated new freemapAug 23 06:18:38.417
86892026-08-23T06:18:39.891ZDEBG, Aug 23 06:18:38.417 unitreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
86902026-08-23T06:18:39.891ZAug 23 06:18:38.417 Aug 23 06:18:38.417 INFODEBGfreemap_route_ipv6
86912026-08-23T06:18:39.891Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
86922026-08-23T06:18:39.891ZAug 23 06:18:38.417replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:18:38.417INFO
86932026-08-23T06:18:39.892Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
86942026-08-23T06:18:39.892Z replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.417DEBG
86952026-08-23T06:18:39.892ZAug 23 06:18:38.417 Aug 23 06:18:38.417initted freemap. low: 0, size: 64DEBG, DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86962026-08-23T06:18:39.892Zreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86972026-08-23T06:18:39.892Zunit: Aug 23 06:18:38.417 adding route 3fff:beef:33::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 23 06:18:38.417
86982026-08-23T06:18:39.892Z
86992026-08-23T06:18:39.892ZINFO Aug 23 06:18:38.417 INFOINFO Aug 23 06:18:38.417adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
87002026-08-23T06:18:39.892ZAug 23 06:18:38.417adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
87012026-08-23T06:18:39.892Z Aug 23 06:18:38.417DEBG DEBG DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:18:38.417replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87022026-08-23T06:18:39.892Z
87032026-08-23T06:18:39.892Z DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87042026-08-23T06:18:39.892ZAug 23 06:18:38.417 reset freemapINFO, Aug 23 06:18:38.417 unitadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 23 06:18:38.417:
87052026-08-23T06:18:39.892Z INFO INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
87062026-08-23T06:18:39.893Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 23 06:18:38.417
87072026-08-23T06:18:39.893Zfreemap_route_ipv4
87082026-08-23T06:18:39.893ZDEBGAug 23 06:18:38.417 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87092026-08-23T06:18:39.893ZAug 23 06:18:38.417DEBG DEBG Aug 23 06:18:38.417replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87102026-08-23T06:18:39.893ZAug 23 06:18:38.417DEBG
87112026-08-23T06:18:39.893Z INFO initted freemap. low: 0, size: 64adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 23 06:18:38.417
87122026-08-23T06:18:39.893Z Aug 23 06:18:38.417INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff, Aug 23 06:18:38.417INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
87132026-08-23T06:18:39.893Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.417
87142026-08-23T06:18:39.893Z DEBG
87152026-08-23T06:18:39.893Z created new freemapunit, Aug 23 06:18:38.417unit:: DEBGfreemap_route_ipv4
87162026-08-23T06:18:39.893Z Aug 23 06:18:38.417Aug 23 06:18:38.417 DEBG created new freemap, unit:freemap_route_ipv6 DEBGfreemap_route_ipv6replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87172026-08-23T06:18:39.893Z
87182026-08-23T06:18:39.893Z
87192026-08-23T06:18:39.893ZAug 23 06:18:38.417 Aug 23 06:18:38.417adding route 3fff:beef:30::/64 -> 2001:db8::55:ff Aug 23 06:18:38.417Aug 23 06:18:38.417 INFODEBG DEBG
87202026-08-23T06:18:39.893Zinitted freemap. low: 0, size: 64adding route 3fff:beef:31::/64 -> 2001:db8::55:ff,
87212026-08-23T06:18:39.893Zunit: INFOfreemap_route_ipv4
87222026-08-23T06:18:39.893Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:18:38.417
87232026-08-23T06:18:39.893Z Aug 23 06:18:38.417 DEBGDEBG reset freemap, unit:replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87242026-08-23T06:18:39.893Zreset freemap, unit:freemap_route_ipv6 adding route 3fff:beef:36::/64 -> 2001:db8::55:fffreemap_route_ipv4
87252026-08-23T06:18:39.894Z
87262026-08-23T06:18:39.894Z
87272026-08-23T06:18:39.894ZAug 23 06:18:38.417 DEBG initted freemap. low: 0, size: 64, unit: Aug 23 06:18:38.417freemap_route_ipv6Aug 23 06:18:38.417
87282026-08-23T06:18:39.894Z INFO Aug 23 06:18:38.417adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 23 06:18:38.417
87292026-08-23T06:18:39.894Z Aug 23 06:18:38.417DEBG reset freemap, unit: DEBGfreemap_route_ipv6
87302026-08-23T06:18:39.894Z replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87312026-08-23T06:18:39.894ZAug 23 06:18:38.417 DEBGAug 23 06:18:38.417 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFOAug 23 06:18:38.417
87322026-08-23T06:18:39.894ZINFO Aug 23 06:18:38.417 DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:18:38.417
87332026-08-23T06:18:39.894Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
87342026-08-23T06:18:39.894Z INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
87352026-08-23T06:18:39.894ZAug 23 06:18:38.417Aug 23 06:18:38.417
87362026-08-23T06:18:39.894Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 23 06:18:38.417
87372026-08-23T06:18:39.894Z Aug 23 06:18:38.417DEBG Aug 23 06:18:38.417 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87382026-08-23T06:18:39.894Z replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87392026-08-23T06:18:39.894Z
87402026-08-23T06:18:39.894ZAug 23 06:18:38.417 INFO
87412026-08-23T06:18:39.894Z adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 23 06:18:38.417adding route 172.16.0.0/32 -> 10.0.0.1
87422026-08-23T06:18:39.894Z
87432026-08-23T06:18:39.894ZAug 23 06:18:38.417 Aug 23 06:18:38.417 INFODEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87442026-08-23T06:18:39.894ZAug 23 06:18:38.417 DEBGAug 23 06:18:38.417 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
87452026-08-23T06:18:39.894Z Aug 23 06:18:38.417adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
87462026-08-23T06:18:39.894ZDEBG
87472026-08-23T06:18:39.894Z replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87482026-08-23T06:18:39.894ZAug 23 06:18:38.417Aug 23 06:18:38.417 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO
87492026-08-23T06:18:39.895ZAug 23 06:18:38.417Aug 23 06:18:38.417 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 23 06:18:38.417 INFO adding route 172.16.0.0/32 -> 10.0.0.2
87502026-08-23T06:18:39.896Z DEBG INFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:18:38.417
87512026-08-23T06:18:39.896Z DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 23 06:18:38.417
87522026-08-23T06:18:39.896Z DEBGAug 23 06:18:38.417 INFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87532026-08-23T06:18:39.896Ztest route::tests::identity_replace_is_noop ... ok
87542026-08-23T06:18:39.896ZINFOAug 23 06:18:38.417 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
87552026-08-23T06:18:39.896Z
87562026-08-23T06:18:39.896Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
87572026-08-23T06:18:39.896ZAug 23 06:18:38.417Aug 23 06:18:38.417Aug 23 06:18:38.422 DEBGDEBG DEBGcreated new freemap , replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87582026-08-23T06:18:39.896Zunit: Aug 23 06:18:38.423freemap_route_ipv4
87592026-08-23T06:18:39.896ZINFO
87602026-08-23T06:18:39.896Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
87612026-08-23T06:18:39.896Z Aug 23 06:18:38.423Aug 23 06:18:38.423 DEBGINFOAug 23 06:18:38.423 INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
87622026-08-23T06:18:39.896ZAug 23 06:18:38.423replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
87632026-08-23T06:18:39.896Z
87642026-08-23T06:18:39.896Z created new freemapDEBG , replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitAug 23 06:18:38.423:Aug 23 06:18:38.423
87652026-08-23T06:18:39.896Z freemap_route_ipv6 DEBG INFO
87662026-08-23T06:18:39.896Z replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.423Aug 23 06:18:38.423adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
87672026-08-23T06:18:39.896Z
87682026-08-23T06:18:39.896ZINFOAug 23 06:18:38.423 DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
87692026-08-23T06:18:39.896ZAug 23 06:18:38.423 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGAug 23 06:18:38.423Aug 23 06:18:38.423 INFODEBGDEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87702026-08-23T06:18:39.896Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. low: 0, size: 64
87712026-08-23T06:18:39.896Z
87722026-08-23T06:18:39.897Z,
87732026-08-23T06:18:39.898Zunit:Aug 23 06:18:38.423 Aug 23 06:18:38.423INFO Aug 23 06:18:38.423DEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
87742026-08-23T06:18:39.898Zfreemap_route_ipv4
87752026-08-23T06:18:39.898Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
87762026-08-23T06:18:39.898Z
87772026-08-23T06:18:39.898ZAug 23 06:18:38.423Aug 23 06:18:38.423 Aug 23 06:18:38.423INFO DEBGINFO Aug 23 06:18:38.423adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87782026-08-23T06:18:39.898Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
87792026-08-23T06:18:39.898Z
87802026-08-23T06:18:39.898Z DEBGAug 23 06:18:38.423Aug 23 06:18:38.423 Aug 23 06:18:38.423DEBGAug 23 06:18:38.423 reset freemapINFODEBG, replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit DEBG:
87812026-08-23T06:18:39.898Zreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87822026-08-23T06:18:39.903Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff freemap_route_ipv4
87832026-08-23T06:18:39.903ZAug 23 06:18:38.423
87842026-08-23T06:18:39.903ZAug 23 06:18:38.423 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
87852026-08-23T06:18:39.903ZAug 23 06:18:38.423 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
87862026-08-23T06:18:39.903Z Aug 23 06:18:38.423DEBG INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87872026-08-23T06:18:39.903Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
87882026-08-23T06:18:39.903ZAug 23 06:18:38.423Aug 23 06:18:38.423
87892026-08-23T06:18:39.903Z Aug 23 06:18:38.423Aug 23 06:18:38.423 DEBG INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
87902026-08-23T06:18:39.903Z initted freemap. low: 0, size: 64DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 23 06:18:38.423
87912026-08-23T06:18:39.903Zunit :replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGfreemap_route_ipv6Aug 23 06:18:38.423
87922026-08-23T06:18:39.903Z replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87932026-08-23T06:18:39.903ZDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.423
87942026-08-23T06:18:39.903Z
87952026-08-23T06:18:39.903Z Aug 23 06:18:38.423INFO INFOAug 23 06:18:38.423 DEBGAug 23 06:18:38.423 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
87962026-08-23T06:18:39.903ZINFOreset freemapadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 23 06:18:38.423
87972026-08-23T06:18:39.903Z , adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO Aug 23 06:18:38.423adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
87982026-08-23T06:18:39.903Z
87992026-08-23T06:18:39.903Z DEBGunit :Aug 23 06:18:38.423 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:18:38.423DEBG
88002026-08-23T06:18:39.904ZDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88012026-08-23T06:18:39.904Zreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.423freemap_route_ipv6 Aug 23 06:18:38.423
88022026-08-23T06:18:39.904Z DEBGAug 23 06:18:38.423DEBG failed to allocate space for the new target listreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
88032026-08-23T06:18:39.904Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
88042026-08-23T06:18:39.904Z
88052026-08-23T06:18:39.904ZAug 23 06:18:38.423 INFO
88062026-08-23T06:18:39.904Z Aug 23 06:18:38.423adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
88072026-08-23T06:18:39.904ZDEBGAug 23 06:18:38.423 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
88082026-08-23T06:18:39.904ZAug 23 06:18:38.423 INFOAug 23 06:18:38.423 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 23 06:18:38.423
88092026-08-23T06:18:39.904ZDEBG DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88102026-08-23T06:18:39.904Z
88112026-08-23T06:18:39.904ZINFO Aug 23 06:18:38.423Aug 23 06:18:38.423 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
88122026-08-23T06:18:39.904Z Aug 23 06:18:38.423Aug 23 06:18:38.423DEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
88132026-08-23T06:18:39.905Zreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88142026-08-23T06:18:39.905Z
88152026-08-23T06:18:39.905ZAug 23 06:18:38.423
88162026-08-23T06:18:39.905Z INFO Aug 23 06:18:38.423adding route 172.16.0.0/32 -> 10.0.0.3 Aug 23 06:18:38.423DEBG
88172026-08-23T06:18:39.905ZAug 23 06:18:38.423 Aug 23 06:18:38.423 DEBG INFOAug 23 06:18:38.423replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFO
88182026-08-23T06:18:39.905Z DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88192026-08-23T06:18:39.905Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
88202026-08-23T06:18:39.905Z
88212026-08-23T06:18:39.905Z
88222026-08-23T06:18:39.905ZAug 23 06:18:38.423Aug 23 06:18:38.423 Aug 23 06:18:38.423INFO Aug 23 06:18:38.423DEBG Aug 23 06:18:38.423replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
88232026-08-23T06:18:39.905Z replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88242026-08-23T06:18:39.905ZINFO
88252026-08-23T06:18:39.905Z Aug 23 06:18:38.423DEBG adding route 172.16.0.0/32 -> 10.0.0.4
88262026-08-23T06:18:39.905ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 23 06:18:38.423
88272026-08-23T06:18:39.905Z replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.423Aug 23 06:18:38.423
88282026-08-23T06:18:39.905ZDEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]INFO
88292026-08-23T06:18:39.905Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
88302026-08-23T06:18:39.905Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 23 06:18:38.423
88312026-08-23T06:18:39.905Z INFOAug 23 06:18:38.423 Aug 23 06:18:38.423 Aug 23 06:18:38.423DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
88322026-08-23T06:18:39.905ZDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88332026-08-23T06:18:39.905Zreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88342026-08-23T06:18:39.905ZAug 23 06:18:38.423
88352026-08-23T06:18:39.905Z DEBG Aug 23 06:18:38.423replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88362026-08-23T06:18:39.905ZAug 23 06:18:38.423DEBG failed to allocate space for the new target listINFO
88372026-08-23T06:18:39.905Z Aug 23 06:18:38.423adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
88382026-08-23T06:18:39.905ZINFO Aug 23 06:18:38.423 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
88392026-08-23T06:18:39.905Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
88402026-08-23T06:18:39.905ZAug 23 06:18:38.423 Aug 23 06:18:38.423DEBG DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88412026-08-23T06:18:39.907Zreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88422026-08-23T06:18:39.907Zcreated new freemapAug 23 06:18:38.423Aug 23 06:18:38.423 , unitINFO: adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFOfreemap_route_ipv4
88432026-08-23T06:18:39.907Z
88442026-08-23T06:18:39.908Ztest route::tests::grow_succeeds ... ok
88452026-08-23T06:18:39.908Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
88462026-08-23T06:18:39.908Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
88472026-08-23T06:18:39.908ZAug 23 06:18:38.423Aug 23 06:18:38.423 DEBGDEBG created new freemapAug 23 06:18:38.423replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , DEBGunit
88482026-08-23T06:18:39.908Zreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
88492026-08-23T06:18:39.908Zfreemap_route_ipv6
88502026-08-23T06:18:39.908ZAug 23 06:18:38.423adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 23 06:18:38.423
88512026-08-23T06:18:39.908ZINFOAug 23 06:18:38.423 INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
88522026-08-23T06:18:39.908ZAug 23 06:18:38.423 DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff initted freemap. low: 0, size: 64replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.423
88532026-08-23T06:18:39.908Z
88542026-08-23T06:18:39.908Z, unitDEBG: freemap_route_ipv4Aug 23 06:18:38.423
88552026-08-23T06:18:39.908Z INFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.423
88562026-08-23T06:18:39.908Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
88572026-08-23T06:18:39.908Z Aug 23 06:18:38.423replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88582026-08-23T06:18:39.908ZDEBGAug 23 06:18:38.423Aug 23 06:18:38.423 reset freemap DEBGAug 23 06:18:38.423 INFO , INFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88592026-08-23T06:18:39.908Zadding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ffunit
88602026-08-23T06:18:39.908Z
88612026-08-23T06:18:39.908Z:Aug 23 06:18:38.423 freemap_route_ipv4Aug 23 06:18:38.423Aug 23 06:18:38.423
88622026-08-23T06:18:39.908ZINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88632026-08-23T06:18:39.908Z
88642026-08-23T06:18:39.908Z replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.423
88652026-08-23T06:18:39.908Z DEBGAug 23 06:18:38.423Aug 23 06:18:38.423 INFO Aug 23 06:18:38.424adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
88662026-08-23T06:18:39.908Z DEBGAug 23 06:18:38.424 created new freemap , DEBGunit:DEBG created new freemapreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
88672026-08-23T06:18:39.908Z
88682026-08-23T06:18:39.908ZAug 23 06:18:38.423, unitAug 23 06:18:38.503 Aug 23 06:18:38.503: Aug 23 06:18:38.503 DEBGDEBGfreemap_route_ipv4
88692026-08-23T06:18:39.908ZINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
88702026-08-23T06:18:39.908Z
88712026-08-23T06:18:39.908ZDEBG
88722026-08-23T06:18:39.908Z Aug 23 06:18:38.503Aug 23 06:18:38.503Aug 23 06:18:38.503 INFO Aug 23 06:18:38.503adding route 3fff:beef:11::/64 -> 2001:db8::55:ffcreated new freemap
88732026-08-23T06:18:39.908Z DEBG DEBGDEBG Aug 23 06:18:38.503, created new freemapreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }],
88742026-08-23T06:18:39.908Z :DEBG
88752026-08-23T06:18:39.908Z unitreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: Aug 23 06:18:38.503
88762026-08-23T06:18:39.909Z DEBG freemap_route_ipv6failed to allocate space for the new target list
88772026-08-23T06:18:39.909ZAug 23 06:18:38.504
88782026-08-23T06:18:39.909Z Aug 23 06:18:38.504INFO INFOAug 23 06:18:38.504 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
88792026-08-23T06:18:39.909Z
88802026-08-23T06:18:39.909ZDEBG Aug 23 06:18:38.504freemap_route_ipv6
88812026-08-23T06:18:39.909Zinitted freemap. low: 0, size: 64, unit: Aug 23 06:18:38.504Aug 23 06:18:38.504DEBG freemap_route_ipv4
88822026-08-23T06:18:39.913Zreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
88832026-08-23T06:18:39.913Z DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. low: 0, size: 64Aug 23 06:18:38.504 Aug 23 06:18:38.504
88842026-08-23T06:18:39.913Z , unitinitted freemap. low: 0, size: 64DEBG:INFO, Aug 23 06:18:38.504freemap_route_ipv6
88852026-08-23T06:18:39.913Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFOreset freemap
88862026-08-23T06:18:39.913Z unitadding route 3fff:beef:37::/64 -> 2001:db8::55:ff, :
88872026-08-23T06:18:39.913Zunit freemap_route_ipv4:
88882026-08-23T06:18:39.913ZAug 23 06:18:38.504freemap_route_ipv4 Aug 23 06:18:38.504Aug 23 06:18:38.504
88892026-08-23T06:18:39.913Z DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88902026-08-23T06:18:39.913ZDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
88912026-08-23T06:18:39.914ZAug 23 06:18:38.504Aug 23 06:18:38.504 , DEBG unitreset freemap Aug 23 06:18:38.504Aug 23 06:18:38.504, :INFOunit :adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
88922026-08-23T06:18:39.914Z DEBGINFO freemap_route_ipv4initted freemap. low: 0, size: 64freemap_route_ipv6
88932026-08-23T06:18:39.914ZAug 23 06:18:38.504, unit
88942026-08-23T06:18:39.915Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff: DEBG freemap_route_ipv6
88952026-08-23T06:18:39.915Z
88962026-08-23T06:18:39.915Zreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.504
88972026-08-23T06:18:39.915ZAug 23 06:18:38.504 INFO Aug 23 06:18:38.504DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:18:38.504DEBGAug 23 06:18:38.504
88982026-08-23T06:18:39.915Z replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGINFO initted freemap. low: 0, size: 64
88992026-08-23T06:18:39.915Z, reset freemapunitAug 23 06:18:38.504, adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
89002026-08-23T06:18:39.915Zunit::Aug 23 06:18:38.504 DEBGfreemap_route_ipv6
89012026-08-23T06:18:39.915ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:fffreemap_route_ipv6
89022026-08-23T06:18:39.915ZAug 23 06:18:38.504
89032026-08-23T06:18:39.915Z
89042026-08-23T06:18:39.915Z Aug 23 06:18:38.504INFO Aug 23 06:18:38.504Aug 23 06:18:38.504adding route 172.16.0.0/32 -> 10.0.0.1DEBG Aug 23 06:18:38.504 INFO
89052026-08-23T06:18:39.915Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
89062026-08-23T06:18:39.915ZDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 23 06:18:38.504Aug 23 06:18:38.504
89072026-08-23T06:18:39.915Z
89082026-08-23T06:18:39.915ZDEBG reset freemap INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 23 06:18:38.504adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
89092026-08-23T06:18:39.915Z
89102026-08-23T06:18:39.915ZDEBG, unit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 23 06:18:38.504
89112026-08-23T06:18:39.915Z Aug 23 06:18:38.504Aug 23 06:18:38.504DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
89122026-08-23T06:18:39.915Z replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
89132026-08-23T06:18:39.915Z adding route 3fff:beef:16::/64 -> 2001:db8::55:fffreemap_route_ipv6
89142026-08-23T06:18:39.915Z
89152026-08-23T06:18:39.915ZAug 23 06:18:38.504 Aug 23 06:18:38.504INFO INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
89162026-08-23T06:18:39.915Zadding route 3fff:dead::/64 -> 2001:db8::55:3
89172026-08-23T06:18:39.915ZAug 23 06:18:38.504Aug 23 06:18:38.504 INFODEBGAug 23 06:18:38.424Aug 23 06:18:38.504 Aug 23 06:18:38.504replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
89182026-08-23T06:18:39.916ZDEBG
89192026-08-23T06:18:39.916ZDEBGDEBG Aug 23 06:18:38.504 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89202026-08-23T06:18:39.916Z created new freemap
89212026-08-23T06:18:39.916ZINFO, Aug 23 06:18:38.504unitadding route 3fff:beef:17::/64 -> 2001:db8::55:ff:
89222026-08-23T06:18:39.916Z Aug 23 06:18:38.504 freemap_route_ipv4DEBGINFO Aug 23 06:18:38.504adding route 3fff:dead::/64 -> 2001:db8::55:4
89232026-08-23T06:18:39.916Z
89242026-08-23T06:18:39.916Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 23 06:18:38.504 INFOAug 23 06:18:38.504
89252026-08-23T06:18:39.916Z DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89262026-08-23T06:18:39.916Z
89272026-08-23T06:18:39.916ZAug 23 06:18:38.504adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
89282026-08-23T06:18:39.916ZINFO Aug 23 06:18:38.504Aug 23 06:18:38.504adding route 172.16.0.0/32 -> 10.0.0.2Aug 23 06:18:38.504
89292026-08-23T06:18:39.916Z Aug 23 06:18:38.504 DEBGDEBG INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
89302026-08-23T06:18:39.916Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffcreated new freemap
89312026-08-23T06:18:39.916Z , replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit:
89322026-08-23T06:18:39.916Z Aug 23 06:18:38.504freemap_route_ipv6
89332026-08-23T06:18:39.916ZWARNAug 23 06:18:38.504 Aug 23 06:18:38.504Aug 23 06:18:38.504 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) DEBG
89342026-08-23T06:18:39.916Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBG Aug 23 06:18:38.504DEBG
89352026-08-23T06:18:39.917ZAug 23 06:18:38.504failed to allocate space for the new target list
89362026-08-23T06:18:39.917Z ERROreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89372026-08-23T06:18:39.917Z Aug 23 06:18:38.504Aug 23 06:18:38.504 DEBGINFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 23 06:18:38.504
89382026-08-23T06:18:39.917Z INFOinitted freemap. low: 0, size: 64rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) , adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
89392026-08-23T06:18:39.917Z
89402026-08-23T06:18:39.917Zunitadding route 172.16.0.0/32 -> 10.0.0.3:
89412026-08-23T06:18:39.917Z freemap_route_ipv4Aug 23 06:18:38.504
89422026-08-23T06:18:39.917ZDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.504
89432026-08-23T06:18:39.917Ztest route::tests::rollback_on_index_readd_failure ... ok
89442026-08-23T06:18:39.917ZDEBG Aug 23 06:18:38.504Aug 23 06:18:38.504 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] ERRO
89452026-08-23T06:18:39.917ZDEBG Aug 23 06:18:38.504 shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it reset freemapINFO
89462026-08-23T06:18:39.917Z, unitadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 23 06:18:38.504:
89472026-08-23T06:18:39.917Zfreemap_route_ipv4INFO
89482026-08-23T06:18:39.917Z adding route 172.16.0.0/32 -> 10.0.0.4
89492026-08-23T06:18:39.917ZAug 23 06:18:38.504 DEBG Aug 23 06:18:38.424Aug 23 06:18:38.504 DEBGAug 23 06:18:38.504 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89502026-08-23T06:18:39.917ZDEBGDEBGcreated new freemap , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]unitinitted freemap. low: 0, size: 64
89512026-08-23T06:18:39.918Z, : unit:freemap_route_ipv4 freemap_route_ipv6
89522026-08-23T06:18:39.918ZAug 23 06:18:38.504
89532026-08-23T06:18:39.918Z INFO Aug 23 06:18:38.504adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
89542026-08-23T06:18:39.918ZAug 23 06:18:38.504INFO DEBG adding route 172.17.0.0/32 -> 10.0.0.255created new freemapAug 23 06:18:38.504
89552026-08-23T06:18:39.918ZAug 23 06:18:38.504, DEBG unit :DEBGAug 23 06:18:38.504 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap , DEBGunit : replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89562026-08-23T06:18:39.918Zfreemap_route_ipv6freemap_route_ipv6
89572026-08-23T06:18:39.918Z
89582026-08-23T06:18:39.918Z
89592026-08-23T06:18:39.918ZAug 23 06:18:38.504Aug 23 06:18:38.504Aug 23 06:18:38.504 INFOINFOAug 23 06:18:38.504 adding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO
89602026-08-23T06:18:39.918Z
89612026-08-23T06:18:39.918Z adding route 172.17.0.1/32 -> 10.0.0.255DEBG
89622026-08-23T06:18:39.918Z initted freemap. low: 0, size: 64Aug 23 06:18:38.504, unitDEBG:Aug 23 06:18:38.504 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBGAug 23 06:18:38.504 freemap_route_ipv4replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89632026-08-23T06:18:39.918Z
89642026-08-23T06:18:39.918Z
89652026-08-23T06:18:39.918ZDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.504
89662026-08-23T06:18:39.919Z Aug 23 06:18:38.504Aug 23 06:18:38.504 DEBGINFO reset freemapINFO, unitadding route 172.16.0.0/32 -> 10.0.0.1:Aug 23 06:18:38.504 adding route 172.17.0.2/32 -> 10.0.0.255INFO
89672026-08-23T06:18:39.919Z freemap_route_ipv4adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
89682026-08-23T06:18:39.919Z
89692026-08-23T06:18:39.919Z
89702026-08-23T06:18:39.919ZAug 23 06:18:38.504Aug 23 06:18:38.504Aug 23 06:18:38.504 DEBGDEBG Aug 23 06:18:38.504replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89712026-08-23T06:18:39.919ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]initted freemap. low: 0, size: 64DEBG,
89722026-08-23T06:18:39.919Z unitreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 23 06:18:38.504 Aug 23 06:18:38.504
89732026-08-23T06:18:39.919ZAug 23 06:18:38.505Aug 23 06:18:38.518 DEBGINFO created new freemapadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff, Aug 23 06:18:38.504unit: DEBGfreemap_route_ipv4
89742026-08-23T06:18:39.919Zcreated new freemap,
89752026-08-23T06:18:39.919ZunitAug 23 06:18:38.518Aug 23 06:18:38.505: freemap_route_ipv4DEBG DEBGcreated new freemap , INFO
89762026-08-23T06:18:39.919Z unit:adding route 172.16.0.0/32 -> 10.0.0.1Aug 23 06:18:38.518replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89772026-08-23T06:18:39.919Z
89782026-08-23T06:18:39.919Z Aug 23 06:18:38.518freemap_route_ipv4 DEBG
89792026-08-23T06:18:39.919Z created new freemap Aug 23 06:18:38.518, unitINFO:Aug 23 06:18:38.518Aug 23 06:18:38.518 DEBGfreemap_route_ipv6
89802026-08-23T06:18:39.919Zcreated new freemap , unitDEBG: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
89812026-08-23T06:18:39.920Zfreemap_route_ipv6Aug 23 06:18:38.519
89822026-08-23T06:18:39.924Z
89832026-08-23T06:18:39.924Z DEBG initted freemap. low: 0, size: 64DEBG, Aug 23 06:18:38.519Aug 23 06:18:38.519unitAug 23 06:18:38.519 : DEBGDEBG initted freemap. low: 0, size: 64replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO , unitfreemap_route_ipv4
89842026-08-23T06:18:39.924Z
89852026-08-23T06:18:39.924Z:adding route 172.16.0.0/32 -> 10.0.0.2 freemap_route_ipv4Aug 23 06:18:38.519
89862026-08-23T06:18:39.925ZAug 23 06:18:38.519 INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
89872026-08-23T06:18:39.925Z
89882026-08-23T06:18:39.925ZAug 23 06:18:38.519reset freemap , DEBGunitAug 23 06:18:38.519: DEBGfreemap_route_ipv4 Aug 23 06:18:38.519 reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }],
89892026-08-23T06:18:39.925ZDEBGunit replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
89902026-08-23T06:18:39.925Z
89912026-08-23T06:18:39.925Zfreemap_route_ipv4Aug 23 06:18:38.519
89922026-08-23T06:18:39.925Z created new freemapINFO, Aug 23 06:18:38.519Aug 23 06:18:38.519adding route 172.17.0.0/32 -> 10.0.0.255
89932026-08-23T06:18:39.925Z DEBG DEBGAug 23 06:18:38.519unit Aug 23 06:18:38.519 initted freemap. low: 0, size: 64DEBGINFOinitted freemap. low: 0, size: 64: , , adding route 3fff:beef:21::/64 -> 2001:db8::55:ffunitunit
89942026-08-23T06:18:39.925Z :replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89952026-08-23T06:18:39.925Zfreemap_route_ipv6:
89962026-08-23T06:18:39.925Z freemap_route_ipv6Aug 23 06:18:38.519
89972026-08-23T06:18:39.925Z DEBGAug 23 06:18:38.519 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
89982026-08-23T06:18:39.925ZAug 23 06:18:38.519Aug 23 06:18:38.519INFO adding route 172.17.0.1/32 -> 10.0.0.255DEBG
89992026-08-23T06:18:39.925ZAug 23 06:18:38.519 DEBG INFOreset freemap adding route 3fff:beef:22::/64 -> 2001:db8::55:ff, reset freemapAug 23 06:18:38.519unit,
90002026-08-23T06:18:39.925Zunit :: DEBG freemap_route_ipv6 freemap_route_ipv6
90012026-08-23T06:18:39.925Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90022026-08-23T06:18:39.925Z
90032026-08-23T06:18:39.925Z
90042026-08-23T06:18:39.925ZAug 23 06:18:38.519Aug 23 06:18:38.519 DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
90052026-08-23T06:18:39.925Z Aug 23 06:18:38.519adding route 172.16.0.0/32 -> 10.0.0.1
90062026-08-23T06:18:39.925ZAug 23 06:18:38.519INFO INFO Aug 23 06:18:38.519adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:18:38.519
90072026-08-23T06:18:39.925Z Aug 23 06:18:38.519
90082026-08-23T06:18:39.925Z DEBGINFO Aug 23 06:18:38.519 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 23 06:18:38.519
90092026-08-23T06:18:39.925Z
90102026-08-23T06:18:39.925ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
90112026-08-23T06:18:39.925ZAug 23 06:18:38.519 Aug 23 06:18:38.519INFODEBGDEBG Aug 23 06:18:38.519DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
90122026-08-23T06:18:39.926Z
90132026-08-23T06:18:39.926Zadding route 172.17.0.0/32 -> 10.0.0.255
90142026-08-23T06:18:39.926Zadding route 3fff:dead::/64 -> 2001:db8::55:2
90152026-08-23T06:18:39.926Z Aug 23 06:18:38.519Aug 23 06:18:38.519Aug 23 06:18:38.519 Aug 23 06:18:38.519 DEBGINFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGINFO
90162026-08-23T06:18:39.926Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
90172026-08-23T06:18:39.926Zinitted freemap. low: 0, size: 64adding route 172.17.0.3/32 -> 10.0.0.255
90182026-08-23T06:18:39.926Z INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 23 06:18:38.519,
90192026-08-23T06:18:39.926ZINFO Aug 23 06:18:38.519adding route 172.17.0.3/32 -> 10.0.0.255 adding route 172.17.0.1/32 -> 10.0.0.255Aug 23 06:18:38.519
90202026-08-23T06:18:39.926Z
90212026-08-23T06:18:39.926Z DEBG Aug 23 06:18:38.519INFO DEBGAug 23 06:18:38.519adding route 3fff:dead::/64 -> 2001:db8::55:3
90222026-08-23T06:18:39.926ZDEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90232026-08-23T06:18:39.926Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90242026-08-23T06:18:39.926Z
90252026-08-23T06:18:39.927ZunitAug 23 06:18:38.519Aug 23 06:18:38.519Aug 23 06:18:38.519 DEBG INFOAug 23 06:18:38.519replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 23 06:18:38.519
90262026-08-23T06:18:39.928Zadding route 172.17.0.2/32 -> 10.0.0.255DEBGINFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90272026-08-23T06:18:39.928ZAug 23 06:18:38.519INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
90282026-08-23T06:18:39.928Z
90292026-08-23T06:18:39.928ZINFOadding route 172.17.0.4/32 -> 10.0.0.255
90302026-08-23T06:18:39.928ZAug 23 06:18:38.519 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO: adding route 172.17.0.4/32 -> 10.0.0.255Aug 23 06:18:38.519Aug 23 06:18:38.519
90312026-08-23T06:18:39.928Z
90322026-08-23T06:18:39.928Z DEBG Aug 23 06:18:38.519 DEBGreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 23 06:18:38.519
90332026-08-23T06:18:39.928ZDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.519
90342026-08-23T06:18:39.928Z DEBG freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 23 06:18:38.519replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
90352026-08-23T06:18:39.928Z
90362026-08-23T06:18:39.928Z Aug 23 06:18:38.519replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
90372026-08-23T06:18:39.928Z
90382026-08-23T06:18:39.929Z Aug 23 06:18:38.519INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 23 06:18:38.519
90392026-08-23T06:18:39.929ZINFOAug 23 06:18:38.519adding route 172.17.0.3/32 -> 10.0.0.255 DEBG
90402026-08-23T06:18:39.929Z adding route 172.17.0.5/32 -> 10.0.0.255
90412026-08-23T06:18:39.929Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFOAug 23 06:18:38.519
90422026-08-23T06:18:39.929ZDEBG Aug 23 06:18:38.519 Aug 23 06:18:38.519replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90432026-08-23T06:18:39.929Z DEBG adding route 172.17.0.5/32 -> 10.0.0.255DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90442026-08-23T06:18:39.929Z
90452026-08-23T06:18:39.929Z
90462026-08-23T06:18:39.929ZAug 23 06:18:38.519Aug 23 06:18:38.519Aug 23 06:18:38.519Aug 23 06:18:38.519 Aug 23 06:18:38.519INFO WARNadding route 172.17.0.4/32 -> 10.0.0.255 INFOINFO
90472026-08-23T06:18:39.929ZAug 23 06:18:38.519 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255
90482026-08-23T06:18:39.929ZDEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
90492026-08-23T06:18:39.929Z
90502026-08-23T06:18:39.929ZDEBGAug 23 06:18:38.519Aug 23 06:18:38.519 DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:18:38.519
90512026-08-23T06:18:39.929ZDEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90522026-08-23T06:18:39.929Zreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
90532026-08-23T06:18:39.930ZAug 23 06:18:38.519 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
90542026-08-23T06:18:39.930ZAug 23 06:18:38.519reset freemap INFOAug 23 06:18:38.519 adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
90552026-08-23T06:18:39.930Z
90562026-08-23T06:18:39.930Z Aug 23 06:18:38.519INFO adding route 172.17.0.7/32 -> 10.0.0.255INFO
90572026-08-23T06:18:39.930Z Aug 23 06:18:38.519 Aug 23 06:18:38.519adding route 172.17.0.5/32 -> 10.0.0.255 DEBG
90582026-08-23T06:18:39.930ZAug 23 06:18:38.519DEBG DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90592026-08-23T06:18:39.930Z
90602026-08-23T06:18:39.930Z
90612026-08-23T06:18:39.930ZAug 23 06:18:38.519 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 23 06:18:38.519Aug 23 06:18:38.519
90622026-08-23T06:18:39.930Z Aug 23 06:18:38.519 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
90632026-08-23T06:18:39.930Z
90642026-08-23T06:18:39.930ZAug 23 06:18:38.519 INFO INFOunitAug 23 06:18:38.519 Aug 23 06:18:38.519adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255
90652026-08-23T06:18:39.930Z DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90662026-08-23T06:18:39.930ZAug 23 06:18:38.519:
90672026-08-23T06:18:39.930Z DEBG
90682026-08-23T06:18:39.930Zreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90692026-08-23T06:18:39.930ZAug 23 06:18:38.519 Aug 23 06:18:38.519INFOAug 23 06:18:38.519 Aug 23 06:18:38.519 DEBGINFO adding route 172.17.0.7/32 -> 10.0.0.255 INFO
90702026-08-23T06:18:39.931Zadding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90712026-08-23T06:18:39.931Z
90722026-08-23T06:18:39.931Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 23 06:18:38.519Aug 23 06:18:38.519
90732026-08-23T06:18:39.931ZAug 23 06:18:38.519DEBG DEBG INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90742026-08-23T06:18:39.931ZAug 23 06:18:38.519
90752026-08-23T06:18:39.931Z DEBGadding route 172.17.0.8/32 -> 10.0.0.255
90762026-08-23T06:18:39.931Zreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.519
90772026-08-23T06:18:39.931Z Aug 23 06:18:38.519INFO INFO Aug 23 06:18:38.519adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255
90782026-08-23T06:18:39.931ZAug 23 06:18:38.519DEBG INFO
90792026-08-23T06:18:39.931Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4Aug 23 06:18:38.519
90802026-08-23T06:18:39.931Z
90812026-08-23T06:18:39.931ZAug 23 06:18:38.519DEBG DEBGAug 23 06:18:38.519 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90822026-08-23T06:18:39.936Z
90832026-08-23T06:18:39.936Z
90842026-08-23T06:18:39.936ZAug 23 06:18:38.519DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 23 06:18:38.520Aug 23 06:18:38.519 INFO
90852026-08-23T06:18:39.936ZDEBG adding route 172.17.0.9/32 -> 10.0.0.255created new freemap
90862026-08-23T06:18:39.936Z, unit
90872026-08-23T06:18:39.936ZAug 23 06:18:38.531 DEBGAug 23 06:18:38.531 DEBGAug 23 06:18:38.531 Aug 23 06:18:38.531initted freemap. low: 0, size: 64 , INFOunit :replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90882026-08-23T06:18:39.936Zfreemap_route_ipv6adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
90892026-08-23T06:18:39.936Z
90902026-08-23T06:18:39.936Zreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90912026-08-23T06:18:39.936Z: Aug 23 06:18:38.531freemap_route_ipv4
90922026-08-23T06:18:39.936ZAug 23 06:18:38.531INFO Aug 23 06:18:38.531DEBGadding route 172.17.0.10/32 -> 10.0.0.255Aug 23 06:18:38.531
90932026-08-23T06:18:39.936Z INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.10/32 -> 10.0.0.255Aug 23 06:18:38.531
90942026-08-23T06:18:39.936Z Aug 23 06:18:38.531DEBGDEBG
90952026-08-23T06:18:39.936Z reset freemapAug 23 06:18:38.531 , DEBGcreated new freemapunitDEBG:Aug 23 06:18:38.531 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
90962026-08-23T06:18:39.936Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:fffreemap_route_ipv6
90972026-08-23T06:18:39.936Z,
90982026-08-23T06:18:39.937Zunitreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
90992026-08-23T06:18:39.937Z Aug 23 06:18:38.531freemap_route_ipv6
91002026-08-23T06:18:39.937ZAug 23 06:18:38.531INFO Aug 23 06:18:38.531INFO Aug 23 06:18:38.531adding route 172.16.0.0/32 -> 10.0.0.1 Aug 23 06:18:38.531
91012026-08-23T06:18:39.937Z adding route 172.17.0.11/32 -> 10.0.0.255DEBG
91022026-08-23T06:18:39.937Zinitted freemap. low: 0, size: 64 Aug 23 06:18:38.531 DEBGDEBG, INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91032026-08-23T06:18:39.937Z
91042026-08-23T06:18:39.937ZunitAug 23 06:18:38.531: Aug 23 06:18:38.531 freemap_route_ipv4 INFO
91052026-08-23T06:18:39.937Zadding route 172.17.0.11/32 -> 10.0.0.255 DEBG
91062026-08-23T06:18:39.937ZAug 23 06:18:38.531 adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91072026-08-23T06:18:39.937ZINFO
91082026-08-23T06:18:39.937Z Aug 23 06:18:38.531Aug 23 06:18:38.531adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 23 06:18:38.531DEBG
91092026-08-23T06:18:39.937Z DEBG reset freemapDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 23 06:18:38.531 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
91102026-08-23T06:18:39.938Z , Aug 23 06:18:38.531
91112026-08-23T06:18:39.938Zunitadding route 172.17.0.12/32 -> 10.0.0.255
91122026-08-23T06:18:39.938ZDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91132026-08-23T06:18:39.938Z:Aug 23 06:18:38.531 Aug 23 06:18:38.531Aug 23 06:18:38.531DEBG Aug 23 06:18:38.531INFO INFOfreemap_route_ipv4 INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91142026-08-23T06:18:39.938Zadding route 172.16.0.0/32 -> 10.0.0.1
91152026-08-23T06:18:39.938Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
91162026-08-23T06:18:39.938Z
91172026-08-23T06:18:39.938ZAug 23 06:18:38.531adding route 172.17.0.12/32 -> 10.0.0.255
91182026-08-23T06:18:39.938ZAug 23 06:18:38.531 INFO Aug 23 06:18:38.531adding route 172.17.0.13/32 -> 10.0.0.255DEBG
91192026-08-23T06:18:39.938Z Aug 23 06:18:38.531Aug 23 06:18:38.531 DEBGDEBG DEBG Aug 23 06:18:38.531initted freemap. low: 0, size: 64replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91202026-08-23T06:18:39.938Z replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG, unit
91212026-08-23T06:18:39.938Z :Aug 23 06:18:38.531 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
91222026-08-23T06:18:39.939Zfreemap_route_ipv6 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
91232026-08-23T06:18:39.939Zadding route 172.17.0.13/32 -> 10.0.0.255Aug 23 06:18:38.531
91242026-08-23T06:18:39.939Z INFO
91252026-08-23T06:18:39.939Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 23 06:18:38.531Aug 23 06:18:38.531 Aug 23 06:18:38.531INFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255
91262026-08-23T06:18:39.939Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91272026-08-23T06:18:39.939Z
91282026-08-23T06:18:39.939ZAug 23 06:18:38.531 INFODEBGAug 23 06:18:38.531Aug 23 06:18:38.531Aug 23 06:18:38.531 adding route 172.16.0.0/32 -> 10.0.0.2 reset freemapDEBG DEBG
91292026-08-23T06:18:39.939ZINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
91302026-08-23T06:18:39.939Zreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
91312026-08-23T06:18:39.939Z: freemap_route_ipv6
91322026-08-23T06:18:39.939Zadding route 172.17.0.14/32 -> 10.0.0.255Aug 23 06:18:38.531Aug 23 06:18:38.531 Aug 23 06:18:38.531INFO
91332026-08-23T06:18:39.939Z INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 23 06:18:38.531
91342026-08-23T06:18:39.939Z
91352026-08-23T06:18:39.939Zadding route 172.17.0.15/32 -> 10.0.0.255
91362026-08-23T06:18:39.939ZAug 23 06:18:38.531 INFOAug 23 06:18:38.531DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 23 06:18:38.531DEBG Aug 23 06:18:38.531
91372026-08-23T06:18:39.939ZINFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91382026-08-23T06:18:39.939Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.0/32 -> 10.0.0.255DEBG
91392026-08-23T06:18:39.939Z
91402026-08-23T06:18:39.939Zreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91412026-08-23T06:18:39.939ZAug 23 06:18:38.531Aug 23 06:18:38.531 Aug 23 06:18:38.531INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255
91422026-08-23T06:18:39.939ZDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.531 Aug 23 06:18:38.531
91432026-08-23T06:18:39.939ZINFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff DEBG
91442026-08-23T06:18:39.939Z adding route 172.17.0.16/32 -> 10.0.0.255Aug 23 06:18:38.531Aug 23 06:18:38.531replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
91452026-08-23T06:18:39.939Z
91462026-08-23T06:18:39.939ZDEBGINFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 23 06:18:38.531replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.531
91472026-08-23T06:18:39.939Z
91482026-08-23T06:18:39.939ZDEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91492026-08-23T06:18:39.939ZAug 23 06:18:38.531Aug 23 06:18:38.531 Aug 23 06:18:38.531
91502026-08-23T06:18:39.939ZINFO INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 23 06:18:38.531Aug 23 06:18:38.531adding route 172.17.0.16/32 -> 10.0.0.255
91512026-08-23T06:18:39.939Z
91522026-08-23T06:18:39.939Z replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91532026-08-23T06:18:39.939ZINFO adding route 172.17.0.17/32 -> 10.0.0.255INFO
91542026-08-23T06:18:39.939ZAug 23 06:18:38.531 Aug 23 06:18:38.531DEBG DEBGAug 23 06:18:38.531 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
91552026-08-23T06:18:39.939Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.531
91562026-08-23T06:18:39.939Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO
91572026-08-23T06:18:39.939Z
91582026-08-23T06:18:39.939Zadding route 172.17.0.2/32 -> 10.0.0.255Aug 23 06:18:38.531
91592026-08-23T06:18:39.939Z Aug 23 06:18:38.531INFOAug 23 06:18:38.531 Aug 23 06:18:38.531DEBG adding route 172.17.0.17/32 -> 10.0.0.255INFOAug 23 06:18:38.531DEBG
91602026-08-23T06:18:39.939ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255
91612026-08-23T06:18:39.939Z
91622026-08-23T06:18:39.940Zreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91632026-08-23T06:18:39.940Z
91642026-08-23T06:18:39.940ZAug 23 06:18:38.531Aug 23 06:18:38.531Aug 23 06:18:38.531 INFODEBG adding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91652026-08-23T06:18:39.940Z
91662026-08-23T06:18:39.940Z DEBGAug 23 06:18:38.531 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91672026-08-23T06:18:39.940ZINFO Aug 23 06:18:38.531Aug 23 06:18:38.531 DEBGINFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255
91682026-08-23T06:18:39.940Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
91692026-08-23T06:18:39.940Z
91702026-08-23T06:18:39.940ZAug 23 06:18:38.531 INFO adding route 172.17.0.19/32 -> 10.0.0.255Aug 23 06:18:38.531Aug 23 06:18:38.504Aug 23 06:18:38.531
91712026-08-23T06:18:39.940ZAug 23 06:18:38.531 DEBG INFODEBG adding route 172.17.0.4/32 -> 10.0.0.255created new freemap
91722026-08-23T06:18:39.940Zreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 23 06:18:38.531 DEBG
91732026-08-23T06:18:39.940Zunit: Aug 23 06:18:38.531 Aug 23 06:18:38.531freemap_route_ipv4replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
91742026-08-23T06:18:39.940Z
91752026-08-23T06:18:39.940Z replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG
91762026-08-23T06:18:39.940Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
91772026-08-23T06:18:39.940Zreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.531
91782026-08-23T06:18:39.940ZINFOAug 23 06:18:38.531 Aug 23 06:18:38.531adding route 172.17.0.20/32 -> 10.0.0.255Aug 23 06:18:38.531
91792026-08-23T06:18:39.940ZINFO DEBGDEBG adding route 172.17.0.5/32 -> 10.0.0.255 created new freemap
91802026-08-23T06:18:39.940ZAug 23 06:18:38.531, Aug 23 06:18:38.531replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
91812026-08-23T06:18:39.940ZINFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitAug 23 06:18:38.531:
91822026-08-23T06:18:39.944Z adding route 172.17.0.19/32 -> 10.0.0.255DEBGfreemap_route_ipv6
91832026-08-23T06:18:39.945Z
91842026-08-23T06:18:39.945Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.531
91852026-08-23T06:18:39.945Z Aug 23 06:18:38.531Aug 23 06:18:38.531Aug 23 06:18:38.531 Aug 23 06:18:38.531 DEBG INFOINFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255
91862026-08-23T06:18:39.945Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
91872026-08-23T06:18:39.945Z
91882026-08-23T06:18:39.945Z
91892026-08-23T06:18:39.945ZDEBGAug 23 06:18:38.531 Aug 23 06:18:38.531 initted freemap. low: 0, size: 64DEBGAug 23 06:18:38.531 DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91902026-08-23T06:18:39.945ZAug 23 06:18:38.531 , replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG INFO
91912026-08-23T06:18:39.945Z replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255Aug 23 06:18:38.531
91922026-08-23T06:18:39.945Zunit
91932026-08-23T06:18:39.945Z : freemap_route_ipv4Aug 23 06:18:38.531INFO
91942026-08-23T06:18:39.945ZAug 23 06:18:38.531Aug 23 06:18:38.531 DEBGadding route 172.17.0.7/32 -> 10.0.0.255
91952026-08-23T06:18:39.945Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOINFO
91962026-08-23T06:18:39.945ZAug 23 06:18:38.531adding route 172.17.0.22/32 -> 10.0.0.255
91972026-08-23T06:18:39.945Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff Aug 23 06:18:38.531
91982026-08-23T06:18:39.945ZDEBGAug 23 06:18:38.531 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 23 06:18:38.531adding route 172.17.0.21/32 -> 10.0.0.255
91992026-08-23T06:18:39.945ZDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
92002026-08-23T06:18:39.945ZAug 23 06:18:38.531Aug 23 06:18:38.548 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.548adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
92012026-08-23T06:18:39.945ZDEBG
92022026-08-23T06:18:39.945Z replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.519
92032026-08-23T06:18:39.945ZAug 23 06:18:38.548 INFODEBG Aug 23 06:18:38.548 Aug 23 06:18:38.548replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
92042026-08-23T06:18:39.945ZINFO adding route 172.17.0.11/32 -> 10.0.0.255 INFOadding route 172.17.0.22/32 -> 10.0.0.255
92052026-08-23T06:18:39.945Z
92062026-08-23T06:18:39.945Zadding route 172.17.0.23/32 -> 10.0.0.255
92072026-08-23T06:18:39.945ZAug 23 06:18:38.548Aug 23 06:18:38.548 INFODEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92082026-08-23T06:18:39.945Z
92092026-08-23T06:18:39.945ZAug 23 06:18:38.548 DEBGAug 23 06:18:38.548 Aug 23 06:18:38.548replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGDEBG Aug 23 06:18:38.548
92102026-08-23T06:18:39.947Z INFOreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
92112026-08-23T06:18:39.947Zadding route 172.17.0.23/32 -> 10.0.0.255
92122026-08-23T06:18:39.947ZAug 23 06:18:38.548
92132026-08-23T06:18:39.947Z INFOAug 23 06:18:38.549 Aug 23 06:18:38.549 Aug 23 06:18:38.549INFO
92142026-08-23T06:18:39.947Z adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
92152026-08-23T06:18:39.947ZINFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
92162026-08-23T06:18:39.947Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92172026-08-23T06:18:39.947ZAug 23 06:18:38.549
92182026-08-23T06:18:39.947Z Aug 23 06:18:38.549INFOAug 23 06:18:38.549 DEBG DEBGadding route 172.17.0.8/32 -> 10.0.0.255
92192026-08-23T06:18:39.947Zreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.549
92202026-08-23T06:18:39.947Z
92212026-08-23T06:18:39.947ZAug 23 06:18:38.549DEBG Aug 23 06:18:38.549replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.549 DEBGAug 23 06:18:38.549INFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92222026-08-23T06:18:39.947ZINFO
92232026-08-23T06:18:39.947Zadding route 172.17.0.13/32 -> 10.0.0.255INFO Aug 23 06:18:38.549adding route 172.17.0.24/32 -> 10.0.0.255
92242026-08-23T06:18:39.947Zadding route 172.17.0.25/32 -> 10.0.0.255
92252026-08-23T06:18:39.947Z
92262026-08-23T06:18:39.948Z INFOAug 23 06:18:38.549 Aug 23 06:18:38.549INFOadding route 172.17.0.9/32 -> 10.0.0.255
92272026-08-23T06:18:39.948ZAug 23 06:18:38.549Aug 23 06:18:38.549 DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 23 06:18:38.549DEBG DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92282026-08-23T06:18:39.948Z replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92292026-08-23T06:18:39.948ZDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.549
92302026-08-23T06:18:39.948Z
92312026-08-23T06:18:39.948Z Aug 23 06:18:38.549replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOAug 23 06:18:38.549 adding route 172.17.0.26/32 -> 10.0.0.255INFO
92322026-08-23T06:18:39.948Z adding route 172.17.0.10/32 -> 10.0.0.255
92332026-08-23T06:18:39.948Z
92342026-08-23T06:18:39.948ZDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.549 Aug 23 06:18:38.549DEBGAug 23 06:18:38.549
92352026-08-23T06:18:39.948ZINFOAug 23 06:18:38.549 DEBGadding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
92362026-08-23T06:18:39.948ZAug 23 06:18:38.549replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92372026-08-23T06:18:39.948Z
92382026-08-23T06:18:39.948Zadding route 172.17.0.14/32 -> 10.0.0.255
92392026-08-23T06:18:39.948ZINFOAug 23 06:18:38.549Aug 23 06:18:38.549Aug 23 06:18:38.549 INFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255INFO
92402026-08-23T06:18:39.948Z Aug 23 06:18:38.549adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.27/32 -> 10.0.0.255DEBG
92412026-08-23T06:18:39.949Z
92422026-08-23T06:18:39.949Z
92432026-08-23T06:18:39.949Zreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.549
92442026-08-23T06:18:39.949ZAug 23 06:18:38.549 Aug 23 06:18:38.549 Aug 23 06:18:38.549DEBG DEBG INFOAug 23 06:18:38.549 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
92452026-08-23T06:18:39.949Z
92462026-08-23T06:18:39.949Z
92472026-08-23T06:18:39.949Z
92482026-08-23T06:18:39.949Z Aug 23 06:18:38.549Aug 23 06:18:38.549Aug 23 06:18:38.549 Aug 23 06:18:38.549 INFOadding route 172.17.0.15/32 -> 10.0.0.255
92492026-08-23T06:18:39.949Zadding route 172.17.0.28/32 -> 10.0.0.255INFO
92502026-08-23T06:18:39.949Ztest route::tests::rollback_on_compact_delete_failure ... ok
92512026-08-23T06:18:39.949Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFO
92522026-08-23T06:18:39.949Z adding route 172.17.0.12/32 -> 10.0.0.255
92532026-08-23T06:18:39.949Ztest route::tests::same_size_non_subset_replace ... ok
92542026-08-23T06:18:39.949Ztest route::tests::rollback_on_compact_write_failure ... ok
92552026-08-23T06:18:39.949ZDEBG Aug 23 06:18:38.549Aug 23 06:18:38.549replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.549
92562026-08-23T06:18:39.949ZDEBG DEBGAug 23 06:18:38.549 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
92572026-08-23T06:18:39.951ZDEBG
92582026-08-23T06:18:39.951Z replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.549
92592026-08-23T06:18:39.951Z INFO adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92602026-08-23T06:18:39.951ZAug 23 06:18:38.559 Aug 23 06:18:38.559INFO INFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
92612026-08-23T06:18:39.951Zadding route 172.17.0.16/32 -> 10.0.0.255
92622026-08-23T06:18:39.951Zfreemap_route_ipv6Aug 23 06:18:38.559
92632026-08-23T06:18:39.951ZDEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 23 06:18:38.559
92642026-08-23T06:18:39.951Z DEBGAug 23 06:18:38.559 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92652026-08-23T06:18:39.951Z failed to allocate space for the new target list
92662026-08-23T06:18:39.952ZAug 23 06:18:38.559 DEBGAug 23 06:18:38.559 Aug 23 06:18:38.559reset freemap , DEBGunit :INFO freemap_route_ipv6adding route 172.17.0.17/32 -> 10.0.0.255
92672026-08-23T06:18:39.952Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
92682026-08-23T06:18:39.952Z
92692026-08-23T06:18:39.952ZAug 23 06:18:38.559 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
92702026-08-23T06:18:39.952ZAug 23 06:18:38.559Aug 23 06:18:38.532Aug 23 06:18:38.559 DEBGDEBGDEBG created new freemapreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit
92712026-08-23T06:18:39.952ZAug 23 06:18:38.559
92722026-08-23T06:18:39.952Z :INFO Aug 23 06:18:38.559 freemap_route_ipv4Aug 23 06:18:38.560
92732026-08-23T06:18:39.952ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.29/32 -> 10.0.0.255
92742026-08-23T06:18:39.952Z
92752026-08-23T06:18:39.952ZINFOAug 23 06:18:38.560Aug 23 06:18:38.560Aug 23 06:18:38.560 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255
92762026-08-23T06:18:39.952Z replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92772026-08-23T06:18:39.952Z
92782026-08-23T06:18:39.952Zcreated new freemap, Aug 23 06:18:38.560Aug 23 06:18:38.560unit :INFO Aug 23 06:18:38.560 freemap_route_ipv6 adding route 172.17.0.30/32 -> 10.0.0.255
92792026-08-23T06:18:39.952Z
92802026-08-23T06:18:39.952ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
92812026-08-23T06:18:39.952Z Aug 23 06:18:38.560replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92822026-08-23T06:18:39.956ZDEBGAug 23 06:18:38.560 initted freemap. low: 0, size: 64 , DEBGAug 23 06:18:38.560unit :replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 23 06:18:38.560freemap_route_ipv4adding route 172.17.0.19/32 -> 10.0.0.255
92832026-08-23T06:18:39.956Z
92842026-08-23T06:18:39.956Z
92852026-08-23T06:18:39.956Z DEBGAug 23 06:18:38.560Aug 23 06:18:38.560 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255reset freemap
92862026-08-23T06:18:39.956Z, Aug 23 06:18:38.560unit :DEBG Aug 23 06:18:38.560freemap_route_ipv4
92872026-08-23T06:18:39.956Z replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG
92882026-08-23T06:18:39.957Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92892026-08-23T06:18:39.957Z
92902026-08-23T06:18:39.957ZDEBGAug 23 06:18:38.560Aug 23 06:18:38.560 Aug 23 06:18:38.560DEBGreset freemap INFO, unitinitted freemap. low: 0, size: 64 INFOadding route 172.17.0.32/32 -> 10.0.0.255, :
92912026-08-23T06:18:39.957Z Aug 23 06:18:38.560unitfreemap_route_ipv4 :adding route 172.17.0.20/32 -> 10.0.0.255
92922026-08-23T06:18:39.957Z
92932026-08-23T06:18:39.957Z freemap_route_ipv6
92942026-08-23T06:18:39.957ZAug 23 06:18:38.560 DEBG INFOAug 23 06:18:38.560replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.560
92952026-08-23T06:18:39.957ZDEBG DEBGAug 23 06:18:38.560reset freemap , adding route 3fff:dead::/64 -> 2001:db8::55:4unitDEBG
92962026-08-23T06:18:39.957Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] :initted freemap. low: 0, size: 64
92972026-08-23T06:18:39.957Z , Aug 23 06:18:38.560Aug 23 06:18:38.560 unitDEBGfreemap_route_ipv6:
92982026-08-23T06:18:39.957Z INFOfreemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
92992026-08-23T06:18:39.957Z
93002026-08-23T06:18:39.957Z Aug 23 06:18:38.560adding route 172.17.0.33/32 -> 10.0.0.255
93012026-08-23T06:18:39.959Z INFOAug 23 06:18:38.560Aug 23 06:18:38.560Aug 23 06:18:38.560 INFO DEBGDEBGadding route 172.16.0.0/32 -> 10.0.0.1 Aug 23 06:18:38.560
93022026-08-23T06:18:39.959Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
93032026-08-23T06:18:39.959Z
93042026-08-23T06:18:39.959ZDEBGadding route 172.17.0.21/32 -> 10.0.0.255 Aug 23 06:18:38.560Aug 23 06:18:38.560reset freemapAug 23 06:18:38.560, INFO
93052026-08-23T06:18:39.959Z WARNDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255
93062026-08-23T06:18:39.959Zunit
93072026-08-23T06:18:39.960Z: shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
93082026-08-23T06:18:39.960Zfreemap_route_ipv6Aug 23 06:18:38.560
93092026-08-23T06:18:39.960ZAug 23 06:18:38.560 Aug 23 06:18:38.560DEBG DEBGAug 23 06:18:38.560 INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
93102026-08-23T06:18:39.960Z
93112026-08-23T06:18:39.960Z
93122026-08-23T06:18:39.960Zadding route 3fff:dead::/64 -> 2001:db8::55:1
93132026-08-23T06:18:39.960ZAug 23 06:18:38.560 Aug 23 06:18:38.560INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255
93142026-08-23T06:18:39.960Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 23 06:18:38.560
93152026-08-23T06:18:39.960Z INFO Aug 23 06:18:38.560adding route 172.17.0.22/32 -> 10.0.0.255 Aug 23 06:18:38.560
93162026-08-23T06:18:39.960ZDEBGAug 23 06:18:38.560 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93172026-08-23T06:18:39.961Z
93182026-08-23T06:18:39.961Z
93192026-08-23T06:18:39.961ZAug 23 06:18:38.560 DEBGAug 23 06:18:38.560 Aug 23 06:18:38.560INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
93202026-08-23T06:18:39.961Zadding route 172.17.0.36/32 -> 10.0.0.255
93212026-08-23T06:18:39.961Zreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93222026-08-23T06:18:39.961ZAug 23 06:18:38.560 DEBG Aug 23 06:18:38.560Aug 23 06:18:38.560 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
93232026-08-23T06:18:39.961Z replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
93242026-08-23T06:18:39.961Z
93252026-08-23T06:18:39.961ZAug 23 06:18:38.560 INFO Aug 23 06:18:38.560adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 23 06:18:38.560
93262026-08-23T06:18:39.961Z DEBGINFO adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93272026-08-23T06:18:39.961Z
93282026-08-23T06:18:39.961ZAug 23 06:18:38.560 DEBG Aug 23 06:18:38.560replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 23 06:18:38.560
93292026-08-23T06:18:39.961Z INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93302026-08-23T06:18:39.963Z
93312026-08-23T06:18:39.963ZAug 23 06:18:38.560 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
93322026-08-23T06:18:39.963ZAug 23 06:18:38.560Aug 23 06:18:38.560 INFOAug 23 06:18:38.560DEBG adding route 172.17.0.38/32 -> 10.0.0.255
93332026-08-23T06:18:39.963ZDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
93342026-08-23T06:18:39.963Z
93352026-08-23T06:18:39.963ZAug 23 06:18:38.560 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93362026-08-23T06:18:39.963ZAug 23 06:18:38.560 INFOAug 23 06:18:38.560 adding route 172.17.0.39/32 -> 10.0.0.255INFO
93372026-08-23T06:18:39.963Z Aug 23 06:18:38.549adding route 172.17.0.25/32 -> 10.0.0.255
93382026-08-23T06:18:39.963ZINFOAug 23 06:18:38.560 adding route 172.17.0.13/32 -> 10.0.0.255Aug 23 06:18:38.560DEBG DEBG
93392026-08-23T06:18:39.963Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93402026-08-23T06:18:39.963ZAug 23 06:18:38.560
93412026-08-23T06:18:39.963Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
93422026-08-23T06:18:39.963ZAug 23 06:18:38.560 Aug 23 06:18:38.560INFO Aug 23 06:18:38.560INFOadding route 172.17.0.26/32 -> 10.0.0.255
93432026-08-23T06:18:39.964Zadding route 172.17.0.40/32 -> 10.0.0.255WARN
93442026-08-23T06:18:39.964Z shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 23 06:18:38.560
93452026-08-23T06:18:39.964Z DEBGAug 23 06:18:38.560Aug 23 06:18:38.560 DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
93462026-08-23T06:18:39.964Z replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93472026-08-23T06:18:39.964Z
93482026-08-23T06:18:39.964Z
93492026-08-23T06:18:39.964ZAug 23 06:18:38.560Aug 23 06:18:38.560Aug 23 06:18:38.560 Aug 23 06:18:38.560 INFOINFOINFO adding route 172.17.0.27/32 -> 10.0.0.255
93502026-08-23T06:18:39.964Z adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255DEBG
93512026-08-23T06:18:39.964Z
93522026-08-23T06:18:39.964Z Aug 23 06:18:38.560 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
93532026-08-23T06:18:39.964Z Aug 23 06:18:38.560replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.560 DEBGDEBG
93542026-08-23T06:18:39.964Z Aug 23 06:18:38.560replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93552026-08-23T06:18:39.964Z
93562026-08-23T06:18:39.964ZAug 23 06:18:38.560adding route 172.17.0.28/32 -> 10.0.0.255
93572026-08-23T06:18:39.964ZINFO Aug 23 06:18:38.560Aug 23 06:18:38.560 adding route 172.17.0.28/32 -> 10.0.0.255Aug 23 06:18:38.560 INFODEBG INFO adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93582026-08-23T06:18:39.965Z
93592026-08-23T06:18:39.965Z
93602026-08-23T06:18:39.965Zadding route 172.17.0.15/32 -> 10.0.0.255
93612026-08-23T06:18:39.965ZAug 23 06:18:38.560Aug 23 06:18:38.560 DEBGAug 23 06:18:38.560DEBG Aug 23 06:18:38.560 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.560
93622026-08-23T06:18:39.965Z DEBGINFOAug 23 06:18:38.571 created new freemap INFOadding route 172.17.0.29/32 -> 10.0.0.255,
93632026-08-23T06:18:39.965Zunitadding route 172.17.0.16/32 -> 10.0.0.255:
93642026-08-23T06:18:39.965Z freemap_route_ipv4
93652026-08-23T06:18:39.965ZAug 23 06:18:38.560Aug 23 06:18:38.571Aug 23 06:18:38.571 DEBGDEBG DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93662026-08-23T06:18:39.965Z replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemapAug 23 06:18:38.571,
93672026-08-23T06:18:39.965Z Aug 23 06:18:38.571unit
93682026-08-23T06:18:39.965ZAug 23 06:18:38.571 : DEBGfreemap_route_ipv4 INFOcreated new freemap ,
93692026-08-23T06:18:39.965ZINFO adding route 172.17.0.30/32 -> 10.0.0.255unitadding route 172.17.0.17/32 -> 10.0.0.255:
93702026-08-23T06:18:39.965Z
93712026-08-23T06:18:39.965ZAug 23 06:18:38.571 freemap_route_ipv6DEBG
93722026-08-23T06:18:39.965ZAug 23 06:18:38.571created new freemapAug 23 06:18:38.571 , INFO unitadding route 172.17.0.43/32 -> 10.0.0.255DEBG:Aug 23 06:18:38.571 Aug 23 06:18:38.571 freemap_route_ipv6 DEBG
93732026-08-23T06:18:39.965Z initted freemap. low: 0, size: 64
93742026-08-23T06:18:39.965Z, replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit:
93752026-08-23T06:18:39.965Z freemap_route_ipv4Aug 23 06:18:38.571
93762026-08-23T06:18:39.965Z Aug 23 06:18:38.571Aug 23 06:18:38.571DEBG DEBGinitted freemap. low: 0, size: 64 , replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
93772026-08-23T06:18:39.965Z INFO Aug 23 06:18:38.571adding route 172.17.0.31/32 -> 10.0.0.255 Aug 23 06:18:38.571
93782026-08-23T06:18:39.965ZDEBG unitINFO reset freemapadding route 172.17.0.44/32 -> 10.0.0.255:, unit
93792026-08-23T06:18:39.965Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:18:38.571freemap_route_ipv4
93802026-08-23T06:18:39.965Z
93812026-08-23T06:18:39.965ZDEBG:Aug 23 06:18:38.571 freemap_route_ipv4DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:18:38.571replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93822026-08-23T06:18:39.970Z
93832026-08-23T06:18:39.970Z
93842026-08-23T06:18:39.970ZDEBG Aug 23 06:18:38.571reset freemap , DEBGunitAug 23 06:18:38.571Aug 23 06:18:38.571Aug 23 06:18:38.571 initted freemap. low: 0, size: 64INFOINFO, adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255unit
93852026-08-23T06:18:39.970Z:
93862026-08-23T06:18:39.970Z:freemap_route_ipv6 freemap_route_ipv4Aug 23 06:18:38.571
93872026-08-23T06:18:39.970Z DEBG
93882026-08-23T06:18:39.970Z replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93892026-08-23T06:18:39.970Zadding route 172.17.0.18/32 -> 10.0.0.255Aug 23 06:18:38.571Aug 23 06:18:38.571
93902026-08-23T06:18:39.970Z Aug 23 06:18:38.571DEBG Aug 23 06:18:38.571 DEBG Aug 23 06:18:38.571INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] initted freemap. low: 0, size: 64
93912026-08-23T06:18:39.971Zadding route 172.17.0.46/32 -> 10.0.0.255DEBG
93922026-08-23T06:18:39.971Z reset freemap, unit, :unitAug 23 06:18:38.571: freemap_route_ipv6DEBG Aug 23 06:18:38.571
93932026-08-23T06:18:39.973Zfreemap_route_ipv6replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93942026-08-23T06:18:39.973Z
93952026-08-23T06:18:39.973Z DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 23 06:18:38.571
93962026-08-23T06:18:39.973Z Aug 23 06:18:38.571adding route 172.17.0.33/32 -> 10.0.0.255INFO INFO
93972026-08-23T06:18:39.973Z Aug 23 06:18:38.571adding route 172.17.0.47/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1
93982026-08-23T06:18:39.973Z
93992026-08-23T06:18:39.973Z Aug 23 06:18:38.571DEBG Aug 23 06:18:38.571DEBG Aug 23 06:18:38.571Aug 23 06:18:38.571DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
94002026-08-23T06:18:39.973Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
94012026-08-23T06:18:39.973Zunit:DEBG freemap_route_ipv6 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:18:38.571
94022026-08-23T06:18:39.973Z INFO
94032026-08-23T06:18:39.973Zadding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255
94042026-08-23T06:18:39.973Z
94052026-08-23T06:18:39.973ZAug 23 06:18:38.571 Aug 23 06:18:38.571Aug 23 06:18:38.571 Aug 23 06:18:38.571INFO INFOINFODEBG adding route 172.17.0.34/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:2
94062026-08-23T06:18:39.973Z
94072026-08-23T06:18:39.973Zreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
94082026-08-23T06:18:39.976Z
94092026-08-23T06:18:39.976ZAug 23 06:18:38.571 DEBG Aug 23 06:18:38.571replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 23 06:18:38.571Aug 23 06:18:38.571
94102026-08-23T06:18:39.976Z DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94112026-08-23T06:18:39.976Zadding route 172.17.0.49/32 -> 10.0.0.255DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94122026-08-23T06:18:39.976ZAug 23 06:18:38.571Aug 23 06:18:38.571Aug 23 06:18:38.571 INFO DEBGINFOAug 23 06:18:38.571 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
94132026-08-23T06:18:39.976Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
94142026-08-23T06:18:39.976Zreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94152026-08-23T06:18:39.976Z
94162026-08-23T06:18:39.976Zadding route 172.17.0.35/32 -> 10.0.0.255
94172026-08-23T06:18:39.976ZAug 23 06:18:38.571 INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 23 06:18:38.571
94182026-08-23T06:18:39.976ZAug 23 06:18:38.571 DEBGINFOAug 23 06:18:38.571 INFOadding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.571
94192026-08-23T06:18:39.976Z
94202026-08-23T06:18:39.976Z
94212026-08-23T06:18:39.976Zadding route 172.16.0.0/32 -> 10.0.0.2 Aug 23 06:18:38.571 DEBG
94222026-08-23T06:18:39.976ZAug 23 06:18:38.571DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBGAug 23 06:18:38.571
94232026-08-23T06:18:39.977Zreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94242026-08-23T06:18:39.978ZINFO Aug 23 06:18:38.571Aug 23 06:18:38.571 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.36/32 -> 10.0.0.255 DEBGAug 23 06:18:38.571INFOAug 23 06:18:38.571
94252026-08-23T06:18:39.978ZINFO INFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
94262026-08-23T06:18:39.978Z
94272026-08-23T06:18:39.978Z
94282026-08-23T06:18:39.978Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 23 06:18:38.571
94292026-08-23T06:18:39.978Z
94302026-08-23T06:18:39.978Z DEBGAug 23 06:18:38.571 Aug 23 06:18:38.571 Aug 23 06:18:38.571Aug 23 06:18:38.571 Aug 23 06:18:38.571replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94312026-08-23T06:18:39.978ZINFO DEBG INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.571
94322026-08-23T06:18:39.978Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGadding route 172.17.0.0/32 -> 10.0.0.255
94332026-08-23T06:18:39.978Z
94342026-08-23T06:18:39.978ZINFOAug 23 06:18:38.571 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 23 06:18:38.571 Aug 23 06:18:38.571adding route 172.17.0.52/32 -> 10.0.0.255
94352026-08-23T06:18:39.978ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] adding route 172.17.0.21/32 -> 10.0.0.255
94362026-08-23T06:18:39.978Zadding route 172.17.0.37/32 -> 10.0.0.255
94372026-08-23T06:18:39.978Z
94382026-08-23T06:18:39.978ZDEBG Aug 23 06:18:38.571 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.571
94392026-08-23T06:18:39.978ZDEBG
94402026-08-23T06:18:39.978Z Aug 23 06:18:38.571DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94412026-08-23T06:18:39.978Zreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:18:38.571
94422026-08-23T06:18:39.978ZINFOINFOAug 23 06:18:38.571 adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
94432026-08-23T06:18:39.978ZAug 23 06:18:38.571
94442026-08-23T06:18:39.978ZDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 23 06:18:38.571Aug 23 06:18:38.571
94452026-08-23T06:18:39.978Z Aug 23 06:18:38.571 DEBG adding route 172.17.0.53/32 -> 10.0.0.255 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94462026-08-23T06:18:39.978ZINFO
94472026-08-23T06:18:39.978Z adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94482026-08-23T06:18:39.978Z
94492026-08-23T06:18:39.978ZAug 23 06:18:38.571 INFO Aug 23 06:18:38.571adding route 172.17.0.31/32 -> 10.0.0.255Aug 23 06:18:38.571
94502026-08-23T06:18:39.978Ztest route::tests::add_target_fails_full ... ok
94512026-08-23T06:18:39.979Z INFO Aug 23 06:18:38.571DEBGadding route 172.17.0.22/32 -> 10.0.0.255Aug 23 06:18:38.571 Aug 23 06:18:38.571 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG
94522026-08-23T06:18:39.979Zreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94532026-08-23T06:18:39.979Z replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94542026-08-23T06:18:39.979Zadding route 172.17.0.2/32 -> 10.0.0.255Aug 23 06:18:38.571
94552026-08-23T06:18:39.979Z
94562026-08-23T06:18:39.979ZINFOAug 23 06:18:38.571 INFOadding route 172.17.0.54/32 -> 10.0.0.255 Aug 23 06:18:38.571Aug 23 06:18:38.571
94572026-08-23T06:18:39.979Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
94582026-08-23T06:18:39.979Zadding route 172.17.0.32/32 -> 10.0.0.255INFO
94592026-08-23T06:18:39.979Z adding route 172.17.0.39/32 -> 10.0.0.255DEBG
94602026-08-23T06:18:39.979ZAug 23 06:18:38.571Aug 23 06:18:38.571 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.571replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94612026-08-23T06:18:39.979Z
94622026-08-23T06:18:39.979Z DEBG Aug 23 06:18:38.571 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.571replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94632026-08-23T06:18:39.979ZINFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255Aug 23 06:18:38.571
94642026-08-23T06:18:39.979Z
94652026-08-23T06:18:39.979Z replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 23 06:18:38.571
94662026-08-23T06:18:39.979Z adding route 172.17.0.3/32 -> 10.0.0.255Aug 23 06:18:38.571
94672026-08-23T06:18:39.980Z Aug 23 06:18:38.571 INFODEBG INFOAug 23 06:18:38.571 adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94682026-08-23T06:18:39.980Z
94692026-08-23T06:18:39.980ZDEBG adding route 172.17.0.23/32 -> 10.0.0.255Aug 23 06:18:38.571
94702026-08-23T06:18:39.980ZAug 23 06:18:38.571replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94712026-08-23T06:18:39.981ZDEBG INFOAug 23 06:18:38.571replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94722026-08-23T06:18:39.981Z INFOadding route 172.17.0.33/32 -> 10.0.0.255Aug 23 06:18:38.571
94732026-08-23T06:18:39.981ZAug 23 06:18:38.571adding route 172.17.0.56/32 -> 10.0.0.255
94742026-08-23T06:18:39.981ZAug 23 06:18:38.571 INFO INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255
94752026-08-23T06:18:39.981ZAug 23 06:18:38.571 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
94762026-08-23T06:18:39.981Z replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255
94772026-08-23T06:18:39.981Z
94782026-08-23T06:18:39.981ZAug 23 06:18:38.571Aug 23 06:18:38.571 DEBGAug 23 06:18:38.571 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGINFO
94792026-08-23T06:18:39.981Zreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.57/32 -> 10.0.0.255
94802026-08-23T06:18:39.981ZAug 23 06:18:38.571
94812026-08-23T06:18:39.981ZAug 23 06:18:38.571 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94822026-08-23T06:18:39.985ZAug 23 06:18:38.571 INFO adding route 172.17.0.24/32 -> 10.0.0.255
94832026-08-23T06:18:39.986ZAug 23 06:18:38.582 Aug 23 06:18:38.582Aug 23 06:18:38.582DEBG INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94842026-08-23T06:18:39.986Z
94852026-08-23T06:18:39.988Z
94862026-08-23T06:18:39.988ZAug 23 06:18:38.582Aug 23 06:18:38.582 Aug 23 06:18:38.582 INFODEBG INFOadding route 172.17.0.58/32 -> 10.0.0.255
94872026-08-23T06:18:39.988Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94882026-08-23T06:18:39.988Zadding route 172.17.0.25/32 -> 10.0.0.255
94892026-08-23T06:18:39.988ZAug 23 06:18:38.582Aug 23 06:18:38.582 INFO adding route 172.17.0.6/32 -> 10.0.0.255
94902026-08-23T06:18:39.988Z DEBGAug 23 06:18:38.582 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94912026-08-23T06:18:39.988Z replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94922026-08-23T06:18:39.988ZAug 23 06:18:38.582 DEBG Aug 23 06:18:38.582Aug 23 06:18:38.582 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94932026-08-23T06:18:39.988ZINFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255
94942026-08-23T06:18:39.988Z
94952026-08-23T06:18:39.988ZAug 23 06:18:38.582 Aug 23 06:18:38.582INFO adding route 172.17.0.7/32 -> 10.0.0.255
94962026-08-23T06:18:39.988ZAug 23 06:18:38.582 DEBGAug 23 06:18:38.582 DEBGDEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94972026-08-23T06:18:39.988Zreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94982026-08-23T06:18:39.988Zreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94992026-08-23T06:18:39.989ZAug 23 06:18:38.582 INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 23 06:18:38.582
95002026-08-23T06:18:39.989Z INFO adding route 172.17.0.8/32 -> 10.0.0.255
95012026-08-23T06:18:39.989ZAug 23 06:18:38.582INFO Aug 23 06:18:38.582Aug 23 06:18:38.572INFOadding route 172.17.0.34/32 -> 10.0.0.255 Aug 23 06:18:38.582DEBG
95022026-08-23T06:18:39.989Z created new freemapadding route 172.17.0.60/32 -> 10.0.0.255DEBG
95032026-08-23T06:18:39.989Z, DEBG unitreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Aug 23 06:18:38.582 freemap_route_ipv4replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95042026-08-23T06:18:39.989Z
95052026-08-23T06:18:39.989Z
95062026-08-23T06:18:39.989Z replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.582
95072026-08-23T06:18:39.989Z DEBGAug 23 06:18:38.582 Aug 23 06:18:38.582INFO Aug 23 06:18:38.582DEBG INFOcreated new freemapadding route 172.17.0.28/32 -> 10.0.0.255,
95082026-08-23T06:18:39.989ZAug 23 06:18:38.582unit :replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95092026-08-23T06:18:39.989Zfreemap_route_ipv6
95102026-08-23T06:18:39.989ZINFO adding route 172.17.0.9/32 -> 10.0.0.255
95112026-08-23T06:18:39.989Zadding route 172.17.0.35/32 -> 10.0.0.255Aug 23 06:18:38.582Aug 23 06:18:38.582 Aug 23 06:18:38.582
95122026-08-23T06:18:39.989ZDEBG Aug 23 06:18:38.582 INFO initted freemap. low: 0, size: 64adding route 172.17.0.61/32 -> 10.0.0.255, Aug 23 06:18:38.582DEBG
95132026-08-23T06:18:39.989Z unitreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95142026-08-23T06:18:39.989Z: freemap_route_ipv4DEBG
95152026-08-23T06:18:39.989Z Aug 23 06:18:38.582replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95162026-08-23T06:18:39.989Z replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95172026-08-23T06:18:39.989ZAug 23 06:18:38.582 Aug 23 06:18:38.582DEBG Aug 23 06:18:38.582INFO INFODEBG adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
95182026-08-23T06:18:39.989Z
95192026-08-23T06:18:39.989Zreset freemapreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95202026-08-23T06:18:39.989Z, unitAug 23 06:18:38.582: Aug 23 06:18:38.582INFO Aug 23 06:18:38.582INFO freemap_route_ipv4adding route 172.17.0.62/32 -> 10.0.0.255 Aug 23 06:18:38.582
95212026-08-23T06:18:39.989Z
95222026-08-23T06:18:39.989Z DEBGDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95232026-08-23T06:18:39.989Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95242026-08-23T06:18:39.989ZAug 23 06:18:38.582 Aug 23 06:18:38.582DEBGadding route 172.17.0.29/32 -> 10.0.0.255 Aug 23 06:18:38.582DEBGreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.582
95252026-08-23T06:18:39.989Zinitted freemap. low: 0, size: 64INFO, unitadding route 172.17.0.37/32 -> 10.0.0.255 :
95262026-08-23T06:18:39.989Z
95272026-08-23T06:18:39.989Z Aug 23 06:18:38.582freemap_route_ipv6 INFO
95282026-08-23T06:18:39.989ZINFOAug 23 06:18:38.582 Aug 23 06:18:38.582 DEBGadding route 172.17.0.11/32 -> 10.0.0.255DEBGadding route 172.17.0.63/32 -> 10.0.0.255
95292026-08-23T06:18:39.989Z Aug 23 06:18:38.582replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95302026-08-23T06:18:39.989Z
95312026-08-23T06:18:39.989Z DEBG reset freemapAug 23 06:18:38.582replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 23 06:18:38.582unit Aug 23 06:18:38.582:DEBGDEBG freemap_route_ipv6INFO
95322026-08-23T06:18:39.989Z replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95332026-08-23T06:18:39.989Zadding route 172.17.0.38/32 -> 10.0.0.255
95342026-08-23T06:18:39.990ZAug 23 06:18:38.582
95352026-08-23T06:18:39.990Z
95362026-08-23T06:18:39.990Z Aug 23 06:18:38.582INFO Aug 23 06:18:38.582DEBG INFO failed to allocate space for the new target list
95372026-08-23T06:18:39.990Zadding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.12/32 -> 10.0.0.255
95382026-08-23T06:18:39.990ZAug 23 06:18:38.582
95392026-08-23T06:18:39.990ZDEBGAug 23 06:18:38.582 Aug 23 06:18:38.582DEBG Aug 23 06:18:38.582replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95402026-08-23T06:18:39.990ZDEBGAug 23 06:18:38.582 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
95412026-08-23T06:18:39.990ZAug 23 06:18:38.582
95422026-08-23T06:18:39.990Z INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255 Aug 23 06:18:38.582
95432026-08-23T06:18:39.990Zreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
95442026-08-23T06:18:39.990Z adding route 172.16.0.0/32 -> 10.0.0.2Aug 23 06:18:38.582
95452026-08-23T06:18:39.990Z DEBGINFOAug 23 06:18:38.582 Aug 23 06:18:38.582Aug 23 06:18:38.582 failed to allocate space for the new target listDEBGINFO DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
95462026-08-23T06:18:39.990Z
95472026-08-23T06:18:39.990Z replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95482026-08-23T06:18:39.990Z adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255Aug 23 06:18:38.582
95492026-08-23T06:18:39.990Z
95502026-08-23T06:18:39.991Z Aug 23 06:18:38.582INFO INFOadding route 172.16.0.0/32 -> 10.0.0.3
95512026-08-23T06:18:39.991Zadding route 172.17.0.40/32 -> 10.0.0.255Aug 23 06:18:38.582
95522026-08-23T06:18:39.991ZAug 23 06:18:38.582 DEBGDEBG Aug 23 06:18:38.582replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95532026-08-23T06:18:39.991Z Aug 23 06:18:38.582DEBG DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
95542026-08-23T06:18:39.991Z
95552026-08-23T06:18:39.991Z
95562026-08-23T06:18:39.991ZAug 23 06:18:38.582 INFO Aug 23 06:18:38.582adding route 172.17.0.14/32 -> 10.0.0.255Aug 23 06:18:38.582Aug 23 06:18:38.582 INFOINFO
95572026-08-23T06:18:39.991Zadding route 172.17.0.41/32 -> 10.0.0.255INFO
95582026-08-23T06:18:39.991Z adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.31/32 -> 10.0.0.255
95592026-08-23T06:18:39.991Z
95602026-08-23T06:18:39.991ZAug 23 06:18:38.582Aug 23 06:18:38.582 DEBGDEBG Aug 23 06:18:38.582replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95612026-08-23T06:18:39.991Z
95622026-08-23T06:18:39.991ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 23 06:18:38.582
95632026-08-23T06:18:39.991Z Aug 23 06:18:38.582DEBG Aug 23 06:18:38.582INFO Aug 23 06:18:38.582replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
95642026-08-23T06:18:39.991Z
95652026-08-23T06:18:39.991Z
95662026-08-23T06:18:39.991Z
95672026-08-23T06:18:39.991ZAug 23 06:18:38.582 Aug 23 06:18:38.582DEBG INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95682026-08-23T06:18:39.991Zadding route 172.17.0.32/32 -> 10.0.0.255
95692026-08-23T06:18:39.991ZAug 23 06:18:38.582 Aug 23 06:18:38.582Aug 23 06:18:38.582Aug 23 06:18:38.560 DEBG INFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.43/32 -> 10.0.0.255DEBG
95702026-08-23T06:18:39.991Z
95712026-08-23T06:18:39.991Zreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95722026-08-23T06:18:39.991Zcreated new freemapAug 23 06:18:38.582, unitINFOAug 23 06:18:38.582: DEBG adding route 172.17.0.16/32 -> 10.0.0.255
95732026-08-23T06:18:39.991ZAug 23 06:18:38.582freemap_route_ipv4replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95742026-08-23T06:18:39.992Z
95752026-08-23T06:18:39.992Z INFOAug 23 06:18:38.582 adding route 172.17.0.33/32 -> 10.0.0.255Aug 23 06:18:38.582
95762026-08-23T06:18:39.992ZDEBG INFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95772026-08-23T06:18:39.993Zadding route 172.17.0.44/32 -> 10.0.0.255
95782026-08-23T06:18:39.993ZAug 23 06:18:38.582 Aug 23 06:18:38.582DEBGAug 23 06:18:38.582 INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95792026-08-23T06:18:39.993Z
95802026-08-23T06:18:39.993Zreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95812026-08-23T06:18:39.993ZAug 23 06:18:38.582 Aug 23 06:18:38.582Aug 23 06:18:38.582DEBG INFO INFO adding route 172.17.0.45/32 -> 10.0.0.255 created new freemap
95822026-08-23T06:18:39.998Z, adding route 172.17.0.34/32 -> 10.0.0.255Aug 23 06:18:38.582
95832026-08-23T06:18:39.998Zunit :DEBG freemap_route_ipv6 Aug 23 06:18:38.582replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95842026-08-23T06:18:39.998Z
95852026-08-23T06:18:39.998ZDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.582
95862026-08-23T06:18:39.998Z Aug 23 06:18:38.582 INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255Aug 23 06:18:38.582
95872026-08-23T06:18:39.998Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.582
95882026-08-23T06:18:39.998ZINFO adding route 172.17.0.46/32 -> 10.0.0.255DEBG
95892026-08-23T06:18:39.998Z initted freemap. low: 0, size: 64Aug 23 06:18:38.582, unitINFOAug 23 06:18:38.582 :adding route 172.17.0.35/32 -> 10.0.0.255
95902026-08-23T06:18:39.998Zfreemap_route_ipv4Aug 23 06:18:38.582
95912026-08-23T06:18:39.999ZDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95922026-08-23T06:18:39.999Z Aug 23 06:18:38.582replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.582
95932026-08-23T06:18:39.999ZDEBGAug 23 06:18:38.582 reset freemapINFODEBG , adding route 172.17.0.19/32 -> 10.0.0.255unitAug 23 06:18:38.582
95942026-08-23T06:18:39.999Z INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95952026-08-23T06:18:39.999Z:adding route 172.17.0.47/32 -> 10.0.0.255
95962026-08-23T06:18:39.999ZAug 23 06:18:38.582freemap_route_ipv4
95972026-08-23T06:18:39.999ZAug 23 06:18:38.593 Aug 23 06:18:38.593DEBG DEBGinitted freemap. low: 0, size: 64 , replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
95982026-08-23T06:18:39.999Z: Aug 23 06:18:38.582 freemap_route_ipv6INFO
95992026-08-23T06:18:39.999Z adding route 172.17.0.36/32 -> 10.0.0.255Aug 23 06:18:38.593
96002026-08-23T06:18:39.999Z INFOAug 23 06:18:38.593 adding route 172.17.0.48/32 -> 10.0.0.255DEBG
96012026-08-23T06:18:39.999Z reset freemapAug 23 06:18:38.593 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96022026-08-23T06:18:39.999Z, unit:Aug 23 06:18:38.593 freemap_route_ipv6DEBGAug 23 06:18:38.593
96032026-08-23T06:18:39.999Zreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96042026-08-23T06:18:39.999ZINFO Aug 23 06:18:38.593 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
96052026-08-23T06:18:39.999Zadding route 172.17.0.37/32 -> 10.0.0.255Aug 23 06:18:38.593Aug 23 06:18:38.593
96062026-08-23T06:18:39.999Z INFODEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
96072026-08-23T06:18:40.000Z
96082026-08-23T06:18:40.000Z
96092026-08-23T06:18:40.000ZAug 23 06:18:38.593 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.593Aug 23 06:18:38.593
96102026-08-23T06:18:40.000ZINFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96112026-08-23T06:18:40.000ZAug 23 06:18:38.593Aug 23 06:18:38.593 INFO
96122026-08-23T06:18:40.000ZINFOAug 23 06:18:38.593 adding route 172.17.0.20/32 -> 10.0.0.255
96132026-08-23T06:18:40.000ZDEBGadding route 172.17.0.38/32 -> 10.0.0.255
96142026-08-23T06:18:40.001Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 23 06:18:38.593
96152026-08-23T06:18:40.001Z Aug 23 06:18:38.593INFO Aug 23 06:18:38.593adding route 172.17.0.50/32 -> 10.0.0.255DEBG
96162026-08-23T06:18:40.001Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.593
96172026-08-23T06:18:40.001Z INFOAug 23 06:18:38.593 DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
96182026-08-23T06:18:40.001ZAug 23 06:18:38.593replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96192026-08-23T06:18:40.001Z
96202026-08-23T06:18:40.001ZINFO Aug 23 06:18:38.593adding route 172.17.0.21/32 -> 10.0.0.255Aug 23 06:18:38.593
96212026-08-23T06:18:40.001Z INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
96222026-08-23T06:18:40.001Z
96232026-08-23T06:18:40.001ZAug 23 06:18:38.593Aug 23 06:18:38.593 INFODEBG Aug 23 06:18:38.593adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96242026-08-23T06:18:40.001ZDEBG
96252026-08-23T06:18:40.001Z replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.593
96262026-08-23T06:18:40.001Z Aug 23 06:18:38.593INFO Aug 23 06:18:38.593INFOAug 23 06:18:38.593 INFOadding route 172.17.0.22/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4
96272026-08-23T06:18:40.001Z DEBGadding route 172.17.0.52/32 -> 10.0.0.255
96282026-08-23T06:18:40.001Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96292026-08-23T06:18:40.001Z
96302026-08-23T06:18:40.001ZAug 23 06:18:38.593Aug 23 06:18:38.593 Aug 23 06:18:38.593DEBGDEBG INFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96312026-08-23T06:18:40.001ZAug 23 06:18:38.593
96322026-08-23T06:18:40.001Zadding route 172.17.0.40/32 -> 10.0.0.255
96332026-08-23T06:18:40.001ZDEBG Aug 23 06:18:38.593replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
96342026-08-23T06:18:40.001ZINFOAug 23 06:18:38.593 adding route 172.17.0.53/32 -> 10.0.0.255INFOAug 23 06:18:38.593
96352026-08-23T06:18:40.001Z Aug 23 06:18:38.593 DEBGDEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 23 06:18:38.593
96362026-08-23T06:18:40.001Zreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96372026-08-23T06:18:40.001Z
96382026-08-23T06:18:40.001Z DEBG Aug 23 06:18:38.593replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96392026-08-23T06:18:40.001ZDEBGAug 23 06:18:38.593 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
96402026-08-23T06:18:40.001Zadding route 172.17.0.41/32 -> 10.0.0.255
96412026-08-23T06:18:40.001ZAug 23 06:18:38.593 INFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 23 06:18:38.593
96422026-08-23T06:18:40.001Z DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96432026-08-23T06:18:40.002ZAug 23 06:18:38.593Aug 23 06:18:38.593 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96442026-08-23T06:18:40.002ZAug 23 06:18:38.593
96452026-08-23T06:18:40.002Z INFO adding route 172.17.0.42/32 -> 10.0.0.255
96462026-08-23T06:18:40.002ZAug 23 06:18:38.593 INFOAug 23 06:18:38.593 Aug 23 06:18:38.593DEBGadding route 172.17.0.55/32 -> 10.0.0.255
96472026-08-23T06:18:40.002Zreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
96482026-08-23T06:18:40.002Ztest route::tests::delete_target_fragmented ... ok
96492026-08-23T06:18:40.002Z replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96502026-08-23T06:18:40.003ZAug 23 06:18:38.602 INFO adding route 172.17.0.43/32 -> 10.0.0.255
96512026-08-23T06:18:40.003ZAug 23 06:18:38.593 Aug 23 06:18:38.602INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255 Aug 23 06:18:38.602
96522026-08-23T06:18:40.003Z replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
96532026-08-23T06:18:40.003Z replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.602Aug 23 06:18:38.602 DEBG
96542026-08-23T06:18:40.003Z replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96552026-08-23T06:18:40.003ZINFOAug 23 06:18:38.602 adding route 172.17.0.44/32 -> 10.0.0.255Aug 23 06:18:38.602INFO
96562026-08-23T06:18:40.003ZINFOadding route 172.17.0.56/32 -> 10.0.0.255 adding route 172.17.0.26/32 -> 10.0.0.255
96572026-08-23T06:18:40.003Z
96582026-08-23T06:18:40.003ZAug 23 06:18:38.602 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96592026-08-23T06:18:40.003ZAug 23 06:18:38.602Aug 23 06:18:38.602 Aug 23 06:18:38.602INFO DEBGDEBGadding route 172.17.0.45/32 -> 10.0.0.255 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96602026-08-23T06:18:40.003Z
96612026-08-23T06:18:40.003Z
96622026-08-23T06:18:40.003ZAug 23 06:18:38.602Aug 23 06:18:38.602 DEBGINFO adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96632026-08-23T06:18:40.003Z
96642026-08-23T06:18:40.003ZAug 23 06:18:38.602 INFOAug 23 06:18:38.602 adding route 172.17.0.27/32 -> 10.0.0.255INFO
96652026-08-23T06:18:40.003Z adding route 172.17.0.46/32 -> 10.0.0.255
96662026-08-23T06:18:40.003ZAug 23 06:18:38.602 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96672026-08-23T06:18:40.003ZAug 23 06:18:38.602 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96682026-08-23T06:18:40.003ZAug 23 06:18:38.602 Aug 23 06:18:38.602INFO DEBGAug 23 06:18:38.602adding route 172.17.0.58/32 -> 10.0.0.255 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96692026-08-23T06:18:40.003Z
96702026-08-23T06:18:40.004ZINFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 23 06:18:38.602 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96712026-08-23T06:18:40.004Z
96722026-08-23T06:18:40.004ZAug 23 06:18:38.602Aug 23 06:18:38.602 Aug 23 06:18:38.602 INFO DEBGadding route 172.17.0.28/32 -> 10.0.0.255INFO
96732026-08-23T06:18:40.004Z replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
96742026-08-23T06:18:40.004Z
96752026-08-23T06:18:40.004ZAug 23 06:18:38.602 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96762026-08-23T06:18:40.004ZAug 23 06:18:38.602Aug 23 06:18:38.602Aug 23 06:18:38.602 INFO DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255
96772026-08-23T06:18:40.004Zadding route 172.17.0.29/32 -> 10.0.0.255
96782026-08-23T06:18:40.004Z
96792026-08-23T06:18:40.004ZAug 23 06:18:38.602 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96802026-08-23T06:18:40.004ZAug 23 06:18:38.602Aug 23 06:18:38.602Aug 23 06:18:38.602 INFODEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96812026-08-23T06:18:40.004Zadding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
96822026-08-23T06:18:40.008Z
96832026-08-23T06:18:40.008ZAug 23 06:18:38.602 INFO adding route 172.17.0.30/32 -> 10.0.0.255
96842026-08-23T06:18:40.008ZAug 23 06:18:38.602Aug 23 06:18:38.602 Aug 23 06:18:38.602 DEBGDEBG DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96852026-08-23T06:18:40.008Zreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96862026-08-23T06:18:40.008Z
96872026-08-23T06:18:40.008ZAug 23 06:18:38.602 INFO adding route 172.17.0.31/32 -> 10.0.0.255
96882026-08-23T06:18:40.008ZAug 23 06:18:38.602Aug 23 06:18:38.602 Aug 23 06:18:38.602DEBG INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96892026-08-23T06:18:40.008Zadding route 172.17.0.50/32 -> 10.0.0.255DEBG
96902026-08-23T06:18:40.008Z failed to allocate space for the new target list
96912026-08-23T06:18:40.008ZAug 23 06:18:38.602 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96922026-08-23T06:18:40.008ZAug 23 06:18:38.602Aug 23 06:18:38.602Aug 23 06:18:38.602 INFODEBG INFOadding route 172.17.0.51/32 -> 10.0.0.255
96932026-08-23T06:18:40.009Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
96942026-08-23T06:18:40.009Z
96952026-08-23T06:18:40.009ZAug 23 06:18:38.602 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96962026-08-23T06:18:40.009ZAug 23 06:18:38.602 Aug 23 06:18:38.602INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255
96972026-08-23T06:18:40.009Zreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96982026-08-23T06:18:40.009ZAug 23 06:18:38.602 Aug 23 06:18:38.602 DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
96992026-08-23T06:18:40.009ZAug 23 06:18:38.593
97002026-08-23T06:18:40.009Z DEBG Aug 23 06:18:38.602created new freemap INFO, unitadding route 172.17.0.53/32 -> 10.0.0.255:
97012026-08-23T06:18:40.009Z freemap_route_ipv4
97022026-08-23T06:18:40.009ZAug 23 06:18:38.602Aug 23 06:18:38.602 DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97032026-08-23T06:18:40.009ZAug 23 06:18:38.602Aug 23 06:18:38.602
97042026-08-23T06:18:40.009Z INFODEBG adding route 172.17.0.42/32 -> 10.0.0.255Aug 23 06:18:38.602Aug 23 06:18:38.602
97052026-08-23T06:18:40.009Z created new freemapINFO, unitINFO: Aug 23 06:18:38.602freemap_route_ipv6
97062026-08-23T06:18:40.009ZDEBGadding route 172.17.0.54/32 -> 10.0.0.255
97072026-08-23T06:18:40.009Zadding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97082026-08-23T06:18:40.009Z
97092026-08-23T06:18:40.009ZAug 23 06:18:38.602Aug 23 06:18:38.602 DEBGDEBG initted freemap. low: 0, size: 64Aug 23 06:18:38.602Aug 23 06:18:38.602, replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit :INFO
97102026-08-23T06:18:40.009Z adding route 172.17.0.43/32 -> 10.0.0.255freemap_route_ipv4
97112026-08-23T06:18:40.009ZDEBG
97122026-08-23T06:18:40.009Z replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97132026-08-23T06:18:40.010ZAug 23 06:18:38.602Aug 23 06:18:38.602 Aug 23 06:18:38.602DEBG INFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:18:38.602adding route 172.17.0.35/32 -> 10.0.0.255
97142026-08-23T06:18:40.010Z
97152026-08-23T06:18:40.010ZINFO adding route 172.17.0.55/32 -> 10.0.0.255DEBG
97162026-08-23T06:18:40.010Z Aug 23 06:18:38.602reset freemapAug 23 06:18:38.602, unit : DEBGINFO freemap_route_ipv4adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97172026-08-23T06:18:40.010Z
97182026-08-23T06:18:40.010Z
97192026-08-23T06:18:40.010ZAug 23 06:18:38.602 DEBG Aug 23 06:18:38.602Aug 23 06:18:38.602Aug 23 06:18:38.602replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97202026-08-23T06:18:40.010ZINFODEBG adding route 172.17.0.36/32 -> 10.0.0.255
97212026-08-23T06:18:40.010Z replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97222026-08-23T06:18:40.010ZDEBG initted freemap. low: 0, size: 64Aug 23 06:18:38.602, Aug 23 06:18:38.602Aug 23 06:18:38.602 unit DEBGINFOINFO :adding route 172.17.0.56/32 -> 10.0.0.255
97232026-08-23T06:18:40.010Zadding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97242026-08-23T06:18:40.010Z
97252026-08-23T06:18:40.010Zfreemap_route_ipv6
97262026-08-23T06:18:40.010ZAug 23 06:18:38.602 Aug 23 06:18:38.602DEBGAug 23 06:18:38.602Aug 23 06:18:38.602 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGINFO
97272026-08-23T06:18:40.010Z reset freemapDEBG , adding route 172.17.0.37/32 -> 10.0.0.255Aug 23 06:18:38.602unit
97282026-08-23T06:18:40.010Z: freemap_route_ipv6replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97292026-08-23T06:18:40.010Z
97302026-08-23T06:18:40.010ZINFOAug 23 06:18:38.602 adding route 172.17.0.46/32 -> 10.0.0.255 DEBG
97312026-08-23T06:18:40.010Z replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.602
97322026-08-23T06:18:40.010Z INFO Aug 23 06:18:38.602adding route 172.16.0.0/32 -> 10.0.0.1
97332026-08-23T06:18:40.010ZAug 23 06:18:38.602Aug 23 06:18:38.602 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255
97342026-08-23T06:18:40.010Z
97352026-08-23T06:18:40.010ZINFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 23 06:18:38.602
97362026-08-23T06:18:40.010Z Aug 23 06:18:38.602Aug 23 06:18:38.602DEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
97372026-08-23T06:18:40.010Zadding route 172.17.0.47/32 -> 10.0.0.255
97382026-08-23T06:18:40.010Zreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97392026-08-23T06:18:40.010ZAug 23 06:18:38.602Aug 23 06:18:38.602 Aug 23 06:18:38.602Aug 23 06:18:38.602 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.39/32 -> 10.0.0.255
97402026-08-23T06:18:40.010Z
97412026-08-23T06:18:40.010Ztest route::tests::shrink_preserves_compacted_order ... ok
97422026-08-23T06:18:40.010Z DEBG INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97432026-08-23T06:18:40.010ZAug 23 06:18:38.602Aug 23 06:18:38.602 adding route 172.16.0.0/32 -> 10.0.0.2INFO
97442026-08-23T06:18:40.010Z adding route 172.17.0.48/32 -> 10.0.0.255DEBG
97452026-08-23T06:18:40.010ZAug 23 06:18:38.602replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:18:38.602
97462026-08-23T06:18:40.011Ztest route::tests::delete_targets_fragmented ... ok
97472026-08-23T06:18:40.011ZINFO Aug 23 06:18:38.602 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
97482026-08-23T06:18:40.011Ztest route::tests::delete_targets_full ... ok
97492026-08-23T06:18:40.011ZAug 23 06:18:38.602 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
97502026-08-23T06:18:40.011Ztest route::tests::delete_target_full ... ok
97512026-08-23T06:18:40.011Z
97522026-08-23T06:18:40.011Z
97532026-08-23T06:18:40.011Zadding route 172.17.0.40/32 -> 10.0.0.255
97542026-08-23T06:18:40.011Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
97552026-08-23T06:18:40.011Z
97562026-08-23T06:18:40.011ZAug 23 06:18:38.602 Aug 23 06:18:38.602INFO Aug 23 06:18:38.602INFO Aug 23 06:18:38.602adding route 172.16.0.0/32 -> 10.0.0.3
97572026-08-23T06:18:40.011Zadding route 172.17.0.49/32 -> 10.0.0.255 DEBG
97582026-08-23T06:18:40.011Zreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
97592026-08-23T06:18:40.011Z Aug 23 06:18:38.602replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 23 06:18:38.602DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
97602026-08-23T06:18:40.011Zreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97612026-08-23T06:18:40.013ZAug 23 06:18:38.603Aug 23 06:18:38.603 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.50/32 -> 10.0.0.255
97622026-08-23T06:18:40.013Z
97632026-08-23T06:18:40.013Z
97642026-08-23T06:18:40.014ZAug 23 06:18:38.603 Aug 23 06:18:38.603INFO Aug 23 06:18:38.603DEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
97652026-08-23T06:18:40.014ZAug 23 06:18:38.603
97662026-08-23T06:18:40.014Z INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255 Aug 23 06:18:38.603replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97672026-08-23T06:18:40.014Z Aug 23 06:18:38.603DEBG
97682026-08-23T06:18:40.014Zreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
97692026-08-23T06:18:40.014Z
97702026-08-23T06:18:40.014ZAug 23 06:18:38.614 INFO adding route 172.17.0.42/32 -> 10.0.0.255
97712026-08-23T06:18:40.014ZAug 23 06:18:38.614Aug 23 06:18:38.614 DEBG DEBGreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97722026-08-23T06:18:40.014Zreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97732026-08-23T06:18:40.014ZAug 23 06:18:38.614 INFO Aug 23 06:18:38.614adding route 172.17.0.60/32 -> 10.0.0.255
97742026-08-23T06:18:40.014ZINFO adding route 172.17.0.43/32 -> 10.0.0.255
97752026-08-23T06:18:40.015ZAug 23 06:18:38.614 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97762026-08-23T06:18:40.015ZAug 23 06:18:38.614 DEBGAug 23 06:18:38.614 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
97772026-08-23T06:18:40.015Z adding route 172.17.0.44/32 -> 10.0.0.255
97782026-08-23T06:18:40.015ZAug 23 06:18:38.614 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97792026-08-23T06:18:40.015ZAug 23 06:18:38.614 DEBGAug 23 06:18:38.614 failed to allocate space for the new target listINFO
97802026-08-23T06:18:40.015Z adding route 172.17.0.45/32 -> 10.0.0.255Aug 23 06:18:38.614
97812026-08-23T06:18:40.015Z INFOAug 23 06:18:38.614 adding route 172.17.0.51/32 -> 10.0.0.255Aug 23 06:18:38.614
97822026-08-23T06:18:40.019ZDEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
97832026-08-23T06:18:40.019ZAug 23 06:18:38.614replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97842026-08-23T06:18:40.019ZDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97852026-08-23T06:18:40.019ZAug 23 06:18:38.614 INFO Aug 23 06:18:38.614adding route 172.17.0.46/32 -> 10.0.0.255
97862026-08-23T06:18:40.019ZINFO adding route 172.17.0.52/32 -> 10.0.0.255
97872026-08-23T06:18:40.019ZAug 23 06:18:38.614 DEBG Aug 23 06:18:38.614replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97882026-08-23T06:18:40.019ZDEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97892026-08-23T06:18:40.019ZAug 23 06:18:38.614 INFO Aug 23 06:18:38.614adding route 172.17.0.47/32 -> 10.0.0.255
97902026-08-23T06:18:40.019ZINFO adding route 172.17.0.53/32 -> 10.0.0.255
97912026-08-23T06:18:40.020ZAug 23 06:18:38.614 DEBG Aug 23 06:18:38.614replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97922026-08-23T06:18:40.020ZDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97932026-08-23T06:18:40.020ZAug 23 06:18:38.614Aug 23 06:18:38.614 INFO adding route 172.17.0.54/32 -> 10.0.0.255 INFO adding route 172.17.0.48/32 -> 10.0.0.255
97942026-08-23T06:18:40.020Z
97952026-08-23T06:18:40.020ZAug 23 06:18:38.614 DEBGAug 23 06:18:38.614 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97962026-08-23T06:18:40.020Z replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97972026-08-23T06:18:40.020ZAug 23 06:18:38.614 INFOAug 23 06:18:38.614 adding route 172.17.0.49/32 -> 10.0.0.255INFO
97982026-08-23T06:18:40.020Z adding route 172.17.0.55/32 -> 10.0.0.255
97992026-08-23T06:18:40.020ZAug 23 06:18:38.614 Aug 23 06:18:38.614DEBG DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98002026-08-23T06:18:40.020Zreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98012026-08-23T06:18:40.020ZAug 23 06:18:38.614 Aug 23 06:18:38.614INFO INFOadding route 172.17.0.50/32 -> 10.0.0.255
98022026-08-23T06:18:40.020Zadding route 172.17.0.56/32 -> 10.0.0.255
98032026-08-23T06:18:40.020ZAug 23 06:18:38.614 Aug 23 06:18:38.614DEBG DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98042026-08-23T06:18:40.020Zreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98052026-08-23T06:18:40.020ZAug 23 06:18:38.614 Aug 23 06:18:38.614INFO INFOadding route 172.17.0.51/32 -> 10.0.0.255
98062026-08-23T06:18:40.020Zadding route 172.17.0.57/32 -> 10.0.0.255
98072026-08-23T06:18:40.020ZAug 23 06:18:38.614 Aug 23 06:18:38.614DEBG DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98082026-08-23T06:18:40.020Zreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98092026-08-23T06:18:40.021ZAug 23 06:18:38.614 Aug 23 06:18:38.614INFO INFOadding route 172.17.0.52/32 -> 10.0.0.255
98102026-08-23T06:18:40.021Zadding route 172.17.0.58/32 -> 10.0.0.255
98112026-08-23T06:18:40.021ZAug 23 06:18:38.614 Aug 23 06:18:38.614DEBG DEBGreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98122026-08-23T06:18:40.021Zreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98132026-08-23T06:18:40.021ZAug 23 06:18:38.614 Aug 23 06:18:38.614INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255
98142026-08-23T06:18:40.021Zadding route 172.17.0.59/32 -> 10.0.0.255
98152026-08-23T06:18:40.021ZAug 23 06:18:38.614 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 23 06:18:38.614 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98162026-08-23T06:18:40.021Z
98172026-08-23T06:18:40.021ZAug 23 06:18:38.614 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98182026-08-23T06:18:40.021ZAug 23 06:18:38.614 INFOAug 23 06:18:38.614 adding route 172.17.0.60/32 -> 10.0.0.255DEBG
98192026-08-23T06:18:40.021Z replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98202026-08-23T06:18:40.021ZAug 23 06:18:38.614 DEBGAug 23 06:18:38.614 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
98212026-08-23T06:18:40.021Z adding route 172.17.0.55/32 -> 10.0.0.255
98222026-08-23T06:18:40.021ZAug 23 06:18:38.614 Aug 23 06:18:38.614DEBG DEBGfailed to allocate space for the new target list
98232026-08-23T06:18:40.022Zreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98242026-08-23T06:18:40.022ZAug 23 06:18:38.614 Aug 23 06:18:38.614DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
98252026-08-23T06:18:40.022Zadding route 172.17.0.56/32 -> 10.0.0.255
98262026-08-23T06:18:40.022ZAug 23 06:18:38.614 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98272026-08-23T06:18:40.022ZAug 23 06:18:38.614 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98282026-08-23T06:18:40.022ZAug 23 06:18:38.614 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98292026-08-23T06:18:40.022ZAug 23 06:18:38.614 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98302026-08-23T06:18:40.022ZAug 23 06:18:38.614 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98312026-08-23T06:18:40.022ZAug 23 06:18:38.614 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98322026-08-23T06:18:40.022ZAug 23 06:18:38.614 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98332026-08-23T06:18:40.022ZAug 23 06:18:38.614 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98342026-08-23T06:18:40.022ZAug 23 06:18:38.614 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98352026-08-23T06:18:40.023ZAug 23 06:18:38.614 INFO adding route 172.17.0.61/32 -> 10.0.0.255
98362026-08-23T06:18:40.023ZAug 23 06:18:38.614 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98372026-08-23T06:18:40.023ZAug 23 06:18:38.614 INFO adding route 172.17.0.62/32 -> 10.0.0.255
98382026-08-23T06:18:40.023ZAug 23 06:18:38.614 DEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98392026-08-23T06:18:40.024ZAug 23 06:18:38.614 DEBG failed to allocate space for the new target list
98402026-08-23T06:18:40.024ZAug 23 06:18:38.614 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
98412026-08-23T06:18:40.024Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-533ffba855d0bdc4)
98422026-08-23T06:18:40.024Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
98432026-08-23T06:18:40.024Z Running unittests src/lib.rs (target/debug/deps/dpd_client-010cc57018614502)
98442026-08-23T06:18:40.024Z
98452026-08-23T06:18:40.024Zrunning 0 tests
98462026-08-23T06:18:40.024Z
98472026-08-23T06:18:40.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98482026-08-23T06:18:40.025Z
98492026-08-23T06:18:40.025Z
98502026-08-23T06:18:40.025Zrunning 0 tests
98512026-08-23T06:18:40.025Z
98522026-08-23T06:18:40.025Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98532026-08-23T06:18:40.027Z
98542026-08-23T06:18:40.027Z
98552026-08-23T06:18:40.027Zrunning 6 tests
98562026-08-23T06:18:40.027Ztest tests::test_parse_client_port_id ... ok
98572026-08-23T06:18:40.027Ztest tests::test_full_lot_id_neither_present ... ok
98582026-08-23T06:18:40.027Ztest tests::test_full_lot_id_lot_only ... ok
98592026-08-23T06:18:40.027Ztest tests::test_full_lot_id_both_present ... ok
98602026-08-23T06:18:40.027Ztest tests::test_full_lot_id_lotnum_only ... ok
98612026-08-23T06:18:40.027Ztest tests::test_port_id_cmp ... ok
98622026-08-23T06:18:40.027Z
98632026-08-23T06:18:40.027Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98642026-08-23T06:18:40.027Z
98652026-08-23T06:18:40.027Z Running tests/test_all.rs (target/debug/deps/test_all-8956ce6591e34167)
98662026-08-23T06:18:40.027Z
98672026-08-23T06:18:40.027Zrunning 6 tests
98682026-08-23T06:18:43.022Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98692026-08-23T06:18:43.025Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98702026-08-23T06:18:43.026Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98712026-08-23T06:18:43.031Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98722026-08-23T06:18:43.360Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98732026-08-23T06:18:44.299Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98742026-08-23T06:18:44.299Z
98752026-08-23T06:18:44.299Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.29s
98762026-08-23T06:18:44.300Z
98772026-08-23T06:18:44.306Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
98782026-08-23T06:18:44.315Z
98792026-08-23T06:18:44.315Zrunning 0 tests
98802026-08-23T06:18:44.315Z
98812026-08-23T06:18:44.318Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98822026-08-23T06:18:44.318Z
98832026-08-23T06:18:44.318Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
98842026-08-23T06:18:44.336Z
98852026-08-23T06:18:44.336Zrunning 15 tests
98862026-08-23T06:18:44.339Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
98872026-08-23T06:18:44.340Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
98882026-08-23T06:18:44.340Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
98892026-08-23T06:18:44.340Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
98902026-08-23T06:18:44.340Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
98912026-08-23T06:18:44.340Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
98922026-08-23T06:18:44.340Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
98932026-08-23T06:18:44.340Ztest v1::network::tests::test_equal ... ok
98942026-08-23T06:18:44.340Ztest v1::network::tests::test_eui64 ... ok
98952026-08-23T06:18:44.340Ztest v1::network::tests::test_into ... ok
98962026-08-23T06:18:44.340Ztest v1::network::tests::test_to_string ... ok
98972026-08-23T06:18:44.340Ztest v1::network::tests::test_not_equal ... ok
98982026-08-23T06:18:44.340Ztest v1::port::tests::port_ids_are_ascii ... ok
98992026-08-23T06:18:44.340Ztest v1::network::tests::test_parse ... ok
99002026-08-23T06:18:44.343Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
99012026-08-23T06:18:44.343Z
99022026-08-23T06:18:44.343Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
99032026-08-23T06:18:44.343Z
99042026-08-23T06:18:44.346Z Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934)
99052026-08-23T06:18:44.368Z
99062026-08-23T06:18:44.368Zrunning 12 tests
99072026-08-23T06:18:44.372Ztest icmp::test_v6_checksum ... ok
99082026-08-23T06:18:44.372Ztest icmp::test_v4_checksum ... ok
99092026-08-23T06:18:44.372Ztest lldp::test_lldp_parse ... ok
99102026-08-23T06:18:44.372Ztest ipv6::test_ipv6_parse ... ok
99112026-08-23T06:18:44.372Ztest pbuf::test_byte ... ok
99122026-08-23T06:18:44.372Ztest pbuf::test_nibble ... ok
99132026-08-23T06:18:44.372Ztest pbuf::test_short ... ok
99142026-08-23T06:18:44.372Ztest pbuf::test_twelve ... ok
99152026-08-23T06:18:44.372Ztest pbuf::test_word ... ok
99162026-08-23T06:18:44.372Ztest pbuf::test_overflow ... ok
99172026-08-23T06:18:44.372Ztest tcp::test_checksum_ack_data ... ok
99182026-08-23T06:18:44.372Ztest tcp::test_checksum_syn_nodata ... ok
99192026-08-23T06:18:44.372Z
99202026-08-23T06:18:44.372Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99212026-08-23T06:18:44.372Z
99222026-08-23T06:18:44.438Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99232026-08-23T06:18:44.442Z
99242026-08-23T06:18:44.442Zrunning 0 tests
99252026-08-23T06:18:44.442Z
99262026-08-23T06:18:44.442Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99272026-08-23T06:18:44.442Z
99282026-08-23T06:18:44.442Z Running unittests src/main.rs (target/debug/deps/swadm-3cab8fcc95f76afd)
99292026-08-23T06:18:44.442Z
99302026-08-23T06:18:44.442Zrunning 5 tests
99312026-08-23T06:18:44.442Ztest switchport::test::test_compute_lanes ... ok
99322026-08-23T06:18:44.443Ztest switchport::test::port_id_ordering ... ok
99332026-08-23T06:18:44.443Z Lane 0 Lane 1 Lane 2 Lane 3
99342026-08-23T06:18:44.443Z Lane 0 Rx Loss-of-lock: Yes YesLane 1 YesLane 2 YesLane 3
99352026-08-23T06:18:44.443Z
99362026-08-23T06:18:44.443Z Rx Loss-of-signal: Yes State: ActivatedYes ActivatedYes Yes
99372026-08-23T06:18:44.443ZActivated Activated Rx CDR Enabled: Yes
99382026-08-23T06:18:44.443ZYes Rx Output Enabled: falseYes Yes
99392026-08-23T06:18:44.443Zfalse Tx Enabled: Yesfalse falseYes
99402026-08-23T06:18:44.443Z Yes Rx Output Status: validYes
99412026-08-23T06:18:44.444Zvalid Tx Loss-of-lock: No valid Novalid
99422026-08-23T06:18:44.444Z No No
99432026-08-23T06:18:44.444Z Rx Loss-of-lock: true Tx Loss-of-signal: No trueNo trueNo true
99442026-08-23T06:18:44.444ZNo
99452026-08-23T06:18:44.445Z Tx CDR Enabled: No Rx Loss-of-signal: false No falseNo falseNo
99462026-08-23T06:18:44.445Zfalse
99472026-08-23T06:18:44.445Z Tx Adaptive EQ Fault: No No Rx Auto-squelch Disable: true No Notrue
99482026-08-23T06:18:44.445Z Tx Fault: Yestrue trueYes
99492026-08-23T06:18:44.445Z Yes Tx Output Enabled: true Yes
99502026-08-23T06:18:44.445Ztrue true true
99512026-08-23T06:18:44.445Z Tx Output Status: invalid invalid invalid invalid
99522026-08-23T06:18:44.445Z Tx Loss-of-lock: false false false false
99532026-08-23T06:18:44.445Z Tx Loss-of-signal: true true true true
99542026-08-23T06:18:44.445ZTx Auto-squelch Disable: false false false false
99552026-08-23T06:18:44.445Z Tx Adaptive EQ Fail: true true true true
99562026-08-23T06:18:44.445Z Tx Failure: false false false false
99572026-08-23T06:18:44.445Z Tx Force Squelch: true true true true
99582026-08-23T06:18:44.445Z Tx Input Polarity: normal normal normal normal
99592026-08-23T06:18:44.445Ztest switchport::test::test_print_sff_datapath ... ok
99602026-08-23T06:18:44.445Ztest switchport::test::test_print_cmis_datapath ... ok
99612026-08-23T06:18:44.446Ztest link::test_filter ... ok
99622026-08-23T06:18:44.446Z
99632026-08-23T06:18:44.446Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99642026-08-23T06:18:44.446Z
99652026-08-23T06:18:44.446Z Running tests/counters.rs (target/debug/deps/counters-adc46d7ad514a7fd)
99662026-08-23T06:18:44.446Z
99672026-08-23T06:18:44.446Zrunning 1 test
99682026-08-23T06:18:44.446Ztest test_p4_counter_list ... ignored
99692026-08-23T06:18:44.446Z
99702026-08-23T06:18:44.447Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99712026-08-23T06:18:44.447Z
99722026-08-23T06:18:44.447Z Running tests/port-link.rs (target/debug/deps/port_link-28f05c94768857aa)
99732026-08-23T06:18:44.447Z
99742026-08-23T06:18:44.447Zrunning 5 tests
99752026-08-23T06:18:44.447Ztest test_an ... ignored
99762026-08-23T06:18:44.447Ztest test_enable ... ignored
99772026-08-23T06:18:44.447Ztest test_ip_addresses ... ignored
99782026-08-23T06:18:44.447Ztest test_kr ... ignored
99792026-08-23T06:18:44.447Ztest test_mac ... ignored
99802026-08-23T06:18:44.447Z
99812026-08-23T06:18:44.447Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
99822026-08-23T06:18:44.447Z
99832026-08-23T06:18:44.447Z Running unittests src/main.rs (target/debug/deps/tfportd-902caed4cd2c2ea0)
99842026-08-23T06:18:44.447Z
99852026-08-23T06:18:44.447Zrunning 3 tests
99862026-08-23T06:18:44.447Ztest linklocal::test_parse_ipadm ... ok
99872026-08-23T06:18:44.447Ztest tfport::test_parse_tfport ... ok
99882026-08-23T06:18:44.447Ztest config::tests::test_updates ... ok
99892026-08-23T06:18:44.447Z
99902026-08-23T06:18:44.447Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99912026-08-23T06:18:44.447Z
99922026-08-23T06:18:44.447Z Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330)
99932026-08-23T06:18:44.448Z
99942026-08-23T06:18:44.448Zrunning 0 tests
99952026-08-23T06:18:44.448Z
99962026-08-23T06:18:44.448Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99972026-08-23T06:18:44.448Z
99982026-08-23T06:18:44.448Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
99992026-08-23T06:18:44.448Z
100002026-08-23T06:18:44.448Zrunning 0 tests
100012026-08-23T06:18:44.448Z
100022026-08-23T06:18:44.448Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100032026-08-23T06:18:44.448Z
100042026-08-23T06:18:44.448Z Doc-tests aal
100052026-08-23T06:18:44.944Z
100062026-08-23T06:18:44.944Zrunning 0 tests
100072026-08-23T06:18:44.944Z
100082026-08-23T06:18:44.948Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100092026-08-23T06:18:44.948Z
100102026-08-23T06:18:44.972Z Doc-tests aal_macros
100112026-08-23T06:18:45.047Z
100122026-08-23T06:18:45.047Zrunning 0 tests
100132026-08-23T06:18:45.047Z
100142026-08-23T06:18:45.047Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100152026-08-23T06:18:45.047Z
100162026-08-23T06:18:45.059Z Doc-tests common
100172026-08-23T06:18:45.297Z
100182026-08-23T06:18:45.298Zrunning 0 tests
100192026-08-23T06:18:45.298Z
100202026-08-23T06:18:45.298Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100212026-08-23T06:18:45.298Z
100222026-08-23T06:18:45.325Z Doc-tests dpd_api
100232026-08-23T06:18:46.118Z
100242026-08-23T06:18:46.118Zrunning 2 tests
100252026-08-23T06:18:46.118Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
100262026-08-23T06:18:46.118Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
100272026-08-23T06:18:46.118Z
100282026-08-23T06:18:46.118Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100292026-08-23T06:18:46.118Z
100302026-08-23T06:18:46.148Z Doc-tests dpd_client
100312026-08-23T06:18:47.656Z
100322026-08-23T06:18:47.656Zrunning 0 tests
100332026-08-23T06:18:47.656Z
100342026-08-23T06:18:47.656Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100352026-08-23T06:18:47.656Z
100362026-08-23T06:18:47.712Z Doc-tests dpd_types
100372026-08-23T06:18:47.895Z
100382026-08-23T06:18:47.895Zrunning 0 tests
100392026-08-23T06:18:47.895Z
100402026-08-23T06:18:47.895Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100412026-08-23T06:18:47.895Z
100422026-08-23T06:18:47.919Z Doc-tests dpd_types_versions
100432026-08-23T06:18:49.458Z
100442026-08-23T06:18:49.458Zrunning 1 test
100452026-08-23T06:18:49.458Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100462026-08-23T06:18:49.458Z
100472026-08-23T06:18:49.458Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100482026-08-23T06:18:49.458Z
100492026-08-23T06:18:49.509Z Doc-tests packet
100502026-08-23T06:18:49.729Z
100512026-08-23T06:18:49.733Zrunning 0 tests
100522026-08-23T06:18:49.733Z
100532026-08-23T06:18:49.733Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100542026-08-23T06:18:49.733Z
100552026-08-23T06:18:49.756Z Doc-tests pcap
100562026-08-23T06:18:49.810Z
100572026-08-23T06:18:49.810Zrunning 0 tests
100582026-08-23T06:18:49.810Z
100592026-08-23T06:18:49.810Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100602026-08-23T06:18:49.810Z
100612026-08-23T06:18:49.865Zprocess exited: duration 613552 ms, exit code 0
 
100622026-08-23T06:18:49.876Zfound 0 output files