01M002ZQNKAWBQQ1FK1SAZ9FYZ: test

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

Buildomat Job: 01M00303ZRXWYXE9VZA6WGFC70

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-14T12:13:20.432Zjob assigned to worker 01M00306N3R5VA5X4Q0ZY8RNC4 [factory aws, i-034b43fa37776b76e] (queued for 55 s)
 
22026-08-14T12:13:26.442Zstarting task 0: "setup"
32026-08-14T12:13:26.447Z++ uname -s
42026-08-14T12:13:26.447Z+ kern=SunOS
52026-08-14T12:13:26.447Z+ build_user=build
62026-08-14T12:13:26.447Z+ build_uid=12345
72026-08-14T12:13:26.447Z+ work_dir=/work
82026-08-14T12:13:26.447Z+ input_dir=/input
92026-08-14T12:13:26.447Z+ [[ 0 == 12345 ]]
102026-08-14T12:13:26.456Z+ case "$kern" in
112026-08-14T12:13:26.456Z+ groupadd -g 12345 build
122026-08-14T12:13:26.456Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-14T12:13:28.453Z+ zfs create -o mountpoint=/work rpool/work
142026-08-14T12:13:28.568Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-14T12:13:28.572Z+ home_fs=zfs
162026-08-14T12:13:28.572Z+ [[ zfs == autofs ]]
172026-08-14T12:13:28.572Z+ mkdir -p /home/build
182026-08-14T12:13:28.572Z+ chown build:build /home/build /work
192026-08-14T12:13:30.572Z+ chmod 0700 /home/build /work
202026-08-14T12:13:30.575Zprocess exited: duration 4134 ms, exit code 0
 
212026-08-14T12:13:30.581Zstarting task 1: "rust-toolchain"
222026-08-14T12:13:30.586Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-08-14T12:13:30.586Z * rust toolchain channel = "1.90.0"
242026-08-14T12:13:30.586Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-14T12:13:30.586Z * rust toolchain profile = "default"
262026-08-14T12:13:30.586Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-14T12:13:30.586Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-14T12:13:30.589Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-14T12:13:30.589Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-14T12:13:30.666Zinfo: downloading installer
312026-08-14T12:13:31.887Zwarn: It looks like you have an existing rustup settings file at:
322026-08-14T12:13:31.888Zwarn: /home/build/.rustup/settings.toml
332026-08-14T12:13:31.888Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-14T12:13:31.888Zwarn: instead of the one inferred from the default host triple.
352026-08-14T12:13:31.900Zinfo: profile set to default
362026-08-14T12:13:31.900Zinfo: default host triple is x86_64-unknown-illumos
372026-08-14T12:13:31.903Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-14T12:13:32.048Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-14T12:13:32.050Zinfo: downloading 6 components
402026-08-14T12:13:45.778Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-08-14T12:13:45.778Z
422026-08-14T12:13:45.811Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-14T12:13:45.811Z
442026-08-14T12:13:45.811Z
452026-08-14T12:13:45.811ZRust is installed now. Great!
462026-08-14T12:13:45.811Z
472026-08-14T12:13:45.815ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-14T12:13:45.815Zenvironment variable. This has not been done automatically.
492026-08-14T12:13:45.815Z
502026-08-14T12:13:45.815ZTo configure your current shell, you need to source
512026-08-14T12:13:45.815Zthe corresponding env file under $HOME/.cargo.
522026-08-14T12:13:45.815Z
532026-08-14T12:13:45.815ZThis is usually done by running one of the following (note the leading DOT):
542026-08-14T12:13:45.815Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-14T12:13:45.815Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-14T12:13:45.815Zsource "~/.cargo/env.nu" # For nushell
572026-08-14T12:13:45.815Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-14T12:13:45.815Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-14T12:13:45.815Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-14T12:13:45.815Zwarn: no default linker (`cc`) was found in your PATH
612026-08-14T12:13:45.815Zwarn: many Rust crates require a system C toolchain to build
622026-08-14T12:13:45.901Z+ rustup --version
632026-08-14T12:13:45.909Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-14T12:13:45.912Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-14T12:13:45.933Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-14T12:13:45.936Z+ cargo --version
672026-08-14T12:13:45.948Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-14T12:13:45.953Z+ rustc --version
692026-08-14T12:13:45.971Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-14T12:13:45.974Zprocess exited: duration 15392 ms, exit code 0
 
712026-08-14T12:13:45.979Zstarting task 2: "authentication"
722026-08-14T12:13:45.996Zprocess exited: duration 16 ms, exit code 0
 
732026-08-14T12:13:46.003Zstarting task 3: "clone repository"
742026-08-14T12:13:46.006Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-14T12:13:46.010Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-14T12:13:46.037ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-14T12:13:46.783Z+ cd /work/oxidecomputer/dendrite
782026-08-14T12:13:46.783Z+ git fetch origin f4154154ae6fa9b08435c67f81d88b23175a0e00
792026-08-14T12:13:47.050ZFrom https://github.com/oxidecomputer/dendrite
802026-08-14T12:13:47.050Z * branch f4154154ae6fa9b08435c67f81d88b23175a0e00 -> FETCH_HEAD
812026-08-14T12:13:47.054Z+ [[ -n nsk/nat-3-natmap ]]
822026-08-14T12:13:47.058Z++ git branch --show-current
832026-08-14T12:13:47.058Z+ current=main
842026-08-14T12:13:47.058Z+ [[ main != nsk/nat-3-natmap ]]
852026-08-14T12:13:47.058Z+ git branch -f nsk/nat-3-natmap f4154154ae6fa9b08435c67f81d88b23175a0e00
862026-08-14T12:13:47.062Z+ git checkout -f nsk/nat-3-natmap
872026-08-14T12:13:47.080ZSwitched to branch 'nsk/nat-3-natmap'
882026-08-14T12:13:47.084Z+ git reset --hard f4154154ae6fa9b08435c67f81d88b23175a0e00
892026-08-14T12:13:47.084ZHEAD is now at f415415 unify the per-family NAT mapping code
902026-08-14T12:13:47.087Zprocess exited: duration 1082 ms, exit code 0
 
912026-08-14T12:13:47.094Zstarting task 4: "build"
922026-08-14T12:13:47.097Z+ source .github/buildomat/common.sh
932026-08-14T12:13:47.101Z++ TOFINO_STAGES=20
942026-08-14T12:13:47.101Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-08-14T12:13:47.101Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-08-14T12:13:47.101Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-08-14T12:13:47.101Z+++ uname -s
982026-08-14T12:13:47.101Z++ '[' SunOS == SunOS ']'
992026-08-14T12:13:47.101Z++ SERIES=illumos
1002026-08-14T12:13:47.101Z+++ uname -s
1012026-08-14T12:13:47.104Z++ '[' SunOS == SunOS ']'
1022026-08-14T12:13:47.104Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-08-14T12:13:47.104Z++ rustup show active-toolchain
1042026-08-14T12:13:47.108Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-14T12:13:47.108Z+ source .github/buildomat/illumos.sh
1062026-08-14T12:13:47.108Z++ banner 'sde setup'
1072026-08-14T12:13:47.111Z
1082026-08-14T12:13:47.111Z #### ##### ###### #### ###### ##### # # #####
1092026-08-14T12:13:47.111Z # # # # # # # # # # #
1102026-08-14T12:13:47.111Z #### # # ##### #### ##### # # # # #
1112026-08-14T12:13:47.111Z # # # # # # # # # #####
1122026-08-14T12:13:47.111Z # # # # # # # # # # # #
1132026-08-14T12:13:47.111Z #### ##### ###### #### ###### # #### #
1142026-08-14T12:13:47.111Z
1152026-08-14T12:13:47.111Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-14T12:13:47.111Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-14T12:13:47.111Z++ export PKG=tofino_sde.p5p
1182026-08-14T12:13:47.111Z++ PKG=tofino_sde.p5p
1192026-08-14T12:13:47.111Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-08-14T12:13:47.115Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-14T12:13:47.119Z Dload Upload Total Spent Left Speed
1222026-08-14T12:13:49.630Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00:01 0 51 76.03M 51 39.06M 0 0 19.40M 0 00:03 00:02 00:01 19.40M 100 76.03M 100 76.03M 0 0 30.23M 0 00:02 00:02 19.40M 100 76.03M 100 76.03M 0 0 30.23M 0 00:02 00:02 19.40M 100 76.03M 100 76.03M 0 0 30.23M 0 00:02 00:02 19.40M
1232026-08-14T12:13:49.635Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-14T12:13:49.681Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-08-14T12:13:49.681Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-08-14T12:13:49.681Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-14T12:13:52.570Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-14T12:13:52.886Z Startup: Caching catalogs ... Done
1292026-08-14T12:13:52.939Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-14T12:13:54.914ZPlanning: Solver setup ... Done
1312026-08-14T12:13:54.973ZPlanning: Running solver ... Done
1322026-08-14T12:13:55.016ZPlanning: Finding local manifests ... Done
1332026-08-14T12:13:55.019ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-14T12:13:55.022ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-14T12:13:55.036ZPlanning: Package planning ... Done
1362026-08-14T12:13:55.039ZPlanning: Merging actions ... Done
1372026-08-14T12:13:55.132ZPlanning: Checking for conflicting actions ... Done
1382026-08-14T12:13:55.135ZPlanning: Consolidating action changes ... Done
1392026-08-14T12:13:55.938ZPlanning: Evaluating mediators ... Done
1402026-08-14T12:13:55.942ZPlanning: Planning completed in 3.00 seconds
1412026-08-14T12:13:55.946Z Packages to install: 1
1422026-08-14T12:13:55.949Z Create boot environment: No
1432026-08-14T12:13:55.949ZCreate backup boot environment: No
1442026-08-14T12:13:55.971Z
1452026-08-14T12:13:55.971ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-14T12:13:56.105ZDownload: Completed 75.30 MB in 0.13 seconds (562M/s)
1472026-08-14T12:13:56.274Z Actions: 1/293 actions (Installing new actions)
1482026-08-14T12:13:57.248Z Actions: Completed 293 actions in 0.97 seconds.
1492026-08-14T12:13:57.251ZFinalize: Updating package state database ... Done
1502026-08-14T12:13:57.292ZFinalize: Updating package cache ... Done
1512026-08-14T12:13:57.370ZFinalize: Updating image state ... Done
1522026-08-14T12:13:59.887ZFinalize: Creating fast lookup database ... Done
1532026-08-14T12:13:59.965ZFinalize: Reading search index ... Done
1542026-08-14T12:13:59.968ZFinalize: Updating search index ... Done
1552026-08-14T12:14:00.228ZFinalize: Updating package cache ... Done
1562026-08-14T12:14:00.383Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-14T12:14:00.383Z++ SDE=/opt/oxide/tofino_sde
1582026-08-14T12:14:00.383Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-14T12:14:00.383Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-14T12:14:00.383Z++ banner packages
1612026-08-14T12:14:00.386Z
1622026-08-14T12:14:00.386Z ##### ## #### # # ## #### ###### ####
1632026-08-14T12:14:00.386Z # # # # # # # # # # # # # #
1642026-08-14T12:14:00.386Z # # # # # #### # # # ##### ####
1652026-08-14T12:14:00.386Z ##### ###### # # # ###### # ### # #
1662026-08-14T12:14:00.386Z # # # # # # # # # # # # # #
1672026-08-14T12:14:00.386Z # # # #### # # # # #### ###### ####
1682026-08-14T12:14:00.386Z
1692026-08-14T12:14:00.386Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-14T12:14:00.653Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-14T12:14:00.656Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-14T12:14:02.257ZPlanning: Solver setup ... Done
1732026-08-14T12:14:02.315ZPlanning: Running solver ... Done
1742026-08-14T12:14:02.357ZPlanning: Consolidating action changes ... Done
1752026-08-14T12:14:02.360ZPlanning: Evaluating mediators ... Done
1762026-08-14T12:14:02.360ZPlanning: Planning completed in 1.70 seconds
1772026-08-14T12:14:02.375ZNo updates necessary for this image.
1782026-08-14T12:14:02.502Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-14T12:14:02.717ZPlanning: Evaluating mediator changes ... Done
1802026-08-14T12:14:02.831ZPlanning: Checking for conflicting actions ... Done
1812026-08-14T12:14:02.834ZPlanning: Consolidating action changes ... Done
1822026-08-14T12:14:02.997ZPlanning: Evaluating mediators ... Done
1832026-08-14T12:14:03.000ZPlanning: Planning completed in 0.28 seconds
1842026-08-14T12:14:03.021Z Mediators to change: 2
1852026-08-14T12:14:03.022Z Create boot environment: No
1862026-08-14T12:14:03.025ZCreate backup boot environment: No
1872026-08-14T12:14:03.060ZFinalize: Updating package state database ... Done
1882026-08-14T12:14:03.060ZFinalize: Updating package cache ... Done
1892026-08-14T12:14:03.103ZFinalize: Updating image state ... Done
1902026-08-14T12:14:05.131ZFinalize: Creating fast lookup database ... Done
1912026-08-14T12:14:05.198ZFinalize: Reading search index ... Done
1922026-08-14T12:14:05.201ZFinalize: Updating search index ... Done
1932026-08-14T12:14:05.265ZFinalize: Updating package cache ... Done
1942026-08-14T12:14:05.340Z++ cargo --version
1952026-08-14T12:14:05.350Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-08-14T12:14:05.353Z++ rustc --version
1972026-08-14T12:14:05.374Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-08-14T12:14:05.377Z+ banner copyrights
1992026-08-14T12:14:05.377Z
2002026-08-14T12:14:05.377Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-14T12:14:05.377Z # # # # # # # # # # # # # # # # #
2022026-08-14T12:14:05.377Z # # # # # # # # # # ###### # ####
2032026-08-14T12:14:05.380Z # # # ##### # ##### # # ### # # # #
2042026-08-14T12:14:05.380Z # # # # # # # # # # # # # # # #
2052026-08-14T12:14:05.381Z #### #### # # # # # #### # # # ####
2062026-08-14T12:14:05.381Z
2072026-08-14T12:14:05.381Z+ ./tools/check_copyrights.sh
2082026-08-14T12:14:05.674Zcommon/src/illumos.rs: Copyright with wrong year
2092026-08-14T12:14:06.470Zdpd/p4/headers.p4: Copyright with wrong year
2102026-08-14T12:14:06.938Zpacket/src/eth.rs: Copyright with wrong year
2112026-08-14T12:14:07.031Zpcap/build.rs: Copyright with wrong year
2122026-08-14T12:14:07.205Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-08-14T12:14:07.440Z+ banner clippy
2142026-08-14T12:14:07.443Z
2152026-08-14T12:14:07.443Z #### # # ##### ##### # #
2162026-08-14T12:14:07.443Z # # # # # # # # # #
2172026-08-14T12:14:07.443Z # # # # # # # #
2182026-08-14T12:14:07.443Z # # # ##### ##### #
2192026-08-14T12:14:07.443Z # # # # # # #
2202026-08-14T12:14:07.443Z #### ###### # # # #
2212026-08-14T12:14:07.443Z
2222026-08-14T12:14:07.443Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-08-14T12:14:07.443Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-08-14T12:14:07.590Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-08-14T12:14:17.247Z Updating crates.io index
2262026-08-14T12:14:17.281Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-08-14T12:14:17.759Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-08-14T12:14:18.539Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-08-14T12:14:18.880Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-14T12:14:19.215Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-08-14T12:14:20.421Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2322026-08-14T12:14:20.853Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-08-14T12:14:21.240Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-08-14T12:14:21.623Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-08-14T12:14:22.039Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-08-14T12:14:22.516Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-08-14T12:14:23.360Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-08-14T12:14:24.260Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-08-14T12:14:24.626Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-08-14T12:14:25.076Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-08-14T12:14:25.678Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-08-14T12:14:26.140Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-08-14T12:14:26.496Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-08-14T12:14:27.277Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2452026-08-14T12:14:27.662Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2462026-08-14T12:14:27.999Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2472026-08-14T12:14:29.424Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2482026-08-14T12:14:29.930Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-14T12:14:30.508Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-08-14T12:14:32.443Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-08-14T12:14:33.114Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-08-14T12:14:33.455Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-08-14T12:14:33.774Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-14T12:14:35.805Z Downloading crates ...
2552026-08-14T12:14:35.861Z Downloaded adler2 v2.0.1
2562026-08-14T12:14:35.866Z Downloaded aead v0.5.2
2572026-08-14T12:14:35.869Z Downloaded anstream v1.0.0
2582026-08-14T12:14:35.873Z Downloaded async-stream v0.3.6
2592026-08-14T12:14:35.876Z Downloaded bit-set v0.8.0
2602026-08-14T12:14:35.879Z Downloaded base16ct v0.2.0
2612026-08-14T12:14:35.882Z Downloaded async-recursion v1.1.1
2622026-08-14T12:14:35.885Z Downloaded atomicwrites v0.4.4
2632026-08-14T12:14:35.885Z Downloaded async-trait v0.1.89
2642026-08-14T12:14:35.888Z Downloaded backoff v0.4.0
2652026-08-14T12:14:35.891Z Downloaded dof v0.4.0
2662026-08-14T12:14:35.895Z Downloaded autocfg v1.5.0
2672026-08-14T12:14:35.897Z Downloaded ciborium-ll v0.2.2
2682026-08-14T12:14:35.898Z Downloaded bit-vec v0.8.0
2692026-08-14T12:14:35.901Z Downloaded dof v0.3.0
2702026-08-14T12:14:35.904Z Downloaded darling_macro v0.21.3
2712026-08-14T12:14:35.904Z Downloaded convert_case v0.4.0
2722026-08-14T12:14:35.907Z Downloaded digest v0.11.3
2732026-08-14T12:14:35.909Z Downloaded digest v0.10.7
2742026-08-14T12:14:35.909Z Downloaded equivalent v1.0.2
2752026-08-14T12:14:35.912Z Downloaded defmt-macros v1.0.1
2762026-08-14T12:14:35.915Z Downloaded drift v0.2.0
2772026-08-14T12:14:35.920Z Downloaded futures v0.3.32
2782026-08-14T12:14:35.924Z Downloaded futures-core v0.3.32
2792026-08-14T12:14:35.927Z Downloaded dunce v1.0.5
2802026-08-14T12:14:35.930Z Downloaded fixedbitset v0.5.7
2812026-08-14T12:14:35.933Z Downloaded errno v0.3.14
2822026-08-14T12:14:35.933Z Downloaded anstyle-query v1.1.4
2832026-08-14T12:14:35.936Z Downloaded ciborium-io v0.2.2
2842026-08-14T12:14:35.939Z Downloaded hex v0.4.3
2852026-08-14T12:14:35.939Z Downloaded arrayref v0.3.9
2862026-08-14T12:14:35.943Z Downloaded futures-sink v0.3.32
2872026-08-14T12:14:35.946Z Downloaded heck v0.5.0
2882026-08-14T12:14:35.946Z Downloaded curve25519-dalek-derive v0.1.1
2892026-08-14T12:14:35.946Z Downloaded foldhash v0.1.5
2902026-08-14T12:14:35.949Z Downloaded fastrand v2.3.0
2912026-08-14T12:14:35.952Z Downloaded heck v0.4.1
2922026-08-14T12:14:35.952Z Downloaded generic-array v0.14.7
2932026-08-14T12:14:35.955Z Downloaded colorchoice v1.0.4
2942026-08-14T12:14:35.955Z Downloaded http-body v1.0.1
2952026-08-14T12:14:35.958Z Downloaded defmt v0.3.100
2962026-08-14T12:14:35.958Z Downloaded debug-ignore v1.0.5
2972026-08-14T12:14:35.961Z Downloaded constant_time_eq v0.3.1
2982026-08-14T12:14:35.964Z Downloaded hubpack v0.1.2
2992026-08-14T12:14:35.964Z Downloaded hostname v0.4.2
3002026-08-14T12:14:35.967Z Downloaded futures-macro v0.3.32
3012026-08-14T12:14:35.970Z Downloaded dyn-clone v1.0.20
3022026-08-14T12:14:35.970Z Downloaded httpdate v1.0.3
3032026-08-14T12:14:35.973Z Downloaded futures-io v0.3.32
3042026-08-14T12:14:35.975Z Downloaded dtrace-parser v0.2.0
3052026-08-14T12:14:35.975Z Downloaded form_urlencoded v1.2.2
3062026-08-14T12:14:35.978Z Downloaded hubpack_derive v0.1.1
3072026-08-14T12:14:35.978Z Downloaded globset v0.4.16
3082026-08-14T12:14:35.981Z Downloaded fs_extra v1.3.0
3092026-08-14T12:14:35.984Z Downloaded dropshot-api-manager-types v0.7.2
3102026-08-14T12:14:35.984Z Downloaded hyper-tls v0.6.0
3112026-08-14T12:14:35.987Z Downloaded defmt-parser v1.0.0
3122026-08-14T12:14:35.987Z Downloaded daft-derive v0.1.5
3132026-08-14T12:14:35.990Z Downloaded const_format_proc_macros v0.2.34
3142026-08-14T12:14:35.993Z Downloaded indent_write v2.2.0
3152026-08-14T12:14:35.996Z Downloaded idna_adapter v1.2.1
3162026-08-14T12:14:35.996Z Downloaded ident_case v1.0.1
3172026-08-14T12:14:35.999Z Downloaded git-stub-vcs v0.1.0
3182026-08-14T12:14:36.002Z Downloaded arrayvec v0.7.6
3192026-08-14T12:14:36.002Z Downloaded internet-checksum v0.2.1
3202026-08-14T12:14:36.005Z Downloaded bytecount v0.6.9
3212026-08-14T12:14:36.005Z Downloaded is_terminal_polyfill v1.70.1
3222026-08-14T12:14:36.008Z Downloaded is_ci v1.2.0
3232026-08-14T12:14:36.011Z Downloaded lazy_static v1.5.0
3242026-08-14T12:14:36.011Z Downloaded camino-tempfile v1.4.1
3252026-08-14T12:14:36.014Z Downloaded kstat-rs v0.2.4
3262026-08-14T12:14:36.014Z Downloaded keccak v0.1.6
3272026-08-14T12:14:36.017Z Downloaded libscf-sys v1.2.0
3282026-08-14T12:14:36.017Z Downloaded crossbeam-deque v0.8.6
3292026-08-14T12:14:36.020Z Downloaded critical-section v1.2.0
3302026-08-14T12:14:36.020Z Downloaded cexpr v0.6.0
3312026-08-14T12:14:36.023Z Downloaded group v0.13.0
3322026-08-14T12:14:36.027Z Downloaded glob v0.3.3
3332026-08-14T12:14:36.027Z Downloaded erased-serde v0.3.31
3342026-08-14T12:14:36.029Z Downloaded either v1.15.0
3352026-08-14T12:14:36.032Z Downloaded itoa v1.0.15
3362026-08-14T12:14:36.032Z Downloaded managed v0.8.0
3372026-08-14T12:14:36.035Z Downloaded macaddr v1.0.1
3382026-08-14T12:14:36.035Z Downloaded clap_derive v4.6.1
3392026-08-14T12:14:36.038Z Downloaded byteorder v1.5.0
3402026-08-14T12:14:36.041Z Downloaded futures-executor v0.3.32
3412026-08-14T12:14:36.041Z Downloaded find-msvc-tools v0.1.9
3422026-08-14T12:14:36.044Z Downloaded match_cfg v0.1.0
3432026-08-14T12:14:36.044Z Downloaded num-conv v0.2.1
3442026-08-14T12:14:36.047Z Downloaded fs-err v3.1.2
3452026-08-14T12:14:36.050Z Downloaded memoffset v0.9.1
3462026-08-14T12:14:36.050Z Downloaded lru-slab v0.1.2
3472026-08-14T12:14:36.053Z Downloaded memmap v0.7.0
3482026-08-14T12:14:36.053Z Downloaded highway v1.3.0
3492026-08-14T12:14:36.056Z Downloaded getrandom v0.2.16
3502026-08-14T12:14:36.059Z Downloaded ipnetwork v0.21.1
3512026-08-14T12:14:36.059Z Downloaded instant v0.1.13
3522026-08-14T12:14:36.062Z Downloaded num v0.4.3
3532026-08-14T12:14:36.065Z Downloaded mime v0.3.17
3542026-08-14T12:14:36.065Z Downloaded num-derive v0.4.2
3552026-08-14T12:14:36.068Z Downloaded newtype-uuid-macros v0.1.0
3562026-08-14T12:14:36.068Z Downloaded num-iter v0.1.45
3572026-08-14T12:14:36.071Z Downloaded newline-converter v0.3.0
3582026-08-14T12:14:36.071Z Downloaded darling v0.21.3
3592026-08-14T12:14:36.074Z Downloaded ipnet v2.11.0
3602026-08-14T12:14:36.077Z Downloaded jobserver v0.1.34
3612026-08-14T12:14:36.080Z Downloaded num_threads v0.1.7
3622026-08-14T12:14:36.080Z Downloaded bitflags v2.11.1
3632026-08-14T12:14:36.083Z Downloaded omicron-workspace-hack v0.1.0
3642026-08-14T12:14:36.085Z Downloaded olpc-cjson v0.1.4
3652026-08-14T12:14:36.086Z Downloaded hmac v0.12.1
3662026-08-14T12:14:36.088Z Downloaded anyhow v1.0.102
3672026-08-14T12:14:36.091Z Downloaded foldhash v0.2.0
3682026-08-14T12:14:36.091Z Downloaded ff v0.13.1
3692026-08-14T12:14:36.094Z Downloaded cmake v0.1.54
3702026-08-14T12:14:36.094Z Downloaded num_enum_derive v0.5.11
3712026-08-14T12:14:36.097Z Downloaded libsw v3.5.0
3722026-08-14T12:14:36.102Z Downloaded openssl-probe v0.1.6
3732026-08-14T12:14:36.102Z Downloaded openssl-macros v0.1.1
3742026-08-14T12:14:36.102Z Downloaded opaque-debug v0.3.1
3752026-08-14T12:14:36.105Z Downloaded linked-hash-map v0.5.6
3762026-08-14T12:14:36.105Z Downloaded libsw-core v0.3.2
3772026-08-14T12:14:36.108Z Downloaded percent-encoding v2.3.2
3782026-08-14T12:14:36.108Z Downloaded httparse v1.10.1
3792026-08-14T12:14:36.111Z Downloaded hybrid-array v0.4.12
3802026-08-14T12:14:36.111Z Downloaded futures-channel v0.3.32
3812026-08-14T12:14:36.114Z Downloaded native-tls v0.2.14
3822026-08-14T12:14:36.117Z Downloaded iana-time-zone v0.1.64
3832026-08-14T12:14:36.117Z Downloaded hyper-rustls v0.27.7
3842026-08-14T12:14:36.120Z Downloaded parse-display v0.10.0
3852026-08-14T12:14:36.123Z Downloaded ingot-macros v0.1.1
3862026-08-14T12:14:36.123Z Downloaded linear-map v1.2.0
3872026-08-14T12:14:36.126Z Downloaded num_enum v0.5.11
3882026-08-14T12:14:36.128Z Downloaded http-body-util v0.1.3
3892026-08-14T12:14:36.131Z Downloaded phf_shared v0.12.1
3902026-08-14T12:14:36.131Z Downloaded filetime v0.2.26
3912026-08-14T12:14:36.134Z Downloaded potential_utf v0.1.3
3922026-08-14T12:14:36.134Z Downloaded multer v3.1.0
3932026-08-14T12:14:36.137Z Downloaded clap v4.6.1
3942026-08-14T12:14:36.141Z Downloaded powerfmt v0.2.0
3952026-08-14T12:14:36.144Z Downloaded const-oid v0.10.2
3962026-08-14T12:14:36.147Z Downloaded ingot-types v0.1.2
3972026-08-14T12:14:36.147Z Downloaded proc-macro-error-attr2 v2.0.0
3982026-08-14T12:14:36.157Z Downloaded proc-macro-crate v1.3.1
3992026-08-14T12:14:36.157Z Downloaded pretty-hex v0.4.1
4002026-08-14T12:14:36.158Z Downloaded num-integer v0.1.46
4012026-08-14T12:14:36.158Z Downloaded num_enum_derive v0.7.5
4022026-08-14T12:14:36.158Z Downloaded proc-macro-error-attr v1.0.4
4032026-08-14T12:14:36.158Z Downloaded num_enum v0.7.5
4042026-08-14T12:14:36.162Z Downloaded dropshot_endpoint v0.16.7
4052026-08-14T12:14:36.162Z Downloaded half v2.7.1
4062026-08-14T12:14:36.165Z Downloaded getrandom v0.4.2
4072026-08-14T12:14:36.168Z Downloaded progenitor-client v0.14.0
4082026-08-14T12:14:36.168Z Downloaded quick-error v1.2.3
4092026-08-14T12:14:36.171Z Downloaded progenitor-macro v0.14.0
4102026-08-14T12:14:36.171Z Downloaded ref-cast v1.0.25
4112026-08-14T12:14:36.174Z Downloaded progenitor-macro v0.11.1
4122026-08-14T12:14:36.174Z Downloaded memmap2 v0.9.8
4132026-08-14T12:14:36.177Z Downloaded rand_xorshift v0.4.0
4142026-08-14T12:14:36.177Z Downloaded progenitor-macro v0.10.0
4152026-08-14T12:14:36.180Z Downloaded progenitor-client v0.11.1
4162026-08-14T12:14:36.180Z Downloaded getrandom v0.3.3
4172026-08-14T12:14:36.183Z Downloaded rand_chacha v0.3.1
4182026-08-14T12:14:36.183Z Downloaded oxnet v0.1.6
4192026-08-14T12:14:36.186Z Downloaded owo-colors v4.3.0
4202026-08-14T12:14:36.191Z Downloaded ref-cast-impl v1.0.25
4212026-08-14T12:14:36.191Z Downloaded pem v3.0.5
4222026-08-14T12:14:36.191Z Downloaded paste v1.0.15
4232026-08-14T12:14:36.195Z Downloaded icu_provider v2.0.0
4242026-08-14T12:14:36.195Z Downloaded icu_properties v2.0.1
4252026-08-14T12:14:36.198Z Downloaded indexmap v1.9.3
4262026-08-14T12:14:36.198Z Downloaded num-complex v0.4.6
4272026-08-14T12:14:36.201Z Downloaded phf v0.12.1
4282026-08-14T12:14:36.201Z Downloaded poly1305 v0.8.0
4292026-08-14T12:14:36.204Z Downloaded pkg-config v0.3.32
4302026-08-14T12:14:36.207Z Downloaded plain v0.2.3
4312026-08-14T12:14:36.207Z Downloaded rustc_version v0.1.7
4322026-08-14T12:14:36.207Z Downloaded rustc-hash v2.1.1
4332026-08-14T12:14:36.210Z Downloaded ppv-lite86 v0.2.21
4342026-08-14T12:14:36.210Z Downloaded pin-project-lite v0.2.16
4352026-08-14T12:14:36.213Z Downloaded proc-macro-error v1.0.4
4362026-08-14T12:14:36.216Z Downloaded progenitor v0.14.0
4372026-08-14T12:14:36.219Z Downloaded proc-macro-error2 v2.0.1
4382026-08-14T12:14:36.222Z Downloaded scopeguard v1.2.0
4392026-08-14T12:14:36.222Z Downloaded elliptic-curve v0.13.8
4402026-08-14T12:14:36.225Z Downloaded curl v0.4.50
4412026-08-14T12:14:36.228Z Downloaded log v0.4.29
4422026-08-14T12:14:36.231Z Downloaded secrecy v0.10.3
4432026-08-14T12:14:36.231Z Downloaded quote v1.0.45
4442026-08-14T12:14:36.234Z Downloaded crypto-bigint v0.5.5
4452026-08-14T12:14:36.237Z Downloaded serde_repr v0.1.20
4462026-08-14T12:14:36.240Z Downloaded serde-big-array v0.5.1
4472026-08-14T12:14:36.240Z Downloaded scroll_derive v0.13.1
4482026-08-14T12:14:36.242Z Downloaded scroll_derive v0.12.1
4492026-08-14T12:14:36.242Z Downloaded password-hash v0.5.0
4502026-08-14T12:14:36.245Z Downloaded progenitor-client v0.10.0
4512026-08-14T12:14:36.245Z Downloaded pest_derive v2.8.2
4522026-08-14T12:14:36.248Z Downloaded progenitor v0.11.1
4532026-08-14T12:14:36.248Z Downloaded pest_meta v2.8.2
4542026-08-14T12:14:36.251Z Downloaded rustc_version v0.4.1
4552026-08-14T12:14:36.251Z Downloaded parking_lot_core v0.9.12
4562026-08-14T12:14:36.254Z Downloaded serde_plain v1.0.2
4572026-08-14T12:14:36.254Z Downloaded serde_spanned v0.6.9
4582026-08-14T12:14:36.257Z Downloaded serde_spanned v1.1.1
4592026-08-14T12:14:36.257Z Downloaded search_path v0.1.4
4602026-08-14T12:14:36.261Z Downloaded icu_normalizer v2.0.0
4612026-08-14T12:14:36.261Z Downloaded hickory-resolver v0.24.4
4622026-08-14T12:14:36.264Z Downloaded parking_lot v0.12.5
4632026-08-14T12:14:36.267Z Downloaded serde_urlencoded v0.7.1
4642026-08-14T12:14:36.267Z Downloaded resolv-conf v0.7.5
4652026-08-14T12:14:36.270Z Downloaded sha1 v0.11.0
4662026-08-14T12:14:36.270Z Downloaded num-traits v0.2.19
4672026-08-14T12:14:36.273Z Downloaded icu_normalizer_data v2.0.0
4682026-08-14T12:14:36.276Z Downloaded postcard v1.1.3
4692026-08-14T12:14:36.276Z Downloaded omicron-zone-package v0.12.2
4702026-08-14T12:14:36.279Z Downloaded jiff-static v0.2.15
4712026-08-14T12:14:36.282Z Downloaded signal-hook-tokio v0.4.0
4722026-08-14T12:14:36.282Z Downloaded sigpipe v0.1.3
4732026-08-14T12:14:36.282Z Downloaded const_format v0.2.34
4742026-08-14T12:14:36.285Z Downloaded async-compression v0.4.33
4752026-08-14T12:14:36.288Z Downloaded hickory-resolver v0.25.2
4762026-08-14T12:14:36.291Z Downloaded same-file v1.0.6
4772026-08-14T12:14:36.294Z Downloaded rusty-fork v0.3.0
4782026-08-14T12:14:36.294Z Downloaded semver v0.1.20
4792026-08-14T12:14:36.297Z Downloaded rustversion v1.0.22
4802026-08-14T12:14:36.297Z Downloaded slog-bunyan v2.5.0
4812026-08-14T12:14:36.300Z Downloaded schemars_derive v0.8.22
4822026-08-14T12:14:36.300Z Downloaded cc v1.2.64
4832026-08-14T12:14:36.303Z Downloaded strsim v0.11.1
4842026-08-14T12:14:36.303Z Downloaded scroll v0.13.0
4852026-08-14T12:14:36.305Z Downloaded scroll v0.12.0
4862026-08-14T12:14:36.305Z Downloaded darling_core v0.21.3
4872026-08-14T12:14:36.308Z Downloaded smawk v0.3.2
4882026-08-14T12:14:36.311Z Downloaded stable_deref_trait v1.2.0
4892026-08-14T12:14:36.311Z Downloaded rustls-pemfile v2.2.0
4902026-08-14T12:14:36.314Z Downloaded icu_locale_core v2.0.0
4912026-08-14T12:14:36.317Z Downloaded papergrid v0.11.0
4922026-08-14T12:14:36.321Z Downloaded quinn-udp v0.5.14
4932026-08-14T12:14:36.324Z Downloaded rand_core v0.9.3
4942026-08-14T12:14:36.324Z Downloaded sha1 v0.10.6
4952026-08-14T12:14:36.324Z Downloaded serde_path_to_error v0.1.20
4962026-08-14T12:14:36.327Z Downloaded strum v0.26.3
4972026-08-14T12:14:36.327Z Downloaded structmeta-derive v0.3.0
4982026-08-14T12:14:36.327Z Downloaded subtle v2.6.1
4992026-08-14T12:14:36.330Z Downloaded strum v0.27.2
5002026-08-14T12:14:36.330Z Downloaded structmeta v0.3.0
5012026-08-14T12:14:36.330Z Downloaded swrite v0.1.0
5022026-08-14T12:14:36.333Z Downloaded supports-color v3.0.2
5032026-08-14T12:14:36.333Z Downloaded serde_derive_internals v0.29.1
5042026-08-14T12:14:36.333Z Downloaded miniz_oxide v0.8.9
5052026-08-14T12:14:36.336Z Downloaded icu_collections v2.0.0
5062026-08-14T12:14:36.339Z Downloaded rand_core v0.6.4
5072026-08-14T12:14:36.342Z Downloaded serde_tokenstream v0.2.3
5082026-08-14T12:14:36.343Z Downloaded signal-hook-registry v1.4.6
5092026-08-14T12:14:36.343Z Downloaded shlex v2.0.1
5102026-08-14T12:14:36.345Z Downloaded take_mut v0.2.2
5112026-08-14T12:14:36.345Z Downloaded tagptr v0.2.0
5122026-08-14T12:14:36.345Z Downloaded tabwriter v1.4.1
5132026-08-14T12:14:36.348Z Downloaded pin-project v1.1.10
5142026-08-14T12:14:36.352Z Downloaded tabled_derive v0.7.0
5152026-08-14T12:14:36.355Z Downloaded ryu v1.0.20
5162026-08-14T12:14:36.355Z Downloaded sync_wrapper v1.0.2
5172026-08-14T12:14:36.359Z Downloaded terminal_size v0.4.3
5182026-08-14T12:14:36.359Z Downloaded slab v0.4.11
5192026-08-14T12:14:36.359Z Downloaded termtree v0.5.1
5202026-08-14T12:14:36.363Z Downloaded thiserror-impl-no-std v2.0.2
5212026-08-14T12:14:36.363Z Downloaded siphasher v1.0.1
5222026-08-14T12:14:36.365Z Downloaded rand_chacha v0.9.0
5232026-08-14T12:14:36.365Z Downloaded progenitor v0.10.0
5242026-08-14T12:14:36.365Z Downloaded flate2 v1.1.2
5252026-08-14T12:14:36.368Z Downloaded thread-id v5.0.0
5262026-08-14T12:14:36.369Z Downloaded thread-id v4.2.2
5272026-08-14T12:14:36.371Z Downloaded progenitor-impl v0.10.0
5282026-08-14T12:14:36.371Z Downloaded testing_table v0.3.0
5292026-08-14T12:14:36.374Z Downloaded proc-macro2 v1.0.106
5302026-08-14T12:14:36.374Z Downloaded semver v1.0.28
5312026-08-14T12:14:36.377Z Downloaded slog-json v2.6.1
5322026-08-14T12:14:36.377Z Downloaded slog-dtrace v0.3.0
5332026-08-14T12:14:36.380Z Downloaded static_assertions v1.1.0
5342026-08-14T12:14:36.380Z Downloaded strum v0.28.0
5352026-08-14T12:14:36.380Z Downloaded smf v0.2.3
5362026-08-14T12:14:36.383Z Downloaded tinyvec_macros v0.1.1
5372026-08-14T12:14:36.383Z Downloaded time-core v0.1.8
5382026-08-14T12:14:36.383Z Downloaded slog-term v2.9.2
5392026-08-14T12:14:36.386Z Downloaded http v1.4.2
5402026-08-14T12:14:36.389Z Downloaded expectorate v1.2.0
5412026-08-14T12:14:36.389Z Downloaded papergrid v0.18.0
5422026-08-14T12:14:36.392Z Downloaded slog-async v2.8.0
5432026-08-14T12:14:36.395Z Downloaded strum_macros v0.28.0
5442026-08-14T12:14:36.395Z Downloaded tokio-macros v2.7.0
5452026-08-14T12:14:36.398Z Downloaded strum_macros v0.26.4
5462026-08-14T12:14:36.398Z Downloaded progenitor-impl v0.11.1
5472026-08-14T12:14:36.401Z Downloaded bytes v1.12.0
5482026-08-14T12:14:36.401Z Downloaded minimal-lexical v0.2.1
5492026-08-14T12:14:36.404Z Downloaded once_cell v1.21.3
5502026-08-14T12:14:36.407Z Downloaded strum_macros v0.27.2
5512026-08-14T12:14:36.407Z Downloaded chacha20poly1305 v0.10.1
5522026-08-14T12:14:36.410Z Downloaded shlex v1.3.0
5532026-08-14T12:14:36.410Z Downloaded serde_with_macros v3.14.1
5542026-08-14T12:14:36.413Z Downloaded toml_datetime v0.6.11
5552026-08-14T12:14:36.413Z Downloaded pin-project-internal v1.1.10
5562026-08-14T12:14:36.413Z Downloaded heapless v0.8.0
5572026-08-14T12:14:36.416Z Downloaded sha2 v0.10.9
5582026-08-14T12:14:36.418Z Downloaded parse-display-derive v0.10.0
5592026-08-14T12:14:36.418Z Downloaded oxide-tokio-rt v0.1.2
5602026-08-14T12:14:36.422Z Downloaded pest_generator v2.8.2
5612026-08-14T12:14:36.422Z Downloaded schemars v0.8.22
5622026-08-14T12:14:36.426Z Downloaded topological-sort v0.2.2
5632026-08-14T12:14:36.429Z Downloaded tower-service v0.3.3
5642026-08-14T12:14:36.429Z Downloaded tower-layer v0.3.3
5652026-08-14T12:14:36.429Z Downloaded synstructure v0.13.2
5662026-08-14T12:14:36.432Z Downloaded thiserror-no-std v2.0.2
5672026-08-14T12:14:36.435Z Downloaded thiserror-impl v2.0.18
5682026-08-14T12:14:36.435Z Downloaded hashbrown v0.12.3
5692026-08-14T12:14:36.438Z Downloaded serde_core v1.0.228
5702026-08-14T12:14:36.438Z Downloaded crossbeam-channel v0.5.15
5712026-08-14T12:14:36.447Z Downloaded thiserror-impl v1.0.69
5722026-08-14T12:14:36.451Z Downloaded thiserror v1.0.69
5732026-08-14T12:14:36.451Z Downloaded spin v0.9.8
5742026-08-14T12:14:36.451Z Downloaded unarray v0.1.4
5752026-08-14T12:14:36.451Z Downloaded typify-macro v0.6.2
5762026-08-14T12:14:36.451Z Downloaded aho-corasick v1.1.3
5772026-08-14T12:14:36.451Z Downloaded try-lock v0.2.5
5782026-08-14T12:14:36.454Z Downloaded memchr v2.7.5
5792026-08-14T12:14:36.454Z Downloaded tinystr v0.8.1
5802026-08-14T12:14:36.457Z Downloaded time-macros v0.2.27
5812026-08-14T12:14:36.457Z Downloaded snafu-derive v0.8.9
5822026-08-14T12:14:36.460Z Downloaded smallvec v1.15.1
5832026-08-14T12:14:36.460Z Downloaded unicode-linebreak v0.1.5
5842026-08-14T12:14:36.463Z Downloaded tokio-dtrace v0.1.1
5852026-08-14T12:14:36.463Z Downloaded progenitor-impl v0.14.0
5862026-08-14T12:14:36.463Z Downloaded openssl-sys v0.9.117
5872026-08-14T12:14:36.466Z Downloaded universal-hash v0.5.1
5882026-08-14T12:14:36.468Z Downloaded prettyplease v0.2.37
5892026-08-14T12:14:36.468Z Downloaded unicode-xid v0.2.6
5902026-08-14T12:14:36.472Z Downloaded tokio-rustls v0.25.0
5912026-08-14T12:14:36.472Z Downloaded tokio-native-tls v0.3.1
5922026-08-14T12:14:36.475Z Downloaded serde_derive v1.0.228
5932026-08-14T12:14:36.475Z Downloaded untrusted v0.9.0
5942026-08-14T12:14:36.478Z Downloaded utf8parse v0.2.2
5952026-08-14T12:14:36.478Z Downloaded usdt v0.6.0
5962026-08-14T12:14:36.478Z Downloaded untrusted v0.7.1
5972026-08-14T12:14:36.478Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5982026-08-14T12:14:36.481Z Downloaded rayon-core v1.13.0
5992026-08-14T12:14:36.481Z Downloaded serde_yaml v0.9.34+deprecated
6002026-08-14T12:14:36.485Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6012026-08-14T12:14:36.485Z Downloaded signal-hook v0.4.4
6022026-08-14T12:14:36.488Z Downloaded utf8_iter v1.0.4
6032026-08-14T12:14:36.488Z Downloaded usdt-attr-macro v0.6.0
6042026-08-14T12:14:36.488Z Downloaded indexmap v2.14.0
6052026-08-14T12:14:36.491Z Downloaded term v1.2.0
6062026-08-14T12:14:36.491Z Downloaded rustls-pki-types v1.12.0
6072026-08-14T12:14:36.494Z Downloaded hyper-util v0.1.20
6082026-08-14T12:14:36.497Z Downloaded wait-timeout v0.2.1
6092026-08-14T12:14:36.500Z Downloaded toml_writer v1.1.1+spec-1.1.0
6102026-08-14T12:14:36.500Z Downloaded usdt-macro v0.6.0
6112026-08-14T12:14:36.500Z Downloaded toml_write v0.1.2
6122026-08-14T12:14:36.503Z Downloaded version_check v0.9.5
6132026-08-14T12:14:36.503Z Downloaded usdt-attr-macro v0.5.0
6142026-08-14T12:14:36.503Z Downloaded usdt v0.5.0
6152026-08-14T12:14:36.503Z Downloaded similar v2.7.0
6162026-08-14T12:14:36.506Z Downloaded want v0.3.1
6172026-08-14T12:14:36.506Z Downloaded waitgroup v0.1.2
6182026-08-14T12:14:36.509Z Downloaded thiserror v2.0.18
6192026-08-14T12:14:36.512Z Downloaded rand v0.8.5
6202026-08-14T12:14:36.512Z Downloaded lock_api v0.4.14
6212026-08-14T12:14:36.515Z Downloaded litemap v0.8.0
6222026-08-14T12:14:36.515Z Downloaded thread_local v1.1.9
6232026-08-14T12:14:36.518Z Downloaded schemars v0.9.0
6242026-08-14T12:14:36.521Z Downloaded typify-macro v0.4.3
6252026-08-14T12:14:36.524Z Downloaded num-rational v0.4.2
6262026-08-14T12:14:36.524Z Downloaded newtype_derive v0.1.6
6272026-08-14T12:14:36.524Z Downloaded newtype-uuid v1.3.2
6282026-08-14T12:14:36.527Z Downloaded libloading v0.8.9
6292026-08-14T12:14:36.527Z Downloaded cipher v0.4.4
6302026-08-14T12:14:36.527Z Downloaded crossbeam-epoch v0.9.18
6312026-08-14T12:14:36.531Z Downloaded cancel-safe-futures v0.1.5
6322026-08-14T12:14:36.531Z Downloaded daft v0.1.5
6332026-08-14T12:14:36.535Z Downloaded quinn v0.11.9
6342026-08-14T12:14:36.537Z Downloaded crossbeam-utils v0.8.21
6352026-08-14T12:14:36.537Z Downloaded crc32fast v1.5.0
6362026-08-14T12:14:36.537Z Downloaded console v0.15.11
6372026-08-14T12:14:36.540Z Downloaded toml v0.8.23
6382026-08-14T12:14:36.540Z Downloaded usdt-macro v0.5.0
6392026-08-14T12:14:36.540Z Downloaded colored v3.1.1
6402026-08-14T12:14:36.544Z Downloaded clang-sys v1.8.1
6412026-08-14T12:14:36.544Z Downloaded zone_cfg_derive v0.3.1
6422026-08-14T12:14:36.546Z Downloaded ciborium v0.2.2
6432026-08-14T12:14:36.546Z Downloaded tokio-rustls v0.26.4
6442026-08-14T12:14:36.549Z Downloaded toml_parser v1.1.2+spec-1.1.0
6452026-08-14T12:14:36.549Z Downloaded camino v1.2.3
6462026-08-14T12:14:36.552Z Downloaded yoke-derive v0.8.0
6472026-08-14T12:14:36.552Z Downloaded bitflags v1.3.2
6482026-08-14T12:14:36.552Z Downloaded nom v7.1.3
6492026-08-14T12:14:36.555Z Downloaded zeroize_derive v1.4.3
6502026-08-14T12:14:36.558Z Downloaded ingot v0.1.1
6512026-08-14T12:14:36.558Z Downloaded mio v1.2.1
6522026-08-14T12:14:36.561Z Downloaded vsss-rs v3.3.4
6532026-08-14T12:14:36.564Z Downloaded tempfile v3.27.0
6542026-08-14T12:14:36.564Z Downloaded humantime v2.3.0
6552026-08-14T12:14:36.564Z Downloaded lru-cache v0.1.2
6562026-08-14T12:14:36.567Z Downloaded base64 v0.22.1
6572026-08-14T12:14:36.567Z Downloaded zone v0.3.1
6582026-08-14T12:14:36.570Z Downloaded zerofrom-derive v0.1.6
6592026-08-14T12:14:36.570Z Downloaded zerofrom v0.1.6
6602026-08-14T12:14:36.570Z Downloaded allocator-api2 v0.2.21
6612026-08-14T12:14:36.573Z Downloaded cookie v0.18.1
6622026-08-14T12:14:36.573Z Downloaded blake2 v0.10.6
6632026-08-14T12:14:36.573Z Downloaded tracing-attributes v0.1.30
6642026-08-14T12:14:36.575Z Downloaded test-strategy v0.4.3
6652026-08-14T12:14:36.578Z Downloaded whoami v1.6.1
6662026-08-14T12:14:36.578Z Downloaded usdt-impl v0.6.0
6672026-08-14T12:14:36.578Z Downloaded usdt-impl v0.5.0
6682026-08-14T12:14:36.581Z Downloaded walkdir v2.5.0
6692026-08-14T12:14:36.581Z Downloaded schemars v1.2.0
6702026-08-14T12:14:36.588Z Downloaded tinyvec v1.10.0
6712026-08-14T12:14:36.591Z Downloaded writeable v0.6.1
6722026-08-14T12:14:36.591Z Downloaded socket2 v0.5.10
6732026-08-14T12:14:36.595Z Downloaded socket2 v0.6.4
6742026-08-14T12:14:36.595Z Downloaded snafu v0.8.9
6752026-08-14T12:14:36.598Z Downloaded qorb v0.4.1
6762026-08-14T12:14:36.601Z Downloaded toml v0.7.8
6772026-08-14T12:14:36.601Z Downloaded tokio-stream v0.1.17
6782026-08-14T12:14:36.604Z Downloaded zmij v1.0.17
6792026-08-14T12:14:36.607Z Downloaded toml v0.9.12+spec-1.1.0
6802026-08-14T12:14:36.607Z Downloaded dropshot-api-manager v0.7.2
6812026-08-14T12:14:36.610Z Downloaded zerovec-derive v0.11.1
6822026-08-14T12:14:36.613Z Downloaded serde v1.0.228
6832026-08-14T12:14:36.613Z Downloaded yoke v0.8.0
6842026-08-14T12:14:36.616Z Downloaded xattr v1.6.1
6852026-08-14T12:14:36.616Z Downloaded iddqd v0.3.18
6862026-08-14T12:14:36.619Z Downloaded tar v0.4.45
6872026-08-14T12:14:36.622Z Downloaded h2 v0.4.14
6882026-08-14T12:14:36.625Z Downloaded rustls-webpki v0.103.6
6892026-08-14T12:14:36.625Z Downloaded zeroize v1.8.1
6902026-08-14T12:14:36.628Z Downloaded toml v1.1.2+spec-1.1.0
6912026-08-14T12:14:36.628Z Downloaded tracing-core v0.1.34
6922026-08-14T12:14:36.631Z Downloaded textwrap v0.16.2
6932026-08-14T12:14:36.631Z Downloaded iri-string v0.7.8
6942026-08-14T12:14:36.634Z Downloaded typify v0.6.2
6952026-08-14T12:14:36.637Z Downloaded vergen v8.3.2
6962026-08-14T12:14:36.640Z Downloaded hashbrown v0.16.1
6972026-08-14T12:14:36.643Z Downloaded steno v0.4.1
6982026-08-14T12:14:36.643Z Downloaded typify v0.4.3
6992026-08-14T12:14:36.646Z Downloaded unicode-ident v1.0.24
7002026-08-14T12:14:36.646Z Downloaded ucd-trie v0.1.7
7012026-08-14T12:14:36.650Z Downloaded idna v1.1.0
7022026-08-14T12:14:36.650Z Downloaded itertools v0.12.1
7032026-08-14T12:14:36.653Z Downloaded clap_builder v4.6.0
7042026-08-14T12:14:36.656Z Downloaded pest v2.8.2
7052026-08-14T12:14:36.659Z Downloaded hashbrown v0.17.1
7062026-08-14T12:14:36.662Z Downloaded icu_properties_data v2.0.1
7072026-08-14T12:14:36.667Z Downloaded unsafe-libyaml v0.2.11
7082026-08-14T12:14:36.670Z Downloaded toml_edit v0.22.27
7092026-08-14T12:14:36.672Z Downloaded zerocopy-derive v0.7.35
7102026-08-14T12:14:36.675Z Downloaded scuffle v0.1.0
7112026-08-14T12:14:36.675Z Downloaded rand v0.9.3
7122026-08-14T12:14:36.678Z Downloaded slog v2.8.2
7132026-08-14T12:14:36.681Z Downloaded itertools v0.15.0
7142026-08-14T12:14:36.684Z Downloaded uuid v1.23.3
7152026-08-14T12:14:36.687Z Downloaded itertools v0.14.0
7162026-08-14T12:14:36.690Z Downloaded libm v0.2.15
7172026-08-14T12:14:36.694Z Downloaded hkdf v0.12.4
7182026-08-14T12:14:36.697Z Downloaded futures-util v0.3.32
7192026-08-14T12:14:36.702Z Downloaded csv-core v0.1.12
7202026-08-14T12:14:36.705Z Downloaded chacha20 v0.9.1
7212026-08-14T12:14:36.705Z Downloaded cstr-argument v0.1.2
7222026-08-14T12:14:36.705Z Downloaded cargo_metadata v0.18.1
7232026-08-14T12:14:36.708Z Downloaded argon2 v0.5.3
7242026-08-14T12:14:36.708Z Downloaded is-terminal v0.4.16
7252026-08-14T12:14:36.708Z Downloaded anstyle-parse v1.0.0
7262026-08-14T12:14:36.711Z Downloaded inout v0.1.4
7272026-08-14T12:14:36.711Z Downloaded compression-codecs v0.4.32
7282026-08-14T12:14:36.711Z Downloaded block-buffer v0.12.0
7292026-08-14T12:14:36.711Z Downloaded hostname v0.3.1
7302026-08-14T12:14:36.714Z Downloaded git-stub v1.0.0
7312026-08-14T12:14:36.714Z Downloaded gethostname v0.5.0
7322026-08-14T12:14:36.714Z Downloaded foreign-types-macros v0.2.3
7332026-08-14T12:14:36.714Z Downloaded foreign-types v0.5.0
7342026-08-14T12:14:36.717Z Downloaded foreign-types-shared v0.3.1
7352026-08-14T12:14:36.717Z Downloaded enum-as-inner v0.6.1
7362026-08-14T12:14:36.717Z Downloaded embedded-io v0.6.1
7372026-08-14T12:14:36.717Z Downloaded embedded-io v0.4.0
7382026-08-14T12:14:36.720Z Downloaded crc8 v0.1.1
7392026-08-14T12:14:36.720Z Downloaded dtrace-parser v0.3.0
7402026-08-14T12:14:36.720Z Downloaded crypto-common v0.2.2
7412026-08-14T12:14:36.720Z Downloaded hash32 v0.3.1
7422026-08-14T12:14:36.720Z Downloaded futures-task v0.3.32
7432026-08-14T12:14:36.724Z Downloaded cfg_aliases v0.2.1
7442026-08-14T12:14:36.724Z Downloaded cfg-if v1.0.4
7452026-08-14T12:14:36.724Z Downloaded block-buffer v0.10.4
7462026-08-14T12:14:36.724Z Downloaded foreign-types-shared v0.1.1
7472026-08-14T12:14:36.724Z Downloaded foreign-types v0.3.2
7482026-08-14T12:14:36.727Z Downloaded fnv v1.0.7
7492026-08-14T12:14:36.727Z Downloaded float-ord v0.3.2
7502026-08-14T12:14:36.727Z Downloaded url v2.5.7
7512026-08-14T12:14:36.727Z Downloaded fixedbitset v0.4.2
7522026-08-14T12:14:36.730Z Downloaded dropshot_endpoint v0.17.1
7532026-08-14T12:14:36.730Z Downloaded tracing v0.1.41
7542026-08-14T12:14:36.733Z Downloaded hyper v1.10.1
7552026-08-14T12:14:36.736Z Downloaded hashbrown v0.15.5
7562026-08-14T12:14:36.739Z Downloaded cpufeatures v0.3.0
7572026-08-14T12:14:36.739Z Downloaded cpufeatures v0.2.17
7582026-08-14T12:14:36.742Z Downloaded cobs v0.3.0
7592026-08-14T12:14:36.742Z Downloaded derive_more v0.99.20
7602026-08-14T12:14:36.745Z Downloaded derive-where v1.6.0
7612026-08-14T12:14:36.745Z Downloaded crucible-workspace-hack v0.1.0
7622026-08-14T12:14:36.747Z Downloaded defmt v1.0.1
7632026-08-14T12:14:36.747Z Downloaded crypto-common v0.1.6
7642026-08-14T12:14:36.747Z Downloaded derive-ex v0.1.8
7652026-08-14T12:14:36.750Z Downloaded compression-core v0.4.32
7662026-08-14T12:14:36.750Z Downloaded clap_lex v1.1.0
7672026-08-14T12:14:36.750Z Downloaded cargo-platform v0.1.9
7682026-08-14T12:14:36.750Z Downloaded displaydoc v0.2.5
7692026-08-14T12:14:36.753Z Downloaded deranged v0.5.3
7702026-08-14T12:14:36.753Z Downloaded data-encoding v2.9.0
7712026-08-14T12:14:36.756Z Downloaded base64ct v1.8.0
7722026-08-14T12:14:36.756Z Downloaded bcs v0.1.6
7732026-08-14T12:14:36.756Z Downloaded iddqd v0.4.5
7742026-08-14T12:14:36.760Z Downloaded toml_edit v0.19.15
7752026-08-14T12:14:36.769Z Downloaded zerotrie v0.2.2
7762026-08-14T12:14:36.772Z Downloaded goblin v0.8.2
7772026-08-14T12:14:36.775Z Downloaded tower v0.5.2
7782026-08-14T12:14:36.778Z Downloaded zerocopy-derive v0.8.27
7792026-08-14T12:14:36.782Z Downloaded unicode-segmentation v1.12.0
7802026-08-14T12:14:36.785Z Downloaded reqwest v0.12.23
7812026-08-14T12:14:36.788Z Downloaded regex v1.12.4
7822026-08-14T12:14:36.791Z Downloaded atomic-waker v1.1.2
7832026-08-14T12:14:36.794Z Downloaded anstyle v1.0.14
7842026-08-14T12:14:36.794Z Downloaded bindgen v0.72.1
7852026-08-14T12:14:36.797Z Downloaded aws-lc-rs v1.16.2
7862026-08-14T12:14:36.800Z Downloaded serde_json v1.0.150
7872026-08-14T12:14:36.804Z Downloaded portable-atomic v1.11.1
7882026-08-14T12:14:36.808Z Downloaded blake3 v1.8.2
7892026-08-14T12:14:36.812Z Downloaded typenum v1.20.1
7902026-08-14T12:14:36.815Z Downloaded git2 v0.19.0
7912026-08-14T12:14:36.818Z Downloaded unicode-normalization v0.1.24
7922026-08-14T12:14:36.821Z Downloaded reqwest v0.13.2
7932026-08-14T12:14:36.824Z Downloaded async-stream-impl v0.3.6
7942026-08-14T12:14:36.824Z Downloaded rayon v1.11.0
7952026-08-14T12:14:36.830Z Downloaded tokio-util v0.7.16
7962026-08-14T12:14:36.843Z Downloaded typed-path v0.9.3
7972026-08-14T12:14:36.846Z Downloaded tower-http v0.6.8
7982026-08-14T12:14:36.850Z Downloaded tough v0.20.0
7992026-08-14T12:14:36.855Z Downloaded serde_with v3.14.1
8002026-08-14T12:14:36.861Z Downloaded zerovec v0.11.4
8012026-08-14T12:14:36.864Z Downloaded goblin v0.10.1
8022026-08-14T12:14:36.867Z Downloaded rustls-webpki v0.102.8
8032026-08-14T12:14:36.878Z Downloaded chrono v0.4.45
8042026-08-14T12:14:36.893Z Downloaded proptest v1.8.0
8052026-08-14T12:14:36.897Z Downloaded zerocopy v0.7.35
8062026-08-14T12:14:36.907Z Downloaded winnow v0.5.40
8072026-08-14T12:14:36.912Z Downloaded quinn-proto v0.11.14
8082026-08-14T12:14:36.918Z Downloaded curve25519-dalek v4.1.3
8092026-08-14T12:14:36.925Z Downloaded tabled v0.15.0
8102026-08-14T12:14:36.946Z Downloaded winnow v1.0.3
8112026-08-14T12:14:36.951Z Downloaded tabled v0.21.0
8122026-08-14T12:14:36.961Z Downloaded winnow v0.7.14
8132026-08-14T12:14:36.968Z Downloaded bstr v1.12.0
8142026-08-14T12:14:36.973Z Downloaded dropshot v0.16.7
8152026-08-14T12:14:36.989Z Downloaded zerocopy v0.8.27
8162026-08-14T12:14:37.001Z Downloaded time v0.3.47
8172026-08-14T12:14:37.008Z Downloaded syn v1.0.109
8182026-08-14T12:14:37.013Z Downloaded openssl v0.10.81
8192026-08-14T12:14:37.019Z Downloaded smoltcp v0.11.0
8202026-08-14T12:14:37.026Z Downloaded regress v0.10.5
8212026-08-14T12:14:37.031Z Downloaded openapiv3 v2.2.0
8222026-08-14T12:14:37.037Z Downloaded regress v0.11.1
8232026-08-14T12:14:37.042Z Downloaded moka v0.12.11
8242026-08-14T12:14:37.048Z Downloaded vcpkg v0.2.15
8252026-08-14T12:14:37.069Z Downloaded rustls v0.22.4
8262026-08-14T12:14:37.076Z Downloaded webpki-roots v1.0.2
8272026-08-14T12:14:37.079Z Downloaded hickory-proto v0.24.4
8282026-08-14T12:14:37.087Z Downloaded unicode-width v0.2.1
8292026-08-14T12:14:37.090Z Downloaded nix v0.31.3
8302026-08-14T12:14:37.097Z Downloaded nix v0.30.1
8312026-08-14T12:14:37.104Z Downloaded syn v2.0.118
8322026-08-14T12:14:37.111Z Downloaded rustls v0.23.40
8332026-08-14T12:14:37.117Z Downloaded rustix v0.38.44
8342026-08-14T12:14:37.130Z Downloaded typify-impl v0.6.2
8352026-08-14T12:14:37.138Z Downloaded regex-syntax v0.8.11
8362026-08-14T12:14:37.142Z Downloaded hickory-proto v0.25.2
8372026-08-14T12:14:37.151Z Downloaded unicode-width v0.1.14
8382026-08-14T12:14:37.154Z Downloaded dropshot v0.17.1
8392026-08-14T12:14:37.167Z Downloaded rustix v1.1.4
8402026-08-14T12:14:37.204Z Downloaded typify-impl v0.4.3
8412026-08-14T12:14:37.216Z Downloaded petgraph v0.6.5
8422026-08-14T12:14:37.235Z Downloaded chrono-tz v0.10.4
8432026-08-14T12:14:37.245Z Downloaded regex-automata v0.4.13
8442026-08-14T12:14:37.254Z Downloaded petgraph v0.8.2
8452026-08-14T12:14:37.266Z Downloaded jiff v0.2.15
8462026-08-14T12:14:37.276Z Downloaded csv v1.4.0
8472026-08-14T12:14:37.287Z Downloaded libz-sys v1.1.22
8482026-08-14T12:14:37.299Z Downloaded sha3 v0.10.8
8492026-08-14T12:14:37.313Z Downloaded libc v0.2.186
8502026-08-14T12:14:37.359Z Downloaded tokio v1.52.3
8512026-08-14T12:14:37.401Z Downloaded curl-sys v0.4.89+curl-8.20.0
8522026-08-14T12:14:37.454Z Downloaded encoding_rs v0.8.35
8532026-08-14T12:14:37.467Z Downloaded ring v0.17.14
8542026-08-14T12:14:37.497Z Downloaded libgit2-sys v0.17.0+1.8.1
8552026-08-14T12:14:37.923Z Downloaded aws-lc-sys v0.39.1
8562026-08-14T12:14:38.243Z Compiling proc-macro2 v1.0.106
8572026-08-14T12:14:38.243Z Compiling quote v1.0.45
8582026-08-14T12:14:38.246Z Compiling unicode-ident v1.0.24
8592026-08-14T12:14:38.246Z Compiling serde_core v1.0.228
8602026-08-14T12:14:38.246Z Compiling serde v1.0.228
8612026-08-14T12:14:38.246Z Compiling libc v0.2.186
8622026-08-14T12:14:38.246Z Checking cfg-if v1.0.4
8632026-08-14T12:14:38.524Z Compiling zmij v1.0.17
8642026-08-14T12:14:38.567Z Compiling autocfg v1.5.0
8652026-08-14T12:14:38.860Z Compiling memchr v2.7.5
8662026-08-14T12:14:38.912Z Compiling libm v0.2.15
8672026-08-14T12:14:39.253Z Compiling getrandom v0.4.2
8682026-08-14T12:14:39.268Z Checking smallvec v1.15.1
8692026-08-14T12:14:39.327Z Compiling thiserror v2.0.18
8702026-08-14T12:14:39.414Z Compiling version_check v0.9.5
8712026-08-14T12:14:39.442Z Checking itoa v1.0.15
8722026-08-14T12:14:39.457Z Compiling jobserver v0.1.34
8732026-08-14T12:14:39.582Z Compiling shlex v2.0.1
8742026-08-14T12:14:39.673Z Compiling find-msvc-tools v0.1.9
8752026-08-14T12:14:39.689Z Compiling syn v2.0.118
8762026-08-14T12:14:39.751Z Compiling icu_normalizer_data v2.0.0
8772026-08-14T12:14:39.766Z Compiling icu_properties_data v2.0.1
8782026-08-14T12:14:39.853Z Compiling cc v1.2.64
8792026-08-14T12:14:39.900Z Compiling parking_lot_core v0.9.12
8802026-08-14T12:14:39.915Z Checking stable_deref_trait v1.2.0
8812026-08-14T12:14:39.999Z Compiling serde_json v1.0.150
8822026-08-14T12:14:40.206Z Compiling heck v0.5.0
8832026-08-14T12:14:40.388Z Checking writeable v0.6.1
8842026-08-14T12:14:40.402Z Checking litemap v0.8.0
8852026-08-14T12:14:40.520Z Compiling num-traits v0.2.19
8862026-08-14T12:14:40.570Z Checking percent-encoding v2.3.2
8872026-08-14T12:14:40.780Z Checking form_urlencoded v1.2.2
8882026-08-14T12:14:40.907Z Checking utf8_iter v1.0.4
8892026-08-14T12:14:40.922Z Compiling zerocopy v0.8.27
8902026-08-14T12:14:40.926Z Checking pin-project-lite v0.2.16
8912026-08-14T12:14:41.023Z Checking iana-time-zone v0.1.64
8922026-08-14T12:14:41.039Z Compiling log v0.4.29
8932026-08-14T12:14:41.042Z Compiling rustversion v1.0.22
8942026-08-14T12:14:41.133Z Compiling equivalent v1.0.2
8952026-08-14T12:14:41.204Z Compiling semver v1.0.28
8962026-08-14T12:14:41.220Z Checking socket2 v0.6.4
8972026-08-14T12:14:41.233Z Checking uuid v1.23.3
8982026-08-14T12:14:41.360Z Checking scopeguard v1.2.0
8992026-08-14T12:14:41.478Z Checking lock_api v0.4.14
9002026-08-14T12:14:41.507Z Checking signal-hook-registry v1.4.6
9012026-08-14T12:14:41.535Z Checking mio v1.2.1
9022026-08-14T12:14:41.674Z Checking getrandom v0.2.16
9032026-08-14T12:14:41.677Z Compiling schemars v0.8.22
9042026-08-14T12:14:41.689Z Checking dyn-clone v1.0.20
9052026-08-14T12:14:41.704Z Checking parking_lot v0.12.5
9062026-08-14T12:14:41.808Z Checking bitflags v2.11.1
9072026-08-14T12:14:41.905Z Compiling portable-atomic v1.11.1
9082026-08-14T12:14:41.957Z Checking futures-core v0.3.32
9092026-08-14T12:14:41.976Z Checking critical-section v1.2.0
9102026-08-14T12:14:42.034Z Compiling ring v0.17.14
9112026-08-14T12:14:42.090Z Compiling hashbrown v0.17.1
9122026-08-14T12:14:42.093Z Compiling thiserror v1.0.69
9132026-08-14T12:14:42.261Z Compiling httparse v1.10.1
9142026-08-14T12:14:42.428Z Compiling regex-syntax v0.8.11
9152026-08-14T12:14:42.585Z Compiling synstructure v0.13.2
9162026-08-14T12:14:42.622Z Compiling serde_derive_internals v0.29.1
9172026-08-14T12:14:42.841Z Checking once_cell v1.21.3
9182026-08-14T12:14:42.856Z Compiling indexmap v2.14.0
9192026-08-14T12:14:43.100Z Checking futures-sink v0.3.32
9202026-08-14T12:14:43.259Z Checking slab v0.4.11
9212026-08-14T12:14:43.332Z Compiling rustix v1.1.4
9222026-08-14T12:14:43.415Z Compiling aho-corasick v1.1.3
9232026-08-14T12:14:43.499Z Checking subtle v2.6.1
9242026-08-14T12:14:43.520Z Compiling ucd-trie v0.1.7
9252026-08-14T12:14:43.648Z Checking futures-channel v0.3.32
9262026-08-14T12:14:43.750Z Compiling anyhow v1.0.102
9272026-08-14T12:14:43.784Z Compiling serde_derive v1.0.228
9282026-08-14T12:14:43.837Z Compiling zerofrom-derive v0.1.6
9292026-08-14T12:14:43.898Z Compiling yoke-derive v0.8.0
9302026-08-14T12:14:44.048Z Compiling zerovec-derive v0.11.1
9312026-08-14T12:14:44.064Z Compiling displaydoc v0.2.5
9322026-08-14T12:14:44.546Z Compiling thiserror-impl v2.0.18
9332026-08-14T12:14:44.797Z Compiling schemars_derive v0.8.22
9342026-08-14T12:14:44.865Z Compiling tokio-macros v2.7.0
9352026-08-14T12:14:44.922Z Compiling zerocopy-derive v0.8.27
9362026-08-14T12:14:45.030Z Checking zerofrom v0.1.6
9372026-08-14T12:14:45.114Z Compiling futures-macro v0.3.32
9382026-08-14T12:14:45.171Z Checking yoke v0.8.0
9392026-08-14T12:14:45.410Z Checking zerovec v0.11.4
9402026-08-14T12:14:45.590Z Checking zerotrie v0.2.2
9412026-08-14T12:14:45.887Z Compiling zeroize_derive v1.4.3
9422026-08-14T12:14:45.935Z Compiling thiserror-impl v1.0.69
9432026-08-14T12:14:45.965Z Compiling regex-automata v0.4.13
9442026-08-14T12:14:45.986Z Compiling pest v2.8.2
9452026-08-14T12:14:46.115Z Checking tinystr v0.8.1
9462026-08-14T12:14:46.149Z Checking potential_utf v0.1.3
9472026-08-14T12:14:46.283Z Checking icu_collections v2.0.0
9482026-08-14T12:14:46.298Z Checking icu_locale_core v2.0.0
9492026-08-14T12:14:46.573Z Checking zeroize v1.8.1
9502026-08-14T12:14:46.758Z Checking icu_provider v2.0.0
9512026-08-14T12:14:46.848Z Checking bytes v1.12.0
9522026-08-14T12:14:46.990Z Checking icu_properties v2.0.1
9532026-08-14T12:14:47.020Z Checking icu_normalizer v2.0.0
9542026-08-14T12:14:47.091Z Checking chrono v0.4.45
9552026-08-14T12:14:47.281Z Compiling serde_tokenstream v0.2.3
9562026-08-14T12:14:47.317Z Checking tokio v1.52.3
9572026-08-14T12:14:47.560Z Compiling pest_meta v2.8.2
9582026-08-14T12:14:47.742Z Compiling regex v1.12.4
9592026-08-14T12:14:47.785Z Checking idna_adapter v1.2.1
9602026-08-14T12:14:47.906Z Checking idna v1.1.0
9612026-08-14T12:14:48.027Z Checking rand_core v0.6.4
9622026-08-14T12:14:48.132Z Checking typenum v1.20.1
9632026-08-14T12:14:48.146Z Checking futures-io v0.3.32
9642026-08-14T12:14:48.149Z Checking url v2.5.7
9652026-08-14T12:14:48.193Z Checking futures-task v0.3.32
9662026-08-14T12:14:48.332Z Checking futures-util v0.3.32
9672026-08-14T12:14:48.478Z Compiling pest_generator v2.8.2
9682026-08-14T12:14:48.599Z Compiling getrandom v0.3.3
9692026-08-14T12:14:48.865Z Compiling tracing-attributes v0.1.30
9702026-08-14T12:14:48.898Z Checking tracing-core v0.1.34
9712026-08-14T12:14:48.946Z Compiling foldhash v0.2.0
9722026-08-14T12:14:49.093Z Compiling pest_derive v2.8.2
9732026-08-14T12:14:49.142Z Compiling pkg-config v0.3.32
9742026-08-14T12:14:49.194Z Compiling allocator-api2 v0.2.21
9752026-08-14T12:14:49.210Z Checking fnv v1.0.7
9762026-08-14T12:14:49.354Z Checking http v1.4.2
9772026-08-14T12:14:49.508Z Compiling hashbrown v0.16.1
9782026-08-14T12:14:49.585Z Compiling generic-array v0.14.7
9792026-08-14T12:14:49.699Z Compiling vcpkg v0.2.15
9802026-08-14T12:14:49.892Z Compiling time-core v0.1.8
9812026-08-14T12:14:49.908Z Compiling num-conv v0.2.1
9822026-08-14T12:14:50.044Z Compiling byteorder v1.5.0
9832026-08-14T12:14:50.059Z Checking tracing v0.1.41
9842026-08-14T12:14:50.063Z Compiling time-macros v0.2.27
9852026-08-14T12:14:50.303Z Checking errno v0.3.14
9862026-08-14T12:14:50.324Z Checking base64 v0.22.1
9872026-08-14T12:14:50.423Z Checking ipnet v2.11.0
9882026-08-14T12:14:50.440Z Checking tokio-util v0.7.16
9892026-08-14T12:14:50.561Z Compiling scroll_derive v0.13.1
9902026-08-14T12:14:50.691Z Compiling camino v1.2.3
9912026-08-14T12:14:50.727Z Checking crypto-common v0.1.6
9922026-08-14T12:14:50.854Z Checking http-body v1.0.1
9932026-08-14T12:14:50.935Z Checking atomic-waker v1.1.2
9942026-08-14T12:14:50.999Z Compiling crossbeam-utils v0.8.21
9952026-08-14T12:14:51.041Z Checking ppv-lite86 v0.2.21
9962026-08-14T12:14:51.189Z Compiling slog v2.8.2
9972026-08-14T12:14:51.337Z Checking tower-service v0.3.3
9982026-08-14T12:14:51.351Z Checking tower-layer v0.3.3
9992026-08-14T12:14:51.356Z Compiling paste v1.0.15
10002026-08-14T12:14:51.381Z Checking try-lock v0.2.5
10012026-08-14T12:14:51.447Z Checking h2 v0.4.14
10022026-08-14T12:14:51.475Z Checking want v0.3.1
10032026-08-14T12:14:51.500Z Checking ipnetwork v0.21.1
10042026-08-14T12:14:51.600Z Checking erased-serde v0.3.31
10052026-08-14T12:14:51.696Z Checking rustls-pki-types v1.12.0
10062026-08-14T12:14:51.711Z Checking ryu v1.0.20
10072026-08-14T12:14:51.726Z Checking httpdate v1.0.3
10082026-08-14T12:14:51.756Z Checking pretty-hex v0.4.1
10092026-08-14T12:14:51.845Z Compiling async-trait v0.1.89
10102026-08-14T12:14:51.865Z Checking socket2 v0.5.10
10112026-08-14T12:14:51.880Z Checking untrusted v0.9.0
10122026-08-14T12:14:51.984Z Compiling scroll v0.13.0
10132026-08-14T12:14:52.170Z Compiling usdt-impl v0.6.0
10142026-08-14T12:14:52.243Z Compiling plain v0.2.3
10152026-08-14T12:14:52.295Z Checking http-body-util v0.1.3
10162026-08-14T12:14:52.355Z Compiling goblin v0.10.1
10172026-08-14T12:14:52.370Z Compiling openssl-sys v0.9.117
10182026-08-14T12:14:52.449Z Compiling cmake v0.1.54
10192026-08-14T12:14:52.510Z Compiling fs_extra v1.3.0
10202026-08-14T12:14:52.708Z Compiling slog-async v2.8.0
10212026-08-14T12:14:52.800Z Compiling strsim v0.11.1
10222026-08-14T12:14:52.903Z Compiling dunce v1.0.5
10232026-08-14T12:14:53.012Z Checking rand_core v0.9.3
10242026-08-14T12:14:53.016Z Compiling aws-lc-sys v0.39.1
10252026-08-14T12:14:53.047Z Checking serde_urlencoded v0.7.1
10262026-08-14T12:14:53.061Z Checking oxnet v0.1.6
10272026-08-14T12:14:53.094Z Checking block-buffer v0.10.4
10282026-08-14T12:14:53.180Z Compiling regress v0.10.5
10292026-08-14T12:14:53.235Z Compiling dtrace-parser v0.3.0
10302026-08-14T12:14:53.250Z Compiling openapiv3 v2.2.0
10312026-08-14T12:14:53.297Z Checking hyper v1.10.1
10322026-08-14T12:14:53.314Z Compiling thread-id v5.0.0
10332026-08-14T12:14:53.855Z Checking digest v0.10.7
10342026-08-14T12:14:54.036Z Compiling ident_case v1.0.1
10352026-08-14T12:14:54.051Z Compiling omicron-workspace-hack v0.1.0
10362026-08-14T12:14:54.160Z Compiling darling_core v0.21.3
10372026-08-14T12:14:54.189Z Checking hyper-util v0.1.20
10382026-08-14T12:14:54.284Z Checking rand_chacha v0.9.0
10392026-08-14T12:14:54.464Z Compiling daft-derive v0.1.5
10402026-08-14T12:14:54.695Z Compiling typify-impl v0.4.3
10412026-08-14T12:14:54.902Z Checking powerfmt v0.2.0
10422026-08-14T12:14:55.055Z Compiling dof v0.4.0
10432026-08-14T12:14:55.171Z Compiling aws-lc-rs v1.16.2
10442026-08-14T12:14:55.235Z Checking deranged v0.5.3
10452026-08-14T12:14:55.853Z Checking rand v0.9.3
10462026-08-14T12:14:56.036Z Compiling unsafe-libyaml v0.2.11
10472026-08-14T12:14:56.192Z Compiling usdt-macro v0.6.0
10482026-08-14T12:14:56.247Z Compiling darling_macro v0.21.3
10492026-08-14T12:14:56.274Z Compiling usdt-attr-macro v0.6.0
10502026-08-14T12:14:56.303Z Compiling syn v1.0.109
10512026-08-14T12:14:56.318Z Checking num_threads v0.1.7
10522026-08-14T12:14:56.407Z Checking time v0.3.47
10532026-08-14T12:14:56.666Z Compiling serde_yaml v0.9.34+deprecated
10542026-08-14T12:14:56.780Z Compiling darling v0.21.3
10552026-08-14T12:14:56.867Z Checking sync_wrapper v1.0.2
10562026-08-14T12:14:56.971Z Checking encoding_rs v0.8.35
10572026-08-14T12:14:57.101Z Checking mime v0.3.17
10582026-08-14T12:14:57.271Z Checking untrusted v0.7.1
10592026-08-14T12:14:57.385Z Checking cpufeatures v0.2.17
10602026-08-14T12:14:57.459Z Checking tower v0.5.2
10612026-08-14T12:14:57.838Z Checking crossbeam-channel v0.5.15
10622026-08-14T12:14:57.885Z Checking futures-executor v0.3.32
10632026-08-14T12:14:57.900Z Compiling structmeta-derive v0.3.0
10642026-08-14T12:14:57.939Z Compiling multer v3.1.0
10652026-08-14T12:14:57.954Z Compiling rustls v0.23.40
10662026-08-14T12:14:58.026Z Checking iri-string v0.7.8
10672026-08-14T12:14:58.064Z Compiling typify-macro v0.4.3
10682026-08-14T12:14:58.150Z Compiling rustls v0.22.4
10692026-08-14T12:14:58.165Z Checking futures v0.3.32
10702026-08-14T12:14:58.255Z Compiling async-stream-impl v0.3.6
10712026-08-14T12:14:58.376Z Checking thread_local v1.1.9
10722026-08-14T12:14:58.450Z Checking fastrand v2.3.0
10732026-08-14T12:14:58.536Z Checking hex v0.4.3
10742026-08-14T12:14:58.626Z Compiling openssl v0.10.81
10752026-08-14T12:14:58.757Z Checking foreign-types-shared v0.1.1
10762026-08-14T12:14:58.843Z Checking foreign-types v0.3.2
10772026-08-14T12:14:58.858Z Checking tempfile v3.27.0
10782026-08-14T12:14:58.906Z Compiling structmeta v0.3.0
10792026-08-14T12:14:58.956Z Compiling strum_macros v0.26.4
10802026-08-14T12:14:59.021Z Checking tower-http v0.6.8
10812026-08-14T12:14:59.043Z Compiling openssl-macros v0.1.1
10822026-08-14T12:14:59.101Z Checking is-terminal v0.4.16
10832026-08-14T12:14:59.151Z Checking memmap2 v0.9.8
10842026-08-14T12:14:59.191Z Checking take_mut v0.2.2
10852026-08-14T12:14:59.285Z Checking term v1.2.0
10862026-08-14T12:14:59.314Z Checking openssl-probe v0.1.6
10872026-08-14T12:14:59.417Z Checking match_cfg v0.1.0
10882026-08-14T12:14:59.486Z Checking unicode-width v0.2.1
10892026-08-14T12:14:59.514Z Compiling native-tls v0.2.14
10902026-08-14T12:14:59.517Z Checking slog-term v2.9.2
10912026-08-14T12:14:59.542Z Compiling typify v0.4.3
10922026-08-14T12:14:59.632Z Checking hostname v0.3.1
10932026-08-14T12:14:59.791Z Checking slog-json v2.6.1
10942026-08-14T12:14:59.897Z Compiling newtype-uuid-macros v0.1.0
10952026-08-14T12:14:59.939Z Compiling ref-cast v1.0.25
10962026-08-14T12:15:00.046Z Checking slog-bunyan v2.5.0
10972026-08-14T12:15:00.343Z Compiling ref-cast-impl v1.0.25
10982026-08-14T12:15:00.422Z Compiling dropshot v0.16.7
10992026-08-14T12:15:00.620Z Compiling derive-ex v0.1.8
11002026-08-14T12:15:00.702Z Checking webpki-roots v1.0.2
11012026-08-14T12:15:00.716Z Compiling dropshot_endpoint v0.16.7
11022026-08-14T12:15:00.822Z Compiling strum_macros v0.27.2
11032026-08-14T12:15:00.923Z Checking winnow v0.7.14
11042026-08-14T12:15:01.943Z Checking tokio-native-tls v0.3.1
11052026-08-14T12:15:02.099Z Checking either v1.15.0
11062026-08-14T12:15:02.260Z Compiling test-strategy v0.4.3
11072026-08-14T12:15:02.275Z Checking hyper-tls v0.6.0
11082026-08-14T12:15:02.290Z Compiling progenitor-impl v0.11.1
11092026-08-14T12:15:02.318Z Checking newtype-uuid v1.3.2
11102026-08-14T12:15:02.369Z Checking winnow v1.0.3
11112026-08-14T12:15:02.489Z Checking daft v0.1.5
11122026-08-14T12:15:02.595Z Compiling serde_with_macros v3.14.1
11132026-08-14T12:15:02.651Z Checking toml_parser v1.1.2+spec-1.1.0
11142026-08-14T12:15:02.721Z Checking serde_spanned v1.1.1
11152026-08-14T12:15:02.755Z Checking usdt v0.6.0
11162026-08-14T12:15:02.849Z Checking toml_writer v1.1.1+spec-1.1.0
11172026-08-14T12:15:02.913Z Checking debug-ignore v1.0.5
11182026-08-14T12:15:03.022Z Checking spin v0.9.8
11192026-08-14T12:15:03.035Z Compiling parse-display-derive v0.10.0
11202026-08-14T12:15:03.161Z Checking async-stream v0.3.6
11212026-08-14T12:15:03.345Z Checking rustls-webpki v0.102.8
11222026-08-14T12:15:03.360Z Checking rustls-pemfile v2.2.0
11232026-08-14T12:15:03.501Z Checking waitgroup v0.1.2
11242026-08-14T12:15:03.568Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11252026-08-14T12:15:03.605Z Checking serde_path_to_error v0.1.20
11262026-08-14T12:15:03.672Z Checking hostname v0.4.2
11272026-08-14T12:15:03.867Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11282026-08-14T12:15:04.013Z Checking strum v0.26.3
11292026-08-14T12:15:04.123Z Checking rand_chacha v0.3.1
11302026-08-14T12:15:04.178Z Compiling toml_datetime v0.6.11
11312026-08-14T12:15:04.314Z Checking macaddr v1.0.1
11322026-08-14T12:15:04.336Z Compiling progenitor-macro v0.11.1
11332026-08-14T12:15:04.414Z Checking toml_datetime v0.7.5+spec-1.1.0
11342026-08-14T12:15:04.488Z Checking wait-timeout v0.2.1
11352026-08-14T12:15:04.545Z Checking bit-vec v0.8.0
11362026-08-14T12:15:04.578Z Checking quick-error v1.2.3
11372026-08-14T12:15:04.604Z Checking lazy_static v1.5.0
11382026-08-14T12:15:04.678Z Checking rusty-fork v0.3.0
11392026-08-14T12:15:04.725Z Checking toml v0.9.12+spec-1.1.0
11402026-08-14T12:15:04.740Z Checking bit-set v0.8.0
11412026-08-14T12:15:04.841Z Checking rand v0.8.5
11422026-08-14T12:15:04.886Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11432026-08-14T12:15:04.921Z Checking tabwriter v1.4.1
11442026-08-14T12:15:05.094Z Checking tokio-rustls v0.25.0
11452026-08-14T12:15:05.313Z Checking sha1 v0.10.6
11462026-08-14T12:15:05.330Z Checking rand_xorshift v0.4.0
11472026-08-14T12:15:05.365Z Compiling clap_derive v4.6.1
11482026-08-14T12:15:05.446Z Checking utf8parse v0.2.2
11492026-08-14T12:15:05.474Z Checking unarray v0.1.4
11502026-08-14T12:15:05.545Z Checking colored v3.1.1
11512026-08-14T12:15:05.548Z Checking anstyle-parse v1.0.0
11522026-08-14T12:15:05.576Z Checking proptest v1.8.0
11532026-08-14T12:15:05.716Z Checking strum v0.27.2
11542026-08-14T12:15:05.829Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11552026-08-14T12:15:05.844Z Checking terminal_size v0.4.3
11562026-08-14T12:15:06.216Z Checking anstyle-query v1.1.4
11572026-08-14T12:15:06.315Z Checking anstyle v1.0.14
11582026-08-14T12:15:06.334Z Checking is_terminal_polyfill v1.70.1
11592026-08-14T12:15:06.383Z Checking colorchoice v1.0.4
11602026-08-14T12:15:06.500Z Checking anstream v1.0.0
11612026-08-14T12:15:06.854Z Checking clap_lex v1.1.0
11622026-08-14T12:15:07.191Z Checking clap_builder v4.6.0
11632026-08-14T12:15:07.209Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11642026-08-14T12:15:07.717Z Checking serde_with v3.14.1
11652026-08-14T12:15:07.953Z Compiling itertools v0.14.0
11662026-08-14T12:15:08.405Z Checking clap v4.6.1
11672026-08-14T12:15:08.442Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11682026-08-14T12:15:08.482Z Checking instant v0.1.13
11692026-08-14T12:15:08.497Z Checking rustc-hash v2.1.1
11702026-08-14T12:15:08.664Z Checking iddqd v0.3.18
11712026-08-14T12:15:08.756Z Checking backoff v0.4.0
11722026-08-14T12:15:08.928Z Checking parse-display v0.10.0
11732026-08-14T12:15:09.049Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11742026-08-14T12:15:09.126Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11752026-08-14T12:15:10.795Z Compiling num-derive v0.4.2
11762026-08-14T12:15:11.234Z Compiling rustls-webpki v0.103.6
11772026-08-14T12:15:11.714Z Compiling prettyplease v0.2.37
11782026-08-14T12:15:12.421Z Compiling cfg_aliases v0.2.1
11792026-08-14T12:15:13.428Z Compiling memoffset v0.9.1
11802026-08-14T12:15:13.773Z Checking serde_spanned v0.6.9
11812026-08-14T12:15:14.604Z Compiling tokio-rustls v0.26.4
11822026-08-14T12:15:15.073Z Compiling hyper-rustls v0.27.7
11832026-08-14T12:15:15.341Z Compiling reqwest v0.12.23
11842026-08-14T12:15:16.325Z Checking crossbeam-epoch v0.9.18
11852026-08-14T12:15:16.545Z Compiling progenitor-client v0.11.1
11862026-08-14T12:15:16.805Z Compiling winnow v0.5.40
11872026-08-14T12:15:18.054Z Compiling toml_edit v0.19.15
11882026-08-14T12:15:18.159Z Compiling progenitor v0.11.1
11892026-08-14T12:15:18.719Z Compiling num-integer v0.1.46
11902026-08-14T12:15:19.131Z Compiling proc-macro-crate v1.3.1
11912026-08-14T12:15:19.328Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11922026-08-14T12:15:19.463Z Compiling progenitor-client v0.10.0
11932026-08-14T12:15:20.225Z Compiling hubpack_derive v0.1.1
11942026-08-14T12:15:20.573Z Checking toml_write v0.1.2
11952026-08-14T12:15:20.684Z Compiling rayon-core v1.13.0
11962026-08-14T12:15:20.742Z Checking hubpack v0.1.2
11972026-08-14T12:15:20.813Z Checking toml_edit v0.22.27
11982026-08-14T12:15:20.916Z Checking num-iter v0.1.45
11992026-08-14T12:15:20.933Z Checking num-rational v0.4.2
12002026-08-14T12:15:21.264Z Compiling zerocopy-derive v0.7.35
12012026-08-14T12:15:21.291Z Compiling num-complex v0.4.6
12022026-08-14T12:15:21.641Z Checking static_assertions v1.1.0
12032026-08-14T12:15:21.715Z Checking num v0.4.3
12042026-08-14T12:15:21.872Z Checking toml v0.8.23
12052026-08-14T12:15:21.899Z Checking crossbeam-deque v0.8.6
12062026-08-14T12:15:22.075Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12072026-08-14T12:15:22.079Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12082026-08-14T12:15:22.198Z Checking float-ord v0.3.2
12092026-08-14T12:15:22.431Z Compiling proc-macro-error-attr v1.0.4
12102026-08-14T12:15:22.448Z Compiling heck v0.4.1
12112026-08-14T12:15:22.648Z Compiling heapless v0.8.0
12122026-08-14T12:15:22.663Z Checking bytecount v0.6.9
12132026-08-14T12:15:22.764Z Checking libscf-sys v1.2.0
12142026-08-14T12:15:22.779Z Compiling ingot-macros v0.1.1
12152026-08-14T12:15:22.892Z Checking hash32 v0.3.1
12162026-08-14T12:15:23.022Z Compiling proc-macro-error v1.0.4
12172026-08-14T12:15:23.109Z Compiling smoltcp v0.11.0
12182026-08-14T12:15:23.249Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12192026-08-14T12:15:23.743Z Compiling zerocopy v0.7.35
12202026-08-14T12:15:23.901Z Compiling num_enum_derive v0.7.5
12212026-08-14T12:15:24.036Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12222026-08-14T12:15:24.125Z Checking cobs v0.3.0
12232026-08-14T12:15:24.271Z Compiling foreign-types-macros v0.2.3
12242026-08-14T12:15:24.286Z Compiling scroll_derive v0.12.1
12252026-08-14T12:15:24.351Z Compiling usdt-impl v0.5.0
12262026-08-14T12:15:24.592Z Compiling crucible-workspace-hack v0.1.0
12272026-08-14T12:15:24.610Z Checking foreign-types-shared v0.3.1
12282026-08-14T12:15:24.704Z Checking managed v0.8.0
12292026-08-14T12:15:24.810Z Checking bitflags v1.3.2
12302026-08-14T12:15:24.885Z Checking foreign-types v0.5.0
12312026-08-14T12:15:24.928Z Checking num_enum v0.7.5
12322026-08-14T12:15:24.964Z Checking scroll v0.12.0
12332026-08-14T12:15:24.979Z Checking postcard v1.1.3
12342026-08-14T12:15:25.029Z Compiling dof v0.3.0
12352026-08-14T12:15:25.315Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12362026-08-14T12:15:25.368Z Compiling dtrace-parser v0.2.0
12372026-08-14T12:15:25.393Z Checking ingot-types v0.1.2
12382026-08-14T12:15:25.435Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12392026-08-14T12:15:25.439Z Checking camino-tempfile v1.4.1
12402026-08-14T12:15:25.510Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12412026-08-14T12:15:25.607Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12422026-08-14T12:15:25.724Z Checking cstr-argument v0.1.2
12432026-08-14T12:15:25.740Z Checking ingot v0.1.1
12442026-08-14T12:15:25.839Z Compiling thread-id v4.2.2
12452026-08-14T12:15:25.854Z Compiling minimal-lexical v0.2.1
12462026-08-14T12:15:25.914Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12472026-08-14T12:15:25.986Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12482026-08-14T12:15:26.075Z Compiling nom v7.1.3
12492026-08-14T12:15:26.093Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12502026-08-14T12:15:26.108Z Checking goblin v0.8.2
12512026-08-14T12:15:26.230Z Checking rayon v1.11.0
12522026-08-14T12:15:26.467Z Compiling num_enum_derive v0.5.11
12532026-08-14T12:15:26.732Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12542026-08-14T12:15:27.017Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12552026-08-14T12:15:27.226Z Compiling rustc_version v0.4.1
12562026-08-14T12:15:27.439Z Compiling convert_case v0.4.0
12572026-08-14T12:15:27.503Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12582026-08-14T12:15:27.606Z Compiling rustix v0.38.44
12592026-08-14T12:15:27.636Z Checking tinyvec_macros v0.1.1
12602026-08-14T12:15:27.710Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12612026-08-14T12:15:27.744Z Compiling derive_more v0.99.20
12622026-08-14T12:15:27.933Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12632026-08-14T12:15:28.038Z Checking tinyvec v1.10.0
12642026-08-14T12:15:28.068Z Checking num_enum v0.5.11
12652026-08-14T12:15:28.162Z Compiling nix v0.30.1
12662026-08-14T12:15:28.178Z Compiling nix v0.31.3
12672026-08-14T12:15:28.347Z Compiling libz-sys v1.1.22
12682026-08-14T12:15:28.533Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12692026-08-14T12:15:28.564Z Compiling crc32fast v1.5.0
12702026-08-14T12:15:28.880Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12712026-08-14T12:15:28.899Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12722026-08-14T12:15:29.054Z Compiling usdt-macro v0.5.0
12732026-08-14T12:15:29.172Z Compiling usdt-attr-macro v0.5.0
12742026-08-14T12:15:29.495Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12752026-08-14T12:15:29.608Z Compiling zone_cfg_derive v0.3.1
12762026-08-14T12:15:29.724Z Checking papergrid v0.18.0
12772026-08-14T12:15:29.752Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12782026-08-14T12:15:29.894Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12792026-08-14T12:15:29.944Z Checking itertools v0.12.1
12802026-08-14T12:15:30.074Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12812026-08-14T12:15:30.200Z Checking sigpipe v0.1.3
12822026-08-14T12:15:30.267Z Checking memmap v0.7.0
12832026-08-14T12:15:30.305Z Checking jiff v0.2.15
12842026-08-14T12:15:30.325Z Checking glob v0.3.3
12852026-08-14T12:15:30.410Z Checking adler2 v2.0.1
12862026-08-14T12:15:30.505Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12872026-08-14T12:15:30.520Z Checking tabled v0.21.0
12882026-08-14T12:15:30.523Z Checking miniz_oxide v0.8.9
12892026-08-14T12:15:30.551Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12902026-08-14T12:15:30.705Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12912026-08-14T12:15:30.748Z Checking usdt v0.5.0
12922026-08-14T12:15:30.910Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12932026-08-14T12:15:30.938Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12942026-08-14T12:15:30.995Z Checking zone v0.3.1
12952026-08-14T12:15:31.342Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12962026-08-14T12:15:31.430Z Checking itertools v0.15.0
12972026-08-14T12:15:31.560Z Checking smf v0.2.3
12982026-08-14T12:15:31.787Z Checking secrecy v0.10.3
12992026-08-14T12:15:31.823Z Checking bstr v1.12.0
13002026-08-14T12:15:31.906Z Checking whoami v1.6.1
13012026-08-14T12:15:32.065Z Checking flate2 v1.1.2
13022026-08-14T12:15:32.080Z Compiling curve25519-dalek v4.1.3
13032026-08-14T12:15:32.151Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13042026-08-14T12:15:32.166Z Compiling clang-sys v1.8.1
13052026-08-14T12:15:32.343Z Checking hmac v0.12.1
13062026-08-14T12:15:32.358Z Checking inout v0.1.4
13072026-08-14T12:15:32.478Z Checking hybrid-array v0.4.12
13082026-08-14T12:15:32.495Z Checking ff v0.13.1
13092026-08-14T12:15:32.523Z Compiling enum-as-inner v0.6.1
13102026-08-14T12:15:32.619Z Checking data-encoding v2.9.0
13112026-08-14T12:15:32.705Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13122026-08-14T12:15:32.864Z Compiling semver v0.1.20
13132026-08-14T12:15:32.886Z Checking group v0.13.0
13142026-08-14T12:15:32.951Z Checking cipher v0.4.4
13152026-08-14T12:15:32.998Z Checking hkdf v0.12.4
13162026-08-14T12:15:33.065Z Compiling rustc_version v0.1.7
13172026-08-14T12:15:33.138Z Checking atomicwrites v0.4.4
13182026-08-14T12:15:33.152Z Compiling thiserror-impl-no-std v2.0.2
13192026-08-14T12:15:33.201Z Checking universal-hash v0.5.1
13202026-08-14T12:15:33.255Z Checking crypto-bigint v0.5.5
13212026-08-14T12:15:33.270Z Compiling regress v0.11.1
13222026-08-14T12:15:33.274Z Checking half v2.7.1
13232026-08-14T12:15:33.323Z Compiling curve25519-dalek-derive v0.1.1
13242026-08-14T12:15:33.498Z Checking ciborium-io v0.2.2
13252026-08-14T12:15:33.530Z Checking base16ct v0.2.0
13262026-08-14T12:15:33.592Z Checking indent_write v2.2.0
13272026-08-14T12:15:33.651Z Checking base64ct v1.8.0
13282026-08-14T12:15:33.724Z Checking opaque-debug v0.3.1
13292026-08-14T12:15:33.798Z Checking poly1305 v0.8.0
13302026-08-14T12:15:33.885Z Checking password-hash v0.5.0
13312026-08-14T12:15:34.020Z Checking ciborium-ll v0.2.2
13322026-08-14T12:15:34.107Z Compiling newtype_derive v0.1.6
13332026-08-14T12:15:34.193Z Checking chacha20 v0.9.1
13342026-08-14T12:15:34.209Z Checking thiserror-no-std v2.0.2
13352026-08-14T12:15:34.254Z Checking elliptic-curve v0.13.8
13362026-08-14T12:15:34.295Z Checking block-buffer v0.12.0
13372026-08-14T12:15:34.333Z Checking crypto-common v0.2.2
13382026-08-14T12:15:34.348Z Checking similar v2.7.0
13392026-08-14T12:15:34.379Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13402026-08-14T12:15:34.436Z Checking blake2 v0.10.6
13412026-08-14T12:15:34.494Z Checking aead v0.5.2
13422026-08-14T12:15:34.615Z Compiling libloading v0.8.9
13432026-08-14T12:15:34.630Z Compiling owo-colors v4.3.0
13442026-08-14T12:15:34.645Z Checking const-oid v0.10.2
13452026-08-14T12:15:34.648Z Compiling bindgen v0.72.1
13462026-08-14T12:15:34.674Z Checking linked-hash-map v0.5.6
13472026-08-14T12:15:34.801Z Compiling typify-impl v0.6.2
13482026-08-14T12:15:34.804Z Checking keccak v0.1.6
13492026-08-14T12:15:34.836Z Checking compression-core v0.4.32
13502026-08-14T12:15:34.932Z Checking resolv-conf v0.7.5
13512026-08-14T12:15:34.948Z Checking digest v0.11.3
13522026-08-14T12:15:34.977Z Checking compression-codecs v0.4.32
13532026-08-14T12:15:34.979Z Checking sha3 v0.10.8
13542026-08-14T12:15:35.030Z Checking lru-cache v0.1.2
13552026-08-14T12:15:35.110Z Checking vsss-rs v3.3.4
13562026-08-14T12:15:35.140Z Checking argon2 v0.5.3
13572026-08-14T12:15:35.156Z Checking chacha20poly1305 v0.10.1
13582026-08-14T12:15:35.228Z Checking ciborium v0.2.2
13592026-08-14T12:15:35.323Z Checking hickory-proto v0.24.4
13602026-08-14T12:15:35.502Z Checking tokio-dtrace v0.1.1
13612026-08-14T12:15:35.677Z Compiling cexpr v0.6.0
13622026-08-14T12:15:35.692Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13632026-08-14T12:15:35.974Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13642026-08-14T12:15:36.212Z Checking serde-big-array v0.5.1
13652026-08-14T12:15:36.244Z Compiling derive-where v1.6.0
13662026-08-14T12:15:36.259Z Compiling serde_repr v0.1.20
13672026-08-14T12:15:36.349Z Checking toml_datetime v1.1.1+spec-1.1.0
13682026-08-14T12:15:36.581Z Compiling dropshot v0.17.1
13692026-08-14T12:15:36.779Z Checking cpufeatures v0.3.0
13702026-08-14T12:15:36.818Z Checking siphasher v1.0.1
13712026-08-14T12:15:36.834Z Checking same-file v1.0.6
13722026-08-14T12:15:36.849Z Compiling shlex v1.3.0
13732026-08-14T12:15:36.865Z Checking unicode-segmentation v1.12.0
13742026-08-14T12:15:36.957Z Checking walkdir v2.5.0
13752026-08-14T12:15:36.980Z Checking phf_shared v0.12.1
13762026-08-14T12:15:37.119Z Checking sha1 v0.11.0
13772026-08-14T12:15:37.121Z Checking hickory-resolver v0.24.4
13782026-08-14T12:15:37.186Z Checking newline-converter v0.3.0
13792026-08-14T12:15:37.299Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13802026-08-14T12:15:37.365Z Checking toml v1.1.2+spec-1.1.0
13812026-08-14T12:15:37.467Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13822026-08-14T12:15:37.789Z Checking oxide-tokio-rt v0.1.2
13832026-08-14T12:15:37.933Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13842026-08-14T12:15:38.026Z Checking async-compression v0.4.33
13852026-08-14T12:15:38.130Z Checking console v0.15.11
13862026-08-14T12:15:38.221Z Compiling typify-macro v0.6.2
13872026-08-14T12:15:38.266Z Compiling progenitor-impl v0.10.0
13882026-08-14T12:15:38.399Z Checking tokio-stream v0.1.17
13892026-08-14T12:15:38.635Z Compiling dropshot_endpoint v0.17.1
13902026-08-14T12:15:38.705Z Compiling pin-project-internal v1.1.10
13912026-08-14T12:15:38.768Z Compiling slog-dtrace v0.3.0
13922026-08-14T12:15:39.006Z Checking csv-core v0.1.12
13932026-08-14T12:15:39.188Z Compiling cancel-safe-futures v0.1.5
13942026-08-14T12:15:39.440Z Checking unicode-linebreak v0.1.5
13952026-08-14T12:15:39.501Z Compiling chrono-tz v0.10.4
13962026-08-14T12:15:39.658Z Checking unicode-width v0.1.14
13972026-08-14T12:15:39.727Z Checking foldhash v0.1.5
13982026-08-14T12:15:39.742Z Checking smawk v0.3.2
13992026-08-14T12:15:39.777Z Checking swrite v0.1.0
14002026-08-14T12:15:39.865Z Compiling unicode-xid v0.2.6
14012026-08-14T12:15:39.880Z Checking textwrap v0.16.2
14022026-08-14T12:15:39.883Z Checking hashbrown v0.15.5
14032026-08-14T12:15:39.911Z Checking pin-project v1.1.10
14042026-08-14T12:15:39.988Z Compiling const_format_proc_macros v0.2.34
14052026-08-14T12:15:40.032Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14062026-08-14T12:15:40.120Z Checking csv v1.4.0
14072026-08-14T12:15:40.336Z Compiling progenitor-macro v0.10.0
14082026-08-14T12:15:40.351Z Checking qorb v0.4.1
14092026-08-14T12:15:40.394Z Checking expectorate v1.2.0
14102026-08-14T12:15:40.521Z Checking phf v0.12.1
14112026-08-14T12:15:40.536Z Checking unicode-normalization v0.1.24
14122026-08-14T12:15:40.666Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-08-14T12:15:40.787Z Compiling snafu-derive v0.8.9
14142026-08-14T12:15:41.551Z Checking libsw-core v0.3.2
14152026-08-14T12:15:41.684Z Compiling libgit2-sys v0.17.0+1.8.1
14162026-08-14T12:15:41.706Z Compiling async-recursion v1.1.1
14172026-08-14T12:15:42.037Z Compiling cookie v0.18.1
14182026-08-14T12:15:42.113Z Checking highway v1.3.0
14192026-08-14T12:15:42.269Z Checking fixedbitset v0.4.2
14202026-08-14T12:15:42.346Z Checking fixedbitset v0.5.7
14212026-08-14T12:15:42.425Z Compiling moka v0.12.11
14222026-08-14T12:15:42.498Z Checking snafu v0.8.9
14232026-08-14T12:15:42.545Z Checking petgraph v0.8.2
14242026-08-14T12:15:42.659Z Checking petgraph v0.6.5
14252026-08-14T12:15:42.891Z Checking libsw v3.5.0
14262026-08-14T12:15:43.043Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14272026-08-14T12:15:43.232Z Checking olpc-cjson v0.1.4
14282026-08-14T12:15:43.376Z Checking const_format v0.2.34
14292026-08-14T12:15:43.633Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14302026-08-14T12:15:43.889Z Checking papergrid v0.11.0
14312026-08-14T12:15:44.022Z Compiling typify v0.6.2
14322026-08-14T12:15:44.067Z Checking globset v0.4.16
14332026-08-14T12:15:44.104Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14342026-08-14T12:15:44.120Z Checking gethostname v0.5.0
14352026-08-14T12:15:44.306Z Compiling tabled_derive v0.7.0
14362026-08-14T12:15:44.325Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-08-14T12:15:44.452Z Checking progenitor v0.10.0
14382026-08-14T12:15:44.482Z Checking reqwest v0.13.2
14392026-08-14T12:15:44.579Z Checking bcs v0.1.6
14402026-08-14T12:15:44.595Z Checking pem v3.0.5
14412026-08-14T12:15:44.642Z Checking serde_plain v1.0.2
14422026-08-14T12:15:44.755Z Checking termtree v0.5.1
14432026-08-14T12:15:44.790Z Checking typed-path v0.9.3
14442026-08-14T12:15:44.805Z Checking tagptr v0.2.0
14452026-08-14T12:15:44.892Z Checking linear-map v1.2.0
14462026-08-14T12:15:44.954Z Checking crc8 v0.1.1
14472026-08-14T12:15:45.020Z Compiling signal-hook v0.4.4
14482026-08-14T12:15:45.048Z Checking humantime v2.3.0
14492026-08-14T12:15:45.063Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-08-14T12:15:45.227Z Checking tabled v0.15.0
14512026-08-14T12:15:45.317Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14522026-08-14T12:15:45.566Z Checking tough v0.20.0
14532026-08-14T12:15:45.859Z Compiling progenitor-impl v0.14.0
14542026-08-14T12:15:46.355Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14552026-08-14T12:15:46.433Z Checking steno v0.4.1
14562026-08-14T12:15:46.857Z Checking hickory-proto v0.25.2
14572026-08-14T12:15:47.389Z Compiling curl-sys v0.4.89+curl-8.20.0
14582026-08-14T12:15:47.413Z Compiling cargo-platform v0.1.9
14592026-08-14T12:15:47.486Z Compiling vergen v8.3.2
14602026-08-14T12:15:47.653Z Compiling fs-err v3.1.2
14612026-08-14T12:15:47.736Z Compiling cargo_metadata v0.18.1
14622026-08-14T12:15:47.944Z Compiling progenitor-macro v0.14.0
14632026-08-14T12:15:47.986Z Checking progenitor-client v0.14.0
14642026-08-14T12:15:48.118Z Checking dropshot-api-manager-types v0.7.2
14652026-08-14T12:15:48.209Z Checking sha2 v0.10.9
14662026-08-14T12:15:48.287Z Compiling blake3 v1.8.2
14672026-08-14T12:15:48.409Z Checking hickory-resolver v0.25.2
14682026-08-14T12:15:48.966Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14692026-08-14T12:15:48.983Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14702026-08-14T12:15:49.132Z Checking git-stub v1.0.0
14712026-08-14T12:15:49.150Z Compiling strum_macros v0.28.0
14722026-08-14T12:15:49.287Z Checking filetime v0.2.26
14732026-08-14T12:15:49.426Z Compiling curl v0.4.50
14742026-08-14T12:15:49.677Z Checking arrayref v0.3.9
14752026-08-14T12:15:49.752Z Checking constant_time_eq v0.3.1
14762026-08-14T12:15:50.143Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-08-14T12:15:50.317Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-08-14T12:15:50.726Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-08-14T12:15:50.763Z Checking xattr v1.6.1
14802026-08-14T12:15:50.898Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14812026-08-14T12:15:50.990Z Checking arrayvec v0.7.6
14822026-08-14T12:15:51.126Z Checking is_ci v1.2.0
14832026-08-14T12:15:51.146Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-08-14T12:15:51.228Z Checking supports-color v3.0.2
14852026-08-14T12:15:51.381Z Checking strum v0.28.0
14862026-08-14T12:15:51.408Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-08-14T12:15:51.452Z Checking tar v0.4.45
14882026-08-14T12:15:51.497Z Checking toml v0.7.8
14892026-08-14T12:15:51.580Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-08-14T12:15:51.625Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-08-14T12:15:51.818Z Checking git-stub-vcs v0.1.0
14922026-08-14T12:15:52.002Z Checking drift v0.2.0
14932026-08-14T12:15:52.064Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-08-14T12:15:52.080Z Checking progenitor v0.14.0
14952026-08-14T12:15:52.096Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-08-14T12:15:52.141Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-08-14T12:15:52.199Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14982026-08-14T12:15:52.300Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14992026-08-14T12:15:52.316Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15002026-08-14T12:15:52.709Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15012026-08-14T12:15:52.745Z Checking kstat-rs v0.2.4
15022026-08-14T12:15:52.848Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15032026-08-14T12:15:52.929Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15042026-08-14T12:15:53.091Z Checking topological-sort v0.2.2
15052026-08-14T12:15:53.154Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15062026-08-14T12:15:53.226Z Checking omicron-zone-package v0.12.2
15072026-08-14T12:15:53.256Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-08-14T12:15:53.322Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15092026-08-14T12:15:54.083Z Checking dropshot-api-manager v0.7.2
15102026-08-14T12:15:55.078Z Checking signal-hook-tokio v0.4.0
15112026-08-14T12:15:55.163Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15122026-08-14T12:15:55.203Z Checking scuffle v0.1.0
15132026-08-14T12:15:55.688Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15142026-08-14T12:15:55.778Z Checking iddqd v0.4.5
15152026-08-14T12:15:55.826Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15162026-08-14T12:15:56.024Z Checking search_path v0.1.4
15172026-08-14T12:15:56.170Z Checking internet-checksum v0.2.1
15182026-08-14T12:15:56.294Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15192026-08-14T12:15:56.434Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15202026-08-14T12:15:56.471Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15212026-08-14T12:15:56.824Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15222026-08-14T12:15:57.482Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15232026-08-14T12:15:57.746Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15242026-08-14T12:15:58.326Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-08-14T12:15:58.623Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15262026-08-14T12:15:58.755Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15272026-08-14T12:15:59.185Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15282026-08-14T12:15:59.523Z Compiling git2 v0.19.0
15292026-08-14T12:16:00.185Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15302026-08-14T12:16:01.809Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15312026-08-14T12:16:10.056Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-08-14T12:16:11.362Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15332026-08-14T12:16:16.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
15342026-08-14T12:16:16.592Z+ for feat in tofino_stub tofino_asic softnpu chaos
15352026-08-14T12:16:16.592Z+ cargo clippy --features tofino_asic -- --deny warnings
15362026-08-14T12:16:17.082Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15372026-08-14T12:16:17.086Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15382026-08-14T12:16:17.160Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15392026-08-14T12:16:17.167Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15402026-08-14T12:16:24.293Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15412026-08-14T12:16:24.296Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15422026-08-14T12:16:26.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.20s
15432026-08-14T12:16:26.983Z+ for feat in tofino_stub tofino_asic softnpu chaos
15442026-08-14T12:16:26.983Z+ cargo clippy --features softnpu -- --deny warnings
15452026-08-14T12:16:27.281Z Downloading crates ...
15462026-08-14T12:16:27.409Z Downloaded typeid v1.0.3
15472026-08-14T12:16:27.417Z Downloaded ascii v1.1.0
15482026-08-14T12:16:27.419Z Downloaded funty v2.0.0
15492026-08-14T12:16:27.419Z Downloaded radium v0.7.0
15502026-08-14T12:16:27.424Z Downloaded tap v1.0.1
15512026-08-14T12:16:27.427Z Downloaded erased-serde v0.4.8
15522026-08-14T12:16:27.427Z Downloaded serde_arrays v0.1.0
15532026-08-14T12:16:27.427Z Downloaded bitstruct_derive v0.1.0
15542026-08-14T12:16:27.430Z Downloaded bitstruct v0.1.1
15552026-08-14T12:16:27.430Z Downloaded wyz v0.5.1
15562026-08-14T12:16:27.433Z Downloaded libloading v0.7.4
15572026-08-14T12:16:27.446Z Downloaded bitvec v1.0.1
15582026-08-14T12:16:27.453Z Downloaded num-bigint v0.4.6
15592026-08-14T12:16:27.573Z Checking num-integer v0.1.46
15602026-08-14T12:16:27.652Z Checking num-complex v0.4.6
15612026-08-14T12:16:27.661Z Compiling radium v0.7.0
15622026-08-14T12:16:27.668Z Checking tap v1.0.1
15632026-08-14T12:16:27.675Z Checking funty v2.0.0
15642026-08-14T12:16:27.680Z Compiling typeid v1.0.3
15652026-08-14T12:16:27.682Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15662026-08-14T12:16:27.693Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-08-14T12:16:27.751Z Checking wyz v0.5.1
15682026-08-14T12:16:27.847Z Checking num-bigint v0.4.6
15692026-08-14T12:16:27.850Z Checking num-iter v0.1.45
15702026-08-14T12:16:27.899Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-08-14T12:16:27.917Z Compiling erased-serde v0.4.8
15722026-08-14T12:16:27.965Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-08-14T12:16:27.973Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-08-14T12:16:27.998Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-08-14T12:16:28.046Z Compiling bitstruct_derive v0.1.0
15762026-08-14T12:16:28.071Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-08-14T12:16:28.089Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-08-14T12:16:28.098Z Checking bitvec v1.0.1
15792026-08-14T12:16:28.101Z Checking ascii v1.1.0
15802026-08-14T12:16:28.101Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15812026-08-14T12:16:28.171Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-08-14T12:16:28.266Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15832026-08-14T12:16:28.274Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-08-14T12:16:28.282Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15852026-08-14T12:16:28.291Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15862026-08-14T12:16:28.570Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15872026-08-14T12:16:28.579Z Checking serde_arrays v0.1.0
15882026-08-14T12:16:28.669Z Checking num-rational v0.4.2
15892026-08-14T12:16:28.678Z Checking libloading v0.7.4
15902026-08-14T12:16:28.685Z Checking bitstruct v0.1.1
15912026-08-14T12:16:28.703Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15922026-08-14T12:16:28.930Z Checking num v0.4.3
15932026-08-14T12:16:28.998Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-08-14T12:16:29.528Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15952026-08-14T12:16:29.801Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15962026-08-14T12:16:29.801Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15972026-08-14T12:16:29.989Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15982026-08-14T12:16:30.218Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-08-14T12:16:30.218Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-08-14T12:16:30.708Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-08-14T12:16:30.928Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16022026-08-14T12:16:30.932Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-08-14T12:16:30.932Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16042026-08-14T12:16:30.932Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16052026-08-14T12:16:31.312Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16062026-08-14T12:16:31.722Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16072026-08-14T12:16:32.557Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-08-14T12:16:34.762Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16092026-08-14T12:16:35.107Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16102026-08-14T12:16:35.986Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16112026-08-14T12:16:36.689Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16122026-08-14T12:16:36.805Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16132026-08-14T12:16:43.285Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16142026-08-14T12:16:44.541Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16152026-08-14T12:16:45.072Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16162026-08-14T12:16:49.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.40s
16172026-08-14T12:16:49.573Z+ for feat in tofino_stub tofino_asic softnpu chaos
16182026-08-14T12:16:49.573Z+ cargo clippy --features chaos -- --deny warnings
16192026-08-14T12:16:50.059Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16202026-08-14T12:16:50.063Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16212026-08-14T12:16:50.063Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16222026-08-14T12:16:57.242Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16232026-08-14T12:16:57.243Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16242026-08-14T12:16:59.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.09s
16252026-08-14T12:16:59.861Z+ banner fmt
16262026-08-14T12:16:59.864Z
16272026-08-14T12:16:59.864Z ###### # # #####
16282026-08-14T12:16:59.864Z # ## ## #
16292026-08-14T12:16:59.864Z ##### # ## # #
16302026-08-14T12:16:59.864Z # # # #
16312026-08-14T12:16:59.864Z # # # #
16322026-08-14T12:16:59.864Z # # # #
16332026-08-14T12:16:59.864Z
16342026-08-14T12:16:59.864Z+ cargo fmt -- --check
16352026-08-14T12:17:00.315Z+ banner test
16362026-08-14T12:17:00.320Z
16372026-08-14T12:17:00.320Z ##### ###### #### #####
16382026-08-14T12:17:00.320Z # # # #
16392026-08-14T12:17:00.320Z # ##### #### #
16402026-08-14T12:17:00.320Z # # # #
16412026-08-14T12:17:00.320Z # # # # #
16422026-08-14T12:17:00.320Z # ###### #### #
16432026-08-14T12:17:00.320Z
16442026-08-14T12:17:00.320Z+ for feat in tofino_stub tofino_asic softnpu chaos
16452026-08-14T12:17:00.321Z+ RUST_BACKTRACE=full
16462026-08-14T12:17:00.321Z+ cargo test --features tofino_stub --no-fail-fast
16472026-08-14T12:17:01.169Z Compiling unicode-ident v1.0.24
16482026-08-14T12:17:01.172Z Compiling cfg-if v1.0.4
16492026-08-14T12:17:01.172Z Compiling memchr v2.7.5
16502026-08-14T12:17:01.275Z Compiling serde_core v1.0.228
16512026-08-14T12:17:01.293Z Compiling itoa v1.0.15
16522026-08-14T12:17:01.299Z Compiling libc v0.2.186
16532026-08-14T12:17:01.310Z Compiling zmij v1.0.17
16542026-08-14T12:17:01.333Z Compiling libm v0.2.15
16552026-08-14T12:17:01.383Z Compiling proc-macro2 v1.0.106
16562026-08-14T12:17:01.574Z Compiling equivalent v1.0.2
16572026-08-14T12:17:01.663Z Compiling smallvec v1.15.1
16582026-08-14T12:17:01.785Z Compiling quote v1.0.45
16592026-08-14T12:17:01.800Z Compiling log v0.4.29
16602026-08-14T12:17:01.900Z Compiling heck v0.5.0
16612026-08-14T12:17:01.944Z Compiling iana-time-zone v0.1.64
16622026-08-14T12:17:01.981Z Compiling syn v2.0.118
16632026-08-14T12:17:02.083Z Compiling dyn-clone v1.0.20
16642026-08-14T12:17:02.144Z Compiling hashbrown v0.17.1
16652026-08-14T12:17:02.163Z Compiling stable_deref_trait v1.2.0
16662026-08-14T12:17:02.166Z Compiling pin-project-lite v0.2.16
16672026-08-14T12:17:02.224Z Compiling percent-encoding v2.3.2
16682026-08-14T12:17:02.244Z Compiling litemap v0.8.0
16692026-08-14T12:17:02.269Z Compiling fnv v1.0.7
16702026-08-14T12:17:02.369Z Compiling writeable v0.6.1
16712026-08-14T12:17:02.419Z Compiling icu_properties_data v2.0.1
16722026-08-14T12:17:02.422Z Compiling icu_normalizer_data v2.0.0
16732026-08-14T12:17:02.456Z Compiling regex-syntax v0.8.11
16742026-08-14T12:17:02.496Z Compiling form_urlencoded v1.2.2
16752026-08-14T12:17:02.561Z Compiling utf8_iter v1.0.4
16762026-08-14T12:17:02.670Z Compiling scopeguard v1.2.0
16772026-08-14T12:17:02.687Z Compiling num-traits v0.2.19
16782026-08-14T12:17:02.700Z Compiling getrandom v0.4.2
16792026-08-14T12:17:02.780Z Compiling lock_api v0.4.14
16802026-08-14T12:17:02.843Z Compiling aho-corasick v1.1.3
16812026-08-14T12:17:03.012Z Compiling semver v1.0.28
16822026-08-14T12:17:03.060Z Compiling serde_json v1.0.150
16832026-08-14T12:17:03.173Z Compiling indexmap v2.14.0
16842026-08-14T12:17:03.287Z Compiling byteorder v1.5.0
16852026-08-14T12:17:03.351Z Compiling ucd-trie v0.1.7
16862026-08-14T12:17:03.363Z Compiling futures-core v0.3.32
16872026-08-14T12:17:03.505Z Compiling uuid v1.23.3
16882026-08-14T12:17:03.505Z Compiling allocator-api2 v0.2.21
16892026-08-14T12:17:03.790Z Compiling num-conv v0.2.1
16902026-08-14T12:17:03.824Z Compiling time-core v0.1.8
16912026-08-14T12:17:03.937Z Compiling regex-automata v0.4.13
16922026-08-14T12:17:03.949Z Compiling foldhash v0.2.0
16932026-08-14T12:17:03.971Z Compiling ryu v1.0.20
16942026-08-14T12:17:03.983Z Compiling time-macros v0.2.27
16952026-08-14T12:17:04.160Z Compiling hashbrown v0.16.1
16962026-08-14T12:17:04.176Z Compiling futures-sink v0.3.32
16972026-08-14T12:17:04.285Z Compiling pretty-hex v0.4.1
16982026-08-14T12:17:04.425Z Compiling slab v0.4.11
16992026-08-14T12:17:04.750Z Compiling synstructure v0.13.2
17002026-08-14T12:17:04.762Z Compiling serde_derive_internals v0.29.1
17012026-08-14T12:17:04.774Z Compiling plain v0.2.3
17022026-08-14T12:17:04.874Z Compiling strsim v0.11.1
17032026-08-14T12:17:04.980Z Compiling futures-channel v0.3.32
17042026-08-14T12:17:05.123Z Compiling futures-task v0.3.32
17052026-08-14T12:17:05.207Z Compiling futures-io v0.3.32
17062026-08-14T12:17:05.229Z Compiling socket2 v0.6.4
17072026-08-14T12:17:05.290Z Compiling parking_lot_core v0.9.12
17082026-08-14T12:17:05.328Z Compiling signal-hook-registry v1.4.6
17092026-08-14T12:17:05.388Z Compiling thread-id v5.0.0
17102026-08-14T12:17:05.476Z Compiling parking_lot v0.12.5
17112026-08-14T12:17:05.546Z Compiling mio v1.2.1
17122026-08-14T12:17:05.673Z Compiling regex v1.12.4
17132026-08-14T12:17:05.704Z Compiling regress v0.10.5
17142026-08-14T12:17:05.707Z Compiling darling_core v0.21.3
17152026-08-14T12:17:05.728Z Compiling bitflags v2.11.1
17162026-08-14T12:17:05.895Z Compiling base64 v0.22.1
17172026-08-14T12:17:05.944Z Compiling serde_derive v1.0.228
17182026-08-14T12:17:05.976Z Compiling zerofrom-derive v0.1.6
17192026-08-14T12:17:06.076Z Compiling yoke-derive v0.8.0
17202026-08-14T12:17:06.155Z Compiling zerovec-derive v0.11.1
17212026-08-14T12:17:06.244Z Compiling displaydoc v0.2.5
17222026-08-14T12:17:06.520Z Compiling thiserror-impl v2.0.18
17232026-08-14T12:17:07.013Z Compiling schemars_derive v0.8.22
17242026-08-14T12:17:07.121Z Compiling tokio-macros v2.7.0
17252026-08-14T12:17:07.197Z Compiling zerocopy-derive v0.8.27
17262026-08-14T12:17:07.255Z Compiling zeroize_derive v1.4.3
17272026-08-14T12:17:07.765Z Compiling thiserror v2.0.18
17282026-08-14T12:17:07.823Z Compiling futures-macro v0.3.32
17292026-08-14T12:17:07.870Z Compiling zerofrom v0.1.6
17302026-08-14T12:17:07.883Z Compiling thiserror-impl v1.0.69
17312026-08-14T12:17:07.943Z Compiling tracing-attributes v0.1.30
17322026-08-14T12:17:07.999Z Compiling yoke v0.8.0
17332026-08-14T12:17:08.196Z Compiling zerovec v0.11.4
17342026-08-14T12:17:08.223Z Compiling zerotrie v0.2.2
17352026-08-14T12:17:08.449Z Compiling zerocopy v0.8.27
17362026-08-14T12:17:08.536Z Compiling pest v2.8.2
17372026-08-14T12:17:08.623Z Compiling serde v1.0.228
17382026-08-14T12:17:09.054Z Compiling tinystr v0.8.1
17392026-08-14T12:17:09.078Z Compiling bytes v1.12.0
17402026-08-14T12:17:09.159Z Compiling serde_tokenstream v0.2.3
17412026-08-14T12:17:09.198Z Compiling potential_utf v0.1.3
17422026-08-14T12:17:09.198Z Compiling chrono v0.4.45
17432026-08-14T12:17:09.260Z Compiling icu_locale_core v2.0.0
17442026-08-14T12:17:09.370Z Compiling icu_collections v2.0.0
17452026-08-14T12:17:09.441Z Compiling scroll_derive v0.13.1
17462026-08-14T12:17:09.555Z Compiling http v1.4.2
17472026-08-14T12:17:09.716Z Compiling pest_meta v2.8.2
17482026-08-14T12:17:09.829Z Compiling icu_provider v2.0.0
17492026-08-14T12:17:09.919Z Compiling async-trait v0.1.89
17502026-08-14T12:17:10.115Z Compiling icu_normalizer v2.0.0
17512026-08-14T12:17:10.143Z Compiling icu_properties v2.0.1
17522026-08-14T12:17:10.325Z Compiling schemars v0.8.22
17532026-08-14T12:17:10.564Z Compiling pest_generator v2.8.2
17542026-08-14T12:17:10.777Z Compiling scroll v0.13.0
17552026-08-14T12:17:10.790Z Compiling thiserror v1.0.69
17562026-08-14T12:17:10.895Z Compiling tokio v1.52.3
17572026-08-14T12:17:10.934Z Compiling openapiv3 v2.2.0
17582026-08-14T12:17:11.049Z Compiling goblin v0.10.1
17592026-08-14T12:17:11.131Z Compiling idna_adapter v1.2.1
17602026-08-14T12:17:11.199Z Compiling pest_derive v2.8.2
17612026-08-14T12:17:11.270Z Compiling idna v1.1.0
17622026-08-14T12:17:11.398Z Compiling daft-derive v0.1.5
17632026-08-14T12:17:11.572Z Compiling url v2.5.7
17642026-08-14T12:17:11.768Z Compiling dtrace-parser v0.3.0
17652026-08-14T12:17:12.166Z Compiling typify-impl v0.4.3
17662026-08-14T12:17:12.238Z Compiling darling_macro v0.21.3
17672026-08-14T12:17:12.461Z Compiling serde_yaml v0.9.34+deprecated
17682026-08-14T12:17:12.556Z Compiling http-body v1.0.1
17692026-08-14T12:17:12.651Z Compiling ppv-lite86 v0.2.21
17702026-08-14T12:17:12.714Z Compiling erased-serde v0.3.31
17712026-08-14T12:17:12.827Z Compiling darling v0.21.3
17722026-08-14T12:17:12.912Z Compiling openssl-macros v0.1.1
17732026-08-14T12:17:12.974Z Compiling getrandom v0.2.16
17742026-08-14T12:17:13.210Z Compiling ipnet v2.11.0
17752026-08-14T12:17:13.389Z Compiling atomic-waker v1.1.2
17762026-08-14T12:17:13.576Z Compiling httparse v1.10.1
17772026-08-14T12:17:13.702Z Compiling tower-service v0.3.3
17782026-08-14T12:17:13.754Z Compiling dof v0.4.0
17792026-08-14T12:17:13.803Z Compiling tower-layer v0.3.3
17802026-08-14T12:17:13.891Z Compiling untrusted v0.9.0
17812026-08-14T12:17:13.968Z Compiling anyhow v1.0.102
17822026-08-14T12:17:14.018Z Compiling try-lock v0.2.5
17832026-08-14T12:17:14.132Z Compiling want v0.3.1
17842026-08-14T12:17:14.311Z Compiling usdt-impl v0.6.0
17852026-08-14T12:17:14.349Z Compiling syn v1.0.109
17862026-08-14T12:17:14.362Z Compiling zeroize v1.8.1
17872026-08-14T12:17:14.520Z Compiling httpdate v1.0.3
17882026-08-14T12:17:14.767Z Compiling portable-atomic v1.11.1
17892026-08-14T12:17:15.193Z Compiling async-stream-impl v0.3.6
17902026-08-14T12:17:15.338Z Compiling structmeta-derive v0.3.0
17912026-08-14T12:17:15.631Z Compiling critical-section v1.2.0
17922026-08-14T12:17:15.751Z Compiling once_cell v1.21.3
17932026-08-14T12:17:15.800Z Compiling usdt-macro v0.6.0
17942026-08-14T12:17:15.875Z Compiling usdt-attr-macro v0.6.0
17952026-08-14T12:17:16.296Z Compiling newtype-uuid-macros v0.1.0
17962026-08-14T12:17:16.414Z Compiling structmeta v0.3.0
17972026-08-14T12:17:16.507Z Compiling strum_macros v0.26.4
17982026-08-14T12:17:16.961Z Compiling powerfmt v0.2.0
17992026-08-14T12:17:17.127Z Compiling deranged v0.5.3
18002026-08-14T12:17:17.210Z Compiling num_threads v0.1.7
18012026-08-14T12:17:17.760Z Compiling http-body-util v0.1.3
18022026-08-14T12:17:17.819Z Compiling omicron-workspace-hack v0.1.0
18032026-08-14T12:17:17.927Z Compiling dropshot_endpoint v0.16.7
18042026-08-14T12:17:17.998Z Compiling serde_urlencoded v0.7.1
18052026-08-14T12:17:18.043Z Compiling ref-cast-impl v1.0.25
18062026-08-14T12:17:18.200Z Compiling derive-ex v0.1.8
18072026-08-14T12:17:18.213Z Compiling strum_macros v0.27.2
18082026-08-14T12:17:18.247Z Compiling sync_wrapper v1.0.2
18092026-08-14T12:17:18.368Z Compiling typify-macro v0.4.3
18102026-08-14T12:17:18.394Z Compiling serde_with_macros v3.14.1
18112026-08-14T12:17:18.455Z Compiling subtle v2.6.1
18122026-08-14T12:17:18.653Z Compiling thread_local v1.1.9
18132026-08-14T12:17:18.921Z Compiling iri-string v0.7.8
18142026-08-14T12:17:19.011Z Compiling futures-util v0.3.32
18152026-08-14T12:17:19.523Z Compiling match_cfg v0.1.0
18162026-08-14T12:17:19.598Z Compiling rand_core v0.6.4
18172026-08-14T12:17:19.674Z Compiling term v1.2.0
18182026-08-14T12:17:19.774Z Compiling test-strategy v0.4.3
18192026-08-14T12:17:19.831Z Compiling take_mut v0.2.2
18202026-08-14T12:17:19.946Z Compiling typenum v1.20.1
18212026-08-14T12:17:20.448Z Compiling typify v0.4.3
18222026-08-14T12:17:20.483Z Compiling parse-display-derive v0.10.0
18232026-08-14T12:17:20.545Z Compiling progenitor-impl v0.11.1
18242026-08-14T12:17:20.568Z Compiling tracing-core v0.1.34
18252026-08-14T12:17:20.608Z Compiling toml_datetime v0.6.11
18262026-08-14T12:17:20.785Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-08-14T12:17:20.893Z Compiling camino v1.2.3
18282026-08-14T12:17:21.117Z Compiling tracing v0.1.41
18292026-08-14T12:17:21.288Z Compiling clap_derive v4.6.1
18302026-08-14T12:17:21.353Z Compiling encoding_rs v0.8.35
18312026-08-14T12:17:21.405Z Compiling cpufeatures v0.2.17
18322026-08-14T12:17:21.482Z Compiling mime v0.3.17
18332026-08-14T12:17:21.504Z Compiling fastrand v2.3.0
18342026-08-14T12:17:21.758Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18352026-08-14T12:17:22.174Z Compiling unicode-width v0.2.1
18362026-08-14T12:17:22.643Z Compiling errno v0.3.14
18372026-08-14T12:17:22.658Z Compiling hex v0.4.3
18382026-08-14T12:17:22.800Z Compiling generic-array v0.14.7
18392026-08-14T12:17:22.926Z Compiling ipnetwork v0.21.1
18402026-08-14T12:17:23.018Z Compiling crossbeam-utils v0.8.21
18412026-08-14T12:17:23.060Z Compiling tokio-util v0.7.16
18422026-08-14T12:17:23.302Z Compiling slog v2.8.2
18432026-08-14T12:17:23.530Z Compiling rustix v1.1.4
18442026-08-14T12:17:23.649Z Compiling getrandom v0.3.3
18452026-08-14T12:17:23.704Z Compiling winnow v0.7.14
18462026-08-14T12:17:23.772Z Compiling h2 v0.4.14
18472026-08-14T12:17:23.832Z Compiling rand_core v0.9.3
18482026-08-14T12:17:23.844Z Compiling crypto-common v0.1.6
18492026-08-14T12:17:23.978Z Compiling oxnet v0.1.6
18502026-08-14T12:17:24.025Z Compiling progenitor-macro v0.11.1
18512026-08-14T12:17:24.052Z Compiling itertools v0.14.0
18522026-08-14T12:17:24.724Z Compiling winnow v1.0.3
18532026-08-14T12:17:24.963Z Compiling num-derive v0.4.2
18542026-08-14T12:17:25.082Z Compiling toml_parser v1.1.2+spec-1.1.0
18552026-08-14T12:17:25.187Z Compiling serde_spanned v1.1.1
18562026-08-14T12:17:25.359Z Compiling socket2 v0.5.10
18572026-08-14T12:17:25.401Z Compiling debug-ignore v1.0.5
18582026-08-14T12:17:25.635Z Compiling toml_writer v1.1.1+spec-1.1.0
18592026-08-14T12:17:25.813Z Compiling spin v0.9.8
18602026-08-14T12:17:25.864Z Compiling rand_chacha v0.9.0
18612026-08-14T12:17:25.937Z Compiling hyper v1.10.1
18622026-08-14T12:17:25.990Z Compiling rustls-pki-types v1.12.0
18632026-08-14T12:17:26.077Z Compiling quick-error v1.2.3
18642026-08-14T12:17:26.194Z Compiling rand v0.9.3
18652026-08-14T12:17:26.361Z Compiling tabwriter v1.4.1
18662026-08-14T12:17:26.489Z Compiling async-stream v0.3.6
18672026-08-14T12:17:26.616Z Compiling waitgroup v0.1.2
18682026-08-14T12:17:26.669Z Compiling serde_path_to_error v0.1.20
18692026-08-14T12:17:26.689Z Compiling bit-vec v0.8.0
18702026-08-14T12:17:26.764Z Compiling lazy_static v1.5.0
18712026-08-14T12:17:26.805Z Compiling colored v3.1.1
18722026-08-14T12:17:26.870Z Compiling bit-set v0.8.0
18732026-08-14T12:17:26.931Z Compiling strum v0.26.3
18742026-08-14T12:17:26.977Z Compiling time v0.3.47
18752026-08-14T12:17:27.025Z Compiling ring v0.17.14
18762026-08-14T12:17:27.038Z Compiling hyper-util v0.1.20
18772026-08-14T12:17:27.200Z Compiling toml_datetime v0.7.5+spec-1.1.0
18782026-08-14T12:17:27.620Z Compiling anstyle v1.0.14
18792026-08-14T12:17:27.715Z Compiling unarray v0.1.4
18802026-08-14T12:17:27.833Z Compiling toml v0.9.12+spec-1.1.0
18812026-08-14T12:17:27.848Z Compiling crossbeam-channel v0.5.15
18822026-08-14T12:17:28.316Z Compiling macaddr v1.0.1
18832026-08-14T12:17:28.554Z Compiling utf8parse v0.2.2
18842026-08-14T12:17:28.559Z Compiling block-buffer v0.10.4
18852026-08-14T12:17:28.627Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18862026-08-14T12:17:28.665Z Compiling anstyle-parse v1.0.0
18872026-08-14T12:17:28.677Z Compiling ref-cast v1.0.25
18882026-08-14T12:17:28.703Z Compiling colorchoice v1.0.4
18892026-08-14T12:17:28.715Z Compiling anstyle-query v1.1.4
18902026-08-14T12:17:28.778Z Compiling is_terminal_polyfill v1.70.1
18912026-08-14T12:17:28.816Z Compiling digest v0.10.7
18922026-08-14T12:17:28.827Z Compiling strum v0.27.2
18932026-08-14T12:17:28.827Z Compiling is-terminal v0.4.16
18942026-08-14T12:17:28.851Z Compiling anstream v1.0.0
18952026-08-14T12:17:28.874Z Compiling clap_lex v1.1.0
18962026-08-14T12:17:28.933Z Compiling slog-term v2.9.2
18972026-08-14T12:17:28.953Z Compiling slog-async v2.8.0
18982026-08-14T12:17:29.036Z Compiling slog-json v2.6.1
18992026-08-14T12:17:29.120Z Compiling hostname v0.3.1
19002026-08-14T12:17:29.230Z Compiling slog-bunyan v2.5.0
19012026-08-14T12:17:29.264Z Compiling futures-executor v0.3.32
19022026-08-14T12:17:29.277Z Compiling tower v0.5.2
19032026-08-14T12:17:29.363Z Compiling instant v0.1.13
19042026-08-14T12:17:29.537Z Compiling futures v0.3.32
19052026-08-14T12:17:29.541Z Compiling aws-lc-sys v0.39.1
19062026-08-14T12:17:29.620Z Compiling untrusted v0.7.1
19072026-08-14T12:17:29.664Z Compiling tower-http v0.6.8
19082026-08-14T12:17:29.748Z Compiling openssl-sys v0.9.117
19092026-08-14T12:17:30.078Z Compiling aws-lc-rs v1.16.2
19102026-08-14T12:17:30.200Z Compiling memmap2 v0.9.8
19112026-08-14T12:17:30.843Z Compiling foreign-types-shared v0.1.1
19122026-08-14T12:17:31.173Z Compiling rustls-webpki v0.103.6
19132026-08-14T12:17:31.354Z Compiling foreign-types v0.3.2
19142026-08-14T12:17:31.654Z Compiling rustls v0.23.40
19152026-08-14T12:17:31.754Z Compiling tempfile v3.27.0
19162026-08-14T12:17:32.112Z Compiling openssl-probe v0.1.6
19172026-08-14T12:17:32.453Z Compiling openssl v0.10.81
19182026-08-14T12:17:32.699Z Compiling either v1.15.0
19192026-08-14T12:17:32.911Z Compiling usdt v0.6.0
19202026-08-14T12:17:33.225Z Compiling webpki-roots v1.0.2
19212026-08-14T12:17:33.561Z Compiling newtype-uuid v1.3.2
19222026-08-14T12:17:33.899Z Compiling daft v0.1.5
19232026-08-14T12:17:36.612Z Compiling tokio-rustls v0.26.4
19242026-08-14T12:17:36.633Z Compiling native-tls v0.2.14
19252026-08-14T12:17:36.633Z Compiling hyper-rustls v0.27.7
19262026-08-14T12:17:36.633Z Compiling tokio-native-tls v0.3.1
19272026-08-14T12:17:36.633Z Compiling hyper-tls v0.6.0
19282026-08-14T12:17:36.633Z Compiling reqwest v0.12.23
19292026-08-14T12:17:36.633Z Compiling rustls-webpki v0.102.8
19302026-08-14T12:17:36.633Z Compiling rustls-pemfile v2.2.0
19312026-08-14T12:17:36.670Z Compiling multer v3.1.0
19322026-08-14T12:17:37.056Z Compiling hostname v0.4.2
19332026-08-14T12:17:37.205Z Compiling rustls v0.22.4
19342026-08-14T12:17:37.338Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19352026-08-14T12:17:37.912Z Compiling terminal_size v0.4.3
19362026-08-14T12:17:38.057Z Compiling rand_chacha v0.3.1
19372026-08-14T12:17:38.160Z Compiling wait-timeout v0.2.1
19382026-08-14T12:17:38.908Z Compiling rusty-fork v0.3.0
19392026-08-14T12:17:39.002Z Compiling tokio-rustls v0.25.0
19402026-08-14T12:17:39.014Z Compiling rand v0.8.5
19412026-08-14T12:17:40.086Z Compiling sha1 v0.10.6
19422026-08-14T12:17:40.206Z Compiling rand_xorshift v0.4.0
19432026-08-14T12:17:40.789Z Compiling hubpack_derive v0.1.1
19442026-08-14T12:17:41.429Z Compiling proptest v1.8.0
19452026-08-14T12:17:41.479Z Compiling dropshot v0.16.7
19462026-08-14T12:17:41.533Z Compiling clap_builder v4.6.0
19472026-08-14T12:17:42.923Z Compiling serde_spanned v0.6.9
19482026-08-14T12:17:43.380Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19492026-08-14T12:17:43.510Z Compiling clap v4.6.1
19502026-08-14T12:17:43.624Z Compiling prettyplease v0.2.37
19512026-08-14T12:17:44.971Z Compiling progenitor-client v0.10.0
19522026-08-14T12:17:45.003Z Compiling progenitor-client v0.11.1
19532026-08-14T12:17:45.235Z Compiling serde_with v3.14.1
19542026-08-14T12:17:45.905Z Compiling progenitor v0.11.1
19552026-08-14T12:17:46.903Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19562026-08-14T12:17:46.974Z Compiling rustc-hash v2.1.1
19572026-08-14T12:17:47.236Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19582026-08-14T12:17:47.269Z Compiling iddqd v0.3.18
19592026-08-14T12:17:48.265Z Compiling backoff v0.4.0
19602026-08-14T12:17:48.412Z Compiling parse-display v0.10.0
19612026-08-14T12:17:48.446Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19622026-08-14T12:17:48.479Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19632026-08-14T12:17:48.607Z Compiling winnow v0.5.40
19642026-08-14T12:17:48.672Z Compiling toml_write v0.1.2
19652026-08-14T12:17:48.873Z Compiling toml_edit v0.22.27
19662026-08-14T12:17:50.179Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-08-14T12:17:50.331Z Compiling num-integer v0.1.46
19682026-08-14T12:17:50.713Z Compiling float-ord v0.3.2
19692026-08-14T12:17:50.889Z Compiling toml v0.8.23
19702026-08-14T12:17:54.450Z Compiling num-rational v0.4.2
19712026-08-14T12:17:54.878Z Compiling num-iter v0.1.45
19722026-08-14T12:17:55.100Z Compiling num-complex v0.4.6
19732026-08-14T12:17:55.466Z Compiling num v0.4.3
19742026-08-14T12:17:56.074Z Compiling toml_edit v0.19.15
19752026-08-14T12:17:57.549Z Compiling proc-macro-crate v1.3.1
19762026-08-14T12:17:59.371Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-08-14T12:17:59.796Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19782026-08-14T12:18:00.231Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19792026-08-14T12:18:00.806Z Compiling memoffset v0.9.1
19802026-08-14T12:18:00.810Z Compiling zerocopy-derive v0.7.35
19812026-08-14T12:18:01.703Z Compiling libscf-sys v1.2.0
19822026-08-14T12:18:01.853Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19832026-08-14T12:18:01.891Z Compiling ingot-macros v0.1.1
19842026-08-14T12:18:03.373Z Compiling scroll_derive v0.12.1
19852026-08-14T12:18:03.509Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19862026-08-14T12:18:04.443Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19872026-08-14T12:18:06.527Z Compiling zerocopy v0.7.35
19882026-08-14T12:18:06.834Z Compiling num_enum_derive v0.7.5
19892026-08-14T12:18:07.087Z Compiling hubpack v0.1.2
19902026-08-14T12:18:07.150Z Compiling foreign-types-macros v0.2.3
19912026-08-14T12:18:07.467Z Compiling static_assertions v1.1.0
19922026-08-14T12:18:07.983Z Compiling glob v0.3.3
19932026-08-14T12:18:08.016Z Compiling proc-macro-error-attr v1.0.4
19942026-08-14T12:18:08.219Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19952026-08-14T12:18:08.382Z Compiling dtrace-parser v0.2.0
19962026-08-14T12:18:08.449Z Compiling bytecount v0.6.9
19972026-08-14T12:18:08.723Z Compiling proc-macro-error v1.0.4
19982026-08-14T12:18:08.736Z Compiling dof v0.3.0
19992026-08-14T12:18:09.302Z Compiling num_enum_derive v0.5.11
20002026-08-14T12:18:10.889Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20012026-08-14T12:18:10.998Z Compiling thread-id v4.2.2
20022026-08-14T12:18:11.090Z Compiling usdt-impl v0.5.0
20032026-08-14T12:18:11.677Z Compiling derive_more v0.99.20
20042026-08-14T12:18:11.893Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20052026-08-14T12:18:12.068Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20062026-08-14T12:18:12.970Z Compiling minimal-lexical v0.2.1
20072026-08-14T12:18:13.087Z Compiling usdt-attr-macro v0.5.0
20082026-08-14T12:18:13.237Z Compiling nom v7.1.3
20092026-08-14T12:18:13.550Z Compiling usdt-macro v0.5.0
20102026-08-14T12:18:13.562Z Compiling zone_cfg_derive v0.3.1
20112026-08-14T12:18:13.898Z Compiling papergrid v0.18.0
20122026-08-14T12:18:13.912Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20132026-08-14T12:18:14.269Z Compiling rustc_version v0.4.1
20142026-08-14T12:18:14.336Z Compiling nix v0.31.3
20152026-08-14T12:18:14.486Z Compiling itertools v0.15.0
20162026-08-14T12:18:14.542Z Compiling crossbeam-epoch v0.9.18
20172026-08-14T12:18:14.555Z Compiling dropshot_endpoint v0.17.1
20182026-08-14T12:18:14.583Z Compiling adler2 v2.0.1
20192026-08-14T12:18:14.890Z Compiling tabled v0.21.0
20202026-08-14T12:18:14.903Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20212026-08-14T12:18:15.161Z Compiling miniz_oxide v0.8.9
20222026-08-14T12:18:15.475Z Compiling crc32fast v1.5.0
20232026-08-14T12:18:15.773Z Compiling enum-as-inner v0.6.1
20242026-08-14T12:18:15.883Z Compiling regress v0.11.1
20252026-08-14T12:18:15.967Z Compiling flate2 v1.1.2
20262026-08-14T12:18:15.979Z Compiling curve25519-dalek v4.1.3
20272026-08-14T12:18:16.276Z Compiling hybrid-array v0.4.12
20282026-08-14T12:18:16.386Z Compiling crossbeam-deque v0.8.6
20292026-08-14T12:18:16.400Z Compiling thiserror-impl-no-std v2.0.2
20302026-08-14T12:18:16.451Z Compiling curve25519-dalek-derive v0.1.1
20312026-08-14T12:18:16.578Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20322026-08-14T12:18:16.647Z Compiling rayon-core v1.13.0
20332026-08-14T12:18:16.759Z Compiling block-buffer v0.12.0
20342026-08-14T12:18:16.925Z Compiling crypto-common v0.2.2
20352026-08-14T12:18:17.170Z Compiling clang-sys v1.8.1
20362026-08-14T12:18:17.412Z Compiling const-oid v0.10.2
20372026-08-14T12:18:17.518Z Compiling typify-impl v0.6.2
20382026-08-14T12:18:17.571Z Compiling compression-core v0.4.32
20392026-08-14T12:18:17.638Z Compiling digest v0.11.3
20402026-08-14T12:18:17.740Z Compiling compression-codecs v0.4.32
20412026-08-14T12:18:17.831Z Compiling scroll v0.12.0
20422026-08-14T12:18:18.022Z Compiling hash32 v0.3.1
20432026-08-14T12:18:18.041Z Compiling toml_datetime v1.1.1+spec-1.1.0
20442026-08-14T12:18:18.113Z Compiling cpufeatures v0.3.0
20452026-08-14T12:18:18.177Z Compiling sha1 v0.11.0
20462026-08-14T12:18:18.180Z Compiling heapless v0.8.0
20472026-08-14T12:18:18.180Z Compiling goblin v0.8.2
20482026-08-14T12:18:18.211Z Compiling async-compression v0.4.33
20492026-08-14T12:18:18.374Z Compiling toml v1.1.2+spec-1.1.0
20502026-08-14T12:18:18.449Z Compiling ingot-types v0.1.2
20512026-08-14T12:18:18.630Z Compiling cobs v0.3.0
20522026-08-14T12:18:18.682Z Compiling libloading v0.8.9
20532026-08-14T12:18:18.836Z Compiling bitflags v1.3.2
20542026-08-14T12:18:18.848Z Compiling foreign-types-shared v0.3.1
20552026-08-14T12:18:18.881Z Compiling managed v0.8.0
20562026-08-14T12:18:18.917Z Compiling foreign-types v0.5.0
20572026-08-14T12:18:18.944Z Compiling bindgen v0.72.1
20582026-08-14T12:18:19.006Z Compiling ingot v0.1.1
20592026-08-14T12:18:19.109Z Compiling smoltcp v0.11.0
20602026-08-14T12:18:19.896Z Compiling dropshot v0.17.1
20612026-08-14T12:18:19.954Z Compiling postcard v1.1.3
20622026-08-14T12:18:20.763Z Compiling cexpr v0.6.0
20632026-08-14T12:18:21.065Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20642026-08-14T12:18:21.367Z Compiling num_enum v0.7.5
20652026-08-14T12:18:21.468Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20662026-08-14T12:18:21.732Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20672026-08-14T12:18:21.853Z Compiling camino-tempfile v1.4.1
20682026-08-14T12:18:21.907Z Compiling derive-where v1.6.0
20692026-08-14T12:18:21.969Z Compiling serde_repr v0.1.20
20702026-08-14T12:18:22.067Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20712026-08-14T12:18:22.190Z Compiling cstr-argument v0.1.2
20722026-08-14T12:18:22.360Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20732026-08-14T12:18:22.372Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20742026-08-14T12:18:23.289Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20752026-08-14T12:18:23.482Z Compiling rayon v1.11.0
20762026-08-14T12:18:23.530Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20772026-08-14T12:18:23.660Z Compiling crucible-workspace-hack v0.1.0
20782026-08-14T12:18:23.761Z Compiling typify-macro v0.6.2
20792026-08-14T12:18:24.584Z Compiling memmap v0.7.0
20802026-08-14T12:18:24.665Z Compiling tinyvec_macros v0.1.1
20812026-08-14T12:18:24.780Z Compiling tinyvec v1.10.0
20822026-08-14T12:18:24.928Z Compiling usdt v0.5.0
20832026-08-14T12:18:25.931Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20842026-08-14T12:18:25.976Z Compiling num_enum v0.5.11
20852026-08-14T12:18:25.976Z Compiling typify v0.6.2
20862026-08-14T12:18:26.042Z Compiling pin-project-internal v1.1.10
20872026-08-14T12:18:27.000Z Compiling progenitor-impl v0.14.0
20882026-08-14T12:18:27.061Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20892026-08-14T12:18:27.090Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20902026-08-14T12:18:27.127Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20912026-08-14T12:18:27.152Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20922026-08-14T12:18:27.519Z Compiling rustix v0.38.44
20932026-08-14T12:18:27.905Z Compiling itertools v0.12.1
20942026-08-14T12:18:27.957Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20952026-08-14T12:18:28.128Z Compiling progenitor-impl v0.10.0
20962026-08-14T12:18:28.293Z Compiling sigpipe v0.1.3
20972026-08-14T12:18:28.354Z Compiling jiff v0.2.15
20982026-08-14T12:18:28.388Z Compiling const_format_proc_macros v0.2.34
20992026-08-14T12:18:28.861Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21002026-08-14T12:18:29.117Z Compiling zone v0.3.1
21012026-08-14T12:18:29.120Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21022026-08-14T12:18:30.564Z Compiling progenitor-macro v0.14.0
21032026-08-14T12:18:30.616Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21042026-08-14T12:18:30.821Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21052026-08-14T12:18:30.903Z Compiling nix v0.30.1
21062026-08-14T12:18:31.346Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21072026-08-14T12:18:31.454Z Compiling snafu-derive v0.8.9
21082026-08-14T12:18:31.598Z Compiling progenitor-macro v0.10.0
21092026-08-14T12:18:32.072Z Compiling secrecy v0.10.3
21102026-08-14T12:18:32.107Z Compiling smf v0.2.3
21112026-08-14T12:18:32.207Z Compiling async-recursion v1.1.1
21122026-08-14T12:18:32.331Z Compiling bstr v1.12.0
21132026-08-14T12:18:32.831Z Compiling whoami v1.6.1
21142026-08-14T12:18:33.138Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-08-14T12:18:33.919Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-08-14T12:18:34.589Z Compiling hmac v0.12.1
21172026-08-14T12:18:34.908Z Compiling inout v0.1.4
21182026-08-14T12:18:35.017Z Compiling ff v0.13.1
21192026-08-14T12:18:35.162Z Compiling crc8 v0.1.1
21202026-08-14T12:18:35.331Z Compiling data-encoding v2.9.0
21212026-08-14T12:18:35.574Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21222026-08-14T12:18:35.733Z Compiling group v0.13.0
21232026-08-14T12:18:36.280Z Compiling cipher v0.4.4
21242026-08-14T12:18:36.513Z Compiling hkdf v0.12.4
21252026-08-14T12:18:36.676Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21262026-08-14T12:18:36.728Z Compiling atomicwrites v0.4.4
21272026-08-14T12:18:36.920Z Compiling tokio-dtrace v0.1.1
21282026-08-14T12:18:37.207Z Compiling tabled_derive v0.7.0
21292026-08-14T12:18:37.527Z Compiling reqwest v0.13.2
21302026-08-14T12:18:37.541Z Compiling universal-hash v0.5.1
21312026-08-14T12:18:37.687Z Compiling crypto-bigint v0.5.5
21322026-08-14T12:18:37.845Z Compiling half v2.7.1
21332026-08-14T12:18:38.158Z Compiling indent_write v2.2.0
21342026-08-14T12:18:38.170Z Compiling base64ct v1.8.0
21352026-08-14T12:18:38.320Z Compiling base16ct v0.2.0
21362026-08-14T12:18:38.476Z Compiling ciborium-io v0.2.2
21372026-08-14T12:18:38.480Z Compiling opaque-debug v0.3.1
21382026-08-14T12:18:38.570Z Compiling ciborium-ll v0.2.2
21392026-08-14T12:18:38.583Z Compiling poly1305 v0.8.0
21402026-08-14T12:18:38.777Z Compiling elliptic-curve v0.13.8
21412026-08-14T12:18:38.804Z Compiling progenitor-client v0.14.0
21422026-08-14T12:18:38.953Z Compiling password-hash v0.5.0
21432026-08-14T12:18:39.453Z Compiling oxide-tokio-rt v0.1.2
21442026-08-14T12:18:39.662Z Compiling chacha20 v0.9.1
21452026-08-14T12:18:39.951Z Compiling similar v2.7.0
21462026-08-14T12:18:39.964Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-08-14T12:18:40.079Z Compiling thiserror-no-std v2.0.2
21482026-08-14T12:18:41.342Z Compiling blake2 v0.10.6
21492026-08-14T12:18:41.666Z Compiling aead v0.5.2
21502026-08-14T12:18:41.710Z Compiling strum_macros v0.28.0
21512026-08-14T12:18:41.833Z Compiling resolv-conf v0.7.5
21522026-08-14T12:18:41.926Z Compiling keccak v0.1.6
21532026-08-14T12:18:42.201Z Compiling linked-hash-map v0.5.6
21542026-08-14T12:18:42.392Z Compiling lru-cache v0.1.2
21552026-08-14T12:18:42.526Z Compiling sha3 v0.10.8
21562026-08-14T12:18:42.709Z Compiling chacha20poly1305 v0.10.1
21572026-08-14T12:18:42.774Z Compiling argon2 v0.5.3
21582026-08-14T12:18:42.829Z Compiling progenitor v0.14.0
21592026-08-14T12:18:42.846Z Compiling vsss-rs v3.3.4
21602026-08-14T12:18:42.940Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21612026-08-14T12:18:43.078Z Compiling ciborium v0.2.2
21622026-08-14T12:18:43.199Z Compiling hickory-proto v0.24.4
21632026-08-14T12:18:43.565Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21642026-08-14T12:18:43.657Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21652026-08-14T12:18:44.081Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21662026-08-14T12:18:44.137Z Compiling serde-big-array v0.5.1
21672026-08-14T12:18:44.165Z Compiling same-file v1.0.6
21682026-08-14T12:18:44.211Z Compiling siphasher v1.0.1
21692026-08-14T12:18:44.284Z Compiling unicode-segmentation v1.12.0
21702026-08-14T12:18:44.415Z Compiling phf_shared v0.12.1
21712026-08-14T12:18:44.588Z Compiling newline-converter v0.3.0
21722026-08-14T12:18:44.681Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21732026-08-14T12:18:44.684Z Compiling walkdir v2.5.0
21742026-08-14T12:18:44.708Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21752026-08-14T12:18:44.906Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21762026-08-14T12:18:45.060Z Compiling hickory-resolver v0.24.4
21772026-08-14T12:18:45.724Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-08-14T12:18:46.756Z Compiling newtype_derive v0.1.6
21792026-08-14T12:18:46.841Z Compiling owo-colors v4.3.0
21802026-08-14T12:18:46.855Z Compiling tokio-stream v0.1.17
21812026-08-14T12:18:47.234Z Compiling console v0.15.11
21822026-08-14T12:18:47.349Z Compiling csv-core v0.1.12
21832026-08-14T12:18:47.579Z Compiling termtree v0.5.1
21842026-08-14T12:18:47.630Z Compiling unicode-width v0.1.14
21852026-08-14T12:18:47.733Z Compiling foldhash v0.1.5
21862026-08-14T12:18:47.764Z Compiling smawk v0.3.2
21872026-08-14T12:18:47.834Z Compiling humantime v2.3.0
21882026-08-14T12:18:47.903Z Compiling unicode-linebreak v0.1.5
21892026-08-14T12:18:47.907Z Compiling swrite v0.1.0
21902026-08-14T12:18:47.907Z Compiling hashbrown v0.15.5
21912026-08-14T12:18:48.109Z Compiling textwrap v0.16.2
21922026-08-14T12:18:48.121Z Compiling expectorate v1.2.0
21932026-08-14T12:18:48.158Z Compiling csv v1.4.0
21942026-08-14T12:18:48.268Z Compiling qorb v0.4.1
21952026-08-14T12:18:48.338Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21962026-08-14T12:18:48.713Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-08-14T12:18:49.902Z Compiling phf v0.12.1
21982026-08-14T12:18:49.926Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21992026-08-14T12:18:50.569Z Compiling pin-project v1.1.10
22002026-08-14T12:18:50.632Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
22012026-08-14T12:18:50.679Z Compiling unicode-normalization v0.1.24
22022026-08-14T12:18:50.719Z Compiling libz-sys v1.1.22
22032026-08-14T12:18:51.010Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-08-14T12:18:51.998Z Compiling libsw-core v0.3.2
22052026-08-14T12:18:52.322Z Compiling fixedbitset v0.4.2
22062026-08-14T12:18:52.452Z Compiling highway v1.3.0
22072026-08-14T12:18:52.566Z Compiling fixedbitset v0.5.7
22082026-08-14T12:18:52.854Z Compiling petgraph v0.8.2
22092026-08-14T12:18:53.050Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22102026-08-14T12:18:53.668Z Compiling petgraph v0.6.5
22112026-08-14T12:18:54.602Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-08-14T12:18:54.693Z Compiling progenitor v0.10.0
22132026-08-14T12:18:54.985Z Compiling libsw v3.5.0
22142026-08-14T12:18:55.541Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-08-14T12:18:55.784Z Compiling olpc-cjson v0.1.4
22162026-08-14T12:18:55.969Z Compiling libgit2-sys v0.17.0+1.8.1
22172026-08-14T12:18:56.253Z Compiling snafu v0.8.9
22182026-08-14T12:18:56.660Z Compiling chrono-tz v0.10.4
22192026-08-14T12:18:57.237Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-08-14T12:18:57.447Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-08-14T12:18:58.300Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-08-14T12:18:58.333Z Compiling papergrid v0.11.0
22232026-08-14T12:18:58.491Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-08-14T12:18:58.575Z Compiling strum v0.28.0
22252026-08-14T12:18:58.719Z Compiling globset v0.4.16
22262026-08-14T12:18:58.773Z Compiling const_format v0.2.34
22272026-08-14T12:18:58.826Z Compiling slog-dtrace v0.3.0
22282026-08-14T12:18:59.114Z Compiling cancel-safe-futures v0.1.5
22292026-08-14T12:18:59.159Z Compiling gethostname v0.5.0
22302026-08-14T12:18:59.518Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22312026-08-14T12:19:00.086Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22322026-08-14T12:19:00.388Z Compiling dropshot-api-manager-types v0.7.2
22332026-08-14T12:19:00.561Z Compiling bcs v0.1.6
22342026-08-14T12:19:00.709Z Compiling serde_plain v1.0.2
22352026-08-14T12:19:00.747Z Compiling cargo-platform v0.1.9
22362026-08-14T12:19:00.780Z Compiling pem v3.0.5
22372026-08-14T12:19:00.892Z Compiling typed-path v0.9.3
22382026-08-14T12:19:01.000Z Compiling tagptr v0.2.0
22392026-08-14T12:19:01.160Z Compiling linear-map v1.2.0
22402026-08-14T12:19:01.433Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22412026-08-14T12:19:01.766Z Compiling tough v0.20.0
22422026-08-14T12:19:02.647Z Compiling moka v0.12.11
22432026-08-14T12:19:03.061Z Compiling cargo_metadata v0.18.1
22442026-08-14T12:19:03.423Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-08-14T12:19:04.346Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-08-14T12:19:04.623Z Compiling tabled v0.15.0
22472026-08-14T12:19:04.735Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22482026-08-14T12:19:05.205Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-08-14T12:19:05.440Z Compiling git2 v0.19.0
22502026-08-14T12:19:07.310Z Compiling steno v0.4.1
22512026-08-14T12:19:08.467Z Compiling cookie v0.18.1
22522026-08-14T12:19:08.961Z Compiling hickory-proto v0.25.2
22532026-08-14T12:19:11.105Z Compiling hickory-resolver v0.25.2
22542026-08-14T12:19:11.798Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22552026-08-14T12:19:13.592Z Compiling vergen v8.3.2
22562026-08-14T12:19:15.215Z Compiling signal-hook v0.4.4
22572026-08-14T12:19:15.578Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22582026-08-14T12:19:15.649Z Compiling mockall_derive v0.14.0
22592026-08-14T12:19:15.755Z Compiling predicates-core v1.0.9
22602026-08-14T12:19:16.173Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22612026-08-14T12:19:16.481Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22622026-08-14T12:19:16.697Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22632026-08-14T12:19:16.732Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22642026-08-14T12:19:16.918Z Compiling sha2 v0.10.9
22652026-08-14T12:19:17.322Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22662026-08-14T12:19:18.137Z Compiling mockall v0.14.0
22672026-08-14T12:19:18.377Z Compiling yansi v1.0.1
22682026-08-14T12:19:18.712Z Compiling diff v0.1.13
22692026-08-14T12:19:18.818Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22702026-08-14T12:19:19.016Z Compiling pretty_assertions v1.4.1
22712026-08-14T12:19:19.439Z Compiling fs-err v3.1.2
22722026-08-14T12:19:20.198Z Compiling predicates v3.1.3
22732026-08-14T12:19:20.211Z Compiling predicates-tree v1.0.12
22742026-08-14T12:19:20.976Z Compiling git-stub v1.0.0
22752026-08-14T12:19:21.210Z Compiling filetime v0.2.26
22762026-08-14T12:19:21.270Z Compiling fragile v2.0.1
22772026-08-14T12:19:21.409Z Compiling downcast v0.11.0
22782026-08-14T12:19:21.573Z Compiling is_ci v1.2.0
22792026-08-14T12:19:21.587Z Compiling arrayvec v0.7.6
22802026-08-14T12:19:21.735Z Compiling arrayref v0.3.9
22812026-08-14T12:19:21.803Z Compiling constant_time_eq v0.3.1
22822026-08-14T12:19:21.823Z Compiling xattr v1.6.1
22832026-08-14T12:19:21.930Z Compiling blake3 v1.8.2
22842026-08-14T12:19:22.018Z Compiling tar v0.4.45
22852026-08-14T12:19:22.517Z Compiling toml v0.7.8
22862026-08-14T12:19:22.623Z Compiling supports-color v3.0.2
22872026-08-14T12:19:22.818Z Compiling git-stub-vcs v0.1.0
22882026-08-14T12:19:23.202Z Compiling curl-sys v0.4.89+curl-8.20.0
22892026-08-14T12:19:23.352Z Compiling signal-hook-tokio v0.4.0
22902026-08-14T12:19:23.643Z Compiling scuffle v0.1.0
22912026-08-14T12:19:24.566Z Compiling drift v0.2.0
22922026-08-14T12:19:25.012Z Compiling kstat-rs v0.2.4
22932026-08-14T12:19:25.259Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22942026-08-14T12:19:25.347Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22952026-08-14T12:19:25.669Z Compiling topological-sort v0.2.2
22962026-08-14T12:19:25.682Z Compiling hex-literal v1.1.0
22972026-08-14T12:19:25.808Z Compiling omicron-zone-package v0.12.2
22982026-08-14T12:19:25.903Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22992026-08-14T12:19:26.198Z Compiling dropshot-api-manager v0.7.2
23002026-08-14T12:19:27.441Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23012026-08-14T12:19:27.963Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23022026-08-14T12:19:28.691Z Compiling curl v0.4.50
23032026-08-14T12:19:28.782Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23042026-08-14T12:19:29.237Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23052026-08-14T12:19:29.492Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23062026-08-14T12:19:29.525Z Compiling iddqd v0.4.5
23072026-08-14T12:19:30.101Z Compiling internet-checksum v0.2.1
23082026-08-14T12:19:30.257Z Compiling search_path v0.1.4
23092026-08-14T12:19:30.296Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23102026-08-14T12:19:31.020Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23112026-08-14T12:19:33.200Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23122026-08-14T12:19:34.027Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23132026-08-14T12:20:18.604Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 18s
23142026-08-14T12:20:18.731Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
23152026-08-14T12:20:18.734Z
23162026-08-14T12:20:18.734Zrunning 5 tests
23172026-08-14T12:20:18.740Ztest fuse::tests::chip_revision_b1 ... ok
23182026-08-14T12:20:18.740Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23192026-08-14T12:20:18.740Ztest fuse::tests::chip_revision_b0 ... ok
23202026-08-14T12:20:18.740Ztest fuse::tests::chip_revision_a0 ... ok
23212026-08-14T12:20:18.740Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23222026-08-14T12:20:18.740Z
23232026-08-14T12:20:18.740Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-08-14T12:20:18.741Z
23252026-08-14T12:20:18.741Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23262026-08-14T12:20:18.741Z
23272026-08-14T12:20:18.741Zrunning 0 tests
23282026-08-14T12:20:18.741Z
23292026-08-14T12:20:18.741Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-08-14T12:20:18.741Z
23312026-08-14T12:20:18.741Z Running unittests src/lib.rs (target/debug/deps/asic-383fcf9cca2eddde)
23322026-08-14T12:20:18.741Z
23332026-08-14T12:20:18.741Zrunning 0 tests
23342026-08-14T12:20:18.741Z
23352026-08-14T12:20:18.741Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23362026-08-14T12:20:18.741Z
23372026-08-14T12:20:18.741Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
23382026-08-14T12:20:18.746Z
23392026-08-14T12:20:18.746Zrunning 11 tests
23402026-08-14T12:20:18.746Ztest network::tests::test_equal ... ok
23412026-08-14T12:20:18.746Ztest nat::tests::test_vni ... ok
23422026-08-14T12:20:18.746Ztest network::tests::test_eui64 ... ok
23432026-08-14T12:20:18.746Ztest network::tests::test_generate_ipv6_link_local ... ok
23442026-08-14T12:20:18.746Ztest network::tests::test_into ... ok
23452026-08-14T12:20:18.746Ztest network::tests::test_not_equal ... ok
23462026-08-14T12:20:18.746Ztest network::tests::test_parse ... ok
23472026-08-14T12:20:18.746Ztest network::tests::test_to_string ... ok
23482026-08-14T12:20:18.746Ztest ports::tests::port_ids_are_ascii ... ok
23492026-08-14T12:20:18.746Ztest test_purge ... ok
23502026-08-14T12:20:18.750Ztest illumos::test::address_exists_handles_missing_object ... ok
23512026-08-14T12:20:18.750Z
23522026-08-14T12:20:18.751Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23532026-08-14T12:20:18.751Z
23542026-08-14T12:20:18.751Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
23552026-08-14T12:20:18.755Z
23562026-08-14T12:20:18.755Zrunning 1 test
23572026-08-14T12:20:18.755Z -------
23582026-08-14T12:20:18.755Z Generating OpenAPI documents from API definitions ...
23592026-08-14T12:20:18.892Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23602026-08-14T12:20:18.958Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23612026-08-14T12:20:19.934Z -------
23622026-08-14T12:20:19.934Z Checking 12 OpenAPI documents...
23632026-08-14T12:20:19.934Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-08-14T12:20:19.934Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-08-14T12:20:19.934Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-08-14T12:20:19.934Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-08-14T12:20:19.938Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-08-14T12:20:19.938Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-08-14T12:20:19.938Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-08-14T12:20:19.938Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-08-14T12:20:19.938Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23722026-08-14T12:20:19.938Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23732026-08-14T12:20:19.938Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23742026-08-14T12:20:19.938Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23752026-08-14T12:20:19.938Z Fresh dpd "latest" symlink
23762026-08-14T12:20:19.938Z -------
23772026-08-14T12:20:19.938Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23782026-08-14T12:20:19.995Ztest test::test_apis_up_to_date ... ok
23792026-08-14T12:20:19.995Z
23802026-08-14T12:20:20.002Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.24s
23812026-08-14T12:20:20.002Z
23822026-08-14T12:20:20.049Z Running unittests src/main.rs (target/debug/deps/dpd-69956902c61aa667)
23832026-08-14T12:20:20.054Z
23842026-08-14T12:20:20.054Zrunning 34 tests
23852026-08-14T12:20:20.059Ztest freemap::test_ordering ... ok
23862026-08-14T12:20:20.060Ztest config::tests::test_updates ... ok
23872026-08-14T12:20:20.060Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23882026-08-14T12:20:20.060Ztest freemap::test_split ... ok
23892026-08-14T12:20:20.060Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23902026-08-14T12:20:20.060Ztest macaddrs::tests::test_mac_offset ... ok
23912026-08-14T12:20:20.060Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23922026-08-14T12:20:20.068Ztest macaddrs::tests::test_parse_port_id ... ok
23932026-08-14T12:20:20.068Ztest nat::test_mapping ... ok
23942026-08-14T12:20:20.068ZAug 14 12:20:19.031 DEBG created new freemap, Aug 14 12:20:19.031unit :DEBG freemap_testcreated new freemap, unit: freemap_test
23952026-08-14T12:20:20.068ZAug 14 12:20:19.031
23962026-08-14T12:20:20.068Z DEBG created new freemapAug 14 12:20:19.031 , DEBGunit :initted freemap. size: 128 , freemap_testunit:
23972026-08-14T12:20:20.068Z freemap_test
23982026-08-14T12:20:20.068ZAug 14 12:20:19.032Aug 14 12:20:19.032Aug 14 12:20:19.031 DEBGDEBG reset freemapinitted freemap. size: 128, DEBG, unitunitinitted freemap. size: 128:: , freemap_testfreemap_test
23992026-08-14T12:20:20.069Zunit
24002026-08-14T12:20:20.069Z: freemap_test
24012026-08-14T12:20:20.069ZAug 14 12:20:19.032 Aug 14 12:20:19.032DEBG Aug 14 12:20:19.032DEBGreset freemap , reset freemapDEBGunit , created new freemapunit:: , freemap_testunit
24022026-08-14T12:20:20.069Z freemap_test:
24032026-08-14T12:20:20.069Z freemap_test
24042026-08-14T12:20:20.069ZAug 14 12:20:19.032 DEBG initted freemap. size: 128, unit: freemap_test
24052026-08-14T12:20:20.069ZAug 14 12:20:19.032 DEBG reset freemap, unit: freemap_test
24062026-08-14T12:20:20.069Ztest freemap::test_basic ... ok
24072026-08-14T12:20:20.069Ztest freemap::test_free ... ok
24082026-08-14T12:20:20.069ZAug 14 12:20:19.032 DEBG created new freemap, unit: freemap_test
24092026-08-14T12:20:20.069ZAug 14 12:20:19.032 DEBG initted freemap. size: 8, unit: freemap_test
24102026-08-14T12:20:20.069ZAug 14 12:20:19.032 DEBG reset freemap, unit: freemap_test
24112026-08-14T12:20:20.070Ztest freemap::test_exhaustion ... ok
24122026-08-14T12:20:20.070Ztest freemap::test_reclaim ... ok
24132026-08-14T12:20:20.070Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24142026-08-14T12:20:20.070Ztest port_map::tests::test_backplane_group ... ok
24152026-08-14T12:20:20.070Ztest port_map::tests::dump_map ... ok
24162026-08-14T12:20:20.070Ztest port_map::tests::test_port_map ... ok
24172026-08-14T12:20:20.070ZAug 14 12:20:19.033 DEBG created new freemap, unit: freemap_test
24182026-08-14T12:20:20.070ZAug 14 12:20:19.033 DEBG initted freemap. size: 128, unit: freemap_test
24192026-08-14T12:20:20.070ZAug 14 12:20:19.033 DEBG reset freemap, unit: freemap_test
24202026-08-14T12:20:20.070Ztest freemap::test_span ... ok
24212026-08-14T12:20:20.070Ztest api_server::tests::test_build_info ... ok
24222026-08-14T12:20:20.070ZAug 14 12:20:19.033 DEBG created new freemap, unit: freemap_route_ipv4
24232026-08-14T12:20:20.070ZAug 14 12:20:19.033 DEBG created new freemap, unit: freemap_route_ipv6
24242026-08-14T12:20:20.070ZAug 14 12:20:19.033 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24252026-08-14T12:20:20.071ZAug 14 12:20:19.033 DEBG reset freemap, unit: freemap_route_ipv4
24262026-08-14T12:20:20.071ZAug 14 12:20:19.033 DEBGAug 14 12:20:19.033 created new freemapDEBG , initted freemap. size: 64unit, :unit :freemap_route_ipv4
24272026-08-14T12:20:20.071Zfreemap_route_ipv6
24282026-08-14T12:20:20.071ZAug 14 12:20:19.033Aug 14 12:20:19.033 DEBGDEBG reset freemapcreated new freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6
24292026-08-14T12:20:20.071Z
24302026-08-14T12:20:20.071ZAug 14 12:20:19.033Aug 14 12:20:19.033 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1initted freemap. size: 64
24312026-08-14T12:20:20.071Z, unit: freemap_route_ipv4Aug 14 12:20:19.033
24322026-08-14T12:20:20.071Z 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 } }]Aug 14 12:20:19.033
24332026-08-14T12:20:20.071Z DEBG reset freemapAug 14 12:20:19.033, unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4
24342026-08-14T12:20:20.071Z
24352026-08-14T12:20:20.071ZAug 14 12:20:19.033Aug 14 12:20:19.033 DEBGDEBG 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. size: 64
24362026-08-14T12:20:20.071Z, unit: freemap_route_ipv6
24372026-08-14T12:20:20.071ZAug 14 12:20:19.033 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:20:19.033
24382026-08-14T12:20:20.071Z DEBG reset freemap, unitAug 14 12:20:19.033: DEBGfreemap_route_ipv6
24392026-08-14T12:20:20.071Zreplacing 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 } }]
24402026-08-14T12:20:20.071ZAug 14 12:20:19.033Aug 14 12:20:19.033 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:2
24412026-08-14T12:20:20.071Z
24422026-08-14T12:20:20.071ZAug 14 12:20:19.033Aug 14 12:20:19.033 DEBGDEBG 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: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 } }]
24432026-08-14T12:20:20.071Z
24442026-08-14T12:20:20.071ZAug 14 12:20:19.033Aug 14 12:20:19.033 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef::/64 -> 2001:db8::55:ff
24452026-08-14T12:20:20.071Z
24462026-08-14T12:20:20.071ZAug 14 12:20:19.033Aug 14 12:20:19.033 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: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 } }]
24472026-08-14T12:20:20.071Z
24482026-08-14T12:20:20.071ZAug 14 12:20:19.033 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24492026-08-14T12:20:20.071ZAug 14 12:20:19.033 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 } }]
24502026-08-14T12:20:20.071ZAug 14 12:20:19.033 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24512026-08-14T12:20:20.071ZAug 14 12:20:19.033 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 } }]
24522026-08-14T12:20:20.071ZAug 14 12:20:19.033 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24532026-08-14T12:20:20.072ZAug 14 12:20:19.033 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 } }]
24542026-08-14T12:20:20.072ZAug 14 12:20:19.033 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24552026-08-14T12:20:20.072ZAug 14 12:20:19.033 Aug 14 12:20:19.033INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
24562026-08-14T12:20:20.072Zreplacing 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 } }]
24572026-08-14T12:20:20.072ZAug 14 12:20:19.033 Aug 14 12:20:19.033DEBG 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 } }]
24582026-08-14T12:20:20.072Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24592026-08-14T12:20:20.072ZAug 14 12:20:19.033Aug 14 12:20:19.033 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:20:19.033
24602026-08-14T12:20:20.072Zreplacing 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 } }]
24612026-08-14T12:20:20.072ZDEBG created new freemapAug 14 12:20:19.033Aug 14 12:20:19.033, INFOunit :adding route 3fff:beef:6::/64 -> 2001:db8::55:ff DEBG
24622026-08-14T12:20:20.072Zfreemap_route_ipv4 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 } }]
24632026-08-14T12:20:20.072Z
24642026-08-14T12:20:20.072ZAug 14 12:20:19.033 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 } }]Aug 14 12:20:19.033
24652026-08-14T12:20:20.072Z DEBG created new freemap, Aug 14 12:20:19.033unit :INFO freemap_route_ipv6adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24662026-08-14T12:20:20.072Z
24672026-08-14T12:20:20.072ZAug 14 12:20:19.033Aug 14 12:20:19.033 DEBGDEBG 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 } }]initted freemap. size: 64
24682026-08-14T12:20:20.072Z, unit: freemap_route_ipv4Aug 14 12:20:19.033
24692026-08-14T12:20:20.072Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24702026-08-14T12:20:20.072ZAug 14 12:20:19.033 DEBG reset freemapAug 14 12:20:19.033, unitDEBG: 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 } }]freemap_route_ipv4
24712026-08-14T12:20:20.072Z
24722026-08-14T12:20:20.072ZAug 14 12:20:19.033Aug 14 12:20:19.033 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffinitted freemap. size: 64
24732026-08-14T12:20:20.072Z, unit: freemap_route_ipv6
24742026-08-14T12:20:20.072ZAug 14 12:20:19.033 DEBG Aug 14 12:20:19.033replacing 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 } }]
24752026-08-14T12:20:20.072ZDEBG reset freemap, Aug 14 12:20:19.033unit :INFO freemap_route_ipv6adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24762026-08-14T12:20:20.072Z
24772026-08-14T12:20:20.072ZAug 14 12:20:19.033Aug 14 12:20:19.033 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
24782026-08-14T12:20:20.072Z
24792026-08-14T12:20:20.072ZAug 14 12:20:19.033Aug 14 12:20:19.033 INFODEBG adding route 3fff:beef:b::/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 } }]
24802026-08-14T12:20:20.072Z
24812026-08-14T12:20:20.073ZAug 14 12:20:19.033Aug 14 12:20:19.033 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::/64 -> 2001:db8::55:ff
24822026-08-14T12:20:20.073Z
24832026-08-14T12:20:20.073ZAug 14 12:20:19.033Aug 14 12:20:19.033 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing 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 } }]
24842026-08-14T12:20:20.073Z
24852026-08-14T12:20:20.073ZAug 14 12:20:19.033Aug 14 12:20:19.033 DEBGINFO 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:1::/64 -> 2001:db8::55:ff
24862026-08-14T12:20:20.073Z
24872026-08-14T12:20:20.073ZAug 14 12:20:19.033Aug 14 12:20:19.033Aug 14 12:20:19.033 DEBG 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 } }]INFO created new freemapadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24882026-08-14T12:20:20.073Z
24892026-08-14T12:20:20.073Z, unit: freemap_route_ipv4Aug 14 12:20:19.033Aug 14 12:20:19.033
24902026-08-14T12:20:20.073ZDEBGINFO adding route 3fff:beef:2::/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 } }]
24912026-08-14T12:20:20.073Z
24922026-08-14T12:20:20.078ZAug 14 12:20:19.033Aug 14 12:20:19.033Aug 14 12:20:19.033 DEBG INFO 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 } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
24932026-08-14T12:20:20.078Zcreated new freemap
24942026-08-14T12:20:20.078Z, unit:Aug 14 12:20:19.033 Aug 14 12:20:19.033DEBGfreemap_route_ipv6
24952026-08-14T12:20:20.078ZINFO 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 } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24962026-08-14T12:20:20.078Z
24972026-08-14T12:20:20.078ZAug 14 12:20:19.033 Aug 14 12:20:19.033DEBGAug 14 12:20:19.033 INFODEBGinitted freemap. size: 64 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:f::/64 -> 2001:db8::55:ff
24982026-08-14T12:20:20.078Z
24992026-08-14T12:20:20.078Zunit: freemap_route_ipv4
25002026-08-14T12:20:20.078ZAug 14 12:20:19.033Aug 14 12:20:19.033 INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25012026-08-14T12:20:20.078ZAug 14 12:20:19.033replacing 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 } }]
25022026-08-14T12:20:20.078ZDEBG reset freemap, unitAug 14 12:20:19.033: Aug 14 12:20:19.033DEBG freemap_route_ipv4INFO
25032026-08-14T12:20:20.078Z 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:10::/64 -> 2001:db8::55:ff
25042026-08-14T12:20:20.078Z
25052026-08-14T12:20:20.078ZAug 14 12:20:19.033 Aug 14 12:20:19.033Aug 14 12:20:19.033 DEBGDEBG INFOreplacing 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 } }]
25062026-08-14T12:20:20.078Zinitted freemap. size: 64adding route 3fff:beef:5::/64 -> 2001:db8::55:ff,
25072026-08-14T12:20:20.079Zunit: Aug 14 12:20:19.033freemap_route_ipv6
25082026-08-14T12:20:20.079ZAug 14 12:20:19.033INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
25092026-08-14T12:20:20.079ZAug 14 12:20:19.033replacing 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
25102026-08-14T12:20:20.079Z reset freemap, Aug 14 12:20:19.033unit :DEBG Aug 14 12:20:19.033freemap_route_ipv6
25112026-08-14T12:20:20.079Z INFO 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 } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
25122026-08-14T12:20:20.079Z
25132026-08-14T12:20:20.079ZAug 14 12:20:19.033 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:20:19.033
25142026-08-14T12:20:20.079ZAug 14 12:20:19.033 DEBG INFOreplacing 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 } }]
25152026-08-14T12:20:20.079Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 14 12:20:19.033
25162026-08-14T12:20:20.079Z 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 14 12:20:19.033
25172026-08-14T12:20:20.079Z INFOAug 14 12:20:19.033 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 14 12:20:19.033DEBG
25182026-08-14T12:20:20.079Z INFOreplacing 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 } }]
25192026-08-14T12:20:20.079Zadding route 3fff:dead::/64 -> 2001:db8::55:2
25202026-08-14T12:20:20.079ZAug 14 12:20:19.033 Aug 14 12:20:19.033DEBG Aug 14 12:20:19.033 INFO 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 } }] DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25212026-08-14T12:20:20.079Z
25222026-08-14T12:20:20.079Zreplacing 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 } }]
25232026-08-14T12:20:20.079ZAug 14 12:20:19.033Aug 14 12:20:19.033 Aug 14 12:20:19.033INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing 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 } }]
25242026-08-14T12:20:20.079Z
25252026-08-14T12:20:20.079ZINFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
25262026-08-14T12:20:20.079ZAug 14 12:20:19.033Aug 14 12:20:19.033 DEBGINFO 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 } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
25272026-08-14T12:20:20.079Z
25282026-08-14T12:20:20.079ZAug 14 12:20:19.033 DEBG Aug 14 12:20:19.033Aug 14 12:20:19.033replacing 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 } }]
25292026-08-14T12:20:20.079ZDEBGINFO 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 } }]Aug 14 12:20:19.033adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
25302026-08-14T12:20:20.079ZINFO
25312026-08-14T12:20:20.079Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
25322026-08-14T12:20:20.079ZAug 14 12:20:19.033Aug 14 12:20:19.033 Aug 14 12:20:19.033INFO DEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
25332026-08-14T12:20:20.079Z
25342026-08-14T12:20:20.079Z 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 } }]
25352026-08-14T12:20:20.079ZAug 14 12:20:19.033Aug 14 12:20:19.033Aug 14 12:20:19.033 INFO INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25362026-08-14T12:20:20.080Z
25372026-08-14T12:20:20.080Zreplacing 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 } }]
25382026-08-14T12:20:20.080ZAug 14 12:20:19.033Aug 14 12:20:19.033Aug 14 12:20:19.033 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:5::/64 -> 2001:db8::55:ff
25392026-08-14T12:20:20.080Z
25402026-08-14T12:20:20.080ZDEBG 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 } }]
25412026-08-14T12:20:20.080ZAug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034DEBG INFO INFOadding route 3fff:beef:3::/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 } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
25422026-08-14T12:20:20.080Z
25432026-08-14T12:20:20.080Z
25442026-08-14T12:20:20.080ZAug 14 12:20:19.034Aug 14 12:20:19.034 INFOAug 14 12:20:19.034 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
25452026-08-14T12:20:20.080ZDEBG 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 } }]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 } }]
25462026-08-14T12:20:20.080Z
25472026-08-14T12:20:20.080ZAug 14 12:20:19.034 DEBG Aug 14 12:20:19.034replacing 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 14 12:20:19.034
25482026-08-14T12:20:20.080ZINFO INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
25492026-08-14T12:20:20.080Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25502026-08-14T12:20:20.080ZAug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
25512026-08-14T12:20:20.080Z DEBGreplacing 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 } }]
25522026-08-14T12:20:20.080Zreplacing 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 } }]
25532026-08-14T12:20:20.080ZAug 14 12:20:19.034 DEBGAug 14 12:20:19.034 Aug 14 12:20:19.034replacing 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 } }]
25542026-08-14T12:20:20.080ZINFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
25552026-08-14T12:20:20.080Z
25562026-08-14T12:20:20.080ZAug 14 12:20:19.034Aug 14 12:20:19.034Aug 14 12:20:19.034 DEBGINFO 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 } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
25572026-08-14T12:20:20.080ZDEBG
25582026-08-14T12:20:20.080Z 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 } }]
25592026-08-14T12:20:20.080ZAug 14 12:20:19.034Aug 14 12:20:19.034Aug 14 12:20:19.034 DEBGINFO 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 } }]
25602026-08-14T12:20:20.080Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO
25612026-08-14T12:20:20.080Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
25622026-08-14T12:20:20.080ZAug 14 12:20:19.034Aug 14 12:20:19.034Aug 14 12:20:19.034 DEBGINFO 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
25632026-08-14T12:20:20.080Z adding route 3fff:beef:9::/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 } }]
25642026-08-14T12:20:20.080Z
25652026-08-14T12:20:20.081ZAug 14 12:20:19.034 INFOAug 14 12:20:19.034 Aug 14 12:20:19.034 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
25662026-08-14T12:20:20.081ZDEBGINFO 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:7::/64 -> 2001:db8::55:ff
25672026-08-14T12:20:20.081Z
25682026-08-14T12:20:20.081ZAug 14 12:20:19.034 DEBGAug 14 12:20:19.034 Aug 14 12:20:19.034 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
25692026-08-14T12:20:20.081Z DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing 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 } }]
25702026-08-14T12:20:20.081ZAug 14 12:20:19.034
25712026-08-14T12:20:20.081Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
25722026-08-14T12:20:20.081ZAug 14 12:20:19.034Aug 14 12:20:19.034 DEBGDEBG 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 } }]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 } }]
25732026-08-14T12:20:20.081Z
25742026-08-14T12:20:20.081ZAug 14 12:20:19.034Aug 14 12:20:19.034 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
25752026-08-14T12:20:20.081Z
25762026-08-14T12:20:20.081ZAug 14 12:20:19.034Aug 14 12:20:19.034 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: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 } }]
25772026-08-14T12:20:20.081Z
25782026-08-14T12:20:20.081ZAug 14 12:20:19.034Aug 14 12:20:19.034 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
25792026-08-14T12:20:20.081Z
25802026-08-14T12:20:20.081ZAug 14 12:20:19.034Aug 14 12:20:19.034 DEBGDEBG 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 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 } }]
25812026-08-14T12:20:20.081Z
25822026-08-14T12:20:20.081ZAug 14 12:20:19.034Aug 14 12:20:19.034 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
25832026-08-14T12:20:20.081Z
25842026-08-14T12:20:20.081ZAug 14 12:20:19.034 DEBGAug 14 12:20:19.034Aug 14 12:20:19.034 DEBG DEBGcreated new 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 } }], 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 } }]
25852026-08-14T12:20:20.081Zunit
25862026-08-14T12:20:20.081Z: freemap_route_ipv4
25872026-08-14T12:20:20.081ZAug 14 12:20:19.034Aug 14 12:20:19.034 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 14 12:20:19.034
25882026-08-14T12:20:20.081Z
25892026-08-14T12:20:20.081ZDEBG created new freemap, Aug 14 12:20:19.034unitAug 14 12:20:19.034: DEBGfreemap_route_ipv6DEBG
25902026-08-14T12:20:20.081Z 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: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 } }]
25912026-08-14T12:20:20.081Z
25922026-08-14T12:20:20.103ZAug 14 12:20:19.034 DEBGAug 14 12:20:19.034 Aug 14 12:20:19.034INFO initted freemap. size: 64 INFO, adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
25932026-08-14T12:20:20.103Z
25942026-08-14T12:20:20.103Zunit: freemap_route_ipv4
25952026-08-14T12:20:20.103ZAug 14 12:20:19.034Aug 14 12:20:19.034 DEBGDEBG 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 14 12:20:19.034replacing 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 } }]
25962026-08-14T12:20:20.103Z
25972026-08-14T12:20:20.104ZDEBG reset freemap, Aug 14 12:20:19.034Aug 14 12:20:19.034 unitINFO INFO: adding route 3fff:beef:16::/64 -> 2001:db8::55:ff adding route 3fff:beef:10::/64 -> 2001:db8::55:fffreemap_route_ipv4
25982026-08-14T12:20:20.104Z
25992026-08-14T12:20:20.104Z
26002026-08-14T12:20:20.104ZAug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034 DEBG DEBGAug 14 12:20:19.034 DEBGreplacing 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 } }]
26012026-08-14T12:20:20.104Zreplacing 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 } }]initted freemap. size: 64
26022026-08-14T12:20:20.104Z , INFOAug 14 12:20:19.034 unitadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 14 12:20:19.034Aug 14 12:20:19.034
26032026-08-14T12:20:20.104Z INFO: INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 14 12:20:19.034
26042026-08-14T12:20:20.104Zfreemap_route_ipv6 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26052026-08-14T12:20:20.104ZDEBG 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 } }]
26062026-08-14T12:20:20.104Z
26072026-08-14T12:20:20.104Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 14 12:20:19.034
26082026-08-14T12:20:20.104Z Aug 14 12:20:19.034DEBG Aug 14 12:20:19.034DEBG DEBGAug 14 12:20:19.034reset freemap , unitAug 14 12:20:19.034INFO: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 } }] freemap_route_ipv6replacing 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 } }]
26092026-08-14T12:20:20.104Z
26102026-08-14T12:20:20.104Z DEBG
26112026-08-14T12:20:20.104Zreplacing 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 } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26122026-08-14T12:20:20.104Z
26132026-08-14T12:20:20.104ZAug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034INFOAug 14 12:20:19.034 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:20:19.034 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBGINFOINFO 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 } }]
26142026-08-14T12:20:20.104Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
26152026-08-14T12:20:20.104Z
26162026-08-14T12:20:20.105Z
26172026-08-14T12:20:20.105Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
26182026-08-14T12:20:20.105ZAug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034Aug 14 12:20:19.034Aug 14 12:20:19.034INFO DEBG DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG 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 } }]
26192026-08-14T12:20:20.105Z DEBGreplacing 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 } }]
26202026-08-14T12:20:20.105Z 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 } }]
26212026-08-14T12:20:20.105Zreplacing 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 } }]
26222026-08-14T12:20:20.105ZAug 14 12:20:19.034Aug 14 12:20:19.034
26232026-08-14T12:20:20.105Z Aug 14 12:20:19.034 INFO INFOAug 14 12:20:19.034DEBG Aug 14 12:20:19.034INFOAug 14 12:20:19.034 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
26242026-08-14T12:20:20.105Zadding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
26252026-08-14T12:20:20.105Z
26262026-08-14T12:20:20.105Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26272026-08-14T12:20:20.105ZDEBG
26282026-08-14T12:20:20.105Zcreated new freemapAug 14 12:20:19.034 INFO, Aug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034 DEBGAug 14 12:20:19.034adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26292026-08-14T12:20:20.105ZDEBGunit DEBG: freemap_route_ipv4replacing 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 } }]DEBGreplacing 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 } }]
26302026-08-14T12:20:20.105Z
26312026-08-14T12:20:20.105ZAug 14 12:20:19.034replacing 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 } }]
26322026-08-14T12:20:20.105Z
26332026-08-14T12:20:20.105Zreplacing 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 } }]
26342026-08-14T12:20:20.105ZDEBG Aug 14 12:20:19.034Aug 14 12:20:19.034Aug 14 12:20:19.034replacing 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 14 12:20:19.034INFO
26352026-08-14T12:20:20.105ZDEBG INFO created new freemapadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 14 12:20:19.034Aug 14 12:20:19.034, unitINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3 :INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:fffreemap_route_ipv6
26362026-08-14T12:20:20.105Z
26372026-08-14T12:20:20.105Z
26382026-08-14T12:20:20.105Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
26392026-08-14T12:20:20.105Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26402026-08-14T12:20:20.105ZAug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034Aug 14 12:20:19.034Aug 14 12:20:19.034 DEBG 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 } }]DEBG
26412026-08-14T12:20:20.105Z DEBG initted freemap. size: 64replacing 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 } }]DEBG,
26422026-08-14T12:20:20.105Ztest port_map::tests::parse_softnpu_revision ... ok
26432026-08-14T12:20:20.105ZAug 14 12:20:19.034unit: freemap_route_ipv4
26442026-08-14T12:20:20.106Z Aug 14 12:20:19.034Aug 14 12:20:19.034 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 } }] INFO
26452026-08-14T12:20:20.106ZDEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreset freemap
26462026-08-14T12:20:20.106Z, Aug 14 12:20:19.034unit :INFO freemap_route_ipv4adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 14 12:20:19.034
26472026-08-14T12:20:20.106Z
26482026-08-14T12:20:20.106ZDEBG 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 } }]Aug 14 12:20:19.034
26492026-08-14T12:20:20.106Z DEBGAug 14 12:20:19.034 DEBGinitted freemap. size: 64 Aug 14 12:20:19.034replacing 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 } }]
26502026-08-14T12:20:20.106Z, INFO unitadding route 3fff:beef:d::/64 -> 2001:db8::55:ff:
26512026-08-14T12:20:20.106Z Aug 14 12:20:19.034freemap_route_ipv6
26522026-08-14T12:20:20.106ZINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 14 12:20:19.034
26532026-08-14T12:20:20.106Z 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 } }]
26542026-08-14T12:20:20.106ZAug 14 12:20:19.034 Aug 14 12:20:19.034DEBG DEBGreset freemap , 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 } }]unit
26552026-08-14T12:20:20.106ZAug 14 12:20:19.034: INFOfreemap_route_ipv6
26562026-08-14T12:20:20.106Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:20:19.034
26572026-08-14T12:20:20.106Z INFOAug 14 12:20:19.034 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
26582026-08-14T12:20:20.106Z adding route 3fff:dead::/64 -> 2001:db8::55:1
26592026-08-14T12:20:20.106ZAug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034DEBG DEBGDEBGreplacing 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 } }]
26602026-08-14T12:20:20.106Z 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: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 } }]
26612026-08-14T12:20:20.106Z
26622026-08-14T12:20:20.106ZAug 14 12:20:19.034Aug 14 12:20:19.034 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 } }]
26632026-08-14T12:20:20.106ZAug 14 12:20:19.034INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26642026-08-14T12:20:20.106Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26652026-08-14T12:20:20.106ZAug 14 12:20:19.034 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 } }]
26662026-08-14T12:20:20.106ZAug 14 12:20:19.034 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 14 12:20:19.034
26672026-08-14T12:20:20.106Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26682026-08-14T12:20:20.106ZAug 14 12:20:19.034 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
26692026-08-14T12:20:20.106ZAug 14 12:20:19.034 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 14 12:20:19.034
26702026-08-14T12:20:20.106Z 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 14 12:20:19.034
26712026-08-14T12:20:20.107Z INFO Aug 14 12:20:19.034adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26722026-08-14T12:20:20.107ZINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
26732026-08-14T12:20:20.107Z adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:20:19.034
26742026-08-14T12:20:20.107Z DEBGAug 14 12:20:19.034 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 14 12:20:19.034
26752026-08-14T12:20:20.107Z 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 } }]DEBG
26762026-08-14T12:20:20.107Zreplacing 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 14 12:20:19.034
26772026-08-14T12:20:20.107Z INFO Aug 14 12:20:19.034adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 14 12:20:19.034
26782026-08-14T12:20:20.107Z INFO Aug 14 12:20:19.034INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
26792026-08-14T12:20:20.107Z
26802026-08-14T12:20:20.107ZDEBG 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 } }]
26812026-08-14T12:20:20.107ZAug 14 12:20:19.034 DEBGAug 14 12:20:19.034 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
26822026-08-14T12:20:20.107ZAug 14 12:20:19.034 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
26832026-08-14T12:20:20.107Z Aug 14 12:20:19.034adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
26842026-08-14T12:20:20.107ZINFO Aug 14 12:20:19.034 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
26852026-08-14T12:20:20.107ZAug 14 12:20:19.034 Aug 14 12:20:19.034DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
26862026-08-14T12:20:20.107Zreplacing 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 } }]
26872026-08-14T12:20:20.107Zreplacing 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 } }]
26882026-08-14T12:20:20.107ZAug 14 12:20:19.034
26892026-08-14T12:20:20.107Z Aug 14 12:20:19.034DEBG Aug 14 12:20:19.034 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
26902026-08-14T12:20:20.107Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26912026-08-14T12:20:20.107ZAug 14 12:20:19.034
26922026-08-14T12:20:20.112Z INFOAug 14 12:20:19.034 Aug 14 12:20:19.034Aug 14 12:20:19.034adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
26932026-08-14T12:20:20.112Z DEBG 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 } }]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
26942026-08-14T12:20:20.112Z
26952026-08-14T12:20:20.112ZAug 14 12:20:19.034 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 } }]
26962026-08-14T12:20:20.112Zreplacing 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 } }]
26972026-08-14T12:20:20.113ZAug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034INFO INFOAug 14 12:20:19.034 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFO
26982026-08-14T12:20:20.113ZINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26992026-08-14T12:20:20.113Z
27002026-08-14T12:20:20.113ZAug 14 12:20:19.034adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
27012026-08-14T12:20:20.113ZDEBGAug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034DEBG 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 } }]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 } }]
27022026-08-14T12:20:20.113Z
27032026-08-14T12:20:20.113Z 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 } }]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 } }]
27042026-08-14T12:20:20.113Z
27052026-08-14T12:20:20.113ZAug 14 12:20:19.034Aug 14 12:20:19.034 Aug 14 12:20:19.034 INFOINFO Aug 14 12:20:19.034 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
27062026-08-14T12:20:20.113Z
27072026-08-14T12:20:20.113Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
27082026-08-14T12:20:20.113Z
27092026-08-14T12:20:20.113ZAug 14 12:20:19.035 DEBG Aug 14 12:20:19.035replacing 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 14 12:20:19.035
27102026-08-14T12:20:20.113ZDEBG Aug 14 12:20:19.035replacing 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
27112026-08-14T12:20:20.113Z Aug 14 12:20:19.035Aug 14 12:20:19.035 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 } }] DEBGINFOINFO
27122026-08-14T12:20:20.113Z 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:1d::/64 -> 2001:db8::55:ff
27132026-08-14T12:20:20.113Z
27142026-08-14T12:20:20.113Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
27152026-08-14T12:20:20.113ZAug 14 12:20:19.035Aug 14 12:20:19.035 INFOAug 14 12:20:19.035Aug 14 12:20:19.035 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
27162026-08-14T12:20:20.113ZDEBGINFODEBG 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:21::/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 } }]
27172026-08-14T12:20:20.113Z
27182026-08-14T12:20:20.113Z
27192026-08-14T12:20:20.113ZAug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035DEBG Aug 14 12:20:19.035DEBG INFO 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 adding route 3fff:beef:1e::/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 } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
27202026-08-14T12:20:20.113Z
27212026-08-14T12:20:20.113Z
27222026-08-14T12:20:20.113Z
27232026-08-14T12:20:20.113ZAug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035INFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 14 12:20:19.035INFO 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 } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
27242026-08-14T12:20:20.114Z
27252026-08-14T12:20:20.114Zreplacing 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 } }]
27262026-08-14T12:20:20.114Z
27272026-08-14T12:20:20.114ZAug 14 12:20:19.035 Aug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035DEBG INFOreplacing 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 } }]DEBGINFO
27282026-08-14T12:20:20.114Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/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 } }]
27292026-08-14T12:20:20.114Z
27302026-08-14T12:20:20.114Z
27312026-08-14T12:20:20.114ZAug 14 12:20:19.035Aug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035INFO INFO DEBG DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
27322026-08-14T12:20:20.114Z
27332026-08-14T12:20:20.114Zreplacing 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: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 } }]
27342026-08-14T12:20:20.114Z
27352026-08-14T12:20:20.114ZAug 14 12:20:19.035 DEBGAug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035DEBG INFOreplacing 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 } }]
27362026-08-14T12:20:20.114Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing 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 } }]INFO
27372026-08-14T12:20:20.114Z
27382026-08-14T12:20:20.114Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 14 12:20:19.035
27392026-08-14T12:20:20.114Z INFOAug 14 12:20:19.035 Aug 14 12:20:19.035DEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
27402026-08-14T12:20:20.114ZAug 14 12:20:19.035INFO 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
27412026-08-14T12:20:20.114Z 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:beef:8::/64 -> 2001:db8::55:ff
27422026-08-14T12:20:20.114Z
27432026-08-14T12:20:20.114ZAug 14 12:20:19.035 Aug 14 12:20:19.035INFOAug 14 12:20:19.035Aug 14 12:20:19.035 DEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGINFO 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 } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
27442026-08-14T12:20:20.114Z
27452026-08-14T12:20:20.114Z
27462026-08-14T12:20:20.114Zreplacing 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 } }]
27472026-08-14T12:20:20.114ZAug 14 12:20:19.035Aug 14 12:20:19.035 DEBGAug 14 12:20:19.035DEBG 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 14 12:20:19.035replacing 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
27482026-08-14T12:20:20.114Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
27492026-08-14T12:20:20.114Z
27502026-08-14T12:20:20.115Ztest route::tests::grow_succeeds ... ok
27512026-08-14T12:20:20.115Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
27522026-08-14T12:20:20.115ZAug 14 12:20:19.035 INFOAug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBGDEBG
27532026-08-14T12:20:20.115Z
27542026-08-14T12:20:20.115Z 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: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 } }]
27552026-08-14T12:20:20.115Z
27562026-08-14T12:20:20.115ZAug 14 12:20:19.035Aug 14 12:20:19.035 DEBG DEBGAug 14 12:20:19.035Aug 14 12:20:19.035replacing 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: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
27572026-08-14T12:20:20.115Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27582026-08-14T12:20:20.115ZINFO
27592026-08-14T12:20:20.115Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 14 12:20:19.035
27602026-08-14T12:20:20.115Z Aug 14 12:20:19.035INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 14 12:20:19.035
27612026-08-14T12:20:20.115Z Aug 14 12:20:19.035 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
27622026-08-14T12:20:20.115ZDEBG 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: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 } }]
27632026-08-14T12:20:20.115ZAug 14 12:20:19.035
27642026-08-14T12:20:20.115Z Aug 14 12:20:19.035DEBG 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 } }] Aug 14 12:20:19.035replacing 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 14 12:20:19.035
27652026-08-14T12:20:20.115Z INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
27662026-08-14T12:20:20.115Z
27672026-08-14T12:20:20.115Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 14 12:20:19.035
27682026-08-14T12:20:20.115Z Aug 14 12:20:19.035Aug 14 12:20:19.035 INFOINFO Aug 14 12:20:19.035adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
27692026-08-14T12:20:20.115Z DEBGDEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing 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 } }]
27702026-08-14T12:20:20.115Z
27712026-08-14T12:20:20.115Zreplacing 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 14 12:20:19.035
27722026-08-14T12:20:20.115Z DEBGAug 14 12:20:19.035 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 } }]DEBGAug 14 12:20:19.035
27732026-08-14T12:20:20.115Zreplacing 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
27742026-08-14T12:20:20.115ZAug 14 12:20:19.035 Aug 14 12:20:19.035adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
27752026-08-14T12:20:20.115Z
27762026-08-14T12:20:20.115ZAug 14 12:20:19.035 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO
27772026-08-14T12:20:20.115Z Aug 14 12:20:19.035 Aug 14 12:20:19.035DEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 14 12:20:19.035 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 } }] 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 } }]
27782026-08-14T12:20:20.116Z
27792026-08-14T12:20:20.116Z
27802026-08-14T12:20:20.116Z 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 } }]
27812026-08-14T12:20:20.116ZAug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035DEBGAug 14 12:20:19.035 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 } }]INFOINFO
27822026-08-14T12:20:20.116Z INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
27832026-08-14T12:20:20.116Z
27842026-08-14T12:20:20.116ZAug 14 12:20:19.035 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO
27852026-08-14T12:20:20.116Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 14 12:20:19.035
27862026-08-14T12:20:20.116Z Aug 14 12:20:19.035DEBG Aug 14 12:20:19.035DEBGAug 14 12:20:19.035 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
27872026-08-14T12:20:20.116Zreplacing 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
27882026-08-14T12:20:20.116Z 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: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 } }]
27892026-08-14T12:20:20.116ZAug 14 12:20:19.035
27902026-08-14T12:20:20.116Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:20:19.035
27912026-08-14T12:20:20.116ZAug 14 12:20:19.035 Aug 14 12:20:19.035INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFOAug 14 12:20:19.035
27922026-08-14T12:20:20.125Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
27932026-08-14T12:20:20.125ZDEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 14 12:20:19.035 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 } }]
27942026-08-14T12:20:20.125ZDEBG
27952026-08-14T12:20:20.125Z 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 } }]
27962026-08-14T12:20:20.125ZAug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035DEBG Aug 14 12:20:19.035 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 } }]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 } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
27972026-08-14T12:20:20.125Z
27982026-08-14T12:20:20.125Z
27992026-08-14T12:20:20.125Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
28002026-08-14T12:20:20.125ZAug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035INFOAug 14 12:20:19.035 Aug 14 12:20:19.035 DEBG INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffcreated new freemap
28012026-08-14T12:20:20.125Z
28022026-08-14T12:20:20.125Zreplacing 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 } }], unit
28032026-08-14T12:20:20.125Z:Aug 14 12:20:19.035 freemap_route_ipv4Aug 14 12:20:19.035DEBG Aug 14 12:20:19.035 DEBGreplacing 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
28042026-08-14T12:20:20.125Z
28052026-08-14T12:20:20.125Z 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
28062026-08-14T12:20:20.126Z
28072026-08-14T12:20:20.126ZAug 14 12:20:19.035Aug 14 12:20:19.035 DEBGINFOAug 14 12:20:19.035 Aug 14 12:20:19.035created new freemapDEBG, adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff unitreplacing 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 } }]:
28082026-08-14T12:20:20.126ZINFO
28092026-08-14T12:20:20.126Zfreemap_route_ipv6
28102026-08-14T12:20:20.126Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
28112026-08-14T12:20:20.126ZAug 14 12:20:19.035Aug 14 12:20:19.035
28122026-08-14T12:20:20.126ZDEBGAug 14 12:20:19.035INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
28132026-08-14T12:20:20.126Z 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: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 } }]
28142026-08-14T12:20:20.126Z
28152026-08-14T12:20:20.126ZAug 14 12:20:19.035Aug 14 12:20:19.035Aug 14 12:20:19.035 DEBGAug 14 12:20:19.035INFO Aug 14 12:20:19.035 DEBGINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffinitted freemap. size: 64 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff,
28162026-08-14T12:20:20.126Zreplacing 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 } }]
28172026-08-14T12:20:20.126Z
28182026-08-14T12:20:20.126Zunit: freemap_route_ipv4INFO
28192026-08-14T12:20:20.126Z Aug 14 12:20:19.035Aug 14 12:20:19.035adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 14 12:20:19.035 INFO
28202026-08-14T12:20:20.126ZDEBGDEBG Aug 14 12:20:19.035 DEBG Aug 14 12:20:19.035adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreset 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 } }], 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 } }]
28212026-08-14T12:20:20.126Zunit
28222026-08-14T12:20:20.126Z :DEBG freemap_route_ipv4Aug 14 12:20:19.035
28232026-08-14T12:20:20.126Z 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 14 12:20:19.035
28242026-08-14T12:20:20.126Z
28252026-08-14T12:20:20.126Z DEBGINFO adding route 3fff:beef:16::/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 } }]
28262026-08-14T12:20:20.126ZAug 14 12:20:19.035
28272026-08-14T12:20:20.126ZAug 14 12:20:19.035Aug 14 12:20:19.035 DEBG Aug 14 12:20:19.035 initted freemap. size: 64Aug 14 12:20:19.035INFOINFO, unit :INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
28282026-08-14T12:20:20.126Z freemap_route_ipv6adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
28292026-08-14T12:20:20.126Z DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
28302026-08-14T12:20:20.126ZAug 14 12:20:19.035
28312026-08-14T12:20:20.126Zreplacing 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 } }]
28322026-08-14T12:20:20.126ZDEBGAug 14 12:20:19.035 Aug 14 12:20:19.035DEBG Aug 14 12:20:19.035replacing 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
28332026-08-14T12:20:20.126ZAug 14 12:20:19.035 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 } }]reset freemap Aug 14 12:20:19.035, unitDEBG
28342026-08-14T12:20:20.126ZINFOINFO: adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
28352026-08-14T12:20:20.126Zfreemap_route_ipv6Aug 14 12:20:19.035
28362026-08-14T12:20:20.127ZINFOreplacing 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 } }]
28372026-08-14T12:20:20.127Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
28382026-08-14T12:20:20.127Z
28392026-08-14T12:20:20.127ZAug 14 12:20:19.035Aug 14 12:20:19.035 INFOAug 14 12:20:19.035DEBG Aug 14 12:20:19.035INFOAug 14 12:20:19.035adding route 172.16.0.0/32 -> 10.0.0.1
28402026-08-14T12:20:20.127ZDEBG 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: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 } }]DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
28412026-08-14T12:20:20.127Zreplacing 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 } }]
28422026-08-14T12:20:20.127Z
28432026-08-14T12:20:20.127Z
28442026-08-14T12:20:20.127ZAug 14 12:20:19.035 DEBGAug 14 12:20:19.035Aug 14 12:20:19.035Aug 14 12:20:19.035 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
28452026-08-14T12:20:20.127ZAug 14 12:20:19.035 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 } }]
28462026-08-14T12:20:20.127Z INFOINFOINFO Aug 14 12:20:19.035 Aug 14 12:20:19.035adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
28472026-08-14T12:20:20.127Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
28482026-08-14T12:20:20.127ZINFO
28492026-08-14T12:20:20.127Z DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
28502026-08-14T12:20:20.127ZAug 14 12:20:19.035Aug 14 12:20:19.035 Aug 14 12:20:19.035DEBGDEBG 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: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 } }]
28512026-08-14T12:20:20.127Z
28522026-08-14T12:20:20.127Zreplacing 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 } }]DEBGAug 14 12:20:19.035
28532026-08-14T12:20:20.127Z 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 } }]Aug 14 12:20:19.035
28542026-08-14T12:20:20.127Zreplacing 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 14 12:20:19.035
28552026-08-14T12:20:20.127Z INFOINFO Aug 14 12:20:19.035adding route 3fff:beef:31::/64 -> 2001:db8::55:ff adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 14 12:20:19.035
28562026-08-14T12:20:20.127ZINFO INFO
28572026-08-14T12:20:20.127Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
28582026-08-14T12:20:20.127Z
28592026-08-14T12:20:20.127ZAug 14 12:20:19.035 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 14 12:20:19.035
28602026-08-14T12:20:20.127Z Aug 14 12:20:19.035DEBG Aug 14 12:20:19.035replacing 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 } }] DEBG
28612026-08-14T12:20:20.127Z INFOAug 14 12:20:19.035 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing 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 } }]
28622026-08-14T12:20:20.127Z
28632026-08-14T12:20:20.127ZDEBGAug 14 12:20:19.035 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 14 12:20:19.035Aug 14 12:20:19.035
28642026-08-14T12:20:20.127ZINFO DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
28652026-08-14T12:20:20.127Z
28662026-08-14T12:20:20.128Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
28672026-08-14T12:20:20.128ZAug 14 12:20:19.036Aug 14 12:20:19.037 DEBGDEBG Aug 14 12:20:19.035 created new freemap 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 } }], DEBG
28682026-08-14T12:20:20.128Zunit :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 } }]
28692026-08-14T12:20:20.128Zfreemap_route_ipv4
28702026-08-14T12:20:20.128ZAug 14 12:20:19.037 INFOAug 14 12:20:19.037 Aug 14 12:20:19.035Aug 14 12:20:19.037 INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO created new freemap, unit: freemap_route_ipv6
28712026-08-14T12:20:20.128Z
28722026-08-14T12:20:20.128Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 14 12:20:19.037
28732026-08-14T12:20:20.128Z DEBG initted freemap. size: 64, unit:Aug 14 12:20:19.037 freemap_route_ipv4DEBG
28742026-08-14T12:20:20.128Z 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 } }]
28752026-08-14T12:20:20.128ZAug 14 12:20:19.037adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
28762026-08-14T12:20:20.128ZAug 14 12:20:19.037DEBG 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 } }]
28772026-08-14T12:20:20.128ZDEBGAug 14 12:20:19.037 INFOreset freemap , Aug 14 12:20:19.037Aug 14 12:20:19.037 unitDEBGINFO:adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
28782026-08-14T12:20:20.128Zreplacing 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 } }]
28792026-08-14T12:20:20.128Zfreemap_route_ipv4
28802026-08-14T12:20:20.128Z
28812026-08-14T12:20:20.128ZAug 14 12:20:19.037Aug 14 12:20:19.037 Aug 14 12:20:19.037DEBG INFOAug 14 12:20:19.037 DEBGreplacing 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 } }]
28822026-08-14T12:20:20.128Zinitted freemap. size: 64adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG,
28832026-08-14T12:20:20.128Zunit : 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 } }]freemap_route_ipv6
28842026-08-14T12:20:20.128ZAug 14 12:20:19.037
28852026-08-14T12:20:20.128Z Aug 14 12:20:19.037INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
28862026-08-14T12:20:20.128ZAug 14 12:20:19.037Aug 14 12:20:19.037 DEBG INFO reset freemapreplacing 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 14 12:20:19.037adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
28872026-08-14T12:20:20.128Z, DEBGunit:
28882026-08-14T12:20:20.128Z 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 } }]freemap_route_ipv6
28892026-08-14T12:20:20.128Z
28902026-08-14T12:20:20.128ZAug 14 12:20:19.037Aug 14 12:20:19.037 DEBGINFO Aug 14 12:20:19.037adding route 3fff:beef:2c::/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 } }]Aug 14 12:20:19.037
28912026-08-14T12:20:20.128Z
28922026-08-14T12:20:20.133ZINFO Aug 14 12:20:19.037adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
28932026-08-14T12:20:20.133Z Aug 14 12:20:19.037 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
28942026-08-14T12:20:20.134Z Aug 14 12:20:19.037created new freemapINFO , adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGAug 14 12:20:19.037
28952026-08-14T12:20:20.134ZunitAug 14 12:20:19.037: 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 } }]freemap_route_ipv4
28962026-08-14T12:20:20.134Zreplacing 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 14 12:20:19.037
28972026-08-14T12:20:20.134Z
28982026-08-14T12:20:20.134Z DEBGAug 14 12:20:19.037 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 } }]
28992026-08-14T12:20:20.134ZAug 14 12:20:19.037replacing 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 14 12:20:19.037
29002026-08-14T12:20:20.134Z INFOINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
29012026-08-14T12:20:20.134Z created new freemap
29022026-08-14T12:20:20.134Z, unitAug 14 12:20:19.037: Aug 14 12:20:19.037Aug 14 12:20:19.037 DEBG 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 } }]freemap_route_ipv6
29032026-08-14T12:20:20.134ZINFO
29042026-08-14T12:20:20.134Z Aug 14 12:20:19.037 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
29052026-08-14T12:20:20.134ZAug 14 12:20:19.037 adding route 3fff:beef:2d::/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 } }] Aug 14 12:20:19.037
29062026-08-14T12:20:20.134Z
29072026-08-14T12:20:20.134ZDEBGINFOAug 14 12:20:19.037 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:20:19.037 Aug 14 12:20:19.037
29082026-08-14T12:20:20.134Z initted freemap. size: 64 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 } }]INFO
29092026-08-14T12:20:20.134Z , unitAug 14 12:20:19.037:Aug 14 12:20:19.037 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 } }]adding route 3fff:beef:38::/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 } }]
29102026-08-14T12:20:20.134Z
29112026-08-14T12:20:20.134Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
29122026-08-14T12:20:20.134Z Aug 14 12:20:19.037freemap_route_ipv4
29132026-08-14T12:20:20.134Z
29142026-08-14T12:20:20.134ZDEBG Aug 14 12:20:19.037replacing 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 } }]
29152026-08-14T12:20:20.134ZAug 14 12:20:19.037 Aug 14 12:20:19.037 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFOAug 14 12:20:19.037DEBG
29162026-08-14T12:20:20.134Z Aug 14 12:20:19.037DEBGreplacing 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 } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff INFO
29172026-08-14T12:20:20.134Z
29182026-08-14T12:20:20.134Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreset freemapAug 14 12:20:19.037, unit
29192026-08-14T12:20:20.134ZDEBGAug 14 12:20:19.037: Aug 14 12:20:19.037 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 } }]
29202026-08-14T12:20:20.134ZINFODEBG freemap_route_ipv4adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
29212026-08-14T12:20:20.134ZAug 14 12:20:19.037Aug 14 12:20:19.037
29222026-08-14T12:20:20.135Z 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 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 } }]
29232026-08-14T12:20:20.135Z
29242026-08-14T12:20:20.135ZAug 14 12:20:19.037replacing 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 } }]
29252026-08-14T12:20:20.135ZAug 14 12:20:19.037 DEBG Aug 14 12:20:19.037DEBGAug 14 12:20:19.037 initted freemap. size: 64INFO 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:beef:3a::/64 -> 2001:db8::55:ff
29262026-08-14T12:20:20.135Z
29272026-08-14T12:20:20.135Z, unit: INFOAug 14 12:20:19.037 Aug 14 12:20:19.037 freemap_route_ipv6INFO
29282026-08-14T12:20:20.135Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
29292026-08-14T12:20:20.135Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
29302026-08-14T12:20:20.135Zreplacing 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 } }]
29312026-08-14T12:20:20.135ZAug 14 12:20:19.037 Aug 14 12:20:19.037Aug 14 12:20:19.037 DEBGDEBG Aug 14 12:20:19.037reset freemapDEBG , 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 } }]
29322026-08-14T12:20:20.135Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffunitreplacing 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 } }]:
29332026-08-14T12:20:20.135Z
29342026-08-14T12:20:20.135Z Aug 14 12:20:19.037freemap_route_ipv6
29352026-08-14T12:20:20.135Z INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 14 12:20:19.037Aug 14 12:20:19.037
29362026-08-14T12:20:20.135Z INFOAug 14 12:20:19.037DEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFOAug 14 12:20:19.037
29372026-08-14T12:20:20.135Z adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
29382026-08-14T12:20:20.135Zreplacing 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 } }]
29392026-08-14T12:20:20.135Z 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 } }]Aug 14 12:20:19.037
29402026-08-14T12:20:20.135ZAug 14 12:20:19.037 Aug 14 12:20:19.037DEBG Aug 14 12:20:19.037INFOreplacing 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 } }] DEBG
29412026-08-14T12:20:20.135Z INFOadding route 3fff:beef:3c::/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 } }]
29422026-08-14T12:20:20.135Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
29432026-08-14T12:20:20.135Z
29442026-08-14T12:20:20.135ZAug 14 12:20:19.037 Aug 14 12:20:19.037INFO Aug 14 12:20:19.037 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:20:19.037adding route 3fff:beef:23::/64 -> 2001:db8::55:ff DEBG
29452026-08-14T12:20:20.135Z
29462026-08-14T12:20:20.135Z 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 } }]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 } }]
29472026-08-14T12:20:20.135Z
29482026-08-14T12:20:20.135ZAug 14 12:20:19.037Aug 14 12:20:19.037 DEBG DEBGAug 14 12:20:19.037replacing 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 14 12:20:19.037
29492026-08-14T12:20:20.135Ztest route::tests::rollback_on_compact_delete_failure ... ok
29502026-08-14T12:20:20.135Zreplacing 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 } }]DEBGINFO
29512026-08-14T12:20:20.135Z failed to allocate space for the new target list
29522026-08-14T12:20:20.136Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
29532026-08-14T12:20:20.136ZAug 14 12:20:19.037Aug 14 12:20:19.037 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:20:19.037adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
29542026-08-14T12:20:20.136Z
29552026-08-14T12:20:20.136ZDEBGAug 14 12:20:19.037 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 14 12:20:19.037Aug 14 12:20:19.037
29562026-08-14T12:20:20.136Ztest route::tests::identity_replace_is_noop ... ok
29572026-08-14T12:20:20.136Z DEBGDEBG 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 } }]
29582026-08-14T12:20:20.136Z 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: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
29592026-08-14T12:20:20.136Z
29602026-08-14T12:20:20.136ZAug 14 12:20:19.037 INFOAug 14 12:20:19.037 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO
29612026-08-14T12:20:20.136ZAug 14 12:20:19.035 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
29622026-08-14T12:20:20.136ZAug 14 12:20:19.037 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFOAug 14 12:20:19.037
29632026-08-14T12:20:20.136Z DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 14 12:20:19.037
29642026-08-14T12:20:20.136Z 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
29652026-08-14T12:20:20.136Z 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 14 12:20:19.037
29662026-08-14T12:20:20.136ZAug 14 12:20:19.037 DEBGDEBG Aug 14 12:20:19.037 Aug 14 12:20:19.037replacing 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: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 } }]
29672026-08-14T12:20:20.136Z
29682026-08-14T12:20:20.136ZINFODEBG 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 } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
29692026-08-14T12:20:20.136ZAug 14 12:20:19.038 Aug 14 12:20:19.038Aug 14 12:20:19.037Aug 14 12:20:19.050 DEBGDEBGINFO DEBGcreated new freemap , 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 } }]unitcreated new freemap
29702026-08-14T12:20:20.136Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
29712026-08-14T12:20:20.136ZAug 14 12:20:19.051 INFO, Aug 14 12:20:19.036unit : DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:fffreemap_route_ipv4
29722026-08-14T12:20:20.136Z
29732026-08-14T12:20:20.136Z created new freemapAug 14 12:20:19.051 Aug 14 12:20:19.037DEBGAug 14 12:20:19.051 , INFOunit 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:32::/64 -> 2001:db8::55:ff
29742026-08-14T12:20:20.136Z:Aug 14 12:20:19.051
29752026-08-14T12:20:20.136Z DEBG freemap_route_ipv4
29762026-08-14T12:20:20.136Zreplacing 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 } }]
29772026-08-14T12:20:20.136ZAug 14 12:20:19.051DEBG Aug 14 12:20:19.051created new freemapINFO, DEBGunit :Aug 14 12:20:19.051created new freemapadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
29782026-08-14T12:20:20.136ZDEBGAug 14 12:20:19.051 freemap_route_ipv6 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
29792026-08-14T12:20:20.136Z,
29802026-08-14T12:20:20.136Zunit:adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
29812026-08-14T12:20:20.137Z freemap_route_ipv6Aug 14 12:20:19.051Aug 14 12:20:19.051 INFOAug 14 12:20:19.051 DEBGAug 14 12:20:19.051adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
29822026-08-14T12:20:20.137ZDEBG
29832026-08-14T12:20:20.137Zreplacing 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: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
29842026-08-14T12:20:20.137Z
29852026-08-14T12:20:20.137Zinitted freemap. size: 64, unitAug 14 12:20:19.051: DEBGAug 14 12:20:19.051freemap_route_ipv4
29862026-08-14T12:20:20.137Z 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 } }]
29872026-08-14T12:20:20.137ZAug 14 12:20:19.051initted freemap. size: 64Aug 14 12:20:19.051, Aug 14 12:20:19.051 unitINFO: freemap_route_ipv4Aug 14 12:20:19.051DEBG
29882026-08-14T12:20:20.137Z INFO reset freemapadding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff,
29892026-08-14T12:20:20.137ZAug 14 12:20:19.051
29902026-08-14T12:20:20.137ZINFO DEBGunit adding route 3fff:beef:37::/64 -> 2001:db8::55:ff:Aug 14 12:20:19.051Aug 14 12:20:19.051reset freemap , unitfreemap_route_ipv4DEBG
29912026-08-14T12:20:20.137Z: 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 } }]
29922026-08-14T12:20:20.144Zreplacing 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
29932026-08-14T12:20:20.144Z
29942026-08-14T12:20:20.144Z
29952026-08-14T12:20:20.144ZAug 14 12:20:19.051 Aug 14 12:20:19.051Aug 14 12:20:19.051 Aug 14 12:20:19.051DEBGINFO DEBGinitted freemap. size: 64 , adding route 3fff:beef:29::/64 -> 2001:db8::55:ffunitinitted freemap. size: 64
29962026-08-14T12:20:20.144ZINFOAug 14 12:20:19.051 , : adding route 3fff:beef:35::/64 -> 2001:db8::55:ffunit
29972026-08-14T12:20:20.144ZDEBG: Aug 14 12:20:19.051freemap_route_ipv6 freemap_route_ipv6DEBG
29982026-08-14T12:20:20.144Z
29992026-08-14T12:20:20.144Z 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 } }]
30002026-08-14T12:20:20.144Zreplacing 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 14 12:20:19.051Aug 14 12:20:19.051 Aug 14 12:20:19.051DEBGAug 14 12:20:19.051
30012026-08-14T12:20:20.144ZDEBG INFO reset freemap 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 } }]unit
30022026-08-14T12:20:20.144Zreset freemapadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff, unit:
30032026-08-14T12:20:20.144Z :freemap_route_ipv6 Aug 14 12:20:19.051
30042026-08-14T12:20:20.144ZAug 14 12:20:19.051freemap_route_ipv6 INFO
30052026-08-14T12:20:20.144ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 14 12:20:19.051
30062026-08-14T12:20:20.144Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 14 12:20:19.051 DEBG
30072026-08-14T12:20:20.144ZINFO 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
30082026-08-14T12:20:20.144ZAug 14 12:20:19.051
30092026-08-14T12:20:20.144Z INFO Aug 14 12:20:19.051Aug 14 12:20:19.051adding route 172.16.0.0/32 -> 10.0.0.1 Aug 14 12:20:19.051 DEBG
30102026-08-14T12:20:20.145Z 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 14 12:20:19.051
30112026-08-14T12:20:20.145Z 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 } }]
30122026-08-14T12:20:20.145Z INFOreplacing 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 14 12:20:19.051Aug 14 12:20:19.051
30132026-08-14T12:20:20.145ZAug 14 12:20:19.051 DEBGINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
30142026-08-14T12:20:20.145Z
30152026-08-14T12:20:20.145Zreplacing 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 } }]
30162026-08-14T12:20:20.145Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 14 12:20:19.051
30172026-08-14T12:20:20.145Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 14 12:20:19.051
30182026-08-14T12:20:20.145ZDEBGAug 14 12:20:19.051 Aug 14 12:20:19.051 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 } }]DEBGDEBG
30192026-08-14T12:20:20.145Zreplacing 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: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 14 12:20:19.051
30202026-08-14T12:20:20.145Z
30212026-08-14T12:20:20.145Z Aug 14 12:20:19.051 DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.2
30222026-08-14T12:20:20.145Zreplacing 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 14 12:20:19.051
30232026-08-14T12:20:20.145ZAug 14 12:20:19.051 INFOINFO Aug 14 12:20:19.051adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
30242026-08-14T12:20:20.145Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
30252026-08-14T12:20:20.145ZAug 14 12:20:19.051 INFODEBG Aug 14 12:20:19.051adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:20:19.051
30262026-08-14T12:20:20.145ZDEBG 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 } }] 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 } }]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 } }]
30272026-08-14T12:20:20.145Z
30282026-08-14T12:20:20.145ZAug 14 12:20:19.051Aug 14 12:20:19.051
30292026-08-14T12:20:20.145Z INFO DEBGAug 14 12:20:19.051 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff 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 14 12:20:19.051Aug 14 12:20:19.051 INFOINFO
30302026-08-14T12:20:20.145Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
30312026-08-14T12:20:20.145Z
30322026-08-14T12:20:20.145Zadding route 172.16.0.0/32 -> 10.0.0.3INFO
30332026-08-14T12:20:20.145ZAug 14 12:20:19.051 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 14 12:20:19.051Aug 14 12:20:19.051
30342026-08-14T12:20:20.145Z DEBG INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
30352026-08-14T12:20:20.145Z
30362026-08-14T12:20:20.145ZAug 14 12:20:19.051 Aug 14 12:20:19.051DEBG DEBG Aug 14 12:20:19.051replacing 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 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 } }]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 } }]
30372026-08-14T12:20:20.146Z
30382026-08-14T12:20:20.146ZAug 14 12:20:19.051 DEBG
30392026-08-14T12:20:20.146ZINFO 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 } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
30402026-08-14T12:20:20.146Z
30412026-08-14T12:20:20.146ZAug 14 12:20:19.051Aug 14 12:20:19.051 Aug 14 12:20:19.051 Aug 14 12:20:19.051INFO INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 14 12:20:19.051adding route 172.16.0.0/32 -> 10.0.0.4
30422026-08-14T12:20:20.146Z
30432026-08-14T12:20:20.146Z
30442026-08-14T12:20:20.146ZDEBG 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 } }]Aug 14 12:20:19.051DEBGAug 14 12:20:19.051
30452026-08-14T12:20:20.146Z Aug 14 12:20:19.051DEBG 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 } }] DEBG
30462026-08-14T12:20:20.146ZAug 14 12:20:19.051DEBG 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 } }]
30472026-08-14T12:20:20.146ZWARNreplacing 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.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 } }]
30482026-08-14T12:20:20.146Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 14 12:20:19.051
30492026-08-14T12:20:20.146Z INFO
30502026-08-14T12:20:20.146Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 14 12:20:19.051Aug 14 12:20:19.051
30512026-08-14T12:20:20.146Z Aug 14 12:20:19.051INFO DEBGINFOAug 14 12:20:19.051adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
30522026-08-14T12:20:20.146Zreplacing 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 } }]
30532026-08-14T12:20:20.146Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
30542026-08-14T12:20:20.146Zreplacing 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 } }]
30552026-08-14T12:20:20.146ZAug 14 12:20:19.051 Aug 14 12:20:19.051DEBG 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 } }]
30562026-08-14T12:20:20.146Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
30572026-08-14T12:20:20.146ZAug 14 12:20:19.051Aug 14 12:20:19.051
30582026-08-14T12:20:20.146ZAug 14 12:20:19.051 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 } }] INFO
30592026-08-14T12:20:20.146Ztest route::tests::rollback_on_compact_write_failure ... ok
30602026-08-14T12:20:20.146Z DEBG adding route 3fff:beef:30::/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 } }]
30612026-08-14T12:20:20.146ZAug 14 12:20:19.051
30622026-08-14T12:20:20.146Z Aug 14 12:20:19.051WARN Aug 14 12:20:19.051INFO DEBGAug 14 12:20:19.051adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
30632026-08-14T12:20:20.146Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
30642026-08-14T12:20:20.147ZINFOreplacing 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 } }]
30652026-08-14T12:20:20.147ZAug 14 12:20:19.051Aug 14 12:20:19.051adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff ERRODEBG
30662026-08-14T12:20:20.147Z rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 14 12:20:19.051
30672026-08-14T12:20:20.147Ztest route::tests::rollback_on_index_readd_failure ... ok
30682026-08-14T12:20:20.147Zreplacing 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 } }]
30692026-08-14T12:20:20.147ZINFOAug 14 12:20:19.051 Aug 14 12:20:19.051 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG
30702026-08-14T12:20:20.147ZAug 14 12:20:19.051 ERROINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffreplacing 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 } }]
30712026-08-14T12:20:20.147ZAug 14 12:20:19.052 Aug 14 12:20:19.052DEBG created new freemapDEBGAug 14 12:20:19.067, unitDEBG: 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 } }]freemap_route_ipv4
30722026-08-14T12:20:20.147Z
30732026-08-14T12:20:20.147Z created new freemapAug 14 12:20:19.067, unitDEBG: created new freemapfreemap_route_ipv4,
30742026-08-14T12:20:20.147Zunit:Aug 14 12:20:19.067 INFO :freemap_route_ipv6adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 14 12:20:19.067
30752026-08-14T12:20:20.147Z
30762026-08-14T12:20:20.147Zfreemap_route_ipv4
30772026-08-14T12:20:20.147ZDEBG created new freemapAug 14 12:20:19.067 Aug 14 12:20:19.067, DEBG Aug 14 12:20:19.067 DEBG initted freemap. size: 64DEBG, unitreplacing 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 } }]:created new freemap
30782026-08-14T12:20:20.147ZAug 14 12:20:19.067 , DEBGDEBGfreemap_route_ipv4 unit :
30792026-08-14T12:20:20.147Zreplacing 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: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 } }]unit
30802026-08-14T12:20:20.147Z
30812026-08-14T12:20:20.147ZAug 14 12:20:19.067 freemap_route_ipv6:
30822026-08-14T12:20:20.147ZAug 14 12:20:19.067 Aug 14 12:20:19.067 DEBG DEBGINFO reset freemapAug 14 12:20:19.067adding route 3fff:beef:10::/64 -> 2001:db8::55:fffreemap_route_ipv6 INFO
30832026-08-14T12:20:20.147Z
30842026-08-14T12:20:20.147Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 14 12:20:19.067
30852026-08-14T12:20:20.147Z, Aug 14 12:20:19.067 DEBGunit : DEBG Aug 14 12:20:19.067freemap_route_ipv4 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 14 12:20:19.067
30862026-08-14T12:20:20.147Zfailed to allocate space for the new target listDEBG
30872026-08-14T12:20:20.147Zinitted freemap. size: 64Aug 14 12:20:19.067
30882026-08-14T12:20:20.147Z , DEBG DEBGinitted freemap. size: 64 , initted freemap. 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 14 12:20:19.067Aug 14 12:20:19.067,
30892026-08-14T12:20:20.147Zunit unitINFOunit:: freemap_route_ipv6
30902026-08-14T12:20:20.148Zfreemap_route_ipv4DEBG
30912026-08-14T12:20:20.148ZAug 14 12:20:19.067: freemap_route_ipv4adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
30922026-08-14T12:20:20.154Z
30932026-08-14T12:20:20.154Zreplacing 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 } }]
30942026-08-14T12:20:20.154Z Aug 14 12:20:19.067INFOAug 14 12:20:19.067Aug 14 12:20:19.067Aug 14 12:20:19.067 Aug 14 12:20:19.067 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff DEBGDEBGDEBG DEBGDEBGreset freemap
30952026-08-14T12:20:20.154Zreplacing 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 } }]
30962026-08-14T12:20:20.154Z reset freemap, unit reset freemap:Aug 14 12:20:19.067 Aug 14 12:20:19.067, failed to allocate space for the new target listINFO,
30972026-08-14T12:20:20.154Z adding route 3fff:beef:12::/64 -> 2001:db8::55:fffreemap_route_ipv4unitunit::
30982026-08-14T12:20:20.154Z
30992026-08-14T12:20:20.160Z freemap_route_ipv4freemap_route_ipv6DEBG
31002026-08-14T12:20:20.160Z
31012026-08-14T12:20:20.161Z Aug 14 12:20:19.067replacing 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 14 12:20:19.067DEBG Aug 14 12:20:19.067DEBGAug 14 12:20:19.067 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
31022026-08-14T12:20:20.161Z
31032026-08-14T12:20:20.161ZINFOinitted freemap. size: 64 adding route 3fff:dead::/64 -> 2001:db8::55:1, unitAug 14 12:20:19.067
31042026-08-14T12:20:20.161Z INFOinitted freemap. size: 64Aug 14 12:20:19.067: adding route 3fff:beef:13::/64 -> 2001:db8::55:ff Aug 14 12:20:19.067
31052026-08-14T12:20:20.161ZINFO DEBGfreemap_route_ipv6 ,
31062026-08-14T12:20:20.161Z unitAug 14 12:20:19.067: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:34::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv6
31072026-08-14T12:20:20.161Z
31082026-08-14T12:20:20.161Zreplacing 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 } }]
31092026-08-14T12:20:20.161Z
31102026-08-14T12:20:20.161ZAug 14 12:20:19.067 Aug 14 12:20:19.067Aug 14 12:20:19.067 DEBGINFOAug 14 12:20:19.067 adding route 3fff:dead::/64 -> 2001:db8::55:2
31112026-08-14T12:20:20.161ZDEBGreset freemap, unitAug 14 12:20:19.067reset freemapAug 14 12:20:19.067, 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 } }]DEBG
31122026-08-14T12:20:20.161Z unit: freemap_route_ipv6adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 14 12:20:19.067
31132026-08-14T12:20:20.161Z INFO
31142026-08-14T12:20:20.161Zfreemap_route_ipv6replacing 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 } }]
31152026-08-14T12:20:20.161Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:20:19.067
31162026-08-14T12:20:20.161Z
31172026-08-14T12:20:20.161ZAug 14 12:20:19.067 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:20:19.067
31182026-08-14T12:20:20.161Z 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 14 12:20:19.067INFOAug 14 12:20:19.067 Aug 14 12:20:19.067 INFODEBG
31192026-08-14T12:20:20.161Z 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.16.0.0/32 -> 10.0.0.1
31202026-08-14T12:20:20.161Z
31212026-08-14T12:20:20.161Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 14 12:20:19.067 DEBGAug 14 12:20:19.067 Aug 14 12:20:19.067
31222026-08-14T12:20:20.161ZINFO 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
31232026-08-14T12:20:20.161Z DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
31242026-08-14T12:20:20.161Zadding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
31252026-08-14T12:20:20.161Z
31262026-08-14T12:20:20.161ZAug 14 12:20:19.067 Aug 14 12:20:19.067INFO Aug 14 12:20:19.067Aug 14 12:20:19.067 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 14 12:20:19.067replacing 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 } }]
31272026-08-14T12:20:20.161Z
31282026-08-14T12:20:20.161ZDEBG INFOreplacing 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 172.16.0.0/32 -> 10.0.0.1
31292026-08-14T12:20:20.162ZAug 14 12:20:19.067DEBG
31302026-08-14T12:20:20.162Z Aug 14 12:20:19.067DEBG DEBG Aug 14 12:20:19.067replacing 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: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 14 12:20:19.067
31312026-08-14T12:20:20.162Z
31322026-08-14T12:20:20.162Z DEBGreplacing 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 } }] INFOreplacing 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 } }]
31332026-08-14T12:20:20.162Z
31342026-08-14T12:20:20.162Z Aug 14 12:20:19.067 WARNadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 14 12:20:19.067
31352026-08-14T12:20:20.162Z INFO Aug 14 12:20:19.067 Aug 14 12:20:19.067 adding route 3fff:dead::/64 -> 2001:db8::55:3shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 14 12:20:19.067
31362026-08-14T12:20:20.162Z
31372026-08-14T12:20:20.162ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFODEBG
31382026-08-14T12:20:20.162Z Aug 14 12:20:19.067adding route 172.16.0.0/32 -> 10.0.0.1
31392026-08-14T12:20:20.162ZDEBGreplacing 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 } }]
31402026-08-14T12:20:20.162ZAug 14 12:20:19.067replacing 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 } }]
31412026-08-14T12:20:20.162Z DEBGAug 14 12:20:19.067Aug 14 12:20:19.067 DEBGINFO 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:beef:17::/64 -> 2001:db8::55:ff Aug 14 12:20:19.067
31422026-08-14T12:20:20.162Z
31432026-08-14T12:20:20.162Zreplacing 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
31442026-08-14T12:20:20.162Z adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:20:19.067
31452026-08-14T12:20:20.162Z DEBGAug 14 12:20:19.067 Aug 14 12:20:19.067 Aug 14 12:20:19.067replacing 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
31462026-08-14T12:20:20.162Z adding route 172.16.0.0/32 -> 10.0.0.2 INFO
31472026-08-14T12:20:20.162Z DEBG Aug 14 12:20:19.067adding route 3fff:beef:37::/64 -> 2001:db8::55:ff 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 } }]
31482026-08-14T12:20:20.162ZINFO
31492026-08-14T12:20:20.162Z Aug 14 12:20:19.067adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
31502026-08-14T12:20:20.162ZAug 14 12:20:19.067DEBG Aug 14 12:20:19.067 DEBGDEBG 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 } }]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 } }]
31512026-08-14T12:20:20.162Z
31522026-08-14T12:20:20.162Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
31532026-08-14T12:20:20.163ZAug 14 12:20:19.067replacing 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
31542026-08-14T12:20:20.163Z 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 14 12:20:19.067Aug 14 12:20:19.067 INFOINFO
31552026-08-14T12:20:20.163Z Aug 14 12:20:19.067adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255
31562026-08-14T12:20:20.163ZWARN
31572026-08-14T12:20:20.163Z Aug 14 12:20:19.067shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
31582026-08-14T12:20:20.163ZINFO Aug 14 12:20:19.067adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 14 12:20:19.067
31592026-08-14T12:20:20.163ZDEBGDEBG 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 } }]
31602026-08-14T12:20:20.163Zreplacing 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 } }]
31612026-08-14T12:20:20.163ZAug 14 12:20:19.067 DEBGAug 14 12:20:19.067 Aug 14 12:20:19.067 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255replacing 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 } }]
31622026-08-14T12:20:20.163Z
31632026-08-14T12:20:20.163Z
31642026-08-14T12:20:20.163ZAug 14 12:20:19.067Aug 14 12:20:19.067 Aug 14 12:20:19.067DEBG DEBGINFO 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 } }]
31652026-08-14T12:20:20.163Zadding route 3fff:beef:1a::/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 } }]
31662026-08-14T12:20:20.163Z
31672026-08-14T12:20:20.163ZAug 14 12:20:19.067 INFO adding route 172.17.0.2/32 -> 10.0.0.255
31682026-08-14T12:20:20.163ZAug 14 12:20:19.067Aug 14 12:20:19.067 INFODEBG adding route 3fff:beef:3a::/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 } }]
31692026-08-14T12:20:20.163ZAug 14 12:20:19.067
31702026-08-14T12:20:20.163Z 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 } }]
31712026-08-14T12:20:20.163ZAug 14 12:20:19.067 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 } }]
31722026-08-14T12:20:20.163ZAug 14 12:20:19.067Aug 14 12:20:19.067 INFO adding route 172.17.0.3/32 -> 10.0.0.255Aug 14 12:20:19.068
31732026-08-14T12:20:20.163Z DEBGshrink-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
31742026-08-14T12:20:20.164Z created new freemap, unit :INFOAug 14 12:20:19.084
31752026-08-14T12:20:20.164Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
31762026-08-14T12:20:20.164Z DEBGfreemap_route_ipv4 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 } }]
31772026-08-14T12:20:20.164Z
31782026-08-14T12:20:20.164ZAug 14 12:20:19.084 DEBGAug 14 12:20:19.084Aug 14 12:20:19.084 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 } }]INFO
31792026-08-14T12:20:20.164ZAug 14 12:20:19.084DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff created new freemapINFO,
31802026-08-14T12:20:20.164Zunit Aug 14 12:20:19.084: INFO freemap_route_ipv6adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
31812026-08-14T12:20:20.164Zadding route 172.17.0.4/32 -> 10.0.0.255
31822026-08-14T12:20:20.164ZAug 14 12:20:19.084
31832026-08-14T12:20:20.164Z DEBGAug 14 12:20:19.084 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 } }]DEBG
31842026-08-14T12:20:20.164Z Aug 14 12:20:19.084Aug 14 12:20:19.084 initted freemap. size: 64DEBG , Aug 14 12:20:19.084unit 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 } }] 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 } }]
31852026-08-14T12:20:20.164Z
31862026-08-14T12:20:20.164Zfreemap_route_ipv4failed to allocate space for the new target list
31872026-08-14T12:20:20.164Z
31882026-08-14T12:20:20.164ZAug 14 12:20:19.084 Aug 14 12:20:19.084INFO Aug 14 12:20:19.084 INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 14 12:20:19.084adding route 172.17.0.5/32 -> 10.0.0.255
31892026-08-14T12:20:20.164Z
31902026-08-14T12:20:20.164Z 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 } }] Aug 14 12:20:19.084reset freemap
31912026-08-14T12:20:20.164ZDEBG , 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
31922026-08-14T12:20:20.171Z:Aug 14 12:20:19.084 freemap_route_ipv4DEBG
31932026-08-14T12:20:20.171Z 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 14 12:20:19.084
31942026-08-14T12:20:20.171Z INFOAug 14 12:20:19.084 adding route 172.17.0.6/32 -> 10.0.0.255DEBG
31952026-08-14T12:20:20.171ZAug 14 12:20:19.067 initted freemap. size: 64 , INFOunit Aug 14 12:20:19.084Aug 14 12:20:19.084adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff :
31962026-08-14T12:20:20.172Z INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:fffreemap_route_ipv6
31972026-08-14T12:20:20.172Z
31982026-08-14T12:20:20.172Z 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 } }]
31992026-08-14T12:20:20.172ZAug 14 12:20:19.084Aug 14 12:20:19.084 Aug 14 12:20:19.084DEBGDEBGAug 14 12:20:19.084 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 } }]DEBG
32002026-08-14T12:20:20.172Zreplacing 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 } }]reset freemap
32012026-08-14T12:20:20.172Z, unitINFO: adding route 172.17.0.7/32 -> 10.0.0.255Aug 14 12:20:19.084
32022026-08-14T12:20:20.172Zfreemap_route_ipv6Aug 14 12:20:19.084 INFO
32032026-08-14T12:20:20.172ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 14 12:20:19.084
32042026-08-14T12:20:20.172Z
32052026-08-14T12:20:20.172ZAug 14 12:20:19.084 DEBGINFOAug 14 12:20:19.084 Aug 14 12:20:19.084 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
32062026-08-14T12:20:20.172Z 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 } }]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 } }]
32072026-08-14T12:20:20.172Zreplacing 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 } }]
32082026-08-14T12:20:20.172Z
32092026-08-14T12:20:20.172ZAug 14 12:20:19.084 DEBG Aug 14 12:20:19.084replacing 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 } }]
32102026-08-14T12:20:20.172ZAug 14 12:20:19.084 INFO DEBGAug 14 12:20:19.084adding route 172.17.0.8/32 -> 10.0.0.255 Aug 14 12:20:19.084
32112026-08-14T12:20:20.172Z INFOfailed to allocate space for the new target list
32122026-08-14T12:20:20.172Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO
32132026-08-14T12:20:20.172Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:20:19.084
32142026-08-14T12:20:20.172Z DEBGAug 14 12:20:19.084Aug 14 12:20:19.084Aug 14 12:20:19.084 DEBG 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 } }]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
32152026-08-14T12:20:20.172Zreplacing 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 } }]
32162026-08-14T12:20:20.172Zreplacing 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 } }]
32172026-08-14T12:20:20.172Z
32182026-08-14T12:20:20.172ZAug 14 12:20:19.084Aug 14 12:20:19.084Aug 14 12:20:19.084 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
32192026-08-14T12:20:20.172Z
32202026-08-14T12:20:20.172Z 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 14 12:20:19.084Aug 14 12:20:19.084
32212026-08-14T12:20:20.172Z DEBG DEBGreplacing 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 } }]
32222026-08-14T12:20:20.173Zreplacing 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 } }]
32232026-08-14T12:20:20.173ZAug 14 12:20:19.084 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
32242026-08-14T12:20:20.173ZAug 14 12:20:19.084 INFOAug 14 12:20:19.084 adding route 172.17.0.10/32 -> 10.0.0.255DEBG
32252026-08-14T12:20:20.173Z 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 } }]
32262026-08-14T12:20:20.173ZAug 14 12:20:19.084Aug 14 12:20:19.084 DEBGINFO 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 3fff:beef:23::/64 -> 2001:db8::55:ff
32272026-08-14T12:20:20.173Z
32282026-08-14T12:20:20.173ZAug 14 12:20:19.084 Aug 14 12:20:19.084DEBG INFOreplacing 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 } }]
32292026-08-14T12:20:20.173Zadding route 172.17.0.11/32 -> 10.0.0.255
32302026-08-14T12:20:20.173ZAug 14 12:20:19.084Aug 14 12:20:19.084 DEBGINFO 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:beef:24::/64 -> 2001:db8::55:ff
32312026-08-14T12:20:20.173Z
32322026-08-14T12:20:20.173ZAug 14 12:20:19.084 Aug 14 12:20:19.084DEBG INFOreplacing 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 } }]
32332026-08-14T12:20:20.173Zadding route 172.17.0.12/32 -> 10.0.0.255
32342026-08-14T12:20:20.173ZAug 14 12:20:19.084Aug 14 12:20:19.084 DEBGINFO 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 } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
32352026-08-14T12:20:20.173Z
32362026-08-14T12:20:20.173ZAug 14 12:20:19.084 Aug 14 12:20:19.084DEBG INFOreplacing 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 } }]
32372026-08-14T12:20:20.173Zadding route 172.17.0.13/32 -> 10.0.0.255
32382026-08-14T12:20:20.173ZAug 14 12:20:19.084Aug 14 12:20:19.084 DEBGINFO 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 3fff:beef:26::/64 -> 2001:db8::55:ff
32392026-08-14T12:20:20.173Z
32402026-08-14T12:20:20.173ZAug 14 12:20:19.084 Aug 14 12:20:19.084DEBG 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 } }]
32412026-08-14T12:20:20.173Zadding route 172.17.0.14/32 -> 10.0.0.255
32422026-08-14T12:20:20.173ZAug 14 12:20:19.085Aug 14 12:20:19.068 Aug 14 12:20:19.085DEBGINFO created new freemapadding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG,
32432026-08-14T12:20:20.173Zunit :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 } }]
32442026-08-14T12:20:20.173ZAug 14 12:20:19.085freemap_route_ipv4
32452026-08-14T12:20:20.173ZDEBG 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 14 12:20:19.085
32462026-08-14T12:20:20.173Z INFOAug 14 12:20:19.085 adding route 172.17.0.15/32 -> 10.0.0.255DEBG
32472026-08-14T12:20:20.173Z Aug 14 12:20:19.085created new freemap , INFOunitAug 14 12:20:19.085: adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
32482026-08-14T12:20:20.173ZDEBGfreemap_route_ipv6
32492026-08-14T12:20:20.173Zreplacing 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 14 12:20:19.085
32502026-08-14T12:20:20.174Z DEBG Aug 14 12:20:19.085replacing 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 14 12:20:19.085DEBG
32512026-08-14T12:20:20.174Z initted freemap. size: 64INFO, unitadding route 172.17.0.16/32 -> 10.0.0.255:
32522026-08-14T12:20:20.174ZAug 14 12:20:19.085 INFOfreemap_route_ipv4
32532026-08-14T12:20:20.174Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 14 12:20:19.085
32542026-08-14T12:20:20.174Z 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 } }]
32552026-08-14T12:20:20.174Ztest route::tests::same_size_non_subset_replace ... ok
32562026-08-14T12:20:20.174ZAug 14 12:20:19.085Aug 14 12:20:19.085 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 } }]reset freemapAug 14 12:20:19.085, unit
32572026-08-14T12:20:20.174Z:INFO freemap_route_ipv4adding route 172.17.0.17/32 -> 10.0.0.255
32582026-08-14T12:20:20.174Z
32592026-08-14T12:20:20.174ZAug 14 12:20:19.085 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 14 12:20:19.085Aug 14 12:20:19.085
32602026-08-14T12:20:20.174Z DEBGDEBG initted freemap. size: 64replacing 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 } }],
32612026-08-14T12:20:20.174ZAug 14 12:20:19.085unit :DEBG Aug 14 12:20:19.085freemap_route_ipv6
32622026-08-14T12:20:20.174Z 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 } }]
32632026-08-14T12:20:20.174Zadding route 172.17.0.18/32 -> 10.0.0.255Aug 14 12:20:19.085
32642026-08-14T12:20:20.174Z DEBGAug 14 12:20:19.085 reset freemapINFOAug 14 12:20:19.085, unit DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
32652026-08-14T12:20:20.174Zreplacing 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 } }]:
32662026-08-14T12:20:20.174Z freemap_route_ipv6Aug 14 12:20:19.085
32672026-08-14T12:20:20.174Z DEBGAug 14 12:20:19.085 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 14 12:20:19.085INFO
32682026-08-14T12:20:20.174Z adding route 172.17.0.19/32 -> 10.0.0.255INFO
32692026-08-14T12:20:20.174Z adding route 3fff:dead::/64 -> 2001:db8::55:1
32702026-08-14T12:20:20.174ZAug 14 12:20:19.085 Aug 14 12:20:19.085INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 14 12:20:19.085
32712026-08-14T12:20:20.174Z 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 } }]DEBG
32722026-08-14T12:20:20.174Z 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 } }]
32732026-08-14T12:20:20.174ZAug 14 12:20:19.085Aug 14 12:20:19.085 Aug 14 12:20:19.085 DEBG INFO 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 } }]
32742026-08-14T12:20:20.174Zadding route 3fff:dead::/64 -> 2001:db8::55:2
32752026-08-14T12:20:20.174Zadding route 172.17.0.20/32 -> 10.0.0.255
32762026-08-14T12:20:20.175ZAug 14 12:20:19.085Aug 14 12:20:19.085 Aug 14 12:20:19.085INFO DEBG adding route 3fff:beef:2d::/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 } }]
32772026-08-14T12:20:20.175ZDEBG
32782026-08-14T12:20:20.175Z 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 } }]
32792026-08-14T12:20:20.175ZAug 14 12:20:19.085 Aug 14 12:20:19.085DEBG Aug 14 12:20:19.085INFO 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:dead::/64 -> 2001:db8::55:3INFO
32802026-08-14T12:20:20.175Z
32812026-08-14T12:20:20.175Z adding route 172.17.0.21/32 -> 10.0.0.255
32822026-08-14T12:20:20.175ZAug 14 12:20:19.085Aug 14 12:20:19.085Aug 14 12:20:19.085 DEBGDEBG 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 } }]
32832026-08-14T12:20:20.175Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing 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 } }]
32842026-08-14T12:20:20.175Z
32852026-08-14T12:20:20.175ZAug 14 12:20:19.085Aug 14 12:20:19.085 INFODEBGAug 14 12:20:19.085 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
32862026-08-14T12:20:20.175Z adding route 172.17.0.22/32 -> 10.0.0.255replacing 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 } }]
32872026-08-14T12:20:20.175Z
32882026-08-14T12:20:20.175ZAug 14 12:20:19.085 DEBG Aug 14 12:20:19.085replacing 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 14 12:20:19.085 INFO Aug 14 12:20:19.085 DEBGAug 14 12:20:19.085 Aug 14 12:20:19.085Aug 14 12:20:19.085 created new freemap DEBGDEBG , DEBG created new freemap
32892026-08-14T12:20:20.175Z, created new freemapunitunit:, created new freemap: freemap_route_ipv4, unit unit:freemap_route_ipv4 :
32902026-08-14T12:20:20.175Z Aug 14 12:20:19.097freemap_route_ipv4
32912026-08-14T12:20:20.175ZDEBG
32922026-08-14T12:20:20.212Z 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: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 } }]
32932026-08-14T12:20:20.212Z
32942026-08-14T12:20:20.212ZAug 14 12:20:19.097Aug 14 12:20:19.097 DEBGDEBG created new freemapAug 14 12:20:19.097, DEBGcreated new freemapunit, :Aug 14 12:20:19.097Aug 14 12:20:19.085 unit freemap_route_ipv6 created new freemap
32952026-08-14T12:20:20.212ZDEBG: freemap_route_ipv6 , DEBG
32962026-08-14T12:20:20.212ZunitAug 14 12:20:19.097: created new freemapfreemap_route_ipv6
32972026-08-14T12:20:20.212Zcreated new freemapDEBG , initted freemap. size: 64unitAug 14 12:20:19.097, , unitunit:DEBG :initted freemap. size: 64 , freemap_route_ipv6Aug 14 12:20:19.097:unit freemap_route_ipv4 freemap_route_ipv4DEBG
32982026-08-14T12:20:20.212Z
32992026-08-14T12:20:20.212Z
33002026-08-14T12:20:20.212Z :initted freemap. size: 64 , freemap_route_ipv4unit:
33012026-08-14T12:20:20.212Z Aug 14 12:20:19.097freemap_route_ipv4Aug 14 12:20:19.097
33022026-08-14T12:20:20.212Z Aug 14 12:20:19.097DEBG DEBGDEBGAug 14 12:20:19.097 created new freemapreset freemapinitted freemap. size: 64 , , DEBGunit, Aug 14 12:20:19.097unit :reset freemap :freemap_route_ipv4unitDEBG :
33032026-08-14T12:20:20.212Z freemap_route_ipv4freemap_route_ipv6, reset freemap
33042026-08-14T12:20:20.212Zunit
33052026-08-14T12:20:20.212Z, unit:: freemap_route_ipv4Aug 14 12:20:19.097Aug 14 12:20:19.097
33062026-08-14T12:20:20.212Z DEBGDEBG freemap_route_ipv4initted freemap. size: 64
33072026-08-14T12:20:20.212Z reset freemap, , Aug 14 12:20:19.097unitunit Aug 14 12:20:19.097Aug 14 12:20:19.097 :DEBG DEBG :freemap_route_ipv4 initted freemap. size: 64
33082026-08-14T12:20:20.212Zinitted freemap. size: 64, , freemap_route_ipv4unitDEBGunitAug 14 12:20:19.097 : initted freemap. size: 64: , DEBGunit
33092026-08-14T12:20:20.212Z :reset freemap , freemap_route_ipv6 freemap_route_ipv6
33102026-08-14T12:20:20.212Zunit
33112026-08-14T12:20:20.213Z: freemap_route_ipv6freemap_route_ipv4Aug 14 12:20:19.097
33122026-08-14T12:20:20.213ZAug 14 12:20:19.097 DEBG
33132026-08-14T12:20:20.213ZAug 14 12:20:19.097 DEBG initted freemap. size: 64 Aug 14 12:20:19.097, unitDEBG:DEBG Aug 14 12:20:19.097reset freemap , reset freemap , unitDEBGunit:: freemap_route_ipv6freemap_route_ipv6
33142026-08-14T12:20:20.213Zfreemap_route_ipv6reset freemap
33152026-08-14T12:20:20.213Z
33162026-08-14T12:20:20.213Zinitted freemap. size: 64, , unitunit:Aug 14 12:20:19.097Aug 14 12:20:19.097: DEBGfreemap_route_ipv6 INFOfreemap_route_ipv6
33172026-08-14T12:20:20.213Z
33182026-08-14T12:20:20.213Z reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:1
33192026-08-14T12:20:20.213ZAug 14 12:20:19.097, unit :INFO freemap_route_ipv6Aug 14 12:20:19.097adding route 172.16.0.0/32 -> 10.0.0.1
33202026-08-14T12:20:20.213Z Aug 14 12:20:19.097Aug 14 12:20:19.097INFO
33212026-08-14T12:20:20.213ZDEBG Aug 14 12:20:19.097DEBG adding route 172.16.0.0/32 -> 10.0.0.1reset freemapINFO
33222026-08-14T12:20:20.213Z 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.16.0.0/32 -> 10.0.0.1
33232026-08-14T12:20:20.213Z
33242026-08-14T12:20:20.213ZAug 14 12:20:19.097, DEBGAug 14 12:20:19.097unit 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
33252026-08-14T12:20:20.213ZAug 14 12:20:19.097Aug 14 12:20:19.097: INFOfreemap_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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
33262026-08-14T12:20:20.214ZDEBG
33272026-08-14T12:20:20.214Z
33282026-08-14T12:20:20.215Zreplacing 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 } }]
33292026-08-14T12:20:20.215ZAug 14 12:20:19.097Aug 14 12:20:19.097Aug 14 12:20:19.097 DEBGINFOINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:20:19.097replacing 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 } }]
33302026-08-14T12:20:20.216Z
33312026-08-14T12:20:20.217ZINFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 14 12:20:19.097
33322026-08-14T12:20:20.217Z adding route 172.16.0.0/32 -> 10.0.0.2
33332026-08-14T12:20:20.218ZAug 14 12:20:19.097INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:20:19.097
33342026-08-14T12:20:20.218Z Aug 14 12:20:19.097 INFOreplacing 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 14 12:20:19.097adding route 3fff:dead::/64 -> 2001:db8::55:3
33352026-08-14T12:20:20.219Z
33362026-08-14T12:20:20.220ZDEBGAug 14 12:20:19.097 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 } }]DEBGAug 14 12:20:19.097
33372026-08-14T12:20:20.220ZDEBG Aug 14 12:20:19.097 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 } }]
33382026-08-14T12:20:20.221Zreplacing 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
33392026-08-14T12:20:20.222Z DEBG adding route 172.16.0.0/32 -> 10.0.0.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 } }, 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 } }]
33402026-08-14T12:20:20.223Z
33412026-08-14T12:20:20.223ZAug 14 12:20:19.097Aug 14 12:20:19.097Aug 14 12:20:19.097 INFOINFO Aug 14 12:20:19.097DEBG Aug 14 12:20:19.097 adding route 172.17.0.0/32 -> 10.0.0.255DEBG
33422026-08-14T12:20:20.224Z 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 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:dead::/64 -> 2001:db8::55:4adding route 172.17.0.0/32 -> 10.0.0.255
33432026-08-14T12:20:20.225Z
33442026-08-14T12:20:20.225ZAug 14 12:20:19.097
33452026-08-14T12:20:20.225ZDEBG
33462026-08-14T12:20:20.225Zreplacing 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 14 12:20:19.097Aug 14 12:20:19.097
33472026-08-14T12:20:20.225ZINFODEBG Aug 14 12:20:19.097 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
33482026-08-14T12:20:20.225Zadding route 172.16.0.0/32 -> 10.0.0.2
33492026-08-14T12:20:20.225Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
33502026-08-14T12:20:20.225Ztest route::tests::shrink_preserves_compacted_order ... ok
33512026-08-14T12:20:20.225Zreplacing 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 } }]
33522026-08-14T12:20:20.225ZAug 14 12:20:19.097 DEBGAug 14 12:20:19.097Aug 14 12:20:19.097 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 } }]DEBGINFO
33532026-08-14T12:20:20.225Z Aug 14 12:20:19.097 adding route 172.17.0.1/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 } }, 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
33542026-08-14T12:20:20.225Z
33552026-08-14T12:20:20.225Z adding route 172.17.0.1/32 -> 10.0.0.255
33562026-08-14T12:20:20.225ZAug 14 12:20:19.097 INFO adding route 172.17.0.0/32 -> 10.0.0.255
33572026-08-14T12:20:20.226ZAug 14 12:20:19.097 Aug 14 12:20:19.097DEBG DEBGreplacing 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 } }]
33582026-08-14T12:20:20.226ZAug 14 12:20:19.097replacing 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 } }]
33592026-08-14T12:20:20.226ZDEBG 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 14 12:20:19.097
33602026-08-14T12:20:20.226Z INFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 14 12:20:19.097
33612026-08-14T12:20:20.226Z Aug 14 12:20:19.097INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255Aug 14 12:20:19.097
33622026-08-14T12:20:20.226Zadding route 172.17.0.2/32 -> 10.0.0.255 DEBG
33632026-08-14T12:20:20.226Z 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 14 12:20:19.097 DEBG Aug 14 12:20:19.097replacing 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 } }]
33642026-08-14T12:20:20.226Z
33652026-08-14T12:20:20.226ZDEBG 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 14 12:20:19.097
33662026-08-14T12:20:20.226Z INFOAug 14 12:20:19.097 adding route 172.17.0.3/32 -> 10.0.0.255Aug 14 12:20:19.097
33672026-08-14T12:20:20.226Z INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
33682026-08-14T12:20:20.226Z
33692026-08-14T12:20:20.226ZAug 14 12:20:19.097 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 } }]Aug 14 12:20:19.097
33702026-08-14T12:20:20.226Z 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 } }]
33712026-08-14T12:20:20.226ZAug 14 12:20:19.097Aug 14 12:20:19.097 DEBGINFOAug 14 12:20:19.097 INFOreplacing 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.4/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255
33722026-08-14T12:20:20.226Z
33732026-08-14T12:20:20.226Z
33742026-08-14T12:20:20.226ZAug 14 12:20:19.097 Aug 14 12:20:19.097DEBG 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 } }]
33752026-08-14T12:20:20.226Zreplacing 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 14 12:20:19.097
33762026-08-14T12:20:20.226Z INFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 14 12:20:19.097
33772026-08-14T12:20:20.226Z Aug 14 12:20:19.097INFO INFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255
33782026-08-14T12:20:20.226Z
33792026-08-14T12:20:20.226ZAug 14 12:20:19.097 Aug 14 12:20:19.097 Aug 14 12:20:19.097DEBG 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 } }]
33802026-08-14T12:20:20.226Zreplacing 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 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 } }]
33812026-08-14T12:20:20.226Z
33822026-08-14T12:20:20.226ZAug 14 12:20:19.097 INFO Aug 14 12:20:19.097adding route 172.17.0.5/32 -> 10.0.0.255
33832026-08-14T12:20:20.226ZAug 14 12:20:19.097DEBG 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 } }]INFOINFO
33842026-08-14T12:20:20.226Z adding route 172.17.0.6/32 -> 10.0.0.255 Aug 14 12:20:19.097
33852026-08-14T12:20:20.226Zadding route 172.17.0.5/32 -> 10.0.0.255
33862026-08-14T12:20:20.226ZDEBGAug 14 12:20:19.097 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 } }]INFOAug 14 12:20:19.097
33872026-08-14T12:20:20.226Z adding route 172.17.0.23/32 -> 10.0.0.255DEBG
33882026-08-14T12:20:20.226Zreplacing 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 14 12:20:19.097
33892026-08-14T12:20:20.226Z INFO adding route 172.17.0.6/32 -> 10.0.0.255
33902026-08-14T12:20:20.226ZAug 14 12:20:19.097 Aug 14 12:20:19.097DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 14 12:20:19.097Aug 14 12:20:19.097replacing 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 } }]
33912026-08-14T12:20:20.226Z INFO DEBGadding route 172.17.0.7/32 -> 10.0.0.255
33922026-08-14T12:20:20.258ZAug 14 12:20:19.097replacing 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 } }]
33932026-08-14T12:20:20.258Z
33942026-08-14T12:20:20.258ZDEBG 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 14 12:20:19.097
33952026-08-14T12:20:20.258ZAug 14 12:20:19.097Aug 14 12:20:19.097 DEBG INFOINFO 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 14 12:20:19.097 adding route 172.17.0.7/32 -> 10.0.0.255
33962026-08-14T12:20:20.258Z
33972026-08-14T12:20:20.258Zadding route 172.17.0.24/32 -> 10.0.0.255
33982026-08-14T12:20:20.258Z DEBG Aug 14 12:20:19.097INFOreplacing 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 14 12:20:19.097 INFOAug 14 12:20:19.097
33992026-08-14T12:20:20.258Z DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
34002026-08-14T12:20:20.258Z 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 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 } }]
34012026-08-14T12:20:20.258Zadding route 172.17.0.6/32 -> 10.0.0.255
34022026-08-14T12:20:20.258Z
34032026-08-14T12:20:20.258ZAug 14 12:20:19.097Aug 14 12:20:19.097 DEBG Aug 14 12:20:19.097INFO 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 } }]adding route 172.17.0.8/32 -> 10.0.0.255
34042026-08-14T12:20:20.258ZAug 14 12:20:19.098 DEBGAug 14 12:20:19.106 created new freemapDEBG, 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 } }]:
34052026-08-14T12:20:20.258Z freemap_route_ipv4
34062026-08-14T12:20:20.258ZAug 14 12:20:19.106Aug 14 12:20:19.097 adding route 172.17.0.8/32 -> 10.0.0.255 INFOAug 14 12:20:19.106 INFO
34072026-08-14T12:20:20.258Z DEBGAug 14 12:20:19.098 adding route 172.17.0.9/32 -> 10.0.0.255created new freemap
34082026-08-14T12:20:20.258Zadding route 172.17.0.25/32 -> 10.0.0.255
34092026-08-14T12:20:20.258Z, DEBG unitAug 14 12:20:19.106created new freemap:Aug 14 12:20:19.106 , freemap_route_ipv6 unit
34102026-08-14T12:20:20.258ZDEBG: 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 } }]freemap_route_ipv4
34112026-08-14T12:20:20.258ZDEBG Aug 14 12:20:19.106
34122026-08-14T12:20:20.258Z DEBG Aug 14 12:20:19.106replacing 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.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 14 12:20:19.106
34132026-08-14T12:20:20.258ZINFODEBG
34142026-08-14T12:20:20.258Zadding route 172.17.0.9/32 -> 10.0.0.255initted freemap. size: 64,
34152026-08-14T12:20:20.258ZAug 14 12:20:19.106unit Aug 14 12:20:19.106Aug 14 12:20:19.106 Aug 14 12:20:19.106INFO :DEBGDEBG INFO 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 172.17.0.10/32 -> 10.0.0.255 created new freemap
34162026-08-14T12:20:20.258Z
34172026-08-14T12:20:20.258Z, adding route 172.17.0.26/32 -> 10.0.0.255unit:
34182026-08-14T12:20:20.258Zfreemap_route_ipv4 Aug 14 12:20:19.106
34192026-08-14T12:20:20.258Z Aug 14 12:20:19.106 DEBGfreemap_route_ipv6
34202026-08-14T12:20:20.258ZINFOAug 14 12:20:19.106 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 14 12:20:19.106
34212026-08-14T12:20:20.258Z DEBGDEBGadding route 172.17.0.10/32 -> 10.0.0.255
34222026-08-14T12:20:20.258Z 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 14 12:20:19.106
34232026-08-14T12:20:20.258Z reset freemapDEBG, Aug 14 12:20:19.106 INFOinitted freemap. size: 64unit , :Aug 14 12:20:19.106adding route 172.17.0.11/32 -> 10.0.0.255Aug 14 12:20:19.106
34242026-08-14T12:20:20.258Zunit: INFO freemap_route_ipv4DEBGfreemap_route_ipv4adding route 172.17.0.27/32 -> 10.0.0.255
34252026-08-14T12:20:20.258Z
34262026-08-14T12:20:20.258Zreplacing 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 14 12:20:19.106
34272026-08-14T12:20:20.258Z
34282026-08-14T12:20:20.258Z DEBG Aug 14 12:20:19.106replacing 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 14 12:20:19.106DEBGAug 14 12:20:19.106
34292026-08-14T12:20:20.259Z initted freemap. size: 64 , DEBGAug 14 12:20:19.106DEBG unitreset freemap , :Aug 14 12:20:19.106unitreplacing 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 } }] :freemap_route_ipv6INFO INFO
34302026-08-14T12:20:20.259Z freemap_route_ipv4
34312026-08-14T12:20:20.259Z
34322026-08-14T12:20:20.259Zadding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
34332026-08-14T12:20:20.259Z
34342026-08-14T12:20:20.259ZAug 14 12:20:19.106Aug 14 12:20:19.106Aug 14 12:20:19.106 INFODEBG initted freemap. size: 64adding route 172.17.0.28/32 -> 10.0.0.255,
34352026-08-14T12:20:20.259ZAug 14 12:20:19.106unitAug 14 12:20:19.106DEBG reset freemap :DEBG , Aug 14 12:20:19.106unit 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 } }]DEBGfreemap_route_ipv6DEBG
34362026-08-14T12:20:20.259Zreplacing 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 } }]
34372026-08-14T12:20:20.259Z
34382026-08-14T12:20:20.259Zreplacing 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 } }]: freemap_route_ipv6
34392026-08-14T12:20:20.259Z
34402026-08-14T12:20:20.259ZAug 14 12:20:19.106 Aug 14 12:20:19.106DEBG Aug 14 12:20:19.106reset freemapINFO, Aug 14 12:20:19.106unit INFO Aug 14 12:20:19.106: INFOfreemap_route_ipv6
34412026-08-14T12:20:20.259Zadding route 172.17.0.12/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1INFO
34422026-08-14T12:20:20.259Zadding route 172.17.0.29/32 -> 10.0.0.255
34432026-08-14T12:20:20.259Zadding route 172.17.0.13/32 -> 10.0.0.255
34442026-08-14T12:20:20.259Z
34452026-08-14T12:20:20.259ZAug 14 12:20:19.106 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:20:19.106
34462026-08-14T12:20:20.259ZAug 14 12:20:19.106Aug 14 12:20:19.106 DEBGDEBG 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 } }]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 } }]Aug 14 12:20:19.106
34472026-08-14T12:20:20.259Z
34482026-08-14T12:20:20.259ZAug 14 12:20:19.106DEBGreplacing 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 } }]
34492026-08-14T12:20:20.259ZAug 14 12:20:19.106 DEBGreplacing 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 14 12:20:19.106Aug 14 12:20:19.106 INFOINFOINFOreplacing 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 } }]
34502026-08-14T12:20:20.259Z
34512026-08-14T12:20:20.259Z adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
34522026-08-14T12:20:20.259Z
34532026-08-14T12:20:20.259Zadding route 172.17.0.14/32 -> 10.0.0.255
34542026-08-14T12:20:20.259ZAug 14 12:20:19.106 INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 14 12:20:19.106
34552026-08-14T12:20:20.259ZAug 14 12:20:19.106Aug 14 12:20:19.106 DEBG INFOAug 14 12:20:19.106 DEBG Aug 14 12:20:19.106replacing 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 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.13/32 -> 10.0.0.255
34562026-08-14T12:20:20.259Z
34572026-08-14T12:20:20.259ZDEBGDEBG
34582026-08-14T12:20:20.259Zreplacing 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 } }]
34592026-08-14T12:20:20.259Zreplacing 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 14 12:20:19.106Aug 14 12:20:19.106Aug 14 12:20:19.106
34602026-08-14T12:20:20.259ZINFOAug 14 12:20:19.106 INFOINFOadding route 172.17.0.31/32 -> 10.0.0.255
34612026-08-14T12:20:20.259ZAug 14 12:20:19.106adding route 172.16.0.0/32 -> 10.0.0.3
34622026-08-14T12:20:20.259Zadding route 172.17.0.15/32 -> 10.0.0.255INFO
34632026-08-14T12:20:20.259Z adding route 172.16.0.0/32 -> 10.0.0.3Aug 14 12:20:19.106
34642026-08-14T12:20:20.259ZAug 14 12:20:19.106 DEBG DEBG DEBGreplacing 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 14 12:20:19.106Aug 14 12:20:19.106 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 } }]DEBG
34652026-08-14T12:20:20.259Z 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 } }]
34662026-08-14T12:20:20.260Z
34672026-08-14T12:20:20.260Zreplacing 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 } }]
34682026-08-14T12:20:20.260Z 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 14 12:20:19.106
34692026-08-14T12:20:20.260ZAug 14 12:20:19.106 INFOINFOAug 14 12:20:19.106 adding route 172.17.0.32/32 -> 10.0.0.255INFO
34702026-08-14T12:20:20.260Z Aug 14 12:20:19.106 Aug 14 12:20:19.106adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4
34712026-08-14T12:20:20.260ZINFOINFO adding route 172.16.0.0/32 -> 10.0.0.4
34722026-08-14T12:20:20.260Z
34732026-08-14T12:20:20.260Z adding route 172.17.0.14/32 -> 10.0.0.255
34742026-08-14T12:20:20.260ZAug 14 12:20:19.106 DEBGAug 14 12:20:19.106Aug 14 12:20:19.106Aug 14 12:20:19.106 DEBGDEBGreplacing 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 } }]
34752026-08-14T12:20:20.260ZDEBGreplacing 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 14 12:20:19.106
34762026-08-14T12:20:20.260Z 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 } }]
34772026-08-14T12:20:20.260ZDEBGreplacing 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 14 12:20:19.106
34782026-08-14T12:20:20.260Z INFOAug 14 12:20:19.106 adding route 172.17.0.33/32 -> 10.0.0.255Aug 14 12:20:19.106DEBG
34792026-08-14T12:20:20.260Z Aug 14 12:20:19.106 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.3, vlan_id: None } }] DEBG
34802026-08-14T12:20:20.260Z 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 } }]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 14 12:20:19.106
34812026-08-14T12:20:20.260Z
34822026-08-14T12:20:20.260Zadding route 172.17.0.15/32 -> 10.0.0.255DEBG
34832026-08-14T12:20:20.260Z 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 } }]
34842026-08-14T12:20:20.260ZAug 14 12:20:19.106 INFO adding route 172.17.0.17/32 -> 10.0.0.255
34852026-08-14T12:20:20.260ZAug 14 12:20:19.106Aug 14 12:20:19.106 Aug 14 12:20:19.106DEBGDEBG 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 } }]
34862026-08-14T12:20:20.260Zreplacing 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 } }]
34872026-08-14T12:20:20.260Zadding route 172.17.0.34/32 -> 10.0.0.255
34882026-08-14T12:20:20.260ZAug 14 12:20:19.106 INFOAug 14 12:20:19.097 Aug 14 12:20:19.106 Aug 14 12:20:19.106 DEBGINFO 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 } }]adding route 172.17.0.18/32 -> 10.0.0.255
34892026-08-14T12:20:20.260Zadding route 172.17.0.16/32 -> 10.0.0.255DEBG
34902026-08-14T12:20:20.260Z
34912026-08-14T12:20:20.260Zreplacing 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 } }]
34922026-08-14T12:20:20.287ZAug 14 12:20:19.106Aug 14 12:20:19.106 Aug 14 12:20:19.106 DEBGINFO Aug 14 12:20:19.106replacing 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.17.0.7/32 -> 10.0.0.255
34932026-08-14T12:20:20.287ZDEBG
34942026-08-14T12:20:20.287Z 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 } }]
34952026-08-14T12:20:20.287ZAug 14 12:20:19.106adding route 172.17.0.35/32 -> 10.0.0.255 INFO Aug 14 12:20:19.106adding route 172.17.0.19/32 -> 10.0.0.255
34962026-08-14T12:20:20.287Z Aug 14 12:20:19.106DEBG
34972026-08-14T12:20:20.287Z 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
34982026-08-14T12:20:20.287ZAug 14 12:20:19.106 adding route 172.17.0.17/32 -> 10.0.0.255DEBG
34992026-08-14T12:20:20.287Z Aug 14 12:20:19.106replacing 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 14 12:20:19.106DEBG INFOreplacing 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 } }]
35002026-08-14T12:20:20.287Z
35012026-08-14T12:20:20.287Zadding route 172.17.0.8/32 -> 10.0.0.255Aug 14 12:20:19.106
35022026-08-14T12:20:20.287Z DEBGAug 14 12:20:19.106Aug 14 12:20:19.106 INFO
35032026-08-14T12:20:20.287ZINFOAug 14 12:20:19.106 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.20/32 -> 10.0.0.255 adding route 172.17.0.36/32 -> 10.0.0.255
35042026-08-14T12:20:20.287Z
35052026-08-14T12:20:20.287ZDEBGAug 14 12:20:19.106 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 } }]
35062026-08-14T12:20:20.287ZINFOAug 14 12:20:19.106 Aug 14 12:20:19.106
35072026-08-14T12:20:20.287Z DEBG DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing 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 14 12:20:19.106
35082026-08-14T12:20:20.287Z
35092026-08-14T12:20:20.287Zreplacing 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 14 12:20:19.106
35102026-08-14T12:20:20.287Z INFO adding route 172.17.0.9/32 -> 10.0.0.255
35112026-08-14T12:20:20.287ZINFO Aug 14 12:20:19.106Aug 14 12:20:19.106 adding route 172.17.0.18/32 -> 10.0.0.255Aug 14 12:20:19.106INFOINFO
35122026-08-14T12:20:20.287Z Aug 14 12:20:19.106DEBGadding route 172.17.0.21/32 -> 10.0.0.255 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 } }]
35132026-08-14T12:20:20.287Z Aug 14 12:20:19.117 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 } }]DEBG
35142026-08-14T12:20:20.287Z 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 } }]
35152026-08-14T12:20:20.287ZAug 14 12:20:19.117Aug 14 12:20:19.106 Aug 14 12:20:19.117INFO INFO
35162026-08-14T12:20:20.287Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff adding route 172.17.0.22/32 -> 10.0.0.255
35172026-08-14T12:20:20.288ZDEBG
35182026-08-14T12:20:20.288Z 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 14 12:20:19.117
35192026-08-14T12:20:20.288Z Aug 14 12:20:19.117INFO DEBG adding route 172.17.0.10/32 -> 10.0.0.255Aug 14 12:20:19.117Aug 14 12:20:19.117
35202026-08-14T12:20:20.288Z 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 } }]adding route 172.17.0.19/32 -> 10.0.0.255
35212026-08-14T12:20:20.288Z
35222026-08-14T12:20:20.288ZAug 14 12:20:19.117DEBG DEBGAug 14 12:20:19.117replacing 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 } }]
35232026-08-14T12:20:20.288Z 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 14 12:20:19.117DEBG INFO 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 14 12:20:19.117
35242026-08-14T12:20:20.288Z
35252026-08-14T12:20:20.288Zadding route 172.17.0.23/32 -> 10.0.0.255INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
35262026-08-14T12:20:20.288Z
35272026-08-14T12:20:20.288ZAug 14 12:20:19.117 Aug 14 12:20:19.117INFO INFOadding route 172.17.0.11/32 -> 10.0.0.255Aug 14 12:20:19.117
35282026-08-14T12:20:20.288Z DEBGadding route 172.17.0.20/32 -> 10.0.0.255
35292026-08-14T12:20:20.288Zreplacing 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 } }]
35302026-08-14T12:20:20.288ZAug 14 12:20:19.117 Aug 14 12:20:19.117DEBG Aug 14 12:20:19.117Aug 14 12:20:19.117 DEBG DEBGINFO 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:beef:34::/64 -> 2001:db8::55:ff
35312026-08-14T12:20:20.288Zreplacing 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 } }]
35322026-08-14T12:20:20.288Z
35332026-08-14T12:20:20.288Zreplacing 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 } }]
35342026-08-14T12:20:20.288ZAug 14 12:20:19.117Aug 14 12:20:19.117Aug 14 12:20:19.117 INFODEBGINFO 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 172.17.0.21/32 -> 10.0.0.255Aug 14 12:20:19.117adding route 172.17.0.24/32 -> 10.0.0.255
35352026-08-14T12:20:20.288Z
35362026-08-14T12:20:20.288Z
35372026-08-14T12:20:20.288Z INFO adding route 172.17.0.12/32 -> 10.0.0.255
35382026-08-14T12:20:20.288ZAug 14 12:20:19.117 DEBGAug 14 12:20:19.117 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 } }]DEBGAug 14 12:20:19.117
35392026-08-14T12:20:20.288Z 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 } }]Aug 14 12:20:19.117 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 } }]INFOAug 14 12:20:19.117
35402026-08-14T12:20:20.288Z
35412026-08-14T12:20:20.288Z INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.17.0.22/32 -> 10.0.0.255
35422026-08-14T12:20:20.288Z
35432026-08-14T12:20:20.288ZAug 14 12:20:19.117Aug 14 12:20:19.117 INFOAug 14 12:20:19.117INFO adding route 172.17.0.25/32 -> 10.0.0.255
35442026-08-14T12:20:20.288Zadding route 172.17.0.13/32 -> 10.0.0.255DEBG
35452026-08-14T12:20:20.288Zreplacing 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 14 12:20:19.117
35462026-08-14T12:20:20.288Z Aug 14 12:20:19.117DEBGAug 14 12:20:19.117 DEBGDEBG 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 } }]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 } }]
35472026-08-14T12:20:20.288ZAug 14 12:20:19.117
35482026-08-14T12:20:20.288Z 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 } }]
35492026-08-14T12:20:20.288ZINFOAug 14 12:20:19.117 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFOAug 14 12:20:19.117
35502026-08-14T12:20:20.288ZINFOadding route 172.17.0.14/32 -> 10.0.0.255
35512026-08-14T12:20:20.288ZAug 14 12:20:19.117adding route 172.17.0.26/32 -> 10.0.0.255
35522026-08-14T12:20:20.288ZINFOAug 14 12:20:19.117 Aug 14 12:20:19.117adding route 172.17.0.23/32 -> 10.0.0.255 DEBG DEBGAug 14 12:20:19.117
35532026-08-14T12:20:20.288Zreplacing 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 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 } }]
35542026-08-14T12:20:20.289Z
35552026-08-14T12:20:20.289ZAug 14 12:20:19.117DEBG Aug 14 12:20:19.117replacing 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 } }]DEBG
35562026-08-14T12:20:20.289Z Aug 14 12:20:19.117INFOreplacing 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 } }]
35572026-08-14T12:20:20.289Z INFOAug 14 12:20:19.117adding route 3fff:beef:37::/64 -> 2001:db8::55:ff adding route 172.17.0.15/32 -> 10.0.0.255
35582026-08-14T12:20:20.289Z
35592026-08-14T12:20:20.289ZINFO adding route 172.17.0.27/32 -> 10.0.0.255
35602026-08-14T12:20:20.289ZAug 14 12:20:19.117 Aug 14 12:20:19.117DEBGAug 14 12:20:19.117 DEBGreplacing 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 } }]
35612026-08-14T12:20:20.289ZINFOreplacing 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 14 12:20:19.117
35622026-08-14T12:20:20.289Z adding route 172.17.0.24/32 -> 10.0.0.255
35632026-08-14T12:20:20.289ZDEBGAug 14 12:20:19.117 Aug 14 12:20:19.117replacing 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 } }] INFO
35642026-08-14T12:20:20.289ZINFO adding route 172.17.0.16/32 -> 10.0.0.255
35652026-08-14T12:20:20.289Zadding route 172.17.0.28/32 -> 10.0.0.255Aug 14 12:20:19.117
35662026-08-14T12:20:20.289Z Aug 14 12:20:19.117DEBG 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 } }]Aug 14 12:20:19.117
35672026-08-14T12:20:20.289Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
35682026-08-14T12:20:20.289ZAug 14 12:20:19.117 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 } }]
35692026-08-14T12:20:20.289ZDEBGadding route 172.17.0.37/32 -> 10.0.0.255 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 } }]
35702026-08-14T12:20:20.289Z
35712026-08-14T12:20:20.289ZAug 14 12:20:19.117 DEBGAug 14 12:20:19.117 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 14 12:20:19.117 INFO adding route 172.17.0.29/32 -> 10.0.0.255
35722026-08-14T12:20:20.289ZINFO adding route 172.17.0.25/32 -> 10.0.0.255
35732026-08-14T12:20:20.289ZAug 14 12:20:19.117 INFOAug 14 12:20:19.125 Aug 14 12:20:19.125adding route 172.17.0.17/32 -> 10.0.0.255
35742026-08-14T12:20:20.289ZDEBGDEBG 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 } }]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 } }]
35752026-08-14T12:20:20.289Z
35762026-08-14T12:20:20.289ZAug 14 12:20:19.125
35772026-08-14T12:20:20.289ZAug 14 12:20:19.125 DEBGINFOAug 14 12:20:19.125 INFO 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.26/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
35782026-08-14T12:20:20.289Z
35792026-08-14T12:20:20.289ZAug 14 12:20:19.125
35802026-08-14T12:20:20.289Z INFO Aug 14 12:20:19.125adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
35812026-08-14T12:20:20.289ZDEBGAug 14 12:20:19.125 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 } }]INFOAug 14 12:20:19.125
35822026-08-14T12:20:20.289ZAug 14 12:20:19.125 adding route 172.17.0.18/32 -> 10.0.0.255 DEBGDEBG
35832026-08-14T12:20:20.289ZAug 14 12:20:19.125 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 } }]
35842026-08-14T12:20:20.289ZINFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 14 12:20:19.125
35852026-08-14T12:20:20.289Z Aug 14 12:20:19.125 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 } }]INFODEBG Aug 14 12:20:19.125adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff 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 } }]
35862026-08-14T12:20:20.289Z
35872026-08-14T12:20:20.289Z
35882026-08-14T12:20:20.289ZDEBG 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 } }]
35892026-08-14T12:20:20.289ZAug 14 12:20:19.125Aug 14 12:20:19.125 DEBGAug 14 12:20:19.125 INFO 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
35902026-08-14T12:20:20.289Z Aug 14 12:20:19.125adding route 172.17.0.32/32 -> 10.0.0.255 adding route 172.17.0.27/32 -> 10.0.0.255
35912026-08-14T12:20:20.289Z
35922026-08-14T12:20:20.295ZINFO adding route 172.17.0.19/32 -> 10.0.0.255
35932026-08-14T12:20:20.295ZAug 14 12:20:19.125Aug 14 12:20:19.125 INFODEBG Aug 14 12:20:19.125 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing 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 } }]
35942026-08-14T12:20:20.295ZDEBG
35952026-08-14T12:20:20.295Z 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 } }]
35962026-08-14T12:20:20.295ZAug 14 12:20:19.125 Aug 14 12:20:19.125DEBGAug 14 12:20:19.125Aug 14 12:20:19.125 INFODEBG 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 } }] 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 } }]adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
35972026-08-14T12:20:20.295Z
35982026-08-14T12:20:20.295Z
35992026-08-14T12:20:20.295Z
36002026-08-14T12:20:20.295ZAug 14 12:20:19.125Aug 14 12:20:19.125 DEBGDEBG 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.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 } }]
36012026-08-14T12:20:20.295Z
36022026-08-14T12:20:20.295ZAug 14 12:20:19.125Aug 14 12:20:19.125 INFOINFO Aug 14 12:20:19.125adding route 172.17.0.28/32 -> 10.0.0.255 INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Aug 14 12:20:19.125adding route 172.17.0.21/32 -> 10.0.0.255
36032026-08-14T12:20:20.295ZINFO
36042026-08-14T12:20:20.295Z
36052026-08-14T12:20:20.295Z Aug 14 12:20:19.125Aug 14 12:20:19.125Aug 14 12:20:19.125 DEBGDEBGDEBG 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 } }]
36062026-08-14T12:20:20.295Zreplacing 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.34/32 -> 10.0.0.255
36072026-08-14T12:20:20.295Z
36082026-08-14T12:20:20.295Zreplacing 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 14 12:20:19.125
36092026-08-14T12:20:20.295ZDEBGAug 14 12:20:19.125 failed to allocate space for the new target listAug 14 12:20:19.125
36102026-08-14T12:20:20.295Z DEBG 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 } }] Aug 14 12:20:19.125
36112026-08-14T12:20:20.295ZAug 14 12:20:19.125 INFODEBGadding route 172.17.0.22/32 -> 10.0.0.255
36122026-08-14T12:20:20.295Zreplacing 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 } }]
36132026-08-14T12:20:20.295Zadding route 172.17.0.29/32 -> 10.0.0.255
36142026-08-14T12:20:20.295ZAug 14 12:20:19.125Aug 14 12:20:19.125 Aug 14 12:20:19.125DEBG INFO 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 } }] 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 } }]adding route 172.17.0.35/32 -> 10.0.0.255
36152026-08-14T12:20:20.296Z
36162026-08-14T12:20:20.296Z
36172026-08-14T12:20:20.296ZAug 14 12:20:19.125Aug 14 12:20:19.125 INFODEBG adding route 172.17.0.23/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 } }]
36182026-08-14T12:20:20.296Z
36192026-08-14T12:20:20.296ZAug 14 12:20:19.125Aug 14 12:20:19.117Aug 14 12:20:19.125Aug 14 12:20:19.125 INFODEBG adding route 172.17.0.36/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 } }]
36202026-08-14T12:20:20.296ZDEBG
36212026-08-14T12:20:20.296Zreplacing 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
36222026-08-14T12:20:20.296Zadding route 172.17.0.30/32 -> 10.0.0.255Aug 14 12:20:19.125
36232026-08-14T12:20:20.296Z Aug 14 12:20:19.125INFO Aug 14 12:20:19.125DEBG adding route 172.17.0.24/32 -> 10.0.0.255INFO
36242026-08-14T12:20:20.296Z 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.38/32 -> 10.0.0.255
36252026-08-14T12:20:20.296Z
36262026-08-14T12:20:20.296ZAug 14 12:20:19.125 DEBGAug 14 12:20:19.125 Aug 14 12:20:19.125DEBGreplacing 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 } }] INFOAug 14 12:20:19.125 adding route 172.17.0.37/32 -> 10.0.0.255
36272026-08-14T12:20:20.296Z
36282026-08-14T12:20:20.296ZDEBG 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 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 } }]Aug 14 12:20:19.125
36292026-08-14T12:20:20.296Z
36302026-08-14T12:20:20.296Z Aug 14 12:20:19.125DEBG INFOAug 14 12:20:19.125Aug 14 12:20:19.125 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 } }] INFO
36312026-08-14T12:20:20.296Z adding route 172.17.0.25/32 -> 10.0.0.255INFOadding route 172.17.0.31/32 -> 10.0.0.255
36322026-08-14T12:20:20.296Z
36332026-08-14T12:20:20.296Zadding route 172.17.0.39/32 -> 10.0.0.255
36342026-08-14T12:20:20.296ZAug 14 12:20:19.125 INFOAug 14 12:20:19.125Aug 14 12:20:19.125 Aug 14 12:20:19.125 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 } }]DEBG
36352026-08-14T12:20:20.296Zadding route 172.17.0.38/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 } }]DEBG
36362026-08-14T12:20:20.296Z
36372026-08-14T12:20:20.296Zreplacing 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 14 12:20:19.125
36382026-08-14T12:20:20.296ZINFOAug 14 12:20:19.125 Aug 14 12:20:19.125adding route 172.17.0.26/32 -> 10.0.0.255 INFODEBG
36392026-08-14T12:20:20.296Z Aug 14 12:20:19.125 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 } }]INFO
36402026-08-14T12:20:20.296Z Aug 14 12:20:19.125adding route 172.17.0.40/32 -> 10.0.0.255
36412026-08-14T12:20:20.296Zadding route 172.17.0.32/32 -> 10.0.0.255Aug 14 12:20:19.125DEBG
36422026-08-14T12:20:20.296Z 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 } }]
36432026-08-14T12:20:20.296Zadding route 172.17.0.39/32 -> 10.0.0.255Aug 14 12:20:19.125
36442026-08-14T12:20:20.296Z Aug 14 12:20:19.125Aug 14 12:20:19.125DEBG 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 14 12:20:19.125INFO DEBGDEBG
36452026-08-14T12:20:20.296Z 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 } }]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 } }]adding route 172.17.0.27/32 -> 10.0.0.255
36462026-08-14T12:20:20.296Z
36472026-08-14T12:20:20.296Z
36482026-08-14T12:20:20.296ZAug 14 12:20:19.125Aug 14 12:20:19.125Aug 14 12:20:19.125Aug 14 12:20:19.125 DEBGINFO INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.33/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 } }]
36492026-08-14T12:20:20.296Zadding route 172.17.0.41/32 -> 10.0.0.255
36502026-08-14T12:20:20.296Z
36512026-08-14T12:20:20.296Z
36522026-08-14T12:20:20.297ZAug 14 12:20:19.125 DEBG Aug 14 12:20:19.125Aug 14 12:20:19.125replacing 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 14 12:20:19.125
36532026-08-14T12:20:20.297ZINFO DEBGadding route 172.17.0.28/32 -> 10.0.0.255
36542026-08-14T12:20:20.297Zreplacing 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 } }]
36552026-08-14T12:20:20.297ZAug 14 12:20:19.125DEBG INFO 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.41/32 -> 10.0.0.255
36562026-08-14T12:20:20.297Z
36572026-08-14T12:20:20.297ZAug 14 12:20:19.125Aug 14 12:20:19.125 INFO adding route 172.17.0.42/32 -> 10.0.0.255DEBGAug 14 12:20:19.125 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 } }]
36582026-08-14T12:20:20.297Z
36592026-08-14T12:20:20.297ZAug 14 12:20:19.125INFO DEBG adding route 172.17.0.34/32 -> 10.0.0.255replacing 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 } }]
36602026-08-14T12:20:20.297ZAug 14 12:20:19.125
36612026-08-14T12:20:20.297ZAug 14 12:20:19.125 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 14 12:20:19.125INFOAug 14 12:20:19.125 INFO
36622026-08-14T12:20:20.297Zadding route 172.17.0.29/32 -> 10.0.0.255
36632026-08-14T12:20:20.297ZDEBG adding route 172.17.0.42/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 } }]
36642026-08-14T12:20:20.297ZAug 14 12:20:19.125
36652026-08-14T12:20:20.297Z Aug 14 12:20:19.125INFO adding route 172.17.0.43/32 -> 10.0.0.255DEBG
36662026-08-14T12:20:20.297Z Aug 14 12:20:19.125 Aug 14 12:20:19.125replacing 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
36672026-08-14T12:20:20.297Z Aug 14 12:20:19.125 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
36682026-08-14T12:20:20.297Zadding route 172.17.0.35/32 -> 10.0.0.255Aug 14 12:20:19.125DEBG
36692026-08-14T12:20:20.297Z Aug 14 12:20:19.125 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 } }]INFO
36702026-08-14T12:20:20.297Z INFOAug 14 12:20:19.125adding route 172.17.0.30/32 -> 10.0.0.255 DEBG
36712026-08-14T12:20:20.297Zadding route 172.17.0.43/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 } }]
36722026-08-14T12:20:20.297Z
36732026-08-14T12:20:20.297ZAug 14 12:20:19.125 Aug 14 12:20:19.125INFO Aug 14 12:20:19.125Aug 14 12:20:19.125DEBG adding route 172.17.0.44/32 -> 10.0.0.255INFOreplacing 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 } }]
36742026-08-14T12:20:20.297ZDEBG
36752026-08-14T12:20:20.297Zreplacing 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 } }] adding route 172.17.0.36/32 -> 10.0.0.255
36762026-08-14T12:20:20.297Z
36772026-08-14T12:20:20.297ZAug 14 12:20:19.125Aug 14 12:20:19.125 Aug 14 12:20:19.125Aug 14 12:20:19.125INFO DEBGINFO adding route 172.17.0.31/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 } }]adding route 172.17.0.44/32 -> 10.0.0.255
36782026-08-14T12:20:20.297Z
36792026-08-14T12:20:20.297Z
36802026-08-14T12:20:20.297ZDEBG 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 } }]
36812026-08-14T12:20:20.297ZAug 14 12:20:19.125Aug 14 12:20:19.125Aug 14 12:20:19.125 DEBGDEBGAug 14 12:20:19.125 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.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 } }]
36822026-08-14T12:20:20.297Z INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255
36832026-08-14T12:20:20.297Z
36842026-08-14T12:20:20.297ZAug 14 12:20:19.125 INFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
36852026-08-14T12:20:20.297Z
36862026-08-14T12:20:20.297ZAug 14 12:20:19.125 INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 14 12:20:19.125Aug 14 12:20:19.125
36872026-08-14T12:20:20.297ZAug 14 12:20:19.125 DEBGDEBG 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 14 12:20:19.125 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 } }]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 } }]
36882026-08-14T12:20:20.297Z
36892026-08-14T12:20:20.297ZAug 14 12:20:19.126DEBG Aug 14 12:20:19.143DEBG created new freemapINFOreplacing 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 } }],
36902026-08-14T12:20:20.297ZAug 14 12:20:19.143adding route 172.17.0.46/32 -> 10.0.0.255
36912026-08-14T12:20:20.298ZINFOunit Aug 14 12:20:19.143:adding route 172.17.0.33/32 -> 10.0.0.255Aug 14 12:20:19.143
36922026-08-14T12:20:20.302ZINFO DEBG adding route 172.17.0.46/32 -> 10.0.0.255replacing 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 } }]
36932026-08-14T12:20:20.302Z
36942026-08-14T12:20:20.302Zfreemap_route_ipv4Aug 14 12:20:19.143
36952026-08-14T12:20:20.302Z 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 } }]Aug 14 12:20:19.143
36962026-08-14T12:20:20.302Z Aug 14 12:20:19.143DEBG INFOreplacing 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 } }]
36972026-08-14T12:20:20.302Zadding route 172.17.0.47/32 -> 10.0.0.255
36982026-08-14T12:20:20.302ZAug 14 12:20:19.143 Aug 14 12:20:19.143Aug 14 12:20:19.143INFO INFOadding route 172.17.0.34/32 -> 10.0.0.255Aug 14 12:20:19.143
36992026-08-14T12:20:20.302Z adding route 172.17.0.47/32 -> 10.0.0.255 DEBG
37002026-08-14T12:20:20.302Z 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 } }]Aug 14 12:20:19.143
37012026-08-14T12:20:20.302Z Aug 14 12:20:19.143 DEBGcreated new freemap 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 } }] , 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 } }]unit
37022026-08-14T12:20:20.302Z
37032026-08-14T12:20:20.302Z: freemap_route_ipv6
37042026-08-14T12:20:20.302ZAug 14 12:20:19.143Aug 14 12:20:19.143 INFOINFO Aug 14 12:20:19.143adding route 172.17.0.48/32 -> 10.0.0.255 Aug 14 12:20:19.143
37052026-08-14T12:20:20.302Z DEBGINFO initted freemap. size: 64adding route 172.17.0.48/32 -> 10.0.0.255,
37062026-08-14T12:20:20.302Zadding route 172.17.0.35/32 -> 10.0.0.255unit
37072026-08-14T12:20:20.302Z: Aug 14 12:20:19.143freemap_route_ipv4
37082026-08-14T12:20:20.302ZAug 14 12:20:19.143Aug 14 12:20:19.143DEBG Aug 14 12:20:19.143DEBG 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 } }]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 } }]DEBG
37092026-08-14T12:20:20.302Z
37102026-08-14T12:20:20.302Z 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 } }]
37112026-08-14T12:20:20.302ZAug 14 12:20:19.143reset freemap Aug 14 12:20:19.143, INFOunitAug 14 12:20:19.143: INFOadding route 172.17.0.49/32 -> 10.0.0.255 INFO
37122026-08-14T12:20:20.302Z adding route 172.17.0.49/32 -> 10.0.0.255 freemap_route_ipv4adding route 172.17.0.36/32 -> 10.0.0.255
37132026-08-14T12:20:20.302Z
37142026-08-14T12:20:20.302Z
37152026-08-14T12:20:20.302ZAug 14 12:20:19.143Aug 14 12:20:19.143Aug 14 12:20:19.143 DEBGDEBGDEBG Aug 14 12:20:19.143 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 } }]
37162026-08-14T12:20:20.302ZDEBG 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 } }]initted freemap. size: 64
37172026-08-14T12:20:20.302Z , unitreplacing 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 } }]:
37182026-08-14T12:20:20.302ZAug 14 12:20:19.143 freemap_route_ipv6Aug 14 12:20:19.143INFOAug 14 12:20:19.143 INFOadding route 172.17.0.50/32 -> 10.0.0.255
37192026-08-14T12:20:20.302Zadding route 172.17.0.37/32 -> 10.0.0.255
37202026-08-14T12:20:20.302Z
37212026-08-14T12:20:20.302ZINFO adding route 172.17.0.50/32 -> 10.0.0.255
37222026-08-14T12:20:20.302ZAug 14 12:20:19.143 Aug 14 12:20:19.143DEBG Aug 14 12:20:19.143replacing 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 } }]DEBG
37232026-08-14T12:20:20.302Z Aug 14 12:20:19.143DEBG 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 } }]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 } }],
37242026-08-14T12:20:20.302Z
37252026-08-14T12:20:20.303Zunit:Aug 14 12:20:19.143 freemap_route_ipv6INFOAug 14 12:20:19.143
37262026-08-14T12:20:20.303Z adding route 172.17.0.51/32 -> 10.0.0.255Aug 14 12:20:19.143INFO
37272026-08-14T12:20:20.303Z INFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
37282026-08-14T12:20:20.303ZAug 14 12:20:19.143
37292026-08-14T12:20:20.303ZINFO Aug 14 12:20:19.143adding route 172.16.0.0/32 -> 10.0.0.1 Aug 14 12:20:19.143DEBG DEBG
37302026-08-14T12:20:20.303Z 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.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 } }]
37312026-08-14T12:20:20.303ZAug 14 12:20:19.143
37322026-08-14T12:20:20.303Z DEBG Aug 14 12:20:19.143replacing 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 14 12:20:19.143
37332026-08-14T12:20:20.303Z INFOAug 14 12:20:19.143DEBG adding route 172.17.0.52/32 -> 10.0.0.255INFO
37342026-08-14T12:20:20.303Z adding route 172.17.0.39/32 -> 10.0.0.255Aug 14 12:20:19.143
37352026-08-14T12:20:20.303Zreplacing 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 } }]
37362026-08-14T12:20:20.303ZINFOAug 14 12:20:19.143Aug 14 12:20:19.143 DEBGadding route 172.17.0.52/32 -> 10.0.0.255
37372026-08-14T12:20:20.303Zreplacing 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 14 12:20:19.143
37382026-08-14T12:20:20.303ZDEBG INFOreplacing 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 14 12:20:19.143 adding route 172.16.0.0/32 -> 10.0.0.2
37392026-08-14T12:20:20.303Z
37402026-08-14T12:20:20.303ZDEBG Aug 14 12:20:19.143replacing 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 } }]
37412026-08-14T12:20:20.303ZINFOAug 14 12:20:19.143Aug 14 12:20:19.143 INFOadding route 172.17.0.53/32 -> 10.0.0.255
37422026-08-14T12:20:20.303ZDEBGAug 14 12:20:19.143adding route 172.17.0.40/32 -> 10.0.0.255
37432026-08-14T12:20:20.303Zreplacing 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 } }]
37442026-08-14T12:20:20.303ZAug 14 12:20:19.143INFO DEBG adding route 172.17.0.53/32 -> 10.0.0.255Aug 14 12:20:19.143
37452026-08-14T12:20:20.303Zreplacing 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 } }] DEBG
37462026-08-14T12:20:20.303Zreplacing 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 } }]
37472026-08-14T12:20:20.303ZAug 14 12:20:19.143Aug 14 12:20:19.143 DEBGINFO Aug 14 12:20:19.143replacing 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 } }] INFOadding route 172.16.0.0/32 -> 10.0.0.3Aug 14 12:20:19.143
37482026-08-14T12:20:20.303Z
37492026-08-14T12:20:20.303Z adding route 172.17.0.41/32 -> 10.0.0.255INFO
37502026-08-14T12:20:20.303ZAug 14 12:20:19.143Aug 14 12:20:19.143 adding route 172.17.0.54/32 -> 10.0.0.255INFO
37512026-08-14T12:20:20.303Z 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 } }]adding route 172.17.0.54/32 -> 10.0.0.255
37522026-08-14T12:20:20.303ZAug 14 12:20:19.143
37532026-08-14T12:20:20.303Z DEBGAug 14 12:20:19.143 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 } }]DEBG
37542026-08-14T12:20:20.303ZAug 14 12:20:19.143Aug 14 12:20:19.143 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 } }]INFO
37552026-08-14T12:20:20.303Z Aug 14 12:20:19.143DEBG 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.4INFO
37562026-08-14T12:20:20.303Z Aug 14 12:20:19.143adding route 172.17.0.42/32 -> 10.0.0.255
37572026-08-14T12:20:20.303Z
37582026-08-14T12:20:20.303Z Aug 14 12:20:19.143INFO INFOAug 14 12:20:19.143 Aug 14 12:20:19.143 adding route 172.17.0.55/32 -> 10.0.0.255DEBG
37592026-08-14T12:20:20.303Ztest route::tests::delete_target_full ... ok
37602026-08-14T12:20:20.303Z 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
37612026-08-14T12:20:20.303Z adding route 172.17.0.55/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 } }]
37622026-08-14T12:20:20.303ZAug 14 12:20:19.143
37632026-08-14T12:20:20.303ZAug 14 12:20:19.143 DEBG INFOreplacing 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 14 12:20:19.143adding route 172.17.0.43/32 -> 10.0.0.255
37642026-08-14T12:20:20.303ZAug 14 12:20:19.143INFO
37652026-08-14T12:20:20.304Z DEBG adding route 172.17.0.0/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 } }]
37662026-08-14T12:20:20.304ZAug 14 12:20:19.143Aug 14 12:20:19.143
37672026-08-14T12:20:20.304Z INFODEBG Aug 14 12:20:19.143adding route 172.17.0.56/32 -> 10.0.0.255Aug 14 12:20:19.143replacing 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 } }]
37682026-08-14T12:20:20.304Ztest route::tests::delete_targets_full ... ok
37692026-08-14T12:20:20.304ZINFO
37702026-08-14T12:20:20.304Ztest route::tests::add_target_fails_full ... ok
37712026-08-14T12:20:20.304Z DEBG adding route 172.17.0.56/32 -> 10.0.0.255Aug 14 12:20:19.143 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 } }]
37722026-08-14T12:20:20.304ZDEBGAug 14 12:20:19.143 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 } }]
37732026-08-14T12:20:20.304Z
37742026-08-14T12:20:20.304ZAug 14 12:20:19.143INFO adding route 172.17.0.44/32 -> 10.0.0.255DEBG
37752026-08-14T12:20:20.304Z Aug 14 12:20:19.143replacing 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 } }]
37762026-08-14T12:20:20.304ZINFOAug 14 12:20:19.143 adding route 172.17.0.1/32 -> 10.0.0.255 Aug 14 12:20:19.143
37772026-08-14T12:20:20.304Z INFOAug 14 12:20:19.143 DEBG INFOadding route 172.17.0.57/32 -> 10.0.0.255
37782026-08-14T12:20:20.304Zadding 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 } }]
37792026-08-14T12:20:20.304Z
37802026-08-14T12:20:20.304ZAug 14 12:20:19.143 DEBGAug 14 12:20:19.143Aug 14 12:20:19.143 DEBGreplacing 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.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 } }]INFO
37812026-08-14T12:20:20.304ZAug 14 12:20:19.143 DEBGadding route 172.17.0.45/32 -> 10.0.0.255Aug 14 12:20:19.143
37822026-08-14T12:20:20.304Z
37832026-08-14T12:20:20.304ZINFO adding route 172.17.0.58/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 } }]
37842026-08-14T12:20:20.304Z
37852026-08-14T12:20:20.304ZAug 14 12:20:19.143Aug 14 12:20:19.143 Aug 14 12:20:19.143INFODEBG 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 } }]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 } }]
37862026-08-14T12:20:20.304Z
37872026-08-14T12:20:20.304Z Aug 14 12:20:19.143adding route 172.17.0.2/32 -> 10.0.0.255
37882026-08-14T12:20:20.304ZAug 14 12:20:19.143Aug 14 12:20:19.143INFO INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255 adding route 172.17.0.59/32 -> 10.0.0.255
37892026-08-14T12:20:20.304Z
37902026-08-14T12:20:20.304Z
37912026-08-14T12:20:20.304ZAug 14 12:20:19.143 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 } }]Aug 14 12:20:19.143Aug 14 12:20:19.143 DEBG
37922026-08-14T12:20:20.308Z DEBGreplacing 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 14 12:20:19.143replacing 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 } }]
37932026-08-14T12:20:20.308ZDEBG
37942026-08-14T12:20:20.308Z 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 } }]
37952026-08-14T12:20:20.308ZAug 14 12:20:19.143Aug 14 12:20:19.143 Aug 14 12:20:19.143INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255INFO Aug 14 12:20:19.143adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255
37962026-08-14T12:20:20.308Z
37972026-08-14T12:20:20.308Z INFO
37982026-08-14T12:20:20.308Zadding route 172.17.0.47/32 -> 10.0.0.255Aug 14 12:20:19.143
37992026-08-14T12:20:20.308Z Aug 14 12:20:19.143DEBG 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 } }]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 14 12:20:19.143Aug 14 12:20:19.143
38002026-08-14T12:20:20.308Z DEBGDEBG 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 } }]
38012026-08-14T12:20:20.308Z
38022026-08-14T12:20:20.308Zreplacing 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 14 12:20:19.143 INFO adding route 172.17.0.61/32 -> 10.0.0.255
38032026-08-14T12:20:20.308ZAug 14 12:20:19.152 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 } }]
38042026-08-14T12:20:20.308ZAug 14 12:20:19.152 Aug 14 12:20:19.152INFO INFOadding route 172.17.0.62/32 -> 10.0.0.255
38052026-08-14T12:20:20.308Zadding route 172.17.0.60/32 -> 10.0.0.255
38062026-08-14T12:20:20.308Z
38072026-08-14T12:20:20.309ZAug 14 12:20:19.153 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 } }]Aug 14 12:20:19.153
38082026-08-14T12:20:20.309Z Aug 14 12:20:19.153INFO DEBGAug 14 12:20:19.153 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.38/32 -> 10.0.0.255
38092026-08-14T12:20:20.309Z
38102026-08-14T12:20:20.309ZDEBG failed to allocate space for the new target listAug 14 12:20:19.153 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 } }]
38112026-08-14T12:20:20.309Z
38122026-08-14T12:20:20.309ZAug 14 12:20:19.153Aug 14 12:20:19.153 Aug 14 12:20:19.153DEBG INFOfailed to allocate space for the new target list adding route 172.17.0.39/32 -> 10.0.0.255DEBG
38132026-08-14T12:20:20.309Z
38142026-08-14T12:20:20.309Z 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 14 12:20:19.153Aug 14 12:20:19.153 DEBGDEBG
38152026-08-14T12:20:20.309Z 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 } }]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 } }]
38162026-08-14T12:20:20.309Z
38172026-08-14T12:20:20.309Z
38182026-08-14T12:20:20.309ZAug 14 12:20:19.153 INFO adding route 172.17.0.40/32 -> 10.0.0.255
38192026-08-14T12:20:20.309ZAug 14 12:20:19.153 Aug 14 12:20:19.153INFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255
38202026-08-14T12:20:20.309Zreplacing 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 } }]
38212026-08-14T12:20:20.309ZAug 14 12:20:19.153 INFO adding route 172.17.0.41/32 -> 10.0.0.255
38222026-08-14T12:20:20.309ZAug 14 12:20:19.153Aug 14 12:20:19.153 DEBGDEBG 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 } }]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 } }]
38232026-08-14T12:20:20.309Z
38242026-08-14T12:20:20.309ZAug 14 12:20:19.153 Aug 14 12:20:19.153INFO INFOadding route 172.17.0.42/32 -> 10.0.0.255
38252026-08-14T12:20:20.309Zadding route 172.17.0.49/32 -> 10.0.0.255
38262026-08-14T12:20:20.309ZAug 14 12:20:19.153 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 } }]
38272026-08-14T12:20:20.309ZAug 14 12:20:19.153Aug 14 12:20:19.153 INFO adding route 172.17.0.50/32 -> 10.0.0.255
38282026-08-14T12:20:20.309Z DEBG Aug 14 12:20:19.153replacing 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 } }]
38292026-08-14T12:20:20.309ZDEBG 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 } }]
38302026-08-14T12:20:20.309ZAug 14 12:20:19.153 INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 14 12:20:19.152
38312026-08-14T12:20:20.309ZAug 14 12:20:19.153 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255Aug 14 12:20:19.153
38322026-08-14T12:20:20.309Z
38332026-08-14T12:20:20.309Z 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 } }]
38342026-08-14T12:20:20.309ZAug 14 12:20:19.153Aug 14 12:20:19.153 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 } }]Aug 14 12:20:19.153
38352026-08-14T12:20:20.309Zreplacing 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 } }]
38362026-08-14T12:20:20.309ZINFO adding route 172.17.0.44/32 -> 10.0.0.255
38372026-08-14T12:20:20.309ZAug 14 12:20:19.153 Aug 14 12:20:19.153INFO Aug 14 12:20:19.153INFO adding route 172.17.0.52/32 -> 10.0.0.255DEBG
38382026-08-14T12:20:20.309Zadding route 172.17.0.5/32 -> 10.0.0.255
38392026-08-14T12:20:20.309Zreplacing 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 } }]
38402026-08-14T12:20:20.309ZAug 14 12:20:19.153 DEBGAug 14 12:20:19.153 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
38412026-08-14T12:20:20.309ZAug 14 12:20:19.153 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 } }]INFO
38422026-08-14T12:20:20.309Z Aug 14 12:20:19.153adding route 172.17.0.45/32 -> 10.0.0.255
38432026-08-14T12:20:20.309ZINFOAug 14 12:20:19.153 adding route 172.17.0.53/32 -> 10.0.0.255INFO
38442026-08-14T12:20:20.309Z Aug 14 12:20:19.153adding route 172.17.0.6/32 -> 10.0.0.255 DEBG
38452026-08-14T12:20:20.309Z 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 14 12:20:19.153
38462026-08-14T12:20:20.309Z Aug 14 12:20:19.153DEBG 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 } }]DEBG
38472026-08-14T12:20:20.310Z Aug 14 12:20:19.153 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 } }]INFO
38482026-08-14T12:20:20.310Z Aug 14 12:20:19.153adding route 172.17.0.46/32 -> 10.0.0.255
38492026-08-14T12:20:20.310ZINFO adding route 172.17.0.54/32 -> 10.0.0.255
38502026-08-14T12:20:20.310ZAug 14 12:20:19.153 Aug 14 12:20:19.153DEBG Aug 14 12:20:19.153INFO adding route 172.17.0.7/32 -> 10.0.0.255replacing 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 } }]
38512026-08-14T12:20:20.310Z
38522026-08-14T12:20:20.310ZDEBG 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 } }]
38532026-08-14T12:20:20.310ZAug 14 12:20:19.153Aug 14 12:20:19.153 Aug 14 12:20:19.153 INFODEBG INFOadding route 172.17.0.47/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 } }]
38542026-08-14T12:20:20.310Zadding route 172.17.0.55/32 -> 10.0.0.255
38552026-08-14T12:20:20.310Z
38562026-08-14T12:20:20.310ZAug 14 12:20:19.153Aug 14 12:20:19.153 Aug 14 12:20:19.153DEBG 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 } }]
38572026-08-14T12:20:20.310ZINFOreplacing 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 } }]
38582026-08-14T12:20:20.310Zadding route 172.17.0.8/32 -> 10.0.0.255
38592026-08-14T12:20:20.310Ztest route::tests::delete_targets_fragmented ... ok
38602026-08-14T12:20:20.310ZAug 14 12:20:19.153 Aug 14 12:20:19.153Aug 14 12:20:19.153 INFO INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
38612026-08-14T12:20:20.310Zreplacing 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 } }]
38622026-08-14T12:20:20.310Z
38632026-08-14T12:20:20.310ZAug 14 12:20:19.153Aug 14 12:20:19.153 DEBGINFO Aug 14 12:20:19.153replacing 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 } }]
38642026-08-14T12:20:20.310Zadding route 172.17.0.9/32 -> 10.0.0.255DEBG
38652026-08-14T12:20:20.310Z 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 } }]
38662026-08-14T12:20:20.310ZAug 14 12:20:19.153Aug 14 12:20:19.153 Aug 14 12:20:19.153DEBG 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 } }]
38672026-08-14T12:20:20.310Zadding route 172.17.0.57/32 -> 10.0.0.255INFO
38682026-08-14T12:20:20.310Z adding route 172.17.0.49/32 -> 10.0.0.255
38692026-08-14T12:20:20.310ZAug 14 12:20:19.153 Aug 14 12:20:19.153INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255
38702026-08-14T12:20:20.310ZAug 14 12:20:19.153replacing 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 } }]
38712026-08-14T12:20:20.310ZDEBG 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 } }]
38722026-08-14T12:20:20.310ZAug 14 12:20:19.153 Aug 14 12:20:19.153DEBGAug 14 12:20:19.153 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
38732026-08-14T12:20:20.310ZINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
38742026-08-14T12:20:20.310Z
38752026-08-14T12:20:20.310ZAug 14 12:20:19.153Aug 14 12:20:19.153 Aug 14 12:20:19.153 INFODEBG DEBG adding route 172.17.0.11/32 -> 10.0.0.255replacing 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 } }]
38762026-08-14T12:20:20.310Z
38772026-08-14T12:20:20.310Zreplacing 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 } }]
38782026-08-14T12:20:20.310ZAug 14 12:20:19.153Aug 14 12:20:19.153 Aug 14 12:20:19.153DEBG INFO 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 } }] adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
38792026-08-14T12:20:20.310Z
38802026-08-14T12:20:20.310Z
38812026-08-14T12:20:20.310ZAug 14 12:20:19.153Aug 14 12:20:19.153 Aug 14 12:20:19.153INFO DEBG DEBGadding route 172.17.0.12/32 -> 10.0.0.255
38822026-08-14T12:20:20.310Zreplacing 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 } }]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 } }]
38832026-08-14T12:20:20.310Z
38842026-08-14T12:20:20.310ZAug 14 12:20:19.153 Aug 14 12:20:19.153DEBG Aug 14 12:20:19.153INFO 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 } }]adding route 172.17.0.60/32 -> 10.0.0.255
38852026-08-14T12:20:20.310ZINFO
38862026-08-14T12:20:20.310Z adding route 172.17.0.52/32 -> 10.0.0.255
38872026-08-14T12:20:20.311ZAug 14 12:20:19.153Aug 14 12:20:19.153 Aug 14 12:20:19.153DEBG INFO 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.13/32 -> 10.0.0.255DEBG
38882026-08-14T12:20:20.311Z
38892026-08-14T12:20:20.311Zreplacing 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 } }]
38902026-08-14T12:20:20.311ZAug 14 12:20:19.153Aug 14 12:20:19.153Aug 14 12:20:19.153 INFO INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255
38912026-08-14T12:20:20.311Zadding route 172.17.0.61/32 -> 10.0.0.255replacing 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 } }]
38922026-08-14T12:20:20.314Z
38932026-08-14T12:20:20.314ZAug 14 12:20:19.153 Aug 14 12:20:19.153DEBG DEBGreplacing 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 } }]
38942026-08-14T12:20:20.314ZAug 14 12:20:19.153replacing 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 } }]
38952026-08-14T12:20:20.314ZINFO Aug 14 12:20:19.153adding route 172.17.0.14/32 -> 10.0.0.255
38962026-08-14T12:20:20.315ZAug 14 12:20:19.153INFO INFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255
38972026-08-14T12:20:20.315Z
38982026-08-14T12:20:20.315ZAug 14 12:20:19.153 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 } }]Aug 14 12:20:19.153
38992026-08-14T12:20:20.315Z Aug 14 12:20:19.153DEBG DEBGreplacing 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 } }]
39002026-08-14T12:20:20.315ZAug 14 12:20:19.153replacing 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 } }]
39012026-08-14T12:20:20.315ZINFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 14 12:20:19.153
39022026-08-14T12:20:20.315Z INFOAug 14 12:20:19.153 adding route 172.17.0.55/32 -> 10.0.0.255Aug 14 12:20:19.153
39032026-08-14T12:20:20.315ZINFO DEBG adding route 172.17.0.63/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 } }]
39042026-08-14T12:20:20.315ZAug 14 12:20:19.153
39052026-08-14T12:20:20.315Z DEBG Aug 14 12:20:19.153replacing 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 14 12:20:19.153
39062026-08-14T12:20:20.315ZDEBG 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 } }]INFO
39072026-08-14T12:20:20.315Z adding route 172.17.0.16/32 -> 10.0.0.255
39082026-08-14T12:20:20.315ZAug 14 12:20:19.153 Aug 14 12:20:19.153INFO Aug 14 12:20:19.153DEBG adding route 172.17.0.56/32 -> 10.0.0.255 DEBG
39092026-08-14T12:20:20.315Z failed to allocate space for the new target listreplacing 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 } }]
39102026-08-14T12:20:20.315Z
39112026-08-14T12:20:20.315ZAug 14 12:20:19.153 DEBGAug 14 12:20:19.153 Aug 14 12:20:19.153 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
39122026-08-14T12:20:20.315ZINFO 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.17/32 -> 10.0.0.255
39132026-08-14T12:20:20.315Z
39142026-08-14T12:20:20.315ZAug 14 12:20:19.153 INFO Aug 14 12:20:19.153adding route 172.17.0.57/32 -> 10.0.0.255 Aug 14 12:20:19.153
39152026-08-14T12:20:20.315ZDEBG 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 } }]failed to allocate space for the new target list
39162026-08-14T12:20:20.315ZAug 14 12:20:19.153
39172026-08-14T12:20:20.315Z 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 } }]
39182026-08-14T12:20:20.315ZAug 14 12:20:19.153 INFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 14 12:20:19.153
39192026-08-14T12:20:20.315Z INFO adding route 172.17.0.58/32 -> 10.0.0.255
39202026-08-14T12:20:20.315ZAug 14 12:20:19.153 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 14 12:20:19.153
39212026-08-14T12:20:20.315Z 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 } }]
39222026-08-14T12:20:20.315ZAug 14 12:20:19.153 INFO adding route 172.17.0.19/32 -> 10.0.0.255Aug 14 12:20:19.153 INFO
39232026-08-14T12:20:20.315Zadding route 172.17.0.59/32 -> 10.0.0.255
39242026-08-14T12:20:20.315ZAug 14 12:20:19.229 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 } }]
39252026-08-14T12:20:20.315ZAug 14 12:20:19.229 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 14 12:20:19.229
39262026-08-14T12:20:20.315Z INFO adding route 172.17.0.20/32 -> 10.0.0.255
39272026-08-14T12:20:20.315ZAug 14 12:20:19.229 INFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 14 12:20:19.229
39282026-08-14T12:20:20.315Z 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 } }]
39292026-08-14T12:20:20.315ZAug 14 12:20:19.229 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 } }]Aug 14 12:20:19.229
39302026-08-14T12:20:20.315Z INFO adding route 172.17.0.21/32 -> 10.0.0.255
39312026-08-14T12:20:20.315ZAug 14 12:20:19.229 DEBG failed to allocate space for the new target listAug 14 12:20:19.229
39322026-08-14T12:20:20.315Z 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 } }]
39332026-08-14T12:20:20.316ZAug 14 12:20:19.229 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 } }]Aug 14 12:20:19.229
39342026-08-14T12:20:20.316Z INFO adding route 172.17.0.22/32 -> 10.0.0.255
39352026-08-14T12:20:20.316ZAug 14 12:20:19.229 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 } }]
39362026-08-14T12:20:20.316ZAug 14 12:20:19.229 INFO adding route 172.17.0.23/32 -> 10.0.0.255
39372026-08-14T12:20:20.316ZAug 14 12:20:19.229 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 } }]
39382026-08-14T12:20:20.316ZAug 14 12:20:19.229 INFO adding route 172.17.0.24/32 -> 10.0.0.255
39392026-08-14T12:20:20.316ZAug 14 12:20:19.229 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 } }]
39402026-08-14T12:20:20.316ZAug 14 12:20:19.229 INFO adding route 172.17.0.25/32 -> 10.0.0.255
39412026-08-14T12:20:20.316ZAug 14 12:20:19.229 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 } }]
39422026-08-14T12:20:20.316ZAug 14 12:20:19.229 INFO adding route 172.17.0.26/32 -> 10.0.0.255
39432026-08-14T12:20:20.316ZAug 14 12:20:19.229 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 } }]
39442026-08-14T12:20:20.316ZAug 14 12:20:19.229 INFO adding route 172.17.0.27/32 -> 10.0.0.255
39452026-08-14T12:20:20.316ZAug 14 12:20:19.229 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 } }]
39462026-08-14T12:20:20.316ZAug 14 12:20:19.229 INFO adding route 172.17.0.28/32 -> 10.0.0.255
39472026-08-14T12:20:20.316ZAug 14 12:20:19.229 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 } }]
39482026-08-14T12:20:20.316ZAug 14 12:20:19.229 INFO adding route 172.17.0.29/32 -> 10.0.0.255
39492026-08-14T12:20:20.316ZAug 14 12:20:19.229 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 } }]
39502026-08-14T12:20:20.316ZAug 14 12:20:19.229 INFO adding route 172.17.0.30/32 -> 10.0.0.255
39512026-08-14T12:20:20.316ZAug 14 12:20:19.229 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 } }]
39522026-08-14T12:20:20.316ZAug 14 12:20:19.229 INFO adding route 172.17.0.31/32 -> 10.0.0.255
39532026-08-14T12:20:20.316ZAug 14 12:20:19.229 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 } }]
39542026-08-14T12:20:20.316ZAug 14 12:20:19.229 INFO adding route 172.17.0.32/32 -> 10.0.0.255
39552026-08-14T12:20:20.316ZAug 14 12:20:19.229 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 } }]
39562026-08-14T12:20:20.316ZAug 14 12:20:19.229 INFO adding route 172.17.0.33/32 -> 10.0.0.255
39572026-08-14T12:20:20.316Ztest route::tests::delete_target_fragmented ... ok
39582026-08-14T12:20:20.316ZAug 14 12:20:19.229 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 } }]
39592026-08-14T12:20:20.316ZAug 14 12:20:19.229 INFO adding route 172.17.0.34/32 -> 10.0.0.255
39602026-08-14T12:20:20.316Z
39612026-08-14T12:20:20.316ZAug 14 12:20:19.229 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 } }]
39622026-08-14T12:20:20.316ZAug 14 12:20:19.229 INFO adding route 172.17.0.35/32 -> 10.0.0.255
39632026-08-14T12:20:20.316ZAug 14 12:20:19.230 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 } }]
39642026-08-14T12:20:20.316ZAug 14 12:20:19.230 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39652026-08-14T12:20:20.316ZAug 14 12:20:19.230 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 } }]
39662026-08-14T12:20:20.316Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
39672026-08-14T12:20:20.316ZAug 14 12:20:19.230 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39682026-08-14T12:20:20.316Z
39692026-08-14T12:20:20.316ZAug 14 12:20:19.230 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 } }]
39702026-08-14T12:20:20.316ZAug 14 12:20:19.230 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39712026-08-14T12:20:20.316ZAug 14 12:20:19.230 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 } }]
39722026-08-14T12:20:20.316ZAug 14 12:20:19.230 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39732026-08-14T12:20:20.317ZAug 14 12:20:19.230 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 } }]
39742026-08-14T12:20:20.317ZAug 14 12:20:19.230 INFO adding route 172.17.0.40/32 -> 10.0.0.255
39752026-08-14T12:20:20.317ZAug 14 12:20:19.230 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 } }]
39762026-08-14T12:20:20.317ZAug 14 12:20:19.230 INFO adding route 172.17.0.41/32 -> 10.0.0.255
39772026-08-14T12:20:20.317ZAug 14 12:20:19.230 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 } }]
39782026-08-14T12:20:20.317ZAug 14 12:20:19.230 INFO adding route 172.17.0.42/32 -> 10.0.0.255
39792026-08-14T12:20:20.317ZAug 14 12:20:19.230 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 } }]
39802026-08-14T12:20:20.317ZAug 14 12:20:19.230 INFO adding route 172.17.0.43/32 -> 10.0.0.255
39812026-08-14T12:20:20.317ZAug 14 12:20:19.230 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 } }]
39822026-08-14T12:20:20.317ZAug 14 12:20:19.230 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39832026-08-14T12:20:20.317ZAug 14 12:20:19.230 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 } }]
39842026-08-14T12:20:20.317ZAug 14 12:20:19.230 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39852026-08-14T12:20:20.317ZAug 14 12:20:19.230 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 } }]
39862026-08-14T12:20:20.317ZAug 14 12:20:19.260 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39872026-08-14T12:20:20.317ZAug 14 12:20:19.260 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 } }]
39882026-08-14T12:20:20.317ZAug 14 12:20:19.260 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39892026-08-14T12:20:20.317ZAug 14 12:20:19.260 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 } }]
39902026-08-14T12:20:20.317ZAug 14 12:20:19.260 INFO adding route 172.17.0.48/32 -> 10.0.0.255
39912026-08-14T12:20:20.317ZAug 14 12:20:19.260 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 } }]
39922026-08-14T12:20:20.321ZAug 14 12:20:19.260 INFO adding route 172.17.0.49/32 -> 10.0.0.255
39932026-08-14T12:20:20.321ZAug 14 12:20:19.260 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 } }]
39942026-08-14T12:20:20.321ZAug 14 12:20:19.260 INFO adding route 172.17.0.50/32 -> 10.0.0.255
39952026-08-14T12:20:20.321ZAug 14 12:20:19.260 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 } }]
39962026-08-14T12:20:20.321ZAug 14 12:20:19.260 INFO adding route 172.17.0.51/32 -> 10.0.0.255
39972026-08-14T12:20:20.321ZAug 14 12:20:19.260 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 } }]
39982026-08-14T12:20:20.321ZAug 14 12:20:19.260 INFO adding route 172.17.0.52/32 -> 10.0.0.255
39992026-08-14T12:20:20.321ZAug 14 12:20:19.260 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 } }]
40002026-08-14T12:20:20.321ZAug 14 12:20:19.260 INFO adding route 172.17.0.53/32 -> 10.0.0.255
40012026-08-14T12:20:20.321ZAug 14 12:20:19.260 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 } }]
40022026-08-14T12:20:20.321ZAug 14 12:20:19.260 INFO adding route 172.17.0.54/32 -> 10.0.0.255
40032026-08-14T12:20:20.321ZAug 14 12:20:19.260 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 } }]
40042026-08-14T12:20:20.321ZAug 14 12:20:19.260 INFO adding route 172.17.0.55/32 -> 10.0.0.255
40052026-08-14T12:20:20.321ZAug 14 12:20:19.260 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 } }]
40062026-08-14T12:20:20.321ZAug 14 12:20:19.260 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40072026-08-14T12:20:20.321ZAug 14 12:20:19.260 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 } }]
40082026-08-14T12:20:20.321ZAug 14 12:20:19.260 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40092026-08-14T12:20:20.321ZAug 14 12:20:19.260 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 } }]
40102026-08-14T12:20:20.321ZAug 14 12:20:19.260 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40112026-08-14T12:20:20.321ZAug 14 12:20:19.260 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 } }]
40122026-08-14T12:20:20.321ZAug 14 12:20:19.260 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40132026-08-14T12:20:20.321ZAug 14 12:20:19.260 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 } }]
40142026-08-14T12:20:20.321ZAug 14 12:20:19.260 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40152026-08-14T12:20:20.321ZAug 14 12:20:19.260 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 } }]
40162026-08-14T12:20:20.321ZAug 14 12:20:19.260 DEBG failed to allocate space for the new target list
40172026-08-14T12:20:20.321ZAug 14 12:20:19.260 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 } }]
40182026-08-14T12:20:20.321Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-9a5ae64985c3e580)
40192026-08-14T12:20:20.321Z
40202026-08-14T12:20:20.322Zrunning 0 tests
40212026-08-14T12:20:20.322Z
40222026-08-14T12:20:20.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40232026-08-14T12:20:20.322Z
40242026-08-14T12:20:20.322Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
40252026-08-14T12:20:20.322Z
40262026-08-14T12:20:20.322Zrunning 0 tests
40272026-08-14T12:20:20.322Z
40282026-08-14T12:20:20.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40292026-08-14T12:20:20.322Z
40302026-08-14T12:20:20.322Z Running unittests src/lib.rs (target/debug/deps/dpd_client-a0641429f08c43c9)
40312026-08-14T12:20:20.322Z
40322026-08-14T12:20:20.322Zrunning 6 tests
40332026-08-14T12:20:20.322Ztest tests::test_full_lot_id_neither_present ... ok
40342026-08-14T12:20:20.322Ztest tests::test_full_lot_id_both_present ... ok
40352026-08-14T12:20:20.322Ztest tests::test_full_lot_id_lot_only ... ok
40362026-08-14T12:20:20.322Ztest tests::test_full_lot_id_lotnum_only ... ok
40372026-08-14T12:20:20.322Ztest tests::test_port_id_cmp ... ok
40382026-08-14T12:20:20.322Ztest tests::test_parse_client_port_id ... ok
40392026-08-14T12:20:20.322Z
40402026-08-14T12:20:20.322Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40412026-08-14T12:20:20.322Z
40422026-08-14T12:20:20.322Z Running tests/test_all.rs (target/debug/deps/test_all-a549e29c96051256)
40432026-08-14T12:20:20.322Z
40442026-08-14T12:20:20.322Zrunning 0 tests
40452026-08-14T12:20:20.322Z
40462026-08-14T12:20:20.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40472026-08-14T12:20:20.322Z
40482026-08-14T12:20:20.322Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
40492026-08-14T12:20:20.322Z
40502026-08-14T12:20:20.322Zrunning 0 tests
40512026-08-14T12:20:20.322Z
40522026-08-14T12:20:20.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40532026-08-14T12:20:20.322Z
40542026-08-14T12:20:20.322Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
40552026-08-14T12:20:20.322Z
40562026-08-14T12:20:20.322Zrunning 0 tests
40572026-08-14T12:20:20.322Z
40582026-08-14T12:20:20.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40592026-08-14T12:20:20.322Z
40602026-08-14T12:20:20.323Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
40612026-08-14T12:20:20.323Z
40622026-08-14T12:20:20.323Zrunning 12 tests
40632026-08-14T12:20:20.323Ztest icmp::test_v6_checksum ... ok
40642026-08-14T12:20:20.323Ztest lldp::test_lldp_parse ... ok
40652026-08-14T12:20:20.323Ztest icmp::test_v4_checksum ... ok
40662026-08-14T12:20:20.323Ztest pbuf::test_byte ... ok
40672026-08-14T12:20:20.323Ztest ipv6::test_ipv6_parse ... ok
40682026-08-14T12:20:20.323Ztest pbuf::test_nibble ... ok
40692026-08-14T12:20:20.323Ztest pbuf::test_overflow ... ok
40702026-08-14T12:20:20.323Ztest pbuf::test_short ... ok
40712026-08-14T12:20:20.323Ztest pbuf::test_twelve ... ok
40722026-08-14T12:20:20.323Ztest pbuf::test_word ... ok
40732026-08-14T12:20:20.323Ztest tcp::test_checksum_ack_data ... ok
40742026-08-14T12:20:20.323Ztest tcp::test_checksum_syn_nodata ... ok
40752026-08-14T12:20:20.323Z
40762026-08-14T12:20:20.323Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40772026-08-14T12:20:20.323Z
40782026-08-14T12:20:20.323Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
40792026-08-14T12:20:20.323Z
40802026-08-14T12:20:20.323Zrunning 0 tests
40812026-08-14T12:20:20.323Z
40822026-08-14T12:20:20.323Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40832026-08-14T12:20:20.323Z
40842026-08-14T12:20:20.323Z Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc)
40852026-08-14T12:20:20.323Z
40862026-08-14T12:20:20.323Zrunning 5 tests
40872026-08-14T12:20:20.323Ztest switchport::test::test_compute_lanes ... ok
40882026-08-14T12:20:20.323Ztest switchport::test::port_id_ordering ... ok
40892026-08-14T12:20:20.323Z Lane 0 Lane 1 Lane 2 Lane 3
40902026-08-14T12:20:20.323Z Lane 0 Rx Loss-of-lock: Yes Yes Lane 1Yes Lane 2Yes
40912026-08-14T12:20:20.323ZLane 3 Rx Loss-of-signal: Yes
40922026-08-14T12:20:20.327Z State: ActivatedYes Activated Yes ActivatedYes
40932026-08-14T12:20:20.327ZActivated Rx CDR Enabled: Yes
40942026-08-14T12:20:20.327Z Rx Output Enabled: falseYes falseYes falseYes
40952026-08-14T12:20:20.327Zfalse
40962026-08-14T12:20:20.327Z Tx Enabled: Yes Rx Output Status: valid Yesvalid Yes valid Yes
40972026-08-14T12:20:20.327Zvalid
40982026-08-14T12:20:20.327Z Tx Loss-of-lock: No Rx Loss-of-lock: trueNo true Notrue Notrue
40992026-08-14T12:20:20.327Z
41002026-08-14T12:20:20.327Z Tx Loss-of-signal: No Rx Loss-of-signal: falseNo falseNo Nofalse
41012026-08-14T12:20:20.327Z false Tx CDR Enabled: No
41022026-08-14T12:20:20.327Z Rx Auto-squelch Disable: trueNo true No trueNo
41032026-08-14T12:20:20.327Ztrue
41042026-08-14T12:20:20.327Z Tx Adaptive EQ Fault: No Tx Output Enabled: true No trueNo Notrue
41052026-08-14T12:20:20.327Ztrue
41062026-08-14T12:20:20.327Z Tx Fault: Yes Tx Output Status: invalidYes invalid Yes invalidYes
41072026-08-14T12:20:20.327Zinvalid
41082026-08-14T12:20:20.327Z Tx Loss-of-lock: false false false false
41092026-08-14T12:20:20.327Z Tx Loss-of-signal: true true true true
41102026-08-14T12:20:20.327ZTx Auto-squelch Disable: false false false false
41112026-08-14T12:20:20.327Z Tx Adaptive EQ Fail: true true true true
41122026-08-14T12:20:20.327Z Tx Failure: false false false false
41132026-08-14T12:20:20.327Z Tx Force Squelch: true true true true
41142026-08-14T12:20:20.327Z Tx Input Polarity: normal normal normal normal
41152026-08-14T12:20:20.327Ztest switchport::test::test_print_sff_datapath ... ok
41162026-08-14T12:20:20.327Ztest switchport::test::test_print_cmis_datapath ... ok
41172026-08-14T12:20:20.327Ztest link::test_filter ... ok
41182026-08-14T12:20:20.328Z
41192026-08-14T12:20:20.328Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41202026-08-14T12:20:20.328Z
41212026-08-14T12:20:20.328Z Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7)
41222026-08-14T12:20:20.328Z
41232026-08-14T12:20:20.328Zrunning 1 test
41242026-08-14T12:20:20.328Ztest test_p4_counter_list ... ignored
41252026-08-14T12:20:20.328Z
41262026-08-14T12:20:20.328Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41272026-08-14T12:20:20.328Z
41282026-08-14T12:20:20.328Z Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43)
41292026-08-14T12:20:20.328Z
41302026-08-14T12:20:20.328Zrunning 5 tests
41312026-08-14T12:20:20.328Ztest test_an ... ignored
41322026-08-14T12:20:20.328Ztest test_enable ... ignored
41332026-08-14T12:20:20.328Ztest test_ip_addresses ... ignored
41342026-08-14T12:20:20.328Ztest test_kr ... ignored
41352026-08-14T12:20:20.328Ztest test_mac ... ignored
41362026-08-14T12:20:20.328Z
41372026-08-14T12:20:20.328Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41382026-08-14T12:20:20.328Z
41392026-08-14T12:20:20.328Z Running unittests src/main.rs (target/debug/deps/tfportd-c2bdb70bfbc0b426)
41402026-08-14T12:20:20.328Z
41412026-08-14T12:20:20.328Zrunning 3 tests
41422026-08-14T12:20:20.328Ztest linklocal::test_parse_ipadm ... ok
41432026-08-14T12:20:20.328Ztest tfport::test_parse_tfport ... ok
41442026-08-14T12:20:20.328Ztest config::tests::test_updates ... ok
41452026-08-14T12:20:20.328Z
41462026-08-14T12:20:20.328Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41472026-08-14T12:20:20.328Z
41482026-08-14T12:20:20.328Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
41492026-08-14T12:20:20.328Z
41502026-08-14T12:20:20.328Zrunning 0 tests
41512026-08-14T12:20:20.328Z
41522026-08-14T12:20:20.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41532026-08-14T12:20:20.328Z
41542026-08-14T12:20:20.328Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
41552026-08-14T12:20:20.328Z
41562026-08-14T12:20:20.328Zrunning 0 tests
41572026-08-14T12:20:20.329Z
41582026-08-14T12:20:20.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41592026-08-14T12:20:20.329Z
41602026-08-14T12:20:20.329Z Doc-tests aal
41612026-08-14T12:20:20.453Z
41622026-08-14T12:20:20.453Zrunning 0 tests
41632026-08-14T12:20:20.453Z
41642026-08-14T12:20:20.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41652026-08-14T12:20:20.453Z
41662026-08-14T12:20:20.469Z Doc-tests aal_macros
41672026-08-14T12:20:20.535Z
41682026-08-14T12:20:20.535Zrunning 0 tests
41692026-08-14T12:20:20.535Z
41702026-08-14T12:20:20.535Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41712026-08-14T12:20:20.535Z
41722026-08-14T12:20:20.545Z Doc-tests common
41732026-08-14T12:20:20.774Z
41742026-08-14T12:20:20.774Zrunning 0 tests
41752026-08-14T12:20:20.774Z
41762026-08-14T12:20:20.774Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41772026-08-14T12:20:20.774Z
41782026-08-14T12:20:20.794Z Doc-tests dpd_api
41792026-08-14T12:20:21.527Z
41802026-08-14T12:20:21.527Zrunning 2 tests
41812026-08-14T12:20:21.527Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
41822026-08-14T12:20:21.527Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
41832026-08-14T12:20:21.527Z
41842026-08-14T12:20:21.527Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41852026-08-14T12:20:21.527Z
41862026-08-14T12:20:21.556Z Doc-tests dpd_client
41872026-08-14T12:20:22.827Z
41882026-08-14T12:20:22.828Zrunning 0 tests
41892026-08-14T12:20:22.828Z
41902026-08-14T12:20:22.828Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41912026-08-14T12:20:22.828Z
41922026-08-14T12:20:22.869Z Doc-tests dpd_types
41932026-08-14T12:20:23.079Z
41942026-08-14T12:20:23.079Zrunning 0 tests
41952026-08-14T12:20:23.079Z
41962026-08-14T12:20:23.079Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41972026-08-14T12:20:23.079Z
41982026-08-14T12:20:23.103Z Doc-tests dpd_types_versions
41992026-08-14T12:20:24.294Z
42002026-08-14T12:20:24.295Zrunning 1 test
42012026-08-14T12:20:24.295Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42022026-08-14T12:20:24.295Z
42032026-08-14T12:20:24.295Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42042026-08-14T12:20:24.295Z
42052026-08-14T12:20:24.336Z Doc-tests packet
42062026-08-14T12:20:24.449Z
42072026-08-14T12:20:24.449Zrunning 0 tests
42082026-08-14T12:20:24.449Z
42092026-08-14T12:20:24.449Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42102026-08-14T12:20:24.449Z
42112026-08-14T12:20:24.465Z Doc-tests pcap
42122026-08-14T12:20:24.517Z
42132026-08-14T12:20:24.517Zrunning 0 tests
42142026-08-14T12:20:24.517Z
42152026-08-14T12:20:24.517Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42162026-08-14T12:20:24.517Z
42172026-08-14T12:20:24.583Z+ for feat in tofino_stub tofino_asic softnpu chaos
42182026-08-14T12:20:24.583Z+ RUST_BACKTRACE=full
42192026-08-14T12:20:24.583Z+ cargo test --features tofino_asic --no-fail-fast
42202026-08-14T12:20:25.175Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42212026-08-14T12:20:25.258Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42222026-08-14T12:20:25.265Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42232026-08-14T12:20:25.272Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42242026-08-14T12:20:33.738Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42252026-08-14T12:20:33.868Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42262026-08-14T12:21:13.804Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.20s
42272026-08-14T12:21:13.915Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
42282026-08-14T12:21:13.919Z
42292026-08-14T12:21:13.919Zrunning 5 tests
42302026-08-14T12:21:13.919Ztest fuse::tests::chip_revision_a0 ... ok
42312026-08-14T12:21:13.919Ztest fuse::tests::chip_revision_b0 ... ok
42322026-08-14T12:21:13.919Ztest fuse::tests::chip_revision_unknown_device_id ... ok
42332026-08-14T12:21:13.919Ztest fuse::tests::chip_revision_b1 ... ok
42342026-08-14T12:21:13.919Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
42352026-08-14T12:21:13.919Z
42362026-08-14T12:21:13.919Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42372026-08-14T12:21:13.920Z
42382026-08-14T12:21:13.920Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42392026-08-14T12:21:13.923Z
42402026-08-14T12:21:13.923Zrunning 0 tests
42412026-08-14T12:21:13.923Z
42422026-08-14T12:21:13.923Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42432026-08-14T12:21:13.924Z
42442026-08-14T12:21:13.924Z Running unittests src/lib.rs (target/debug/deps/asic-7fbe7810b219c0c1)
42452026-08-14T12:21:14.023Z
42462026-08-14T12:21:14.023Zrunning 8 tests
42472026-08-14T12:21:14.026Ztest tofino_asic::qsfp::tests::fix_link ... ok
42482026-08-14T12:21:14.026Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42492026-08-14T12:21:14.026Ztest tofino_asic::stats::constants_sanity_check ... ok
42502026-08-14T12:21:14.027Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42512026-08-14T12:21:14.027Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42522026-08-14T12:21:14.027Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42532026-08-14T12:21:14.033Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42542026-08-14T12:21:14.524Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42552026-08-14T12:21:14.525Z
42562026-08-14T12:21:14.525Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42572026-08-14T12:21:14.525Z
42582026-08-14T12:21:14.535Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
42592026-08-14T12:21:14.538Z
42602026-08-14T12:21:14.539Zrunning 11 tests
42612026-08-14T12:21:14.539Ztest nat::tests::test_vni ... ok
42622026-08-14T12:21:14.539Ztest network::tests::test_equal ... ok
42632026-08-14T12:21:14.539Ztest network::tests::test_eui64 ... ok
42642026-08-14T12:21:14.539Ztest network::tests::test_generate_ipv6_link_local ... ok
42652026-08-14T12:21:14.539Ztest network::tests::test_into ... ok
42662026-08-14T12:21:14.539Ztest network::tests::test_not_equal ... ok
42672026-08-14T12:21:14.539Ztest network::tests::test_to_string ... ok
42682026-08-14T12:21:14.539Ztest network::tests::test_parse ... ok
42692026-08-14T12:21:14.539Ztest ports::tests::port_ids_are_ascii ... ok
42702026-08-14T12:21:14.539Ztest test_purge ... ok
42712026-08-14T12:21:14.573Ztest illumos::test::address_exists_handles_missing_object ... ok
42722026-08-14T12:21:14.573Z
42732026-08-14T12:21:14.573Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42742026-08-14T12:21:14.573Z
42752026-08-14T12:21:14.573Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
42762026-08-14T12:21:14.574Z
42772026-08-14T12:21:14.574Zrunning 1 test
42782026-08-14T12:21:14.574Z -------
42792026-08-14T12:21:14.574Z Generating OpenAPI documents from API definitions ...
42802026-08-14T12:21:14.686Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42812026-08-14T12:21:14.753Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42822026-08-14T12:21:15.733Z -------
42832026-08-14T12:21:15.733Z Checking 12 OpenAPI documents...
42842026-08-14T12:21:15.733Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-08-14T12:21:15.733Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-08-14T12:21:15.733Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42872026-08-14T12:21:15.733Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42882026-08-14T12:21:15.733Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42892026-08-14T12:21:15.736Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42902026-08-14T12:21:15.736Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42912026-08-14T12:21:15.737Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42922026-08-14T12:21:15.737Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42932026-08-14T12:21:15.737Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42942026-08-14T12:21:15.737Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42952026-08-14T12:21:15.737Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42962026-08-14T12:21:15.737Z Fresh dpd "latest" symlink
42972026-08-14T12:21:15.737Z -------
42982026-08-14T12:21:15.737Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
42992026-08-14T12:21:15.792Ztest test::test_apis_up_to_date ... ok
43002026-08-14T12:21:15.792Z
43012026-08-14T12:21:15.792Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s
43022026-08-14T12:21:15.792Z
43032026-08-14T12:21:15.851Z Running unittests src/main.rs (target/debug/deps/dpd-a748305040c3fc1b)
43042026-08-14T12:21:15.917Z
43052026-08-14T12:21:15.917Zrunning 66 tests
43062026-08-14T12:21:15.921Ztest freemap::test_ordering ... ok
43072026-08-14T12:21:15.921Ztest config::tests::test_updates ... ok
43082026-08-14T12:21:15.921Ztest dhcpv6::tests::test_create_duid_bytes ... ok
43092026-08-14T12:21:15.921Ztest freemap::test_split ... ok
43102026-08-14T12:21:15.921Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43112026-08-14T12:21:15.921Ztest macaddrs::tests::test_mac_offset ... ok
43122026-08-14T12:21:15.927Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43132026-08-14T12:21:15.927ZAug 14 12:21:14.894 DEBG created new freemap, unit: freemap_test
43142026-08-14T12:21:15.927ZAug 14 12:21:14.894 DEBG initted freemap. size: 128, unit: freemap_test
43152026-08-14T12:21:15.927ZAug 14 12:21:14.894 DEBG reset freemap, unit: freemap_test
43162026-08-14T12:21:15.927ZAug 14 12:21:14.894 DEBG created new freemap, unit: freemap_test
43172026-08-14T12:21:15.927ZAug 14 12:21:14.894 DEBG initted freemap. size: 128, unit: freemap_test
43182026-08-14T12:21:15.927ZAug 14 12:21:14.894 DEBG reset freemap, unit: freemap_test
43192026-08-14T12:21:15.927ZAug 14 12:21:14.894 DEBG created new freemap, unit: freemap_test
43202026-08-14T12:21:15.927ZAug 14 12:21:14.894 DEBG initted freemap. size: 128, unit: freemap_test
43212026-08-14T12:21:15.927ZAug 14 12:21:14.894 DEBG reset freemap, unit: freemap_test
43222026-08-14T12:21:15.927Ztest macaddrs::tests::test_parse_port_id ... ok
43232026-08-14T12:21:15.927Ztest freemap::test_basic ... ok
43242026-08-14T12:21:15.927ZAug 14 12:21:14.894 DEBG created new freemap, unit: freemap_test
43252026-08-14T12:21:15.927ZAug 14 12:21:14.894 DEBG initted freemap. size: 128, unit: freemap_test
43262026-08-14T12:21:15.927Ztest freemap::test_exhaustion ... ok
43272026-08-14T12:21:15.927ZAug 14 12:21:14.894 DEBG reset freemap, unit: freemap_test
43282026-08-14T12:21:15.927Ztest freemap::test_free ... ok
43292026-08-14T12:21:15.928Ztest nat::test_mapping ... ok
43302026-08-14T12:21:15.928Ztest freemap::test_reclaim ... ok
43312026-08-14T12:21:15.928Ztest port_map::tests::test_backplane_group ... ok
43322026-08-14T12:21:15.928ZAug 14 12:21:14.895 DEBG created new freemap, unit: freemap_test
43332026-08-14T12:21:15.928ZAug 14 12:21:14.895 DEBG initted freemap. size: 8, unit: freemap_test
43342026-08-14T12:21:15.928ZAug 14 12:21:14.895 DEBG reset freemap, unit: freemap_test
43352026-08-14T12:21:15.928Ztest port_map::tests::test_port_map ... ok
43362026-08-14T12:21:15.928Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43372026-08-14T12:21:15.928Ztest port_map::tests::dump_map ... ok
43382026-08-14T12:21:15.928ZAug 14 12:21:14.895 DEBG created new freemap, unit: freemap_test
43392026-08-14T12:21:15.928ZAug 14 12:21:14.895 DEBG initted freemap. size: 128, unit: freemap_test
43402026-08-14T12:21:15.928ZAug 14 12:21:14.895 DEBG reset freemap, unit: freemap_test
43412026-08-14T12:21:15.928Ztest freemap::test_span ... ok
43422026-08-14T12:21:15.928Ztest api_server::tests::test_build_info ... ok
43432026-08-14T12:21:15.928ZAug 14 12:21:14.896 DEBG created new freemap, unit: freemap_route_ipv4
43442026-08-14T12:21:15.928ZAug 14 12:21:14.896 DEBG created new freemap, unit: freemap_route_ipv6
43452026-08-14T12:21:15.928ZAug 14 12:21:14.896 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43462026-08-14T12:21:15.928ZAug 14 12:21:14.896 DEBG reset freemap, unit: freemap_route_ipv4
43472026-08-14T12:21:15.928ZAug 14 12:21:14.896 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43482026-08-14T12:21:15.928ZAug 14 12:21:14.896 DEBG reset freemap, unit: freemap_route_ipv6
43492026-08-14T12:21:15.928ZAug 14 12:21:14.896 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43502026-08-14T12:21:15.929ZAug 14 12:21:14.896 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 } }]
43512026-08-14T12:21:15.929ZAug 14 12:21:14.896 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43522026-08-14T12:21:15.929ZAug 14 12:21:14.896 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 } }]
43532026-08-14T12:21:15.929ZAug 14 12:21:14.896 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43542026-08-14T12:21:15.929ZAug 14 12:21:14.896 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 } }]
43552026-08-14T12:21:15.929ZAug 14 12:21:14.896 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43562026-08-14T12:21:15.929ZAug 14 12:21:14.896 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 } }]
43572026-08-14T12:21:15.929ZAug 14 12:21:14.896 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
43582026-08-14T12:21:15.929ZAug 14 12:21:14.896 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 } }]
43592026-08-14T12:21:15.929ZAug 14 12:21:14.896 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43602026-08-14T12:21:15.929ZAug 14 12:21:14.896 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 } }]
43612026-08-14T12:21:15.929ZAug 14 12:21:14.896 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43622026-08-14T12:21:15.929ZAug 14 12:21:14.896 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 } }]
43632026-08-14T12:21:15.929ZAug 14 12:21:14.896 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43642026-08-14T12:21:15.929ZAug 14 12:21:14.896 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 } }]
43652026-08-14T12:21:15.929ZAug 14 12:21:14.896 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43662026-08-14T12:21:15.929ZAug 14 12:21:14.896 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 } }]
43672026-08-14T12:21:15.929ZAug 14 12:21:14.896 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43682026-08-14T12:21:15.929ZAug 14 12:21:14.896 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 } }]
43692026-08-14T12:21:15.929ZAug 14 12:21:14.896 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43702026-08-14T12:21:15.930ZAug 14 12:21:14.896 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 } }]
43712026-08-14T12:21:15.930ZAug 14 12:21:14.896 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
43722026-08-14T12:21:15.930ZAug 14 12:21:14.896 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 } }]
43732026-08-14T12:21:15.930ZAug 14 12:21:14.896 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
43742026-08-14T12:21:15.930ZAug 14 12:21:14.896 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 } }]
43752026-08-14T12:21:15.930ZAug 14 12:21:14.896 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
43762026-08-14T12:21:15.930ZAug 14 12:21:14.896 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 } }]
43772026-08-14T12:21:15.930Ztest port_map::tests::parse_softnpu_revision ... ok
43782026-08-14T12:21:15.930ZAug 14 12:21:14.896 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
43792026-08-14T12:21:15.930ZAug 14 12:21:14.896 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 } }]
43802026-08-14T12:21:15.930ZAug 14 12:21:14.896 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
43812026-08-14T12:21:15.930ZAug 14 12:21:14.896Aug 14 12:21:14.896 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 } }]created new freemap
43822026-08-14T12:21:15.930Z, unit:Aug 14 12:21:14.896 freemap_route_ipv4INFO
43832026-08-14T12:21:15.930Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
43842026-08-14T12:21:15.930ZAug 14 12:21:14.896Aug 14 12:21:14.896 DEBGDEBG 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 } }]created new freemap
43852026-08-14T12:21:15.930Z, unit: freemap_route_ipv6Aug 14 12:21:14.896
43862026-08-14T12:21:15.930Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
43872026-08-14T12:21:15.930ZAug 14 12:21:14.896 DEBGAug 14 12:21:14.896 initted freemap. size: 64DEBG, unitreplacing 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 } }]:
43882026-08-14T12:21:15.930Z freemap_route_ipv4
43892026-08-14T12:21:15.930ZAug 14 12:21:14.896Aug 14 12:21:14.896 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreset freemap
43902026-08-14T12:21:15.930Z, unit:Aug 14 12:21:14.896 freemap_route_ipv4DEBG
43912026-08-14T12:21:15.930Z 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 } }]
43922026-08-14T12:21:15.931ZAug 14 12:21:14.896 Aug 14 12:21:14.896DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:f::/64 -> 2001:db8::55:ffunit
43932026-08-14T12:21:15.931Z: freemap_route_ipv6
43942026-08-14T12:21:15.931ZAug 14 12:21:14.896 DEBG Aug 14 12:21:14.896replacing 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 } }]
43952026-08-14T12:21:15.931ZDEBG reset freemap, unitAug 14 12:21:14.896: INFOfreemap_route_ipv6
43962026-08-14T12:21:15.931Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
43972026-08-14T12:21:15.931ZAug 14 12:21:14.896Aug 14 12:21:14.896 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
43982026-08-14T12:21:15.931Z
43992026-08-14T12:21:15.931ZAug 14 12:21:14.896Aug 14 12:21:14.896 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 3fff:beef:11::/64 -> 2001:db8::55:ff
44002026-08-14T12:21:15.931Z
44012026-08-14T12:21:15.931ZAug 14 12:21:14.896Aug 14 12:21:14.896 INFODEBGAug 14 12:21:14.896 adding route 3fff:dead::/64 -> 2001:db8::55:2
44022026-08-14T12:21:15.931Zreplacing 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
44032026-08-14T12:21:15.931Z Aug 14 12:21:14.896created new freemap DEBGAug 14 12:21:14.896 , 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 } }]unitINFO
44042026-08-14T12:21:15.931Z: adding route 3fff:beef:12::/64 -> 2001:db8::55:fffreemap_route_ipv4
44052026-08-14T12:21:15.931Z
44062026-08-14T12:21:15.931ZAug 14 12:21:14.896Aug 14 12:21:14.896 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]
44072026-08-14T12:21:15.931ZAug 14 12:21:14.896
44082026-08-14T12:21:15.931Z DEBG created new freemap, Aug 14 12:21:14.896Aug 14 12:21:14.896unit :DEBG freemap_route_ipv6INFOreplacing 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 } }]
44092026-08-14T12:21:15.931Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
44102026-08-14T12:21:15.931Z
44112026-08-14T12:21:15.932ZAug 14 12:21:14.896Aug 14 12:21:14.896 DEBGAug 14 12:21:14.896 DEBG INFOinitted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:4unitreplacing 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 } }]
44122026-08-14T12:21:15.936Z:
44132026-08-14T12:21:15.936Z freemap_route_ipv4
44142026-08-14T12:21:15.936ZAug 14 12:21:14.896Aug 14 12:21:14.896 Aug 14 12:21:14.896DEBG 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 } }, 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 } }]
44152026-08-14T12:21:15.936ZDEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
44162026-08-14T12:21:15.936Zreset freemapAug 14 12:21:14.896, unitINFOAug 14 12:21:14.896: DEBGfreemap_route_ipv4
44172026-08-14T12:21:15.936Zreplacing 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::/64 -> 2001:db8::55:ff
44182026-08-14T12:21:15.937Z
44192026-08-14T12:21:15.937ZAug 14 12:21:14.896Aug 14 12:21:14.896 Aug 14 12:21:14.896INFO DEBG DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
44202026-08-14T12:21:15.937Z 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 } }]initted freemap. size: 64
44212026-08-14T12:21:15.937Z, unit: Aug 14 12:21:14.896Aug 14 12:21:14.896freemap_route_ipv6
44222026-08-14T12:21:15.937ZINFODEBG 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:1::/64 -> 2001:db8::55:ff
44232026-08-14T12:21:15.937ZAug 14 12:21:14.896
44242026-08-14T12:21:15.937Z DEBG reset freemapAug 14 12:21:14.896, Aug 14 12:21:14.896unit 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 } }]freemap_route_ipv6adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
44252026-08-14T12:21:15.937Z
44262026-08-14T12:21:15.937Z
44272026-08-14T12:21:15.937ZAug 14 12:21:14.896Aug 14 12:21:14.896 INFOINFOAug 14 12:21:14.896 adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG
44282026-08-14T12:21:15.937Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing 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 } }]
44292026-08-14T12:21:15.937Z
44302026-08-14T12:21:15.937ZAug 14 12:21:14.896Aug 14 12:21:14.896 Aug 14 12:21:14.896DEBGDEBG 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 } }]INFO
44312026-08-14T12:21:15.937Zreplacing 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:17::/64 -> 2001:db8::55:ff
44322026-08-14T12:21:15.937Z
44332026-08-14T12:21:15.937ZAug 14 12:21:14.896 INFO Aug 14 12:21:14.896Aug 14 12:21:14.896adding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFODEBG
44342026-08-14T12:21:15.938Z adding route 3fff:beef::/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 } }]
44352026-08-14T12:21:15.938Z
44362026-08-14T12:21:15.938ZAug 14 12:21:14.896 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 } }]Aug 14 12:21:14.896
44372026-08-14T12:21:15.938ZAug 14 12:21:14.896 DEBGINFO Aug 14 12:21:14.896 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 } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
44382026-08-14T12:21:15.938Z
44392026-08-14T12:21:15.938ZINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
44402026-08-14T12:21:15.938ZAug 14 12:21:14.896Aug 14 12:21:14.896 DEBGAug 14 12:21:14.896 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
44412026-08-14T12:21:15.938Z INFOreplacing 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 } }]
44422026-08-14T12:21:15.938Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
44432026-08-14T12:21:15.938ZAug 14 12:21:14.896Aug 14 12:21:14.896Aug 14 12:21:14.896 DEBGINFO INFO Aug 14 12:21:14.896 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff 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 } }]
44442026-08-14T12:21:15.938ZDEBG
44452026-08-14T12:21:15.938Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
44462026-08-14T12:21:15.938Zcreated new freemap, unit:Aug 14 12:21:14.896 Aug 14 12:21:14.896Aug 14 12:21:14.896freemap_route_ipv4
44472026-08-14T12:21:15.938ZINFODEBG 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 } }]adding route 3fff:beef:2::/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 } }]
44482026-08-14T12:21:15.938ZAug 14 12:21:14.896
44492026-08-14T12:21:15.938Z
44502026-08-14T12:21:15.938Z DEBG created new freemap, Aug 14 12:21:14.896unitAug 14 12:21:14.896Aug 14 12:21:14.896: freemap_route_ipv6DEBG
44512026-08-14T12:21:15.939ZAug 14 12:21:14.896 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 } }]
44522026-08-14T12:21:15.939ZINFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
44532026-08-14T12:21:15.939Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBGAug 14 12:21:14.896Aug 14 12:21:14.896 created new freemapAug 14 12:21:14.896
44542026-08-14T12:21:15.939Z , INFOunitDEBG: DEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffinitted freemap. size: 64
44552026-08-14T12:21:15.939Z, Aug 14 12:21:14.896unit:freemap_route_ipv4 Aug 14 12:21:14.896DEBGfreemap_route_ipv4
44562026-08-14T12:21:15.939Zreplacing 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
44572026-08-14T12:21:15.939Z 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: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 } }]
44582026-08-14T12:21:15.939Z
44592026-08-14T12:21:15.939Z
44602026-08-14T12:21:15.939ZAug 14 12:21:14.896Aug 14 12:21:14.896 Aug 14 12:21:14.896Aug 14 12:21:14.896 Aug 14 12:21:14.896 DEBGDEBGINFO INFOreset freemap created new freemap, , unitadding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO: adding route 3fff:beef:7::/64 -> 2001:db8::55:fffreemap_route_ipv4
44612026-08-14T12:21:15.939Z
44622026-08-14T12:21:15.939Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
44632026-08-14T12:21:15.939ZAug 14 12:21:14.896Aug 14 12:21:14.896 Aug 14 12:21:14.896DEBGDEBG 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 } }]DEBG
44642026-08-14T12:21:15.939Zinitted freemap. size: 64 , 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 } }]unitunit
44652026-08-14T12:21:15.939Z: :freemap_route_ipv6 Aug 14 12:21:14.897
44662026-08-14T12:21:15.939Zfreemap_route_ipv6 Aug 14 12:21:14.897
44672026-08-14T12:21:15.939Z
44682026-08-14T12:21:15.939ZINFO DEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing 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 14 12:21:14.897
44692026-08-14T12:21:15.940ZAug 14 12:21:14.897 DEBGDEBG initted freemap. size: 64
44702026-08-14T12:21:15.940ZAug 14 12:21:14.897 Aug 14 12:21:14.897, reset freemapunit:, INFO unitfreemap_route_ipv4:
44712026-08-14T12:21:15.940Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:fffreemap_route_ipv6
44722026-08-14T12:21:15.940Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 14 12:21:14.897
44732026-08-14T12:21:15.940Z
44742026-08-14T12:21:15.940ZAug 14 12:21:14.897DEBGAug 14 12:21:14.897 Aug 14 12:21:14.897DEBGDEBG Aug 14 12:21:14.897reset freemap 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 } }], INFO
44752026-08-14T12:21:15.940Zreplacing 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 } }]unit: adding route 3fff:dead::/64 -> 2001:db8::55:1
44762026-08-14T12:21:15.940Z
44772026-08-14T12:21:15.940ZAug 14 12:21:14.897DEBG 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 } }]freemap_route_ipv4INFOAug 14 12:21:14.897Aug 14 12:21:14.897
44782026-08-14T12:21:15.940ZDEBG
44792026-08-14T12:21:15.940Z INFO adding route 3fff:beef:6::/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 } }]
44802026-08-14T12:21:15.940Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
44812026-08-14T12:21:15.940ZAug 14 12:21:14.897Aug 14 12:21:14.897 INFODEBG initted freemap. size: 64
44822026-08-14T12:21:15.940ZAug 14 12:21:14.897 , DEBGunitAug 14 12:21:14.897: Aug 14 12:21:14.897 freemap_route_ipv6adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFODEBG
44832026-08-14T12:21:15.940Zreplacing 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:dead::/64 -> 2001:db8::55:2
44842026-08-14T12:21:15.940Z
44852026-08-14T12:21:15.941Z
44862026-08-14T12:21:15.941Z Aug 14 12:21:14.897 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 14 12:21:14.897INFO Aug 14 12:21:14.897 DEBG
44872026-08-14T12:21:15.941ZAug 14 12:21:14.897 adding route 3fff:beef:a::/64 -> 2001:db8::55:ff DEBG
44882026-08-14T12:21:15.941Z 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 } }]reset freemapDEBG
44892026-08-14T12:21:15.941Z Aug 14 12:21:14.897replacing 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 14 12:21:14.897unit
44902026-08-14T12:21:15.941ZDEBGAug 14 12:21:14.897 : INFOfreemap_route_ipv6replacing 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 14 12:21:14.897
44912026-08-14T12:21:15.941Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
44922026-08-14T12:21:15.941ZINFO
44932026-08-14T12:21:15.941ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 14 12:21:14.897Aug 14 12:21:14.897Aug 14 12:21:14.897
44942026-08-14T12:21:15.941Z INFOINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
44952026-08-14T12:21:15.941Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 14 12:21:14.897
44962026-08-14T12:21:15.941ZDEBGreplacing 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 14 12:21:14.897adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
44972026-08-14T12:21:15.941ZDEBG Aug 14 12:21:14.897
44982026-08-14T12:21:15.941Zreplacing 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 } }]
44992026-08-14T12:21:15.941ZDEBG 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: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 } }]
45002026-08-14T12:21:15.941Z
45012026-08-14T12:21:15.941ZAug 14 12:21:14.897 INFO Aug 14 12:21:14.897adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 14 12:21:14.897Aug 14 12:21:14.897Aug 14 12:21:14.897
45022026-08-14T12:21:15.942Z INFO DEBG Aug 14 12:21:14.897adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff 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 } }]INFO
45032026-08-14T12:21:15.942Z
45042026-08-14T12:21:15.942Zadding route 3fff:beef:c::/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 } }]DEBG
45052026-08-14T12:21:15.942Z
45062026-08-14T12:21:15.942Zreplacing 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 14 12:21:14.897
45072026-08-14T12:21:15.942ZAug 14 12:21:14.897 DEBG 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 14 12:21:14.897DEBG 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 } }]
45082026-08-14T12:21:15.942Z
45092026-08-14T12:21:15.942Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 14 12:21:14.897
45102026-08-14T12:21:15.942Z INFOAug 14 12:21:14.897 Aug 14 12:21:14.897adding route 3fff:beef:8::/64 -> 2001:db8::55:ff Aug 14 12:21:14.897INFO INFO
45112026-08-14T12:21:15.942ZDEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
45122026-08-14T12:21:15.947Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing 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 } }]
45132026-08-14T12:21:15.947Z
45142026-08-14T12:21:15.947ZAug 14 12:21:14.897Aug 14 12:21:14.897 Aug 14 12:21:14.897 DEBGAug 14 12:21:14.897DEBG INFO 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
45152026-08-14T12:21:15.947Zadding route 3fff:beef:3::/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 } }]
45162026-08-14T12:21:15.947Z 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 } }]
45172026-08-14T12:21:15.947Z
45182026-08-14T12:21:15.947ZAug 14 12:21:14.897Aug 14 12:21:14.897 Aug 14 12:21:14.897INFO Aug 14 12:21:14.897 INFODEBGINFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
45192026-08-14T12:21:15.947Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/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 } }]
45202026-08-14T12:21:15.948Z
45212026-08-14T12:21:15.948Z
45222026-08-14T12:21:15.948ZAug 14 12:21:14.897Aug 14 12:21:14.897 Aug 14 12:21:14.897DEBG Aug 14 12:21:14.897 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 } }]DEBG
45232026-08-14T12:21:15.948ZINFODEBG adding route 3fff:beef:4::/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 } }]
45242026-08-14T12:21:15.948Z
45252026-08-14T12:21:15.948Zreplacing 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 } }]
45262026-08-14T12:21:15.948ZAug 14 12:21:14.897Aug 14 12:21:14.897 Aug 14 12:21:14.897 INFOINFOAug 14 12:21:14.897 DEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
45272026-08-14T12:21:15.948Z 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 } }]
45282026-08-14T12:21:15.948Z
45292026-08-14T12:21:15.948Z Aug 14 12:21:14.897INFO DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 14 12:21:14.897replacing 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 14 12:21:14.897DEBG
45302026-08-14T12:21:15.948Z 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 } }]
45312026-08-14T12:21:15.948Z
45322026-08-14T12:21:15.948ZINFOAug 14 12:21:14.897 Aug 14 12:21:14.897Aug 14 12:21:14.897adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
45332026-08-14T12:21:15.948ZINFODEBG INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff 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 } }]
45342026-08-14T12:21:15.948ZAug 14 12:21:14.897adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
45352026-08-14T12:21:15.949Z
45362026-08-14T12:21:15.949ZDEBG 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 } }]
45372026-08-14T12:21:15.949ZAug 14 12:21:14.897Aug 14 12:21:14.897Aug 14 12:21:14.897 Aug 14 12:21:14.897DEBG DEBGINFOINFO 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:6::/64 -> 2001:db8::55:ff adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
45382026-08-14T12:21:15.949Z
45392026-08-14T12:21:15.949Z
45402026-08-14T12:21:15.949Zreplacing 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 } }]
45412026-08-14T12:21:15.949ZAug 14 12:21:14.897 INFOAug 14 12:21:14.897Aug 14 12:21:14.897 Aug 14 12:21:14.897DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff DEBG
45422026-08-14T12:21:15.949Z 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 } }]INFOreplacing 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 } }]
45432026-08-14T12:21:15.949Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
45442026-08-14T12:21:15.949Z
45452026-08-14T12:21:15.949ZAug 14 12:21:14.897 DEBGAug 14 12:21:14.897 Aug 14 12:21:14.897Aug 14 12:21:14.897replacing 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 } }]
45462026-08-14T12:21:15.949ZINFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
45472026-08-14T12:21:15.949ZAug 14 12:21:14.897adding route 3fff:beef:c::/64 -> 2001:db8::55:ff DEBG
45482026-08-14T12:21:15.949ZINFOAug 14 12:21:14.897 DEBG 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 } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
45492026-08-14T12:21:15.950Z
45502026-08-14T12:21:15.950Zreplacing 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 14 12:21:14.897
45512026-08-14T12:21:15.950Z DEBGAug 14 12:21:14.897 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 } }]Aug 14 12:21:14.897DEBGAug 14 12:21:14.897 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 } }]
45522026-08-14T12:21:15.950Z INFO
45532026-08-14T12:21:15.950Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45542026-08-14T12:21:15.950Z
45552026-08-14T12:21:15.950ZAug 14 12:21:14.897 Aug 14 12:21:14.897INFOAug 14 12:21:14.897 Aug 14 12:21:14.897 DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO 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 } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
45562026-08-14T12:21:15.950Z
45572026-08-14T12:21:15.950Z
45582026-08-14T12:21:15.950Zreplacing 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 14 12:21:14.897
45592026-08-14T12:21:15.950ZAug 14 12:21:14.897 INFOAug 14 12:21:14.897 DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
45602026-08-14T12:21:15.950Zreplacing 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 } }]DEBGAug 14 12:21:14.897
45612026-08-14T12:21:15.950Z 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 } }]
45622026-08-14T12:21:15.950ZINFOAug 14 12:21:14.897 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBGAug 14 12:21:14.897 Aug 14 12:21:14.897
45632026-08-14T12:21:15.950Z 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 } }]INFO
45642026-08-14T12:21:15.950Z INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
45652026-08-14T12:21:15.951Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:21:14.897Aug 14 12:21:14.897
45662026-08-14T12:21:15.951Z INFOAug 14 12:21:14.897 DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
45672026-08-14T12:21:15.951ZDEBG 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: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 } }]
45682026-08-14T12:21:15.951Z
45692026-08-14T12:21:15.951ZAug 14 12:21:14.897Aug 14 12:21:14.897 DEBGDEBGAug 14 12:21:14.897 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 14 12:21:14.897
45702026-08-14T12:21:15.951Zreplacing 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 } }]INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
45712026-08-14T12:21:15.951ZINFO Aug 14 12:21:14.897adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
45722026-08-14T12:21:15.951ZAug 14 12:21:14.897INFO
45732026-08-14T12:21:15.951Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 14 12:21:14.897adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
45742026-08-14T12:21:15.951ZDEBGAug 14 12:21:14.897 DEBG
45752026-08-14T12:21:15.951Zreplacing 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: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 14 12:21:14.897Aug 14 12:21:14.897
45762026-08-14T12:21:15.951Z
45772026-08-14T12:21:15.951Z DEBGDEBG Aug 14 12:21:14.897replacing 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 14 12:21:14.897replacing 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 } }]
45782026-08-14T12:21:15.951Z INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
45792026-08-14T12:21:15.951Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
45802026-08-14T12:21:15.951Z
45812026-08-14T12:21:15.951ZAug 14 12:21:14.897 Aug 14 12:21:14.897Aug 14 12:21:14.897 INFODEBGAug 14 12:21:14.897INFO DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
45822026-08-14T12:21:15.952Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing 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 } }]
45832026-08-14T12:21:15.952Z
45842026-08-14T12:21:15.952Zreplacing 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 } }]
45852026-08-14T12:21:15.952ZAug 14 12:21:14.897Aug 14 12:21:14.897Aug 14 12:21:14.897 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 } }]INFO
45862026-08-14T12:21:15.952ZDEBGAug 14 12:21:14.897 adding route 3fff:beef:17::/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 } }]
45872026-08-14T12:21:15.952ZAug 14 12:21:14.897INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
45882026-08-14T12:21:15.952Z
45892026-08-14T12:21:15.952ZAug 14 12:21:14.897INFO Aug 14 12:21:14.897 INFO Aug 14 12:21:14.897adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
45902026-08-14T12:21:15.952ZDEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
45912026-08-14T12:21:15.952Z 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: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 } }]Aug 14 12:21:14.897
45922026-08-14T12:21:15.952Z Aug 14 12:21:14.897DEBG
45932026-08-14T12:21:15.952ZDEBGreplacing 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 14 12:21:14.897
45942026-08-14T12:21:15.952Z INFO 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 } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
45952026-08-14T12:21:15.952Z
45962026-08-14T12:21:15.952ZAug 14 12:21:14.897Aug 14 12:21:14.897 INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
45972026-08-14T12:21:15.952Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:21:14.897
45982026-08-14T12:21:15.952Z INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
45992026-08-14T12:21:15.953ZAug 14 12:21:14.897 DEBGAug 14 12:21:14.897 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
46002026-08-14T12:21:15.953Z 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 } }]
46012026-08-14T12:21:15.953ZAug 14 12:21:14.897 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
46022026-08-14T12:21:15.953ZAug 14 12:21:14.897 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 14 12:21:14.897
46032026-08-14T12:21:15.953ZAug 14 12:21:14.897Aug 14 12:21:14.897 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 } }]DEBG
46042026-08-14T12:21:15.953Z 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 } }]
46052026-08-14T12:21:15.953ZAug 14 12:21:14.897Aug 14 12:21:14.897 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
46062026-08-14T12:21:15.953Z
46072026-08-14T12:21:15.953ZAug 14 12:21:14.897Aug 14 12:21:14.897 DEBGDEBG 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: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 } }]
46082026-08-14T12:21:15.953Z
46092026-08-14T12:21:15.953ZAug 14 12:21:14.897Aug 14 12:21:14.897 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
46102026-08-14T12:21:15.953Z
46112026-08-14T12:21:15.953ZAug 14 12:21:14.897Aug 14 12:21:14.897 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 } }]
46122026-08-14T12:21:15.958ZAug 14 12:21:14.897 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 } }]Aug 14 12:21:14.897
46132026-08-14T12:21:15.958Z INFO Aug 14 12:21:14.897 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
46142026-08-14T12:21:15.958Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
46152026-08-14T12:21:15.958ZAug 14 12:21:14.897 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 14 12:21:14.897
46162026-08-14T12:21:15.958Z 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 } }]
46172026-08-14T12:21:15.958ZAug 14 12:21:14.897 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 14 12:21:14.897
46182026-08-14T12:21:15.958Z INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
46192026-08-14T12:21:15.958ZAug 14 12:21:14.897Aug 14 12:21:14.897 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 } }]
46202026-08-14T12:21:15.958ZAug 14 12:21:14.898 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
46212026-08-14T12:21:15.958ZAug 14 12:21:14.898 DEBG 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 } }]
46222026-08-14T12:21:15.958Zreplacing 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 } }]
46232026-08-14T12:21:15.958ZAug 14 12:21:14.898 Aug 14 12:21:14.898INFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
46242026-08-14T12:21:15.958Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
46252026-08-14T12:21:15.958ZAug 14 12:21:14.898Aug 14 12:21:14.898 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: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 } }]
46262026-08-14T12:21:15.958Z
46272026-08-14T12:21:15.958ZAug 14 12:21:14.898Aug 14 12:21:14.898 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
46282026-08-14T12:21:15.959Z
46292026-08-14T12:21:15.959ZAug 14 12:21:14.898 DEBGAug 14 12:21:14.898 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 } }] 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
46302026-08-14T12:21:15.959Z
46312026-08-14T12:21:15.959Z 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 } }]
46322026-08-14T12:21:15.959ZAug 14 12:21:14.898 INFOAug 14 12:21:14.898 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO
46332026-08-14T12:21:15.959Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
46342026-08-14T12:21:15.959ZAug 14 12:21:14.898Aug 14 12:21:14.898 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 } }]Aug 14 12:21:14.898
46352026-08-14T12:21:15.959Z INFOreplacing 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 } }]
46362026-08-14T12:21:15.959Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
46372026-08-14T12:21:15.959ZAug 14 12:21:14.898 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 14 12:21:14.898
46382026-08-14T12:21:15.959Z Aug 14 12:21:14.898INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
46392026-08-14T12:21:15.959Zreplacing 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 } }]
46402026-08-14T12:21:15.959ZAug 14 12:21:14.898Aug 14 12:21:14.898 DEBGDEBG Aug 14 12:21:14.898replacing 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: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 } }]
46412026-08-14T12:21:15.959Z
46422026-08-14T12:21:15.959Z INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
46432026-08-14T12:21:15.959ZAug 14 12:21:14.898Aug 14 12:21:14.898 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 14 12:21:14.898
46442026-08-14T12:21:15.959Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
46452026-08-14T12:21:15.959ZDEBG 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 14 12:21:14.898
46462026-08-14T12:21:15.959Z Aug 14 12:21:14.898DEBG 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 } }]
46472026-08-14T12:21:15.959Zreplacing 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 14 12:21:14.898
46482026-08-14T12:21:15.959Z INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 14 12:21:14.898Aug 14 12:21:14.898
46492026-08-14T12:21:15.959Z INFOINFO Aug 14 12:21:14.898adding route 3fff:beef:16::/64 -> 2001:db8::55:ff adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
46502026-08-14T12:21:15.959Z
46512026-08-14T12:21:15.959ZDEBG 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 } }]Aug 14 12:21:14.898Aug 14 12:21:14.898 DEBGDEBG
46522026-08-14T12:21:15.959Z 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: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 } }]
46532026-08-14T12:21:15.959Z
46542026-08-14T12:21:15.959ZAug 14 12:21:14.898 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 14 12:21:14.898
46552026-08-14T12:21:15.960Z Aug 14 12:21:14.898INFO INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 14 12:21:14.898
46562026-08-14T12:21:15.960Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
46572026-08-14T12:21:15.960ZDEBG 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 } }]
46582026-08-14T12:21:15.960ZAug 14 12:21:14.898Aug 14 12:21:14.898 Aug 14 12:21:14.898DEBG INFODEBG 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:beef:20::/64 -> 2001:db8::55:ff
46592026-08-14T12:21:15.960Z
46602026-08-14T12:21:15.960Zreplacing 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 } }]
46612026-08-14T12:21:15.960ZAug 14 12:21:14.898Aug 14 12:21:14.898Aug 14 12:21:14.898 INFOINFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
46622026-08-14T12:21:15.960Z 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 } }]
46632026-08-14T12:21:15.960Z
46642026-08-14T12:21:15.960ZAug 14 12:21:14.898 Aug 14 12:21:14.898DEBGAug 14 12:21:14.898 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 } }]INFO
46652026-08-14T12:21:15.960Z DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
46662026-08-14T12:21:15.960Zreplacing 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 } }]
46672026-08-14T12:21:15.960ZAug 14 12:21:14.898Aug 14 12:21:14.898 Aug 14 12:21:14.898INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
46682026-08-14T12:21:15.960Z 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 } }]
46692026-08-14T12:21:15.960Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
46702026-08-14T12:21:15.960ZAug 14 12:21:14.898 Aug 14 12:21:14.898DEBGAug 14 12:21:14.898 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 } }]
46712026-08-14T12:21:15.960ZDEBG 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 } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
46722026-08-14T12:21:15.960Z
46732026-08-14T12:21:15.960ZAug 14 12:21:14.898 INFO Aug 14 12:21:14.898adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 14 12:21:14.898
46742026-08-14T12:21:15.960Z INFODEBG adding route 3fff:beef:39::/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 } }]Aug 14 12:21:14.898
46752026-08-14T12:21:15.960Z
46762026-08-14T12:21:15.960Z 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 } }]
46772026-08-14T12:21:15.960ZAug 14 12:21:14.898Aug 14 12:21:14.898 INFODEBGAug 14 12:21:14.898 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
46782026-08-14T12:21:15.960Zreplacing 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 } }]
46792026-08-14T12:21:15.960Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
46802026-08-14T12:21:15.960ZAug 14 12:21:14.898Aug 14 12:21:14.898 Aug 14 12:21:14.898INFO DEBG DEBGreplacing 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:3a::/64 -> 2001:db8::55:ff
46812026-08-14T12:21:15.960Z
46822026-08-14T12:21:15.960Z 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 } }]
46832026-08-14T12:21:15.960ZAug 14 12:21:14.898Aug 14 12:21:14.898 INFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 14 12:21:14.898
46842026-08-14T12:21:15.960Zreplacing 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 } }]
46852026-08-14T12:21:15.960ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
46862026-08-14T12:21:15.960ZAug 14 12:21:14.898Aug 14 12:21:14.898 Aug 14 12:21:14.898DEBGINFO 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 } }] DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
46872026-08-14T12:21:15.960Zreplacing 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 } }]
46882026-08-14T12:21:15.960Z
46892026-08-14T12:21:15.960ZAug 14 12:21:14.898Aug 14 12:21:14.898 Aug 14 12:21:14.898INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
46902026-08-14T12:21:15.961ZDEBG
46912026-08-14T12:21:15.961Zreplacing 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 } }]
46922026-08-14T12:21:15.961ZAug 14 12:21:14.898Aug 14 12:21:14.898Aug 14 12:21:14.898 DEBGDEBG 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 } }]
46932026-08-14T12:21:15.961Zreplacing 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:3c::/64 -> 2001:db8::55:ff
46942026-08-14T12:21:15.961Z
46952026-08-14T12:21:15.961ZAug 14 12:21:14.898Aug 14 12:21:14.898 INFOAug 14 12:21:14.898 INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
46962026-08-14T12:21:15.961Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
46972026-08-14T12:21:15.961ZDEBG 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 } }]
46982026-08-14T12:21:15.961ZAug 14 12:21:14.898 Aug 14 12:21:14.898DEBGAug 14 12:21:14.898 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
46992026-08-14T12:21:15.961ZDEBG 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 } }]failed to allocate space for the new target listAug 14 12:21:14.898
47002026-08-14T12:21:15.961Z INFO
47012026-08-14T12:21:15.961Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 14 12:21:14.898
47022026-08-14T12:21:15.961Z Aug 14 12:21:14.898INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 14 12:21:14.898replacing 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 } }]
47032026-08-14T12:21:15.961ZDEBG
47042026-08-14T12:21:15.961Z 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 } }]
47052026-08-14T12:21:15.961ZAug 14 12:21:14.898 Aug 14 12:21:14.898DEBG INFOreplacing 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 } }]
47062026-08-14T12:21:15.961Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
47072026-08-14T12:21:15.961Z Aug 14 12:21:14.898Aug 14 12:21:14.898 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 } }]DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
47082026-08-14T12:21:15.961Z
47092026-08-14T12:21:15.961Zreplacing 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 } }]
47102026-08-14T12:21:15.961ZAug 14 12:21:14.898Aug 14 12:21:14.898 DEBGINFO 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 } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
47112026-08-14T12:21:15.961Z
47122026-08-14T12:21:15.965ZAug 14 12:21:14.898Aug 14 12:21:14.898 INFOINFO Aug 14 12:21:14.898adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
47132026-08-14T12:21:15.965ZDEBG
47142026-08-14T12:21:15.965Z 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 } }]
47152026-08-14T12:21:15.965ZAug 14 12:21:14.898Aug 14 12:21:14.898 Aug 14 12:21:14.898DEBG 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 } }]INFODEBG
47162026-08-14T12:21:15.965Z 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:22::/64 -> 2001:db8::55:ff
47172026-08-14T12:21:15.965Z
47182026-08-14T12:21:15.965ZAug 14 12:21:14.898 INFOAug 14 12:21:14.898 Aug 14 12:21:14.898INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
47192026-08-14T12:21:15.965Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG
47202026-08-14T12:21:15.965Z Aug 14 12:21:14.898replacing 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 } }]
47212026-08-14T12:21:15.965ZDEBGAug 14 12:21:14.898Aug 14 12:21:14.898 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 } }]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 } }]DEBGAug 14 12:21:14.898 created new freemapINFO
47222026-08-14T12:21:15.965Z
47232026-08-14T12:21:15.965Z, unitadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 14 12:21:14.898:
47242026-08-14T12:21:15.965ZAug 14 12:21:14.898 INFO INFOfreemap_route_ipv4 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
47252026-08-14T12:21:15.965Z
47262026-08-14T12:21:15.965Z Aug 14 12:21:14.898 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 14 12:21:14.898DEBG DEBG
47272026-08-14T12:21:15.965ZAug 14 12:21:14.898replacing 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 } }] DEBGreplacing 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 } }]
47282026-08-14T12:21:15.965Zcreated new freemap
47292026-08-14T12:21:15.965Z, unit: Aug 14 12:21:14.898Aug 14 12:21:14.898freemap_route_ipv6 Aug 14 12:21:14.898 DEBGINFO
47302026-08-14T12:21:15.965Z 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 } }]
47312026-08-14T12:21:15.966Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 14 12:21:14.898
47322026-08-14T12:21:15.966Z DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 14 12:21:14.898Aug 14 12:21:14.898 initted freemap. size: 64INFO, DEBG
47332026-08-14T12:21:15.966Z unitreplacing 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 } }] :
47342026-08-14T12:21:15.966Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
47352026-08-14T12:21:15.966Zfreemap_route_ipv4
47362026-08-14T12:21:15.966ZAug 14 12:21:14.898Aug 14 12:21:14.898 INFO Aug 14 12:21:14.898DEBG Aug 14 12:21:14.898 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
47372026-08-14T12:21:15.966Z 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 } }]DEBG
47382026-08-14T12:21:15.966Zreplacing 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 } }]reset freemap
47392026-08-14T12:21:15.966Z, Aug 14 12:21:14.898Aug 14 12:21:14.898 unitDEBG :INFO Aug 14 12:21:14.898freemap_route_ipv4adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
47402026-08-14T12:21:15.966Z 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 } }]
47412026-08-14T12:21:15.966ZINFO
47422026-08-14T12:21:15.966Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 14 12:21:14.898
47432026-08-14T12:21:15.966Z Aug 14 12:21:14.898DEBG Aug 14 12:21:14.898replacing 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
47442026-08-14T12:21:15.966ZINFO initted freemap. size: 64Aug 14 12:21:14.898, Aug 14 12:21:14.898 INFOunit :adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
47452026-08-14T12:21:15.966ZDEBGAug 14 12:21:14.898freemap_route_ipv6
47462026-08-14T12:21:15.966Zreplacing 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 } }]DEBG
47472026-08-14T12:21:15.966Z 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 } }]
47482026-08-14T12:21:15.966ZAug 14 12:21:14.898 DEBGAug 14 12:21:14.898Aug 14 12:21:14.898 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreset freemapadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
47492026-08-14T12:21:15.966Z,
47502026-08-14T12:21:15.966Zunit: freemap_route_ipv6Aug 14 12:21:14.898
47512026-08-14T12:21:15.966Z Aug 14 12:21:14.898DEBG 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
47522026-08-14T12:21:15.966Z Aug 14 12:21:14.898replacing 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 } }]
47532026-08-14T12:21:15.966ZINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:21:14.898
47542026-08-14T12:21:15.966ZAug 14 12:21:14.898 INFOINFO Aug 14 12:21:14.898adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
47552026-08-14T12:21:15.966ZDEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
47562026-08-14T12:21:15.966Zreplacing 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 } }]
47572026-08-14T12:21:15.966ZAug 14 12:21:14.898Aug 14 12:21:14.898Aug 14 12:21:14.898 DEBGDEBG 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 } }]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 } }]
47582026-08-14T12:21:15.966Z
47592026-08-14T12:21:15.966Z 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 } }]
47602026-08-14T12:21:15.966ZAug 14 12:21:14.898 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 14 12:21:14.898
47612026-08-14T12:21:15.966Z INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
47622026-08-14T12:21:15.966ZAug 14 12:21:14.898 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBGAug 14 12:21:14.898
47632026-08-14T12:21:15.966Z DEBGreplacing 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 } }]
47642026-08-14T12:21:15.966Zreplacing 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 14 12:21:14.898
47652026-08-14T12:21:15.966Z 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 14 12:21:14.898
47662026-08-14T12:21:15.966Z Aug 14 12:21:14.898INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 14 12:21:14.898 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
47672026-08-14T12:21:15.966Z
47682026-08-14T12:21:15.966Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
47692026-08-14T12:21:15.966ZAug 14 12:21:14.898Aug 14 12:21:14.898Aug 14 12:21:14.898 DEBGDEBG 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 } }]
47702026-08-14T12:21:15.966Z 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: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 } }]
47712026-08-14T12:21:15.967Z
47722026-08-14T12:21:15.967Ztest route::tests::grow_succeeds ... ok
47732026-08-14T12:21:15.967ZAug 14 12:21:14.898 Aug 14 12:21:14.898INFO Aug 14 12:21:14.898 INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
47742026-08-14T12:21:15.967Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO
47752026-08-14T12:21:15.967Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
47762026-08-14T12:21:15.967ZAug 14 12:21:14.898 Aug 14 12:21:14.898DEBG DEBGAug 14 12:21:14.898 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 } }] 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 } }]
47772026-08-14T12:21:15.967Z
47782026-08-14T12:21:15.967ZDEBG 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 } }]
47792026-08-14T12:21:15.967ZAug 14 12:21:14.898Aug 14 12:21:14.898 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
47802026-08-14T12:21:15.967Z
47812026-08-14T12:21:15.967ZAug 14 12:21:14.898 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 14 12:21:14.898
47822026-08-14T12:21:15.967ZAug 14 12:21:14.898 DEBGDEBG 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 } }]Aug 14 12:21:14.898replacing 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 } }]
47832026-08-14T12:21:15.967ZDEBG
47842026-08-14T12:21:15.967Z 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 } }]
47852026-08-14T12:21:15.967ZAug 14 12:21:14.898Aug 14 12:21:14.898 INFOAug 14 12:21:14.898 INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
47862026-08-14T12:21:15.967ZINFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
47872026-08-14T12:21:15.967Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 14 12:21:14.898
47882026-08-14T12:21:15.967Z 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 14 12:21:14.898
47892026-08-14T12:21:15.967ZAug 14 12:21:14.898 DEBGDEBG Aug 14 12:21:14.898replacing 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 } }] 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 } }]
47902026-08-14T12:21:15.967Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
47912026-08-14T12:21:15.967Z
47922026-08-14T12:21:15.967ZAug 14 12:21:14.898Aug 14 12:21:14.898 INFODEBGAug 14 12:21:14.898 adding route 3fff:beef:2e::/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 } }]
47932026-08-14T12:21:15.967Z
47942026-08-14T12:21:15.967ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 14 12:21:14.898
47952026-08-14T12:21:15.967ZAug 14 12:21:14.898 DEBG INFOreplacing 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 } }]
47962026-08-14T12:21:15.967ZAug 14 12:21:14.898adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
47972026-08-14T12:21:15.967ZDEBG 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 } }]
47982026-08-14T12:21:15.967ZAug 14 12:21:14.898Aug 14 12:21:14.898 INFODEBG Aug 14 12:21:14.898replacing 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 } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
47992026-08-14T12:21:15.967Z
48002026-08-14T12:21:15.967ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
48012026-08-14T12:21:15.967ZAug 14 12:21:14.898Aug 14 12:21:14.898 INFODEBG Aug 14 12:21:14.898adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
48022026-08-14T12:21:15.967Zreplacing 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 } }]
48032026-08-14T12:21:15.967ZAug 14 12:21:14.898 Aug 14 12:21:14.898DEBG INFOreplacing 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
48042026-08-14T12:21:15.967Z 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:beef:30::/64 -> 2001:db8::55:ff
48052026-08-14T12:21:15.967Z
48062026-08-14T12:21:15.967ZAug 14 12:21:14.899 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 14 12:21:14.899Aug 14 12:21:14.899
48072026-08-14T12:21:15.967Z DEBGINFO Aug 14 12:21:14.899replacing 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 } }] adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
48082026-08-14T12:21:15.967Z
48092026-08-14T12:21:15.967Zreplacing 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 } }]
48102026-08-14T12:21:15.967ZAug 14 12:21:14.899Aug 14 12:21:14.899 INFODEBGAug 14 12:21:14.899 adding route 3fff:beef:31::/64 -> 2001:db8::55:ff INFO
48112026-08-14T12:21:15.967Z 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:22::/64 -> 2001:db8::55:ff
48122026-08-14T12:21:15.971Z
48132026-08-14T12:21:15.971ZAug 14 12:21:14.899Aug 14 12:21:14.899Aug 14 12:21:14.899 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 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 } }]
48142026-08-14T12:21:15.972Z
48152026-08-14T12:21:15.972Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
48162026-08-14T12:21:15.972ZAug 14 12:21:14.899Aug 14 12:21:14.899 INFOINFO Aug 14 12:21:14.899adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
48172026-08-14T12:21:15.972ZDEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing 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 } }]
48182026-08-14T12:21:15.972Z
48192026-08-14T12:21:15.972ZAug 14 12:21:14.899 DEBG Aug 14 12:21:14.899replacing 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 14 12:21:14.899
48202026-08-14T12:21:15.972ZDEBG INFO 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 } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
48212026-08-14T12:21:15.972ZAug 14 12:21:14.899
48222026-08-14T12:21:15.972Z INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 14 12:21:14.899Aug 14 12:21:14.899
48232026-08-14T12:21:15.972Z DEBG INFOreplacing 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 14 12:21:14.899
48242026-08-14T12:21:15.972Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
48252026-08-14T12:21:15.972Z Aug 14 12:21:14.899replacing 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 } }]
48262026-08-14T12:21:15.972ZINFOAug 14 12:21:14.899 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGAug 14 12:21:14.899 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 } }]INFO
48272026-08-14T12:21:15.972Z
48282026-08-14T12:21:15.972Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
48292026-08-14T12:21:15.972ZAug 14 12:21:14.899Aug 14 12:21:14.899 DEBGAug 14 12:21:14.899 INFOreplacing 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
48302026-08-14T12:21:15.972Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
48312026-08-14T12:21:15.972Zreplacing 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 } }]
48322026-08-14T12:21:15.972ZAug 14 12:21:14.899 Aug 14 12:21:14.899INFO DEBGAug 14 12:21:14.899adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
48332026-08-14T12:21:15.972Zreplacing 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 } }]
48342026-08-14T12:21:15.972ZINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
48352026-08-14T12:21:15.972ZAug 14 12:21:14.899Aug 14 12:21:14.899 Aug 14 12:21:14.899INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBG
48362026-08-14T12:21:15.972Zreplacing 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 } }]
48372026-08-14T12:21:15.972Zreplacing 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 } }]
48382026-08-14T12:21:15.972ZAug 14 12:21:14.899 Aug 14 12:21:14.899Aug 14 12:21:14.899 DEBGINFOINFO 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 } }]
48392026-08-14T12:21:15.972Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
48402026-08-14T12:21:15.972Z
48412026-08-14T12:21:15.972ZAug 14 12:21:14.899 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 14 12:21:14.899Aug 14 12:21:14.899
48422026-08-14T12:21:15.972Z DEBG DEBGreplacing 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 } }]
48432026-08-14T12:21:15.972Zreplacing 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 14 12:21:14.899
48442026-08-14T12:21:15.972Z 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 } }]Aug 14 12:21:14.899Aug 14 12:21:14.899
48452026-08-14T12:21:15.972Z INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 14 12:21:14.899
48462026-08-14T12:21:15.972Zfailed to allocate space for the new target list INFO
48472026-08-14T12:21:15.972Z Aug 14 12:21:14.899adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
48482026-08-14T12:21:15.972ZDEBG 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 } }]
48492026-08-14T12:21:15.972ZAug 14 12:21:14.899Aug 14 12:21:14.899 Aug 14 12:21:14.899 DEBGDEBGINFO 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 } }]
48502026-08-14T12:21:15.972Zreplacing 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:beef:29::/64 -> 2001:db8::55:ff
48512026-08-14T12:21:15.972Z
48522026-08-14T12:21:15.972ZAug 14 12:21:14.899 Aug 14 12:21:14.899INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
48532026-08-14T12:21:15.973Zreplacing 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 } }]
48542026-08-14T12:21:15.973ZAug 14 12:21:14.899Aug 14 12:21:14.899 DEBGINFO Aug 14 12:21:14.899replacing 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 } }]
48552026-08-14T12:21:15.973Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
48562026-08-14T12:21:15.973ZDEBG created new freemapAug 14 12:21:14.899, Aug 14 12:21:14.899 INFOunit :adding route 3fff:beef:39::/64 -> 2001:db8::55:ff DEBGfreemap_route_ipv4
48572026-08-14T12:21:15.973ZAug 14 12:21:14.899
48582026-08-14T12:21:15.973Zreplacing 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 } }]
48592026-08-14T12:21:15.973Z DEBGAug 14 12:21:14.899Aug 14 12:21:14.899 Aug 14 12:21:14.899DEBG INFODEBG adding route 3fff:beef:2b::/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 } }]
48602026-08-14T12:21:15.973Zcreated new freemap
48612026-08-14T12:21:15.973Z, created new freemapunit, Aug 14 12:21:14.899Aug 14 12:21:14.899 : INFODEBGunit freemap_route_ipv6adding route 3fff:beef:3a::/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 } }]
48622026-08-14T12:21:15.973Z
48632026-08-14T12:21:15.973Z:
48642026-08-14T12:21:15.973Zfreemap_route_ipv4Aug 14 12:21:14.899
48652026-08-14T12:21:15.973ZAug 14 12:21:14.899 INFODEBG adding route 3fff:beef:2c::/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 } }]
48662026-08-14T12:21:15.973Z
48672026-08-14T12:21:15.973ZAug 14 12:21:14.899Aug 14 12:21:14.899 DEBGAug 14 12:21:14.899Aug 14 12:21:14.899DEBG initted freemap. size: 64Aug 14 12:21:14.899, DEBGINFO unitcreated new freemap , adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffunit
48682026-08-14T12:21:15.973Z: :freemap_route_ipv6DEBG Aug 14 12:21:14.899
48692026-08-14T12:21:15.973Z 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 } }]
48702026-08-14T12:21:15.973Z created new freemapAug 14 12:21:14.899freemap_route_ipv4
48712026-08-14T12:21:15.973Zreplacing 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 14 12:21:14.899
48722026-08-14T12:21:15.973Z INFO, adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffunitDEBG Aug 14 12:21:14.899initted freemap. size: 64:
48732026-08-14T12:21:15.973Z, INFOAug 14 12:21:14.899 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBGunit
48742026-08-14T12:21:15.973ZAug 14 12:21:14.899 : reset freemap freemap_route_ipv4
48752026-08-14T12:21:15.973Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
48762026-08-14T12:21:15.973Z, Aug 14 12:21:14.899 unitDEBG: 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
48772026-08-14T12:21:15.973Zfreemap_route_ipv4Aug 14 12:21:14.899DEBG
48782026-08-14T12:21:15.973ZDEBG
48792026-08-14T12:21:15.973Z reset 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 } }],
48802026-08-14T12:21:15.973ZunitAug 14 12:21:14.899Aug 14 12:21:14.899 :INFOAug 14 12:21:14.899 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG
48812026-08-14T12:21:15.973ZINFO Aug 14 12:21:14.899 freemap_route_ipv4Aug 14 12:21:14.899adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffinitted freemap. size: 64
48822026-08-14T12:21:15.973Z, unit:DEBG
48832026-08-14T12:21:15.973Z Aug 14 12:21:14.899freemap_route_ipv6replacing 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 } }]Aug 14 12:21:14.899
48842026-08-14T12:21:15.973Z DEBG
48852026-08-14T12:21:15.973ZDEBG initted freemap. size: 64Aug 14 12:21:14.899, 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 } }] unit
48862026-08-14T12:21:15.973ZDEBGINFO : Aug 14 12:21:14.899created new freemap adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff,
48872026-08-14T12:21:15.973Z unitfreemap_route_ipv6Aug 14 12:21:14.899
48882026-08-14T12:21:15.973ZINFO Aug 14 12:21:14.899 :DEBGAug 14 12:21:14.899 freemap_route_ipv6replacing 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 reset freemap, unitAug 14 12:21:14.900adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff:
48892026-08-14T12:21:15.973ZAug 14 12:21:14.899 Aug 14 12:21:14.909 DEBG DEBG freemap_route_ipv6created new freemap
48902026-08-14T12:21:15.973Zreplacing 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
48912026-08-14T12:21:15.973Z
48922026-08-14T12:21:15.974Z, unitcreated new freemap:, unitAug 14 12:21:14.909freemap_route_ipv4:
48932026-08-14T12:21:15.974Zfreemap_route_ipv4Aug 14 12:21:14.909INFO
48942026-08-14T12:21:15.974ZAug 14 12:21:14.909 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 initted freemap. size: 64adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 14 12:21:14.909
48952026-08-14T12:21:15.974Z
48962026-08-14T12:21:15.974ZAug 14 12:21:14.909 DEBG , DEBG unitAug 14 12:21:14.909Aug 14 12:21:14.909 : created new freemapDEBG, DEBG freemap_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 } }]
48972026-08-14T12:21:15.974Zunit: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 } }]
48982026-08-14T12:21:15.974Z freemap_route_ipv6
48992026-08-14T12:21:15.974Z
49002026-08-14T12:21:15.974ZAug 14 12:21:14.909created new freemap , Aug 14 12:21:14.909DEBGAug 14 12:21:14.909 INFOINFO reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:2, adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunit
49012026-08-14T12:21:15.974ZAug 14 12:21:14.909unit:
49022026-08-14T12:21:15.974Z : freemap_route_ipv4Aug 14 12:21:14.909
49032026-08-14T12:21:15.974Z Aug 14 12:21:14.909DEBG freemap_route_ipv6 DEBGDEBG
49042026-08-14T12:21:15.974Zreplacing 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 } }]initted freemap. size: 64
49052026-08-14T12:21:15.974Z 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 } }]
49062026-08-14T12:21:15.974Z, unitAug 14 12:21:14.909Aug 14 12:21:14.909 Aug 14 12:21:14.909INFO: freemap_route_ipv4
49072026-08-14T12:21:15.974ZAug 14 12:21:14.909adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG DEBGINFO
49082026-08-14T12:21:15.974Z initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:3 ,
49092026-08-14T12:21:15.974ZunitAug 14 12:21:14.909: DEBG freemap_route_ipv6initted freemap. 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 14 12:21:14.909
49102026-08-14T12:21:15.974Z
49112026-08-14T12:21:15.974Z, 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 14 12:21:14.909
49122026-08-14T12:21:15.978Z Aug 14 12:21:14.909 unitINFO:Aug 14 12:21:14.909Aug 14 12:21:14.909DEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ff reset freemapDEBGINFO , reset freemapunitadding route 3fff:dead::/64 -> 2001:db8::55:4
49132026-08-14T12:21:15.978Zfreemap_route_ipv4
49142026-08-14T12:21:15.978Z
49152026-08-14T12:21:15.978Z, :Aug 14 12:21:14.909 unitAug 14 12:21:14.909freemap_route_ipv4 :
49162026-08-14T12:21:15.978Z DEBGAug 14 12:21:14.909DEBG 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
49172026-08-14T12:21:15.978Z freemap_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 } }]
49182026-08-14T12:21:15.978Z
49192026-08-14T12:21:15.978ZAug 14 12:21:14.909 Aug 14 12:21:14.909INFO Aug 14 12:21:14.909adding route 3fff:beef:34::/64 -> 2001:db8::55:ff DEBG
49202026-08-14T12:21:15.978Z initted freemap. size: 64DEBG, reset freemap unitAug 14 12:21:14.909replacing 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 } }]: , DEBGunit 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 14 12:21:14.909 freemap_route_ipv6
49212026-08-14T12:21:15.978Z
49222026-08-14T12:21:15.978Z
49232026-08-14T12:21:15.978Z INFO Aug 14 12:21:14.909adding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv4
49242026-08-14T12:21:15.978Z
49252026-08-14T12:21:15.978ZDEBGAug 14 12:21:14.909 reset freemap , INFOAug 14 12:21:14.909unit :DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
49262026-08-14T12:21:15.978Z Aug 14 12:21:14.909freemap_route_ipv6
49272026-08-14T12:21:15.978ZDEBGreplacing 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 14 12:21:14.909
49282026-08-14T12:21:15.979Z DEBGinitted freemap. size: 64 Aug 14 12:21:14.909, unitINFOAug 14 12:21:14.909replacing 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 } }]
49292026-08-14T12:21:15.979Zadding route 3fff:dead::/64 -> 2001:db8::55:1:
49302026-08-14T12:21:15.979Z INFOfreemap_route_ipv6 Aug 14 12:21:14.909adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:21:14.909
49312026-08-14T12:21:15.979Z DEBG
49322026-08-14T12:21:15.979ZINFO 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:36::/64 -> 2001:db8::55:ff
49332026-08-14T12:21:15.979Z
49342026-08-14T12:21:15.979ZAug 14 12:21:14.909Aug 14 12:21:14.909 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 } }]
49352026-08-14T12:21:15.979ZAug 14 12:21:14.909Aug 14 12:21:14.909 DEBGINFO
49362026-08-14T12:21:15.979Zreplacing 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 14 12:21:14.909
49372026-08-14T12:21:15.979Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.16.0.0/32 -> 10.0.0.1
49382026-08-14T12:21:15.979ZAug 14 12:21:14.909 INFO
49392026-08-14T12:21:15.979ZDEBG reset freemapAug 14 12:21:14.909 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 14 12:21:14.909
49402026-08-14T12:21:15.979Z DEBGAug 14 12:21:14.909 DEBG, DEBGfailed to allocate space for the new target listunit
49412026-08-14T12:21:15.979Zreplacing 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 } }]
49422026-08-14T12:21:15.979ZAug 14 12:21:14.909 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 } }]:DEBG
49432026-08-14T12:21:15.979ZAug 14 12:21:14.909 freemap_route_ipv6replacing 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 } }]
49442026-08-14T12:21:15.979ZDEBG
49452026-08-14T12:21:15.979Z Aug 14 12:21:14.909replacing 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 14 12:21:14.909
49462026-08-14T12:21:15.979Z INFO Aug 14 12:21:14.909adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO
49472026-08-14T12:21:15.979Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:3
49482026-08-14T12:21:15.979Zadding route 172.16.0.0/32 -> 10.0.0.2
49492026-08-14T12:21:15.979ZAug 14 12:21:14.909Aug 14 12:21:14.909 DEBGINFO Aug 14 12:21:14.909replacing 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 } }]
49502026-08-14T12:21:15.979ZDEBG 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:1Aug 14 12:21:14.909Aug 14 12:21:14.909
49512026-08-14T12:21:15.979Z
49522026-08-14T12:21:15.979ZINFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
49532026-08-14T12:21:15.979Zreplacing 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 } }]
49542026-08-14T12:21:15.979ZAug 14 12:21:14.909Aug 14 12:21:14.909 INFODEBGAug 14 12:21:14.909 Aug 14 12:21:14.909 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
49552026-08-14T12:21:15.979Z
49562026-08-14T12:21:15.979ZINFODEBG adding route 172.17.0.0/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 } }]Aug 14 12:21:14.909
49572026-08-14T12:21:15.979Z
49582026-08-14T12:21:15.979ZAug 14 12:21:14.909DEBG INFO 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 } }, 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 14 12:21:14.909
49592026-08-14T12:21:15.979Z
49602026-08-14T12:21:15.979ZDEBG Aug 14 12:21:14.909 Aug 14 12:21:14.909INFO Aug 14 12:21:14.909DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }]
49612026-08-14T12:21:15.979Zreplacing 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 } }]
49622026-08-14T12:21:15.979Z
49632026-08-14T12:21:15.979Zreplacing 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 } }]
49642026-08-14T12:21:15.979ZAug 14 12:21:14.909Aug 14 12:21:14.909Aug 14 12:21:14.909 INFOINFO adding route 172.17.0.1/32 -> 10.0.0.255
49652026-08-14T12:21:15.979Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 14 12:21:14.909
49662026-08-14T12:21:15.979ZDEBG Aug 14 12:21:14.909replacing 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 14 12:21:14.909
49672026-08-14T12:21:15.979Z DEBGWARN DEBGreplacing 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 } }]
49682026-08-14T12:21:15.980Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
49692026-08-14T12:21:15.980Z
49702026-08-14T12:21:15.980ZAug 14 12:21:14.909Aug 14 12:21:14.909Aug 14 12:21:14.909 Aug 14 12:21:14.909INFO INFO ERROINFO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.2/32 -> 10.0.0.255
49712026-08-14T12:21:15.980Z
49722026-08-14T12:21:15.980Z
49732026-08-14T12:21:15.980Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:21:14.909
49742026-08-14T12:21:15.980ZAug 14 12:21:14.909DEBG 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 } }]
49752026-08-14T12:21:15.980Zreplacing 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 14 12:21:14.909
49762026-08-14T12:21:15.980ZERRO Aug 14 12:21:14.909shrink-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 Aug 14 12:21:14.909INFO
49772026-08-14T12:21:15.980ZAug 14 12:21:14.909 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff INFO
49782026-08-14T12:21:15.980ZDEBG 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.3/32 -> 10.0.0.255Aug 14 12:21:14.909
49792026-08-14T12:21:15.980Z
49802026-08-14T12:21:15.980Ztest route::tests::identity_replace_is_noop ... ok
49812026-08-14T12:21:15.980ZDEBG 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 } }]
49822026-08-14T12:21:15.980ZAug 14 12:21:14.909Aug 14 12:21:14.909 INFOINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:21:14.909
49832026-08-14T12:21:15.980Z
49842026-08-14T12:21:15.980Ztest route::tests::rollback_on_compact_write_failure ... ok
49852026-08-14T12:21:15.980Ztest route::tests::rollback_on_compact_delete_failure ... ok
49862026-08-14T12:21:15.980Z 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 } }]Aug 14 12:21:14.900Aug 14 12:21:14.909Aug 14 12:21:14.909 DEBGDEBG
49872026-08-14T12:21:15.980ZDEBG 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 } }] created new freemapAug 14 12:21:14.910, unit:Aug 14 12:21:14.910 DEBG DEBGfreemap_route_ipv4created new freemap
49882026-08-14T12:21:15.980ZAug 14 12:21:14.909created new freemap , INFOunit :, adding route 172.17.0.4/32 -> 10.0.0.255
49892026-08-14T12:21:15.980Zfreemap_route_ipv4unit
49902026-08-14T12:21:15.980Z: Aug 14 12:21:14.920Aug 14 12:21:14.920freemap_route_ipv4
49912026-08-14T12:21:15.980ZDEBG 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 } }]DEBGAug 14 12:21:14.920 Aug 14 12:21:14.910
49922026-08-14T12:21:15.980ZAug 14 12:21:14.920 DEBGDEBG created new freemapcreated new freemap, DEBGunit, Aug 14 12:21:14.920created new freemap :unitINFO: adding route 172.17.0.5/32 -> 10.0.0.255, freemap_route_ipv6unit
49932026-08-14T12:21:15.980Zcreated new freemap:
49942026-08-14T12:21:15.980Z freemap_route_ipv6, freemap_route_ipv6unit
49952026-08-14T12:21:15.980ZAug 14 12:21:14.920:Aug 14 12:21:14.920 DEBGAug 14 12:21:14.920
49962026-08-14T12:21:15.980Z DEBGfreemap_route_ipv4DEBGinitted freemap. size: 64 ,
49972026-08-14T12:21:15.980Zunit: 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 } }]freemap_route_ipv4
49982026-08-14T12:21:15.980Z
49992026-08-14T12:21:15.980Zinitted freemap. size: 64Aug 14 12:21:14.920, Aug 14 12:21:14.920 Aug 14 12:21:14.920DEBG DEBG unit :created new freemap , INFOunitfreemap_route_ipv4 :adding route 172.17.0.6/32 -> 10.0.0.255
50002026-08-14T12:21:15.980Zreset freemap
50012026-08-14T12:21:15.980Z, Aug 14 12:21:14.920unitfreemap_route_ipv6:
50022026-08-14T12:21:15.980ZAug 14 12:21:14.920Aug 14 12:21:14.920DEBG DEBG Aug 14 12:21:14.920DEBG freemap_route_ipv4 DEBG
50032026-08-14T12:21:15.980Z 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 } }]initted freemap. size: 64
50042026-08-14T12:21:15.980Zreset freemap, initted freemap. size: 64unit, unit: freemap_route_ipv4,
50052026-08-14T12:21:15.980Z:Aug 14 12:21:14.920Aug 14 12:21:14.920 INFOunitDEBG: adding route 172.17.0.7/32 -> 10.0.0.255
50062026-08-14T12:21:15.980Zfreemap_route_ipv4Aug 14 12:21:14.920initted freemap. size: 64
50072026-08-14T12:21:15.980ZDEBG, Aug 14 12:21:14.920unit :DEBG freemap_route_ipv6initted freemap. size: 64
50082026-08-14T12:21:15.981Zreplacing 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 } }]
50092026-08-14T12:21:15.981Z, Aug 14 12:21:14.920unit :DEBGAug 14 12:21:14.920 freemap_route_ipv6freemap_route_ipv4
50102026-08-14T12:21:15.981ZAug 14 12:21:14.920INFO reset freemapadding route 172.17.0.8/32 -> 10.0.0.255
50112026-08-14T12:21:15.981Z
50122026-08-14T12:21:15.986Z, unitAug 14 12:21:14.920:DEBG DEBGAug 14 12:21:14.920reset freemap DEBG, reset freemap 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 } }]freemap_route_ipv4unit
50132026-08-14T12:21:15.986Z:
50142026-08-14T12:21:15.986Zfreemap_route_ipv6, Aug 14 12:21:14.920unit
50152026-08-14T12:21:15.986Z:Aug 14 12:21:14.920 DEBG freemap_route_ipv6reset freemap
50162026-08-14T12:21:15.986ZINFO, unitAug 14 12:21:14.920:adding route 172.17.0.9/32 -> 10.0.0.255
50172026-08-14T12:21:15.986Z INFOfreemap_route_ipv4 Aug 14 12:21:14.920Aug 14 12:21:14.920 Aug 14 12:21:14.920INFO DEBG
50182026-08-14T12:21:15.986Z adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.16.0.0/32 -> 10.0.0.1
50192026-08-14T12:21:15.986Z
50202026-08-14T12:21:15.986Zreplacing 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
50212026-08-14T12:21:15.986Z Aug 14 12:21:14.920Aug 14 12:21:14.920initted freemap. size: 64Aug 14 12:21:14.920 DEBGAug 14 12:21:14.920DEBGDEBG , 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 } }]initted freemap. size: 64unit
50222026-08-14T12:21:15.986Z, : 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 } }]Aug 14 12:21:14.920adding route 172.17.0.10/32 -> 10.0.0.255
50232026-08-14T12:21:15.986Z
50242026-08-14T12:21:15.986Zfreemap_route_ipv6 INFO adding route 172.16.0.0/32 -> 10.0.0.2
50252026-08-14T12:21:15.986Zfreemap_route_ipv6Aug 14 12:21:14.920
50262026-08-14T12:21:15.986Z
50272026-08-14T12:21:15.986ZAug 14 12:21:14.920 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:21:14.920Aug 14 12:21:14.920DEBG 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 } }]DEBGDEBG
50282026-08-14T12:21:15.986Z
50292026-08-14T12:21:15.986Zreset 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 } }],
50302026-08-14T12:21:15.986ZAug 14 12:21:14.920Aug 14 12:21:14.920 Aug 14 12:21:14.920 unitDEBGDEBGAug 14 12:21:14.920: 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 } }]freemap_route_ipv6
50312026-08-14T12:21:15.986Z
50322026-08-14T12:21:15.986Zadding route 172.17.0.11/32 -> 10.0.0.255
50332026-08-14T12:21:15.986ZINFO adding route 172.16.0.0/32 -> 10.0.0.3
50342026-08-14T12:21:15.986ZAug 14 12:21:14.920Aug 14 12:21:14.920 INFOreset freemap Aug 14 12:21:14.920adding route 172.16.0.0/32 -> 10.0.0.1
50352026-08-14T12:21:15.986ZINFO Aug 14 12:21:14.920DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
50362026-08-14T12:21:15.986Zreplacing 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
50372026-08-14T12:21:15.986Zreplacing 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 } }]
50382026-08-14T12:21:15.986Z, Aug 14 12:21:14.920Aug 14 12:21:14.920unit Aug 14 12:21:14.920:DEBGAug 14 12:21:14.920 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 } }]INFOfreemap_route_ipv6
50392026-08-14T12:21:15.986Z
50402026-08-14T12:21:15.986Z adding route 172.17.0.12/32 -> 10.0.0.255INFO
50412026-08-14T12:21:15.987Z adding route 172.16.0.0/32 -> 10.0.0.4DEBG
50422026-08-14T12:21:15.987Z Aug 14 12:21:14.920replacing 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 14 12:21:14.920
50432026-08-14T12:21:15.987Z INFOINFO Aug 14 12:21:14.920Aug 14 12:21:14.920adding route 172.16.0.0/32 -> 10.0.0.1
50442026-08-14T12:21:15.987ZAug 14 12:21:14.920DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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
50452026-08-14T12:21:15.987Z
50462026-08-14T12:21:15.987Zreplacing 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 } }]
50472026-08-14T12:21:15.987ZINFOAug 14 12:21:14.920Aug 14 12:21:14.920 Aug 14 12:21:14.920 INFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255DEBG
50482026-08-14T12:21:15.987Z 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 14 12:21:14.920replacing 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 } }]
50492026-08-14T12:21:15.987Z
50502026-08-14T12:21:15.987Z DEBGAug 14 12:21:14.920adding route 172.16.0.0/32 -> 10.0.0.2
50512026-08-14T12:21:15.987Zreplacing 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 14 12:21:14.920
50522026-08-14T12:21:15.987Z DEBG 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 } }]
50532026-08-14T12:21:15.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: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 14 12:21:14.920
50542026-08-14T12:21:15.987Z Aug 14 12:21:14.920INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2Aug 14 12:21:14.920Aug 14 12:21:14.920 WARNINFOreplacing 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 } }]
50552026-08-14T12:21:15.987Z
50562026-08-14T12:21:15.987Z adding route 172.17.0.14/32 -> 10.0.0.255shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
50572026-08-14T12:21:15.987ZAug 14 12:21:14.920 DEBG
50582026-08-14T12:21:15.987Z Aug 14 12:21:14.920replacing 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 14 12:21:14.920DEBG INFO
50592026-08-14T12:21:15.987Z 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 } }]adding route 172.17.0.0/32 -> 10.0.0.255
50602026-08-14T12:21:15.987Z
50612026-08-14T12:21:15.987ZAug 14 12:21:14.920 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 } }, 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 14 12:21:14.920
50622026-08-14T12:21:15.987Zadding route 172.16.0.0/32 -> 10.0.0.3
50632026-08-14T12:21:15.987Z Aug 14 12:21:14.920DEBG INFO 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 14 12:21:14.920
50642026-08-14T12:21:15.987Zadding route 172.17.0.15/32 -> 10.0.0.255
50652026-08-14T12:21:15.987ZDEBG Aug 14 12:21:14.920Aug 14 12:21:14.920 INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255
50662026-08-14T12:21:15.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: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 14 12:21:14.920
50672026-08-14T12:21:15.987Z 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 } }] Aug 14 12:21:14.920
50682026-08-14T12:21:15.987Zreplacing 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 } }]
50692026-08-14T12:21:15.987ZDEBG Aug 14 12:21:14.920replacing 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 } }]
50702026-08-14T12:21:15.987ZAug 14 12:21:14.920WARNAug 14 12:21:14.920 INFO shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 14 12:21:14.920INFO INFO
50712026-08-14T12:21:15.987Zadding route 172.17.0.16/32 -> 10.0.0.255
50722026-08-14T12:21:15.987Z adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4
50732026-08-14T12:21:15.987Z
50742026-08-14T12:21:15.987ZAug 14 12:21:14.920 DEBG Aug 14 12:21:14.920replacing 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 14 12:21:14.920
50752026-08-14T12:21:15.987Z
50762026-08-14T12:21:15.987Ztest route::tests::rollback_on_index_readd_failure ... ok
50772026-08-14T12:21:15.987ZDEBG 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 } }]DEBGAug 14 12:21:14.920 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 } }]INFO
50782026-08-14T12:21:15.987Z
50792026-08-14T12:21:15.987Z adding route 172.17.0.17/32 -> 10.0.0.255
50802026-08-14T12:21:15.987ZAug 14 12:21:14.920 Aug 14 12:21:14.920INFOAug 14 12:21:14.920 adding route 172.17.0.0/32 -> 10.0.0.255INFO
50812026-08-14T12:21:15.988ZAug 14 12:21:14.920 DEBGadding route 172.17.0.3/32 -> 10.0.0.255
50822026-08-14T12:21:15.988Zreplacing 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 } }]INFO
50832026-08-14T12:21:15.988Z Aug 14 12:21:14.920adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 14 12:21:14.920 DEBGDEBGAug 14 12:21:14.920
50842026-08-14T12:21:15.988Z 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 } }]INFO
50852026-08-14T12:21:15.988Z adding route 172.17.0.18/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 } }]
50862026-08-14T12:21:15.988Z
50872026-08-14T12:21:15.988ZAug 14 12:21:14.920Aug 14 12:21:14.920 DEBGINFOAug 14 12:21:14.920 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 } }]DEBGAug 14 12:21:14.920
50882026-08-14T12:21:15.988Z INFOreplacing 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.17.0.1/32 -> 10.0.0.255
50892026-08-14T12:21:15.988ZAug 14 12:21:14.921 Aug 14 12:21:14.930adding route 172.17.0.4/32 -> 10.0.0.255
50902026-08-14T12:21:15.988ZDEBGAug 14 12:21:14.921DEBG created new freemapreplacing 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 } }], DEBG
50912026-08-14T12:21:15.988Z unitcreated new freemap:, unitfreemap_route_ipv4:Aug 14 12:21:14.931
50922026-08-14T12:21:15.988Z freemap_route_ipv4INFO
50932026-08-14T12:21:15.988Z adding route 172.17.0.2/32 -> 10.0.0.255Aug 14 12:21:14.930
50942026-08-14T12:21:15.988Z DEBG Aug 14 12:21:14.931 DEBG Aug 14 12:21:14.931created new freemap Aug 14 12:21:14.931DEBGreplacing 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 } }],
50952026-08-14T12:21:15.988Zcreated new freemapDEBGunit :, 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 } }]freemap_route_ipv6Aug 14 12:21:14.931
50962026-08-14T12:21:15.988Zunit
50972026-08-14T12:21:15.988Z :INFO freemap_route_ipv6adding route 172.17.0.5/32 -> 10.0.0.255
50982026-08-14T12:21:15.988Z
50992026-08-14T12:21:15.988ZAug 14 12:21:14.931Aug 14 12:21:14.931 Aug 14 12:21:14.931Aug 14 12:21:14.931 DEBGDEBG DEBGinitted freemap. size: 64 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 } }]unit :initted freemap. size: 64
51002026-08-14T12:21:15.988Zadding route 172.17.0.3/32 -> 10.0.0.255
51012026-08-14T12:21:15.988Zfreemap_route_ipv4,
51022026-08-14T12:21:15.988Zunit:Aug 14 12:21:14.931Aug 14 12:21:14.931 freemap_route_ipv4Aug 14 12:21:14.931
51032026-08-14T12:21:15.988Z INFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG
51042026-08-14T12:21:15.988Z 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 14 12:21:14.931
51052026-08-14T12:21:15.988Z DEBGAug 14 12:21:14.931 reset freemapAug 14 12:21:14.931DEBG, DEBGunit : 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 } }]freemap_route_ipv4
51062026-08-14T12:21:15.988Z adding route 172.17.0.4/32 -> 10.0.0.255
51072026-08-14T12:21:15.988Zreset freemap
51082026-08-14T12:21:15.988Z, unitAug 14 12:21:14.931: INFOAug 14 12:21:14.931 Aug 14 12:21:14.931 freemap_route_ipv4DEBG
51092026-08-14T12:21:15.988Zadding route 172.17.0.7/32 -> 10.0.0.255 DEBG
51102026-08-14T12:21:15.988Z initted freemap. size: 64Aug 14 12:21:14.931replacing 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 } }] , DEBGAug 14 12:21:14.931 unitinitted freemap. size: 64:
51112026-08-14T12:21:15.988ZDEBG, freemap_route_ipv6unit
51122026-08-14T12:21:15.992Zreplacing 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 } }]:
51132026-08-14T12:21:15.992Z Aug 14 12:21:14.931freemap_route_ipv6Aug 14 12:21:14.931
51142026-08-14T12:21:15.993Z INFODEBGAug 14 12:21:14.931 Aug 14 12:21:14.931adding route 172.17.0.5/32 -> 10.0.0.255 INFODEBGreset freemap
51152026-08-14T12:21:15.993Zadding route 172.17.0.8/32 -> 10.0.0.255, unit
51162026-08-14T12:21:15.993Zreset freemap:, Aug 14 12:21:14.931 unitfreemap_route_ipv6:
51172026-08-14T12:21:15.993Z DEBGfreemap_route_ipv6 Aug 14 12:21:14.931
51182026-08-14T12:21:15.993ZAug 14 12:21:14.931replacing 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 } }] INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1
51192026-08-14T12:21:15.993Zreplacing 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 14 12:21:14.931
51202026-08-14T12:21:15.993Z
51212026-08-14T12:21:15.993Z INFOAug 14 12:21:14.931Aug 14 12:21:14.931 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255
51222026-08-14T12:21:15.993Z
51232026-08-14T12:21:15.993ZAug 14 12:21:14.931 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:21:14.931DEBG
51242026-08-14T12:21:15.993Z DEBGAug 14 12:21:14.931 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 14 12:21:14.931
51252026-08-14T12:21:15.993Z 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 } }]DEBG
51262026-08-14T12:21:15.993Z 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 } }] Aug 14 12:21:14.931replacing 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 14 12:21:14.931
51272026-08-14T12:21:15.993Z
51282026-08-14T12:21:15.993Z INFO INFOadding route 172.17.0.10/32 -> 10.0.0.255 Aug 14 12:21:14.931
51292026-08-14T12:21:15.993Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:21:14.931
51302026-08-14T12:21:15.993Z INFOINFOAug 14 12:21:14.931 Aug 14 12:21:14.931 DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
51312026-08-14T12:21:15.993Zreplacing 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.7/32 -> 10.0.0.255
51322026-08-14T12:21:15.993Z
51332026-08-14T12:21:15.993Z
51342026-08-14T12:21:15.993ZAug 14 12:21:14.931Aug 14 12:21:14.931Aug 14 12:21:14.931 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:3
51352026-08-14T12:21:15.993ZINFO adding route 172.17.0.11/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 } }]
51362026-08-14T12:21:15.993ZAug 14 12:21:14.931 Aug 14 12:21:14.931
51372026-08-14T12:21:15.993ZDEBG DEBGAug 14 12:21:14.931replacing 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 } }] DEBG
51382026-08-14T12:21:15.993Zreplacing 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 14 12:21:14.931
51392026-08-14T12:21:15.993Zreplacing 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 } }]
51402026-08-14T12:21:15.993ZINFOAug 14 12:21:14.931 Aug 14 12:21:14.931INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3
51412026-08-14T12:21:15.993Z
51422026-08-14T12:21:15.993ZAug 14 12:21:14.931adding route 172.17.0.12/32 -> 10.0.0.255 INFO
51432026-08-14T12:21:15.993Z adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:21:14.931Aug 14 12:21:14.931 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 } }]
51442026-08-14T12:21:15.993Zreplacing 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 } }]
51452026-08-14T12:21:15.993Z
51462026-08-14T12:21:15.993ZAug 14 12:21:14.931Aug 14 12:21:14.931 DEBGDEBG Aug 14 12:21:14.931replacing 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 } }]
51472026-08-14T12:21:15.993Z 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 } }, 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:21:14.931
51482026-08-14T12:21:15.993Z
51492026-08-14T12:21:15.993Z INFOAug 14 12:21:14.931 adding route 172.17.0.9/32 -> 10.0.0.255INFOAug 14 12:21:14.931
51502026-08-14T12:21:15.993Z adding route 172.17.0.13/32 -> 10.0.0.255Aug 14 12:21:14.931
51512026-08-14T12:21:15.993Z DEBGDEBG Aug 14 12:21:14.931Aug 14 12:21:14.931 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: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 } }]DEBG
51522026-08-14T12:21:15.994Z 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 } }]
51532026-08-14T12:21:15.994ZDEBG
51542026-08-14T12:21:15.994Z 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 14 12:21:14.931
51552026-08-14T12:21:15.994Z INFOAug 14 12:21:14.931 Aug 14 12:21:14.931adding route 172.17.0.14/32 -> 10.0.0.255
51562026-08-14T12:21:15.994Z DEBGINFO adding route 172.17.0.10/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 } }, 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 14 12:21:14.931
51572026-08-14T12:21:15.994Z
51582026-08-14T12:21:15.994Z DEBG Aug 14 12:21:14.931 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
51592026-08-14T12:21:15.994ZAug 14 12:21:14.931 WARNreplacing 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 } }]
51602026-08-14T12:21:15.994ZAug 14 12:21:14.931shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
51612026-08-14T12:21:15.994ZINFO Aug 14 12:21:14.931adding route 172.17.0.15/32 -> 10.0.0.255
51622026-08-14T12:21:15.994ZINFOAug 14 12:21:14.920 adding route 172.17.0.11/32 -> 10.0.0.255
51632026-08-14T12:21:15.994ZDEBG failed to allocate space for the new target listAug 14 12:21:14.931Aug 14 12:21:14.931 DEBGDEBG 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 } }]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 } }]
51642026-08-14T12:21:15.994Z
51652026-08-14T12:21:15.994Z
51662026-08-14T12:21:15.994ZAug 14 12:21:14.931Aug 14 12:21:14.931Aug 14 12:21:14.931 INFODEBG INFO adding route 172.17.0.16/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 } }]
51672026-08-14T12:21:15.994Z
51682026-08-14T12:21:15.994Z adding route 172.17.0.12/32 -> 10.0.0.255Aug 14 12:21:14.931 DEBG failed to allocate space for the new target listAug 14 12:21:14.931
51692026-08-14T12:21:15.994Z 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 } }]
51702026-08-14T12:21:15.994Z
51712026-08-14T12:21:15.994Z
51722026-08-14T12:21:15.994ZAug 14 12:21:14.931 Aug 14 12:21:14.931INFO Aug 14 12:21:14.931DEBG adding route 172.17.0.19/32 -> 10.0.0.255INFO
51732026-08-14T12:21:15.994Zreplacing 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 } }]
51742026-08-14T12:21:15.994Zadding route 172.17.0.17/32 -> 10.0.0.255
51752026-08-14T12:21:15.994ZAug 14 12:21:14.931 DEBG Aug 14 12:21:14.931Aug 14 12:21:14.931replacing 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 } }]
51762026-08-14T12:21:15.994ZDEBGINFO 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.13/32 -> 10.0.0.255
51772026-08-14T12:21:15.994Z
51782026-08-14T12:21:15.994ZAug 14 12:21:14.931 INFOAug 14 12:21:14.931Aug 14 12:21:14.931 adding route 172.17.0.20/32 -> 10.0.0.255INFODEBG
51792026-08-14T12:21:15.994Z adding route 172.17.0.18/32 -> 10.0.0.255replacing 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 14 12:21:14.931
51802026-08-14T12:21:15.994Z
51812026-08-14T12:21:15.994Z 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 } }]
51822026-08-14T12:21:15.994ZAug 14 12:21:14.931 INFO adding route 172.17.0.21/32 -> 10.0.0.255
51832026-08-14T12:21:15.994ZAug 14 12:21:14.931Aug 14 12:21:14.931 DEBGINFO adding route 172.17.0.14/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 } }]
51842026-08-14T12:21:15.994ZAug 14 12:21:14.931
51852026-08-14T12:21:15.994Ztest route::tests::shrink_preserves_compacted_order ... ok
51862026-08-14T12:21:15.994Z DEBG Aug 14 12:21:14.931Aug 14 12:21:14.931 DEBGINFO 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.19/32 -> 10.0.0.255replacing 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 } }]
51872026-08-14T12:21:15.994Z
51882026-08-14T12:21:15.994Z
51892026-08-14T12:21:15.994ZDEBGAug 14 12:21:14.931Aug 14 12:21:14.931 DEBGreset freemap INFO, 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.22/32 -> 10.0.0.255
51902026-08-14T12:21:15.994Zunit
51912026-08-14T12:21:15.994Z: freemap_route_ipv6
51922026-08-14T12:21:15.995ZAug 14 12:21:14.931Aug 14 12:21:14.931 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 14 12:21:14.931adding route 172.17.0.20/32 -> 10.0.0.255
51932026-08-14T12:21:15.995Z
51942026-08-14T12:21:15.995Z Aug 14 12:21:14.931INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
51952026-08-14T12:21:15.995Z 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 14 12:21:14.931
51962026-08-14T12:21:15.995Z Aug 14 12:21:14.931DEBGAug 14 12:21:14.931 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 } }]DEBG
51972026-08-14T12:21:15.995Ztest transceivers::mpn_test::test_mpn_missing ... ok
51982026-08-14T12:21:15.995Ztest transceivers::mpn_test::test_mpn_present ... ok
51992026-08-14T12:21:15.995Ztest transceivers::mpn_test::test_xcvr_missing ... ok
52002026-08-14T12:21:15.995Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
52012026-08-14T12:21:15.995Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
52022026-08-14T12:21:15.995Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
52032026-08-14T12:21:15.995Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
52042026-08-14T12:21:15.995Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
52052026-08-14T12:21:15.995Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
52062026-08-14T12:21:15.995Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
52072026-08-14T12:21:15.995Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
52082026-08-14T12:21:15.995Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
52092026-08-14T12:21:15.995Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
52102026-08-14T12:21:15.995Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
52112026-08-14T12:21:15.995Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
52122026-08-14T12:21:15.999Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
52132026-08-14T12:21:15.999Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
52142026-08-14T12:21:15.999Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
52152026-08-14T12:21:15.999Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
52162026-08-14T12:21:15.999Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
52172026-08-14T12:21:15.999Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
52182026-08-14T12:21:15.999Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
52192026-08-14T12:21:15.999Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
52202026-08-14T12:21:15.999ZDEBG Aug 14 12:21:14.931replacing 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 } }] INFOAug 14 12:21:14.932 adding route 172.17.0.23/32 -> 10.0.0.255DEBG
52212026-08-14T12:21:15.999Z Aug 14 12:21:14.931created new freemap DEBG, unitcreated new freemap:, Aug 14 12:21:14.938
52222026-08-14T12:21:15.999Z freemap_route_ipv4DEBGunit
52232026-08-14T12:21:15.999Z: freemap_route_ipv4replacing 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 } }]
52242026-08-14T12:21:15.999Z
52252026-08-14T12:21:15.999ZAug 14 12:21:14.938Aug 14 12:21:14.938 Aug 14 12:21:14.938INFO DEBG Aug 14 12:21:14.921INFO adding route 172.17.0.24/32 -> 10.0.0.255created new freemapDEBG, adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 14 12:21:14.938created new freemap
52262026-08-14T12:21:15.999Z , unitDEBGunit:: freemap_route_ipv4freemap_route_ipv6created new freemap
52272026-08-14T12:21:16.000Z
52282026-08-14T12:21:16.000Z,
52292026-08-14T12:21:16.000Zunit:Aug 14 12:21:14.938 freemap_route_ipv6DEBGAug 14 12:21:14.938Aug 14 12:21:14.938
52302026-08-14T12:21:16.000Zreplacing 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 } }] DEBG
52312026-08-14T12:21:16.000Z DEBGAug 14 12:21:14.938Aug 14 12:21:14.938 initted freemap. size: 64DEBG initted freemap. size: 64 , , unitAug 14 12:21:14.938: 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 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4
52322026-08-14T12:21:16.000Z
52332026-08-14T12:21:16.000Zcreated new freemapunit
52342026-08-14T12:21:16.000Z, unit: :freemap_route_ipv6Aug 14 12:21:14.938 Aug 14 12:21:14.938Aug 14 12:21:14.938freemap_route_ipv4 DEBG
52352026-08-14T12:21:16.000ZINFO adding route 172.17.0.25/32 -> 10.0.0.255DEBGreset freemap
52362026-08-14T12:21:16.000Z , unitAug 14 12:21:14.938
52372026-08-14T12:21:16.000Z :DEBG Aug 14 12:21:14.938 freemap_route_ipv4reset freemap
52382026-08-14T12:21:16.000Zreplacing 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 } }],
52392026-08-14T12:21:16.000Zunit: DEBGfreemap_route_ipv4Aug 14 12:21:14.938 Aug 14 12:21:14.938Aug 14 12:21:14.938 INFO DEBGDEBG
52402026-08-14T12:21:16.000Z adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
52412026-08-14T12:21:16.000Zinitted freemap. size: 64initted freemap. size: 64
52422026-08-14T12:21:16.000ZAug 14 12:21:14.938, unitDEBG: Aug 14 12:21:14.938freemap_route_ipv6
52432026-08-14T12:21:16.000Zinitted freemap. size: 64DEBG, 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 } }]unit
52442026-08-14T12:21:16.000ZAug 14 12:21:14.938 DEBG: , Aug 14 12:21:14.938 Aug 14 12:21:14.938reset freemapfreemap_route_ipv6, unit
52452026-08-14T12:21:16.000ZINFO: adding route 3fff:beef::/64 -> 2001:db8::55:fffreemap_route_ipv6unit
52462026-08-14T12:21:16.000Z
52472026-08-14T12:21:16.000Z: freemap_route_ipv4
52482026-08-14T12:21:16.000ZINFO Aug 14 12:21:14.938adding route 172.17.0.26/32 -> 10.0.0.255 Aug 14 12:21:14.938DEBG
52492026-08-14T12:21:16.000ZAug 14 12:21:14.938 reset freemap, unitDEBGAug 14 12:21:14.938 INFO :DEBG adding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv6replacing 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 } }]
52502026-08-14T12:21:16.000Z
52512026-08-14T12:21:16.000ZAug 14 12:21:14.938
52522026-08-14T12:21:16.000Z 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 } }]Aug 14 12:21:14.938Aug 14 12:21:14.938 DEBGAug 14 12:21:14.938INFO 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:dead::/64 -> 2001:db8::55:1
52532026-08-14T12:21:16.000Z
52542026-08-14T12:21:16.000Zreset freemapINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
52552026-08-14T12:21:16.000Z
52562026-08-14T12:21:16.000Z, Aug 14 12:21:14.938unit Aug 14 12:21:14.938INFO: adding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv4
52572026-08-14T12:21:16.000Z
52582026-08-14T12:21:16.000Z DEBG Aug 14 12:21:14.938Aug 14 12:21:14.938replacing 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 } }]
52592026-08-14T12:21:16.000ZDEBG 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 } }]
52602026-08-14T12:21:16.000Zinitted freemap. size: 64Aug 14 12:21:14.938, unitDEBGAug 14 12:21:14.938Aug 14 12:21:14.938 Aug 14 12:21:14.938 INFO: INFO INFO 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 } }]
52612026-08-14T12:21:16.000Zadding route 172.16.0.0/32 -> 10.0.0.3adding route 3fff:dead::/64 -> 2001:db8::55:2
52622026-08-14T12:21:16.000Z
52632026-08-14T12:21:16.000Zadding route 172.17.0.27/32 -> 10.0.0.255
52642026-08-14T12:21:16.001Zfreemap_route_ipv6
52652026-08-14T12:21:16.001ZAug 14 12:21:14.938Aug 14 12:21:14.938 DEBGAug 14 12:21:14.938DEBG Aug 14 12:21:14.938 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 } }]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 } }]
52662026-08-14T12:21:16.001ZDEBG
52672026-08-14T12:21:16.001Z reset freemap , INFOunit Aug 14 12:21:14.938adding route 3fff:beef:2::/64 -> 2001:db8::55:ff:
52682026-08-14T12:21:16.001Z INFO adding route 172.16.0.0/32 -> 10.0.0.4freemap_route_ipv6Aug 14 12:21:14.938
52692026-08-14T12:21:16.001Z
52702026-08-14T12:21:16.001Z INFOAug 14 12:21:14.938 adding route 3fff:dead::/64 -> 2001:db8::55:3
52712026-08-14T12:21:16.001ZAug 14 12:21:14.938Aug 14 12:21:14.938 DEBGAug 14 12:21:14.938DEBG DEBGAug 14 12:21:14.938replacing 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.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: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 } }]
52722026-08-14T12:21:16.001ZDEBG
52732026-08-14T12:21:16.001Z
52742026-08-14T12:21:16.001Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
52752026-08-14T12:21:16.001Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
52762026-08-14T12:21:16.001Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
52772026-08-14T12:21:16.001Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
52782026-08-14T12:21:16.001Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
52792026-08-14T12:21:16.001Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
52802026-08-14T12:21:16.001Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
52812026-08-14T12:21:16.001Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
52822026-08-14T12:21:16.001Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
52832026-08-14T12:21:16.001Z 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
52842026-08-14T12:21:16.001Z Aug 14 12:21:14.938adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 14 12:21:14.938INFOAug 14 12:21:14.938 Aug 14 12:21:14.938adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
52852026-08-14T12:21:16.001Z
52862026-08-14T12:21:16.002Z 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.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 } }]
52872026-08-14T12:21:16.002ZAug 14 12:21:14.938INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 14 12:21:14.938
52882026-08-14T12:21:16.002ZDEBG 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
52892026-08-14T12:21:16.002ZAug 14 12:21:14.938adding route 172.17.0.28/32 -> 10.0.0.255
52902026-08-14T12:21:16.002ZDEBG 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: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 } }]
52912026-08-14T12:21:16.002ZAug 14 12:21:14.938Aug 14 12:21:14.938
52922026-08-14T12:21:16.002Z INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 14 12:21:14.938
52932026-08-14T12:21:16.002ZAug 14 12:21:14.938 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 } }]DEBG
52942026-08-14T12:21:16.002ZINFOAug 14 12:21:14.938 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 } }]DEBG
52952026-08-14T12:21:16.002Z 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:dead::/64 -> 2001:db8::55:2
52962026-08-14T12:21:16.002Z
52972026-08-14T12:21:16.002ZAug 14 12:21:14.938Aug 14 12:21:14.938 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 14 12:21:14.938
52982026-08-14T12:21:16.002ZINFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
52992026-08-14T12:21:16.002Z
53002026-08-14T12:21:16.002ZAug 14 12:21:14.938 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 14 12:21:14.938
53012026-08-14T12:21:16.002Z Aug 14 12:21:14.938DEBG DEBGreplacing 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 } }]
53022026-08-14T12:21:16.002Zreplacing 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 } }]
53032026-08-14T12:21:16.002Zreplacing 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 14 12:21:14.938Aug 14 12:21:14.938
53042026-08-14T12:21:16.002Z INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 172.17.0.30/32 -> 10.0.0.255
53052026-08-14T12:21:16.002ZAug 14 12:21:14.938
53062026-08-14T12:21:16.002Z INFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 14 12:21:14.938
53072026-08-14T12:21:16.002ZAug 14 12:21:14.938 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 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 } }]
53082026-08-14T12:21:16.002Z
53092026-08-14T12:21:16.002ZAug 14 12:21:14.938 DEBGAug 14 12:21:14.938 INFO adding route 172.17.0.31/32 -> 10.0.0.255
53102026-08-14T12:21:16.002Z 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 14 12:21:14.938
53112026-08-14T12:21:16.002Z Aug 14 12:21:14.938DEBG 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 } }]Aug 14 12:21:14.938 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
53122026-08-14T12:21:16.007Z
53132026-08-14T12:21:16.007Zadding route 172.17.0.17/32 -> 10.0.0.255
53142026-08-14T12:21:16.007ZAug 14 12:21:14.938 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 } }]
53152026-08-14T12:21:16.007ZAug 14 12:21:14.938Aug 14 12:21:14.938 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
53162026-08-14T12:21:16.007Z
53172026-08-14T12:21:16.007ZAug 14 12:21:14.938Aug 14 12:21:14.938 Aug 14 12:21:14.938DEBG Aug 14 12:21:14.938 DEBGDEBG 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 } }]INFO
53182026-08-14T12:21:16.007Zadding route 172.17.0.21/32 -> 10.0.0.255replacing 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 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 } }]
53192026-08-14T12:21:16.007Z
53202026-08-14T12:21:16.007Z
53212026-08-14T12:21:16.007ZAug 14 12:21:14.938Aug 14 12:21:14.938 Aug 14 12:21:14.938 DEBGINFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 14 12:21:14.938 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 } }]
53222026-08-14T12:21:16.007Z
53232026-08-14T12:21:16.007Zadding route 172.17.0.18/32 -> 10.0.0.255 INFO
53242026-08-14T12:21:16.007Zadding route 172.17.0.33/32 -> 10.0.0.255Aug 14 12:21:14.938
53252026-08-14T12:21:16.007ZAug 14 12:21:14.938 DEBG Aug 14 12:21:14.938INFOreplacing 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 14 12:21:14.938
53262026-08-14T12:21:16.007Z DEBGadding route 172.17.0.22/32 -> 10.0.0.255
53272026-08-14T12:21:16.007Zreplacing 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 } }]
53282026-08-14T12:21:16.007ZAug 14 12:21:14.939 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 14 12:21:14.939
53292026-08-14T12:21:16.007Z Aug 14 12:21:14.939DEBG 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 } }]Aug 14 12:21:14.939
53302026-08-14T12:21:16.007Z DEBG adding route 172.17.0.34/32 -> 10.0.0.255
53312026-08-14T12:21:16.007ZDEBGAug 14 12:21:14.939replacing 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 14 12:21:14.939Aug 14 12:21:14.939 adding route 172.17.0.23/32 -> 10.0.0.255DEBG
53322026-08-14T12:21:16.007Z created new freemap, unit: freemap_route_ipv4Aug 14 12:21:14.944 DEBG
53332026-08-14T12:21:16.007Z 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 } }]
53342026-08-14T12:21:16.007Zreplacing 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 } }]
53352026-08-14T12:21:16.007ZAug 14 12:21:14.944Aug 14 12:21:14.944 DEBG INFODEBGAug 14 12:21:14.944 Aug 14 12:21:14.944adding route 172.17.0.24/32 -> 10.0.0.255 DEBGINFOcreated new freemap adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing 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 } }]
53362026-08-14T12:21:16.007Z,
53372026-08-14T12:21:16.007Zunit
53382026-08-14T12:21:16.007Z: Aug 14 12:21:14.944freemap_route_ipv6 Aug 14 12:21:14.944DEBG
53392026-08-14T12:21:16.007ZAug 14 12:21:14.944INFO 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 } }]DEBG
53402026-08-14T12:21:16.007Z adding route 172.17.0.35/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 } }]created new freemap
53412026-08-14T12:21:16.007ZAug 14 12:21:14.945,
53422026-08-14T12:21:16.007Z unitINFOAug 14 12:21:14.945:Aug 14 12:21:14.945 INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
53432026-08-14T12:21:16.007ZAug 14 12:21:14.945
53442026-08-14T12:21:16.007Z initted freemap. size: 64 DEBG, freemap_route_ipv4replacing 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 } }]
53452026-08-14T12:21:16.007Zunit:
53462026-08-14T12:21:16.007ZAug 14 12:21:14.945Aug 14 12:21:14.945Aug 14 12:21:14.945 DEBGfreemap_route_ipv4 INFO
53472026-08-14T12:21:16.007Zreplacing 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 } }]DEBG
53482026-08-14T12:21:16.007Z adding route 172.17.0.36/32 -> 10.0.0.255replacing 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 } }]
53492026-08-14T12:21:16.007Z
53502026-08-14T12:21:16.007ZAug 14 12:21:14.945Aug 14 12:21:14.945 DEBGINFOAug 14 12:21:14.945 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFOAug 14 12:21:14.945
53512026-08-14T12:21:16.008Zreset freemapadding route 172.17.0.26/32 -> 10.0.0.255,
53522026-08-14T12:21:16.008ZDEBGunitAug 14 12:21:14.945 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 } }]
53532026-08-14T12:21:16.008Zfreemap_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 } }]
53542026-08-14T12:21:16.008ZAug 14 12:21:14.945
53552026-08-14T12:21:16.008Z DEBGAug 14 12:21:14.945Aug 14 12:21:14.945Aug 14 12:21:14.945 DEBGAug 14 12:21:14.945replacing 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 } }]
53562026-08-14T12:21:16.008ZINFOinitted freemap. size: 64 INFO, adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 172.17.0.37/32 -> 10.0.0.255unitDEBG:
53572026-08-14T12:21:16.008Z freemap_route_ipv6Aug 14 12:21:14.945
53582026-08-14T12:21:16.008Z Aug 14 12:21:14.945
53592026-08-14T12:21:16.008ZINFOcreated new freemap DEBGAug 14 12:21:14.945, adding route 172.17.0.27/32 -> 10.0.0.255DEBGreplacing 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 } }]
53602026-08-14T12:21:16.008Z
53612026-08-14T12:21:16.008ZAug 14 12:21:14.945unit : reset freemapDEBGfreemap_route_ipv6, Aug 14 12:21:14.945unit Aug 14 12:21:14.945: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 INFO 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 } }]freemap_route_ipv6adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
53622026-08-14T12:21:16.008Z
53632026-08-14T12:21:16.008Z
53642026-08-14T12:21:16.008Z
53652026-08-14T12:21:16.008Z
53662026-08-14T12:21:16.008ZAug 14 12:21:14.945Aug 14 12:21:14.945Aug 14 12:21:14.945 INFOAug 14 12:21:14.945INFO DEBG INFOAug 14 12:21:14.945 adding route 172.17.0.28/32 -> 10.0.0.255 adding route 172.17.0.38/32 -> 10.0.0.255DEBG
53672026-08-14T12:21:16.008Z
53682026-08-14T12:21:16.008Zinitted freemap. size: 64replacing 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 } }],
53692026-08-14T12:21:16.008Z unitadding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:21:14.945
53702026-08-14T12:21:16.008Z 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 } }] Aug 14 12:21:14.945
53712026-08-14T12:21:16.008ZAug 14 12:21:14.945 freemap_route_ipv4INFO
53722026-08-14T12:21:16.008ZAug 14 12:21:14.945DEBG adding route 3fff:beef:10::/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 } }]
53732026-08-14T12:21:16.008ZAug 14 12:21:14.945
53742026-08-14T12:21:16.008Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
53752026-08-14T12:21:16.008ZDEBG 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 14 12:21:14.945 Aug 14 12:21:14.945
53762026-08-14T12:21:16.008ZINFODEBG adding route 172.17.0.39/32 -> 10.0.0.255INFO
53772026-08-14T12:21:16.008ZAug 14 12:21:14.945Aug 14 12:21:14.945 reset freemap , INFO Aug 14 12:21:14.945 DEBGadding route 172.17.0.29/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
53782026-08-14T12:21:16.008Z
53792026-08-14T12:21:16.008Z
53802026-08-14T12:21:16.008ZunitDEBG: freemap_route_ipv4 Aug 14 12:21:14.945
53812026-08-14T12:21:16.008Zreplacing 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 14 12:21:14.945 Aug 14 12:21:14.945
53822026-08-14T12:21:16.008Z INFODEBGDEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
53832026-08-14T12:21:16.008Zreplacing 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 14 12:21:14.945
53842026-08-14T12:21:16.008Zreplacing 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 14 12:21:14.945DEBG Aug 14 12:21:14.945INFO
53852026-08-14T12:21:16.008ZAug 14 12:21:14.945adding route 172.17.0.40/32 -> 10.0.0.255initted freemap. size: 64 ,
53862026-08-14T12:21:16.008ZINFO Aug 14 12:21:14.945adding route 172.16.0.0/32 -> 10.0.0.3
53872026-08-14T12:21:16.008ZDEBG INFOunitAug 14 12:21:14.945 Aug 14 12:21:14.945replacing 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 } }]
53882026-08-14T12:21:16.008ZDEBGadding route 172.17.0.30/32 -> 10.0.0.255
53892026-08-14T12:21:16.009Ztest route::tests::same_size_non_subset_replace ... ok
53902026-08-14T12:21:16.009Z 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 } }] Aug 14 12:21:14.945freemap_route_ipv6
53912026-08-14T12:21:16.009ZAug 14 12:21:14.945 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 } }]INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
53922026-08-14T12:21:16.009Z
53932026-08-14T12:21:16.009Z
53942026-08-14T12:21:16.009ZAug 14 12:21:14.951 Aug 14 12:21:14.951 DEBGINFO 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 172.16.0.0/32 -> 10.0.0.4
53952026-08-14T12:21:16.009Z
53962026-08-14T12:21:16.009ZAug 14 12:21:14.932Aug 14 12:21:14.951 DEBGINFO created new freemapadding route 3fff:beef:13::/64 -> 2001:db8::55:ff, unit
53972026-08-14T12:21:16.009ZAug 14 12:21:14.951: DEBGfreemap_route_ipv4 Aug 14 12:21:14.951
53982026-08-14T12:21:16.009Zreplacing 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 } }]
53992026-08-14T12:21:16.009ZAug 14 12:21:14.951DEBG Aug 14 12:21:14.951replacing 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 } }]
54002026-08-14T12:21:16.009ZDEBGDEBG created new freemapAug 14 12:21:14.951, reset freemapunit :, Aug 14 12:21:14.951freemap_route_ipv6unit
54012026-08-14T12:21:16.009Z :DEBG INFOfreemap_route_ipv6replacing 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 14 12:21:14.951
54022026-08-14T12:21:16.009Z DEBG
54032026-08-14T12:21:16.009Z initted freemap. size: 64 , adding route 3fff:beef:14::/64 -> 2001:db8::55:ffunit
54042026-08-14T12:21:16.009Z: Aug 14 12:21:14.951freemap_route_ipv4
54052026-08-14T12:21:16.009ZINFO Aug 14 12:21:14.951 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 } }]
54062026-08-14T12:21:16.009ZAug 14 12:21:14.951adding route 172.16.0.0/32 -> 10.0.0.1
54072026-08-14T12:21:16.009ZDEBGAug 14 12:21:14.951 reset freemapINFO, unitadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 14 12:21:14.951:
54082026-08-14T12:21:16.009Z freemap_route_ipv4DEBG
54092026-08-14T12:21:16.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 } }]Aug 14 12:21:14.951
54102026-08-14T12:21:16.009Z DEBGAug 14 12:21:14.951 DEBG initted freemap. size: 64, unit: freemap_route_ipv6Aug 14 12:21:14.951
54112026-08-14T12:21:16.009Z INFOreplacing 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 } }]
54122026-08-14T12:21:16.013Zadding route 172.16.0.0/32 -> 10.0.0.2
54132026-08-14T12:21:16.013ZAug 14 12:21:14.951 DEBG Aug 14 12:21:14.951 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 14 12:21:14.951
54142026-08-14T12:21:16.013Z 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 } }]
54152026-08-14T12:21:16.013ZAug 14 12:21:14.951 Aug 14 12:21:14.951DEBGreset freemap 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 } }]DEBGunit
54162026-08-14T12:21:16.013Zreplacing 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 } }]:
54172026-08-14T12:21:16.013Z freemap_route_ipv6
54182026-08-14T12:21:16.013Zreplacing 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 } }]
54192026-08-14T12:21:16.013ZAug 14 12:21:14.951 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
54202026-08-14T12:21:16.014ZAug 14 12:21:14.951 INFO Aug 14 12:21:14.951adding route 172.16.0.0/32 -> 10.0.0.1
54212026-08-14T12:21:16.014ZDEBG Aug 14 12:21:14.951replacing 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 } }]
54222026-08-14T12:21:16.014ZINFO adding route 172.17.0.31/32 -> 10.0.0.255
54232026-08-14T12:21:16.014ZAug 14 12:21:14.951Aug 14 12:21:14.951 DEBGAug 14 12:21:14.951INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
54242026-08-14T12:21:16.014Z
54252026-08-14T12:21:16.014Z 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 } }]Aug 14 12:21:14.951
54262026-08-14T12:21:16.014Z Aug 14 12:21:14.951DEBG INFOreplacing 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 } }]
54272026-08-14T12:21:16.014Zadding route 172.17.0.0/32 -> 10.0.0.255Aug 14 12:21:14.951
54282026-08-14T12:21:16.014Z INFOAug 14 12:21:14.951 adding route 172.17.0.32/32 -> 10.0.0.255INFOAug 14 12:21:14.951
54292026-08-14T12:21:16.014Z DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
54302026-08-14T12:21:16.014Zreplacing 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 } }]
54312026-08-14T12:21:16.014ZAug 14 12:21:14.951 DEBG Aug 14 12:21:14.951replacing 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 14 12:21:14.951
54322026-08-14T12:21:16.014Z DEBGINFO 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 172.17.0.1/32 -> 10.0.0.255Aug 14 12:21:14.951
54332026-08-14T12:21:16.014Z
54342026-08-14T12:21:16.014ZINFO Aug 14 12:21:14.951adding route 172.17.0.33/32 -> 10.0.0.255
54352026-08-14T12:21:16.014ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
54362026-08-14T12:21:16.014ZAug 14 12:21:14.951Aug 14 12:21:14.951
54372026-08-14T12:21:16.014ZDEBGDEBG Aug 14 12:21:14.951replacing 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.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 } }] DEBG
54382026-08-14T12:21:16.014Z
54392026-08-14T12:21:16.014Z 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 14 12:21:14.951Aug 14 12:21:14.951 INFOINFO
54402026-08-14T12:21:16.014Zadding route 172.17.0.2/32 -> 10.0.0.255
54412026-08-14T12:21:16.014Zadding route 172.17.0.34/32 -> 10.0.0.255
54422026-08-14T12:21:16.014ZAug 14 12:21:14.951 Aug 14 12:21:14.951INFO INFOAug 14 12:21:14.951adding route 172.17.0.19/32 -> 10.0.0.255 Aug 14 12:21:14.951
54432026-08-14T12:21:16.014ZDEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing 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 } }]
54442026-08-14T12:21:16.014Z
54452026-08-14T12:21:16.014ZDEBG 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 } }]
54462026-08-14T12:21:16.014ZAug 14 12:21:14.951Aug 14 12:21:14.951 DEBGDEBG Aug 14 12:21:14.951replacing 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 14 12:21:14.951 INFOINFO 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 172.17.0.3/32 -> 10.0.0.255
54472026-08-14T12:21:16.014Z
54482026-08-14T12:21:16.014Zadding route 172.17.0.35/32 -> 10.0.0.255
54492026-08-14T12:21:16.014Z
54502026-08-14T12:21:16.014ZAug 14 12:21:14.951Aug 14 12:21:14.951 Aug 14 12:21:14.951INFODEBG INFOreplacing 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 14 12:21:14.951adding route 172.17.0.20/32 -> 10.0.0.255
54512026-08-14T12:21:16.014Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
54522026-08-14T12:21:16.014Z
54532026-08-14T12:21:16.014ZDEBG 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 14 12:21:14.951
54542026-08-14T12:21:16.014Z Aug 14 12:21:14.951INFO adding route 172.17.0.4/32 -> 10.0.0.255DEBG
54552026-08-14T12:21:16.014Z Aug 14 12:21:14.951replacing 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 14 12:21:14.951DEBG 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 } }] Aug 14 12:21:14.951
54562026-08-14T12:21:16.014Z
54572026-08-14T12:21:16.014Zadding route 172.17.0.36/32 -> 10.0.0.255DEBG
54582026-08-14T12:21:16.014Zreplacing 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 } }]
54592026-08-14T12:21:16.014ZAug 14 12:21:14.951 INFO Aug 14 12:21:14.951adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 14 12:21:14.951
54602026-08-14T12:21:16.015Z INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255
54612026-08-14T12:21:16.015Zadding route 172.17.0.21/32 -> 10.0.0.255Aug 14 12:21:14.951Aug 14 12:21:14.951
54622026-08-14T12:21:16.015ZDEBG 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 } }]Aug 14 12:21:14.951DEBG
54632026-08-14T12:21:16.015Z 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 } }]DEBG
54642026-08-14T12:21:16.015Zreplacing 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 14 12:21:14.951
54652026-08-14T12:21:16.015Z INFOAug 14 12:21:14.951 adding route 172.17.0.37/32 -> 10.0.0.255Aug 14 12:21:14.951
54662026-08-14T12:21:16.015ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 14 12:21:14.951
54672026-08-14T12:21:16.015ZINFOAug 14 12:21:14.951 adding route 172.17.0.6/32 -> 10.0.0.255DEBG
54682026-08-14T12:21:16.015ZDEBG 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.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 } }]
54692026-08-14T12:21:16.015ZAug 14 12:21:14.951Aug 14 12:21:14.951 DEBG
54702026-08-14T12:21:16.015Z 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 } }]
54712026-08-14T12:21:16.015ZAug 14 12:21:14.951 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
54722026-08-14T12:21:16.015ZAug 14 12:21:14.951Aug 14 12:21:14.951 adding route 172.17.0.38/32 -> 10.0.0.255Aug 14 12:21:14.951
54732026-08-14T12:21:16.015Z INFO Aug 14 12:21:14.951adding route 172.17.0.7/32 -> 10.0.0.255
54742026-08-14T12:21:16.015ZAug 14 12:21:14.951INFO DEBG INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 14 12:21:14.951 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.22/32 -> 10.0.0.255INFO
54752026-08-14T12:21:16.015Z
54762026-08-14T12:21:16.015Z 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.41/32 -> 10.0.0.255
54772026-08-14T12:21:16.015Z
54782026-08-14T12:21:16.015Z
54792026-08-14T12:21:16.015ZAug 14 12:21:14.952 Aug 14 12:21:14.952INFOAug 14 12:21:14.952 Aug 14 12:21:14.952 Aug 14 12:21:14.952 INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255DEBG
54802026-08-14T12:21:16.015Z
54812026-08-14T12:21:16.015Z 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 } }] DEBG
54822026-08-14T12:21:16.015Zreplacing 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 14 12:21:14.952
54832026-08-14T12:21:16.015Zreplacing 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 14 12:21:14.952 DEBGINFO Aug 14 12:21:14.952
54842026-08-14T12:21:16.015Zreplacing 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.42/32 -> 10.0.0.255
54852026-08-14T12:21:16.015Z
54862026-08-14T12:21:16.015ZAug 14 12:21:14.952 DEBG 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 } }]Aug 14 12:21:14.952Aug 14 12:21:14.952
54872026-08-14T12:21:16.015ZDEBGAug 14 12:21:14.952 INFOINFO Aug 14 12:21:14.952adding route 172.17.0.23/32 -> 10.0.0.255 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 } }]
54882026-08-14T12:21:16.015Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO
54892026-08-14T12:21:16.015Z
54902026-08-14T12:21:16.015Zadding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255
54912026-08-14T12:21:16.015Z
54922026-08-14T12:21:16.015ZAug 14 12:21:14.952Aug 14 12:21:14.952 Aug 14 12:21:14.952Aug 14 12:21:14.952DEBG INFO Aug 14 12:21:14.952 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 172.17.0.43/32 -> 10.0.0.255 DEBG
54932026-08-14T12:21:16.015Z
54942026-08-14T12:21:16.015Z 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.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 } }]
54952026-08-14T12:21:16.015Z
54962026-08-14T12:21:16.015ZDEBGAug 14 12:21:14.952 Aug 14 12:21:14.952INFOAug 14 12:21:14.952 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing 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 } }]
54972026-08-14T12:21:16.015ZDEBG
54982026-08-14T12:21:16.015Z Aug 14 12:21:14.952INFOreplacing 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 } }]
54992026-08-14T12:21:16.016Zadding route 172.17.0.41/32 -> 10.0.0.255INFO adding route 172.17.0.10/32 -> 10.0.0.255
55002026-08-14T12:21:16.016ZAug 14 12:21:14.952
55012026-08-14T12:21:16.016ZAug 14 12:21:14.952INFOAug 14 12:21:14.952 adding route 172.17.0.24/32 -> 10.0.0.255
55022026-08-14T12:21:16.016ZAug 14 12:21:14.952INFO DEBGDEBG adding route 172.17.0.44/32 -> 10.0.0.255Aug 14 12:21:14.952
55032026-08-14T12:21:16.016Zreplacing 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: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 14 12:21:14.952
55042026-08-14T12:21:16.016Z
55052026-08-14T12:21:16.016ZDEBG 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
55062026-08-14T12:21:16.016Z Aug 14 12:21:14.952replacing 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 14 12:21:14.952 Aug 14 12:21:14.952
55072026-08-14T12:21:16.016Z Aug 14 12:21:14.952DEBG 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 } }] INFO
55082026-08-14T12:21:16.016Zadding route 172.17.0.11/32 -> 10.0.0.255
55092026-08-14T12:21:16.016ZAug 14 12:21:14.958 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 } }]
55102026-08-14T12:21:16.016ZAug 14 12:21:14.958 INFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 14 12:21:14.958 INFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 14 12:21:14.952
55112026-08-14T12:21:16.016Z
55122026-08-14T12:21:16.020Z INFO adding route 172.17.0.42/32 -> 10.0.0.255
55132026-08-14T12:21:16.020ZAug 14 12:21:14.958 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 } }]
55142026-08-14T12:21:16.020ZAug 14 12:21:14.958Aug 14 12:21:14.958 Aug 14 12:21:14.958 DEBGDEBGINFO 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.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 } }]
55152026-08-14T12:21:16.020Z
55162026-08-14T12:21:16.020Zadding route 172.17.0.46/32 -> 10.0.0.255
55172026-08-14T12:21:16.020ZAug 14 12:21:14.958 INFO adding route 172.17.0.43/32 -> 10.0.0.255
55182026-08-14T12:21:16.020ZAug 14 12:21:14.958Aug 14 12:21:14.958Aug 14 12:21:14.958 DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO DEBGreplacing 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 } }]
55192026-08-14T12:21:16.020Z 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.13/32 -> 10.0.0.255
55202026-08-14T12:21:16.020Z
55212026-08-14T12:21:16.020ZAug 14 12:21:14.958
55222026-08-14T12:21:16.020ZINFO Aug 14 12:21:14.958adding route 172.17.0.44/32 -> 10.0.0.255
55232026-08-14T12:21:16.020ZDEBGAug 14 12:21:14.958 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 } }]
55242026-08-14T12:21:16.020ZDEBG Aug 14 12:21:14.958Aug 14 12:21:14.958 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 } }] INFODEBGAug 14 12:21:14.958
55252026-08-14T12:21:16.020Z adding route 172.17.0.47/32 -> 10.0.0.255INFO
55262026-08-14T12:21:16.020Z adding route 172.17.0.14/32 -> 10.0.0.255Aug 14 12:21:14.958
55272026-08-14T12:21:16.020Z 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
55282026-08-14T12:21:16.020Z Aug 14 12:21:14.958Aug 14 12:21:14.958adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
55292026-08-14T12:21:16.020Z DEBG DEBGAug 14 12:21:14.958 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
55302026-08-14T12:21:16.020Z 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.45/32 -> 10.0.0.255Aug 14 12:21:14.958
55312026-08-14T12:21:16.020Z
55322026-08-14T12:21:16.021ZDEBG 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 14 12:21:14.958
55332026-08-14T12:21:16.021Z Aug 14 12:21:14.958INFO adding route 172.17.0.15/32 -> 10.0.0.255DEBG
55342026-08-14T12:21:16.021ZAug 14 12:21:14.958 Aug 14 12:21:14.958replacing 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 Aug 14 12:21:14.958INFO
55352026-08-14T12:21:16.021Zadding route 172.17.0.48/32 -> 10.0.0.255 DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
55362026-08-14T12:21:16.021Z
55372026-08-14T12:21:16.021Zreplacing 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 14 12:21:14.958
55382026-08-14T12:21:16.021Z INFO adding route 172.17.0.46/32 -> 10.0.0.255Aug 14 12:21:14.958
55392026-08-14T12:21:16.021ZAug 14 12:21:14.958 DEBG 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 } }] Aug 14 12:21:14.958Aug 14 12:21:14.958
55402026-08-14T12:21:16.021Z DEBGadding route 172.17.0.16/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 } }]
55412026-08-14T12:21:16.021Z
55422026-08-14T12:21:16.021ZDEBGAug 14 12:21:14.958 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 14 12:21:14.958Aug 14 12:21:14.958INFO DEBGINFO
55432026-08-14T12:21:16.021Zreplacing 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 } }]
55442026-08-14T12:21:16.021Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 172.17.0.49/32 -> 10.0.0.255
55452026-08-14T12:21:16.021Z
55462026-08-14T12:21:16.021ZAug 14 12:21:14.958Aug 14 12:21:14.958 Aug 14 12:21:14.958 INFODEBG INFOAug 14 12:21:14.958replacing 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 } }]adding route 172.17.0.17/32 -> 10.0.0.255
55472026-08-14T12:21:16.021Z adding route 172.17.0.47/32 -> 10.0.0.255DEBG
55482026-08-14T12:21:16.021Z
55492026-08-14T12:21:16.021Zreplacing 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 } }]
55502026-08-14T12:21:16.021ZAug 14 12:21:14.958 Aug 14 12:21:14.958DEBG Aug 14 12:21:14.958INFO 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 } }] INFO
55512026-08-14T12:21:16.021Z adding route 172.17.0.50/32 -> 10.0.0.255
55522026-08-14T12:21:16.021Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 14 12:21:14.958
55532026-08-14T12:21:16.021Z Aug 14 12:21:14.958Aug 14 12:21:14.958Aug 14 12:21:14.958 INFODEBG DEBGadding route 172.17.0.18/32 -> 10.0.0.255
55542026-08-14T12:21:16.021ZDEBG 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: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.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 14 12:21:14.958
55552026-08-14T12:21:16.021Z
55562026-08-14T12:21:16.021Z
55572026-08-14T12:21:16.021ZDEBG 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 } }]
55582026-08-14T12:21:16.021ZAug 14 12:21:14.958Aug 14 12:21:14.958 Aug 14 12:21:14.958INFOINFO Aug 14 12:21:14.958adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO
55592026-08-14T12:21:16.021Zadding route 172.17.0.48/32 -> 10.0.0.255 adding route 172.17.0.19/32 -> 10.0.0.255INFO
55602026-08-14T12:21:16.021Z
55612026-08-14T12:21:16.021Zadding route 172.17.0.51/32 -> 10.0.0.255Aug 14 12:21:14.958
55622026-08-14T12:21:16.021Z DEBGAug 14 12:21:14.958Aug 14 12:21:14.958Aug 14 12:21:14.958 DEBGDEBG 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 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 } }]
55632026-08-14T12:21:16.021ZDEBG
55642026-08-14T12:21:16.021Zreplacing 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 } }]
55652026-08-14T12:21:16.021Zreplacing 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 14 12:21:14.958 Aug 14 12:21:14.958Aug 14 12:21:14.958INFO INFO
55662026-08-14T12:21:16.021ZINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 172.17.0.52/32 -> 10.0.0.255
55672026-08-14T12:21:16.021Z
55682026-08-14T12:21:16.021Zadding route 172.17.0.20/32 -> 10.0.0.255
55692026-08-14T12:21:16.021ZAug 14 12:21:14.958Aug 14 12:21:14.958 Aug 14 12:21:14.958DEBG DEBG INFOAug 14 12:21:14.958 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 } }] 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 } }]
55702026-08-14T12:21:16.022Zreplacing 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
55712026-08-14T12:21:16.022Z adding route 172.17.0.49/32 -> 10.0.0.255
55722026-08-14T12:21:16.022Z
55732026-08-14T12:21:16.022Ztest route::tests::delete_targets_fragmented ... ok
55742026-08-14T12:21:16.022ZAug 14 12:21:14.958adding route 172.17.0.25/32 -> 10.0.0.255 INFO
55752026-08-14T12:21:16.022Zadding route 172.17.0.21/32 -> 10.0.0.255
55762026-08-14T12:21:16.022ZAug 14 12:21:14.958Aug 14 12:21:14.958 Aug 14 12:21:14.958INFOAug 14 12:21:14.958 DEBGadding route 172.17.0.53/32 -> 10.0.0.255INFO Aug 14 12:21:14.958adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
55772026-08-14T12:21:16.022Zreplacing 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 } }]
55782026-08-14T12:21:16.022Z
55792026-08-14T12:21:16.022Ztest route::tests::delete_target_full ... ok
55802026-08-14T12:21:16.022ZDEBG DEBG Aug 14 12:21:14.958replacing 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 14 12:21:14.958Aug 14 12:21:14.958 DEBG
55812026-08-14T12:21:16.022Z DEBGreplacing 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 } }]INFOreplacing 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 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 } }]
55822026-08-14T12:21:16.022Zadding route 172.17.0.22/32 -> 10.0.0.255
55832026-08-14T12:21:16.022Z
55842026-08-14T12:21:16.022Z
55852026-08-14T12:21:16.022ZAug 14 12:21:14.958 Aug 14 12:21:14.958INFOAug 14 12:21:14.958 Aug 14 12:21:14.958Aug 14 12:21:14.958DEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing 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 INFO
55862026-08-14T12:21:16.022ZINFO adding route 172.17.0.26/32 -> 10.0.0.255 adding route 172.17.0.54/32 -> 10.0.0.255
55872026-08-14T12:21:16.022Z
55882026-08-14T12:21:16.022Z
55892026-08-14T12:21:16.022ZAug 14 12:21:14.958adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 14 12:21:14.958
55902026-08-14T12:21:16.022ZINFO DEBGAug 14 12:21:14.958Aug 14 12:21:14.958 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.17.0.23/32 -> 10.0.0.255
55912026-08-14T12:21:16.022ZAug 14 12:21:14.958
55922026-08-14T12:21:16.022ZDEBG 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 } }]DEBGAug 14 12:21:14.958
55932026-08-14T12:21:16.022Z 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 } }] 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 } }]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 } }]
55942026-08-14T12:21:16.022Z
55952026-08-14T12:21:16.022ZAug 14 12:21:14.958Aug 14 12:21:14.958 INFO
55962026-08-14T12:21:16.022ZINFOAug 14 12:21:14.958 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 14 12:21:14.958
55972026-08-14T12:21:16.022ZINFO INFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
55982026-08-14T12:21:16.022Zadding route 172.17.0.51/32 -> 10.0.0.255
55992026-08-14T12:21:16.022Z
56002026-08-14T12:21:16.022ZAug 14 12:21:14.958 Aug 14 12:21:14.958Aug 14 12:21:14.958Aug 14 12:21:14.958 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 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 } }]
56012026-08-14T12:21:16.022ZDEBGAug 14 12:21:14.958
56022026-08-14T12:21:16.022Z 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 } }]INFO
56032026-08-14T12:21:16.022ZAug 14 12:21:14.958Aug 14 12:21:14.958 DEBGINFO Aug 14 12:21:14.958replacing 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.25/32 -> 10.0.0.255 INFO
56042026-08-14T12:21:16.022Zadding route 172.17.0.27/32 -> 10.0.0.255 adding route 172.17.0.56/32 -> 10.0.0.255
56052026-08-14T12:21:16.022ZINFO
56062026-08-14T12:21:16.022ZAug 14 12:21:14.958
56072026-08-14T12:21:16.022Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
56082026-08-14T12:21:16.022ZDEBG 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 14 12:21:14.958Aug 14 12:21:14.958Aug 14 12:21:14.958
56092026-08-14T12:21:16.022Z 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 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
56102026-08-14T12:21:16.023ZAug 14 12:21:14.958
56112026-08-14T12:21:16.023Z 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 } }]INFOAug 14 12:21:14.958 adding route 172.17.0.26/32 -> 10.0.0.255
56122026-08-14T12:21:16.027Z
56132026-08-14T12:21:16.027ZAug 14 12:21:14.958 Aug 14 12:21:14.958INFO INFO INFOadding route 172.17.0.57/32 -> 10.0.0.255
56142026-08-14T12:21:16.027ZAug 14 12:21:14.958 adding route 172.17.0.52/32 -> 10.0.0.255DEBG
56152026-08-14T12:21:16.027Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff 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 } }]
56162026-08-14T12:21:16.027ZAug 14 12:21:14.958
56172026-08-14T12:21:16.027ZDEBG Aug 14 12:21:14.958replacing 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 14 12:21:14.958
56182026-08-14T12:21:16.027Z Aug 14 12:21:14.958DEBG DEBGINFOreplacing 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 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 } }]
56192026-08-14T12:21:16.027ZAug 14 12:21:14.958 adding route 172.17.0.28/32 -> 10.0.0.255INFO
56202026-08-14T12:21:16.027Z
56212026-08-14T12:21:16.027ZAug 14 12:21:14.958 adding route 172.17.0.27/32 -> 10.0.0.255INFO
56222026-08-14T12:21:16.027ZAug 14 12:21:14.958Aug 14 12:21:14.958 Aug 14 12:21:14.958INFO adding route 172.17.0.58/32 -> 10.0.0.255
56232026-08-14T12:21:16.027Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 14 12:21:14.958INFO
56242026-08-14T12:21:16.027ZDEBG Aug 14 12:21:14.958replacing 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 } }]
56252026-08-14T12:21:16.027Z Aug 14 12:21:14.958DEBG adding route 172.17.0.53/32 -> 10.0.0.255DEBG 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 } }]
56262026-08-14T12:21:16.027Z
56272026-08-14T12:21:16.027ZAug 14 12:21:14.965 Aug 14 12:21:14.965INFO 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 } }]
56282026-08-14T12:21:16.027Zadding route 172.17.0.59/32 -> 10.0.0.255
56292026-08-14T12:21:16.027ZDEBG 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 14 12:21:14.966
56302026-08-14T12:21:16.027Z Aug 14 12:21:14.966DEBG 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 } }]Aug 14 12:21:14.966
56312026-08-14T12:21:16.027Z adding route 172.17.0.54/32 -> 10.0.0.255INFO
56322026-08-14T12:21:16.027Z adding route 172.17.0.29/32 -> 10.0.0.255
56332026-08-14T12:21:16.027ZAug 14 12:21:14.966 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 } }]
56342026-08-14T12:21:16.027ZAug 14 12:21:14.966Aug 14 12:21:14.966 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 } }]INFO Aug 14 12:21:14.966
56352026-08-14T12:21:16.027Z adding route 172.17.0.60/32 -> 10.0.0.255INFO
56362026-08-14T12:21:16.027Z 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.17.0.30/32 -> 10.0.0.255
56372026-08-14T12:21:16.027Z
56382026-08-14T12:21:16.027ZAug 14 12:21:14.966Aug 14 12:21:14.966 DEBGINFO Aug 14 12:21:14.966replacing 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 } }]
56392026-08-14T12:21:16.028ZDEBG Aug 14 12:21:14.966 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
56402026-08-14T12:21:16.028Z Aug 14 12:21:14.966 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
56412026-08-14T12:21:16.028Zadding route 172.17.0.55/32 -> 10.0.0.255
56422026-08-14T12:21:16.028Zfailed to allocate space for the new target listAug 14 12:21:14.966
56432026-08-14T12:21:16.028Z Aug 14 12:21:14.966INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255Aug 14 12:21:14.966
56442026-08-14T12:21:16.028Z 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 14 12:21:14.966DEBG DEBG
56452026-08-14T12:21:16.028Z 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 } }]
56462026-08-14T12:21:16.028Zreplacing 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 14 12:21:14.966
56472026-08-14T12:21:16.028Z DEBG Aug 14 12:21:14.966replacing 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 } }]
56482026-08-14T12:21:16.028ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
56492026-08-14T12:21:16.028ZAug 14 12:21:14.966 Aug 14 12:21:14.966INFOAug 14 12:21:14.966 adding route 172.17.0.32/32 -> 10.0.0.255INFODEBG
56502026-08-14T12:21:16.028Z adding route 172.17.0.56/32 -> 10.0.0.255replacing 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 } }]
56512026-08-14T12:21:16.028Z
56522026-08-14T12:21:16.028ZAug 14 12:21:14.966 Aug 14 12:21:14.966DEBG 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 } }]
56532026-08-14T12:21:16.028Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 14 12:21:14.966
56542026-08-14T12:21:16.028Z 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 } }]
56552026-08-14T12:21:16.028ZAug 14 12:21:14.966 DEBGAug 14 12:21:14.966Aug 14 12:21:14.966 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 } }]INFO
56562026-08-14T12:21:16.028Z INFOadding route 172.17.0.57/32 -> 10.0.0.255
56572026-08-14T12:21:16.028Zadding route 172.17.0.33/32 -> 10.0.0.255
56582026-08-14T12:21:16.028ZAug 14 12:21:14.966Aug 14 12:21:14.966 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing 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 } }]
56592026-08-14T12:21:16.028ZAug 14 12:21:14.966
56602026-08-14T12:21:16.028Z Aug 14 12:21:14.958DEBGAug 14 12:21:14.966 DEBGreplacing 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 } }]INFO
56612026-08-14T12:21:16.028Zreplacing 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 14 12:21:14.966adding route 172.17.0.28/32 -> 10.0.0.255 INFO
56622026-08-14T12:21:16.028Z
56632026-08-14T12:21:16.028Z Aug 14 12:21:14.966adding route 172.17.0.34/32 -> 10.0.0.255
56642026-08-14T12:21:16.028ZINFOAug 14 12:21:14.966 Aug 14 12:21:14.966adding route 172.17.0.58/32 -> 10.0.0.255Aug 14 12:21:14.966
56652026-08-14T12:21:16.028ZINFO DEBGDEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
56662026-08-14T12:21:16.028Z 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 } }]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 } }]
56672026-08-14T12:21:16.028Z
56682026-08-14T12:21:16.028ZAug 14 12:21:14.966 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 } }]Aug 14 12:21:14.966
56692026-08-14T12:21:16.028ZAug 14 12:21:14.966Aug 14 12:21:14.966 INFODEBG Aug 14 12:21:14.966 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 } }]INFOINFO
56702026-08-14T12:21:16.028Zadding route 172.17.0.29/32 -> 10.0.0.255 adding route 172.17.0.35/32 -> 10.0.0.255
56712026-08-14T12:21:16.028Z
56722026-08-14T12:21:16.028ZAug 14 12:21:14.966adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
56732026-08-14T12:21:16.028ZINFOAug 14 12:21:14.966 Aug 14 12:21:14.966adding route 172.17.0.59/32 -> 10.0.0.255 DEBG DEBG
56742026-08-14T12:21:16.028Zreplacing 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 14 12:21:14.966
56752026-08-14T12:21:16.028Z 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 } }]Aug 14 12:21:14.966Aug 14 12:21:14.966 INFO
56762026-08-14T12:21:16.028Zreplacing 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 } }] DEBGadding route 172.17.0.30/32 -> 10.0.0.255
56772026-08-14T12:21:16.028Z
56782026-08-14T12:21:16.029Zreplacing 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 } }]
56792026-08-14T12:21:16.029ZAug 14 12:21:14.966 Aug 14 12:21:14.966Aug 14 12:21:14.966DEBGAug 14 12:21:14.966 INFO INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
56802026-08-14T12:21:16.029Zreplacing 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
56812026-08-14T12:21:16.029Z adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255Aug 14 12:21:14.966
56822026-08-14T12:21:16.029Z Aug 14 12:21:14.966DEBG
56832026-08-14T12:21:16.029ZINFO 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 172.17.0.31/32 -> 10.0.0.255
56842026-08-14T12:21:16.029Z
56852026-08-14T12:21:16.029ZAug 14 12:21:14.966Aug 14 12:21:14.966 Aug 14 12:21:14.966DEBG Aug 14 12:21:14.966DEBGreplacing 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 } }]
56862026-08-14T12:21:16.029Z INFOreplacing 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
56872026-08-14T12:21:16.029Z Aug 14 12:21:14.966 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
56882026-08-14T12:21:16.029Z adding route 172.17.0.32/32 -> 10.0.0.255Aug 14 12:21:14.966
56892026-08-14T12:21:16.029Z INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
56902026-08-14T12:21:16.029ZAug 14 12:21:14.966adding route 172.17.0.37/32 -> 10.0.0.255
56912026-08-14T12:21:16.029ZAug 14 12:21:14.966INFO DEBG adding route 172.17.0.61/32 -> 10.0.0.255Aug 14 12:21:14.966replacing 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 } }]
56922026-08-14T12:21:16.029Z
56932026-08-14T12:21:16.029ZAug 14 12:21:14.966 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 } }]DEBG
56942026-08-14T12:21:16.029ZAug 14 12:21:14.966Aug 14 12:21:14.966 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 } }]INFODEBG Aug 14 12:21:14.966
56952026-08-14T12:21:16.029Zadding route 172.17.0.33/32 -> 10.0.0.255
56962026-08-14T12:21:16.029Z INFO 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 } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 14 12:21:14.966Aug 14 12:21:14.966
56972026-08-14T12:21:16.029ZINFO DEBG
56982026-08-14T12:21:16.029Z adding route 172.17.0.38/32 -> 10.0.0.255replacing 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 } }]
56992026-08-14T12:21:16.029Z
57002026-08-14T12:21:16.029ZAug 14 12:21:14.966Aug 14 12:21:14.966 Aug 14 12:21:14.966DEBG INFO Aug 14 12:21:14.966replacing 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
57012026-08-14T12:21:16.029ZINFOadding route 172.17.0.34/32 -> 10.0.0.255
57022026-08-14T12:21:16.029Zadding route 172.17.0.62/32 -> 10.0.0.255
57032026-08-14T12:21:16.029Zreplacing 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 } }]Aug 14 12:21:14.966
57042026-08-14T12:21:16.029Z INFOAug 14 12:21:14.966 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 14 12:21:14.966DEBG
57052026-08-14T12:21:16.029Z Aug 14 12:21:14.966INFO 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.39/32 -> 10.0.0.255DEBG
57062026-08-14T12:21:16.029Z
57072026-08-14T12:21:16.029Zreplacing 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 } }]
57082026-08-14T12:21:16.029ZAug 14 12:21:14.966Aug 14 12:21:14.966 Aug 14 12:21:14.966DEBG Aug 14 12:21:14.966DEBG DEBGreplacing 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 } }]INFO
57092026-08-14T12:21:16.029Z 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 } }]failed to allocate space for the new target list
57102026-08-14T12:21:16.029Z
57112026-08-14T12:21:16.029Zadding route 172.17.0.35/32 -> 10.0.0.255
57122026-08-14T12:21:16.033ZAug 14 12:21:14.966 INFOAug 14 12:21:14.966 Aug 14 12:21:14.966 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO Aug 14 12:21:14.966 adding route 172.17.0.40/32 -> 10.0.0.255DEBG
57132026-08-14T12:21:16.033Z
57142026-08-14T12:21:16.033Zreplacing 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
57152026-08-14T12:21:16.033Z 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 14 12:21:14.966Aug 14 12:21:14.966
57162026-08-14T12:21:16.033Z DEBG Aug 14 12:21:14.966DEBG 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 } }]INFOreplacing 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 } }]
57172026-08-14T12:21:16.033Zadding route 172.17.0.36/32 -> 10.0.0.255
57182026-08-14T12:21:16.033Z
57192026-08-14T12:21:16.033ZAug 14 12:21:14.966Aug 14 12:21:14.966 Aug 14 12:21:14.966 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255INFOreplacing 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 } }]
57202026-08-14T12:21:16.034Z
57212026-08-14T12:21:16.034Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
57222026-08-14T12:21:16.034ZAug 14 12:21:14.966Aug 14 12:21:14.966 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.37/32 -> 10.0.0.255
57232026-08-14T12:21:16.034Z
57242026-08-14T12:21:16.034ZAug 14 12:21:14.966 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 } }]
57252026-08-14T12:21:16.034ZAug 14 12:21:14.966Aug 14 12:21:14.966 INFODEBG adding route 172.17.0.42/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 } }]
57262026-08-14T12:21:16.034Z
57272026-08-14T12:21:16.034ZAug 14 12:21:14.966 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 14 12:21:14.966
57282026-08-14T12:21:16.034Z Aug 14 12:21:14.966DEBG 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 } }]
57292026-08-14T12:21:16.034ZAug 14 12:21:14.966adding route 172.17.0.38/32 -> 10.0.0.255
57302026-08-14T12:21:16.034ZDEBG 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 14 12:21:14.966
57312026-08-14T12:21:16.034Z INFOAug 14 12:21:14.966 adding route 172.17.0.43/32 -> 10.0.0.255DEBG
57322026-08-14T12:21:16.034Z Aug 14 12:21:14.966replacing 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 } }]
57332026-08-14T12:21:16.034ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
57342026-08-14T12:21:16.034ZAug 14 12:21:14.966Aug 14 12:21:14.966 Aug 14 12:21:14.966INFO DEBG adding route 172.17.0.39/32 -> 10.0.0.255DEBG 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 } }]
57352026-08-14T12:21:16.034Z
57362026-08-14T12:21:16.034Zreplacing 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 } }]
57372026-08-14T12:21:16.034ZAug 14 12:21:14.966Aug 14 12:21:14.966Aug 14 12:21:14.966 DEBG INFOfailed to allocate space for the new target list
57382026-08-14T12:21:16.034Zadding route 172.17.0.44/32 -> 10.0.0.255DEBG
57392026-08-14T12:21:16.034Z 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 } }]
57402026-08-14T12:21:16.034ZAug 14 12:21:14.966 Aug 14 12:21:14.966DEBG 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 14 12:21:14.966
57412026-08-14T12:21:16.034Z 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 adding route 172.17.0.40/32 -> 10.0.0.255
57422026-08-14T12:21:16.034Z
57432026-08-14T12:21:16.034ZAug 14 12:21:14.972Aug 14 12:21:14.972 DEBGINFO 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 } }]adding route 172.17.0.45/32 -> 10.0.0.255
57442026-08-14T12:21:16.034Z
57452026-08-14T12:21:16.034ZAug 14 12:21:14.972 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 } }]
57462026-08-14T12:21:16.034ZAug 14 12:21:14.972 Aug 14 12:21:14.972INFO INFOadding route 172.17.0.41/32 -> 10.0.0.255
57472026-08-14T12:21:16.034Zadding route 172.17.0.46/32 -> 10.0.0.255
57482026-08-14T12:21:16.034ZAug 14 12:21:14.972 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 } }]
57492026-08-14T12:21:16.034ZAug 14 12:21:14.972 DEBG Aug 14 12:21:14.972replacing 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 } }]
57502026-08-14T12:21:16.034ZINFO adding route 172.17.0.47/32 -> 10.0.0.255
57512026-08-14T12:21:16.034ZAug 14 12:21:14.972Aug 14 12:21:14.972 INFODEBG adding route 172.17.0.42/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 } }]
57522026-08-14T12:21:16.034Z
57532026-08-14T12:21:16.034ZAug 14 12:21:14.972Aug 14 12:21:14.972 DEBGINFO 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 } }]adding route 172.17.0.48/32 -> 10.0.0.255
57542026-08-14T12:21:16.034Z
57552026-08-14T12:21:16.034ZAug 14 12:21:14.972Aug 14 12:21:14.972 DEBGINFO 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 } }]adding route 172.17.0.43/32 -> 10.0.0.255
57562026-08-14T12:21:16.034Z
57572026-08-14T12:21:16.034ZAug 14 12:21:14.972Aug 14 12:21:14.972 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255replacing 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 } }]
57582026-08-14T12:21:16.035Z
57592026-08-14T12:21:16.035ZAug 14 12:21:14.972 DEBG Aug 14 12:21:14.972replacing 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 } }]
57602026-08-14T12:21:16.035ZINFO adding route 172.17.0.44/32 -> 10.0.0.255
57612026-08-14T12:21:16.035ZAug 14 12:21:14.972 Aug 14 12:21:14.972DEBG 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 } }]
57622026-08-14T12:21:16.035Zadding route 172.17.0.50/32 -> 10.0.0.255
57632026-08-14T12:21:16.035ZAug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255
57642026-08-14T12:21:16.035Zreplacing 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 } }]
57652026-08-14T12:21:16.035ZAug 14 12:21:14.972 Aug 14 12:21:14.972DEBG INFOreplacing 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 } }]
57662026-08-14T12:21:16.035Zadding route 172.17.0.51/32 -> 10.0.0.255
57672026-08-14T12:21:16.035ZAug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.46/32 -> 10.0.0.255
57682026-08-14T12:21:16.035Zreplacing 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 } }]
57692026-08-14T12:21:16.035ZAug 14 12:21:14.972 Aug 14 12:21:14.972DEBG INFOreplacing 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 } }]
57702026-08-14T12:21:16.035Zadding route 172.17.0.52/32 -> 10.0.0.255
57712026-08-14T12:21:16.035ZAug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255
57722026-08-14T12:21:16.035Zreplacing 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 } }]
57732026-08-14T12:21:16.035Ztest route::tests::delete_target_fragmented ... ok
57742026-08-14T12:21:16.035ZAug 14 12:21:14.972 Aug 14 12:21:14.972DEBG INFOreplacing 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 } }]
57752026-08-14T12:21:16.035Zadding route 172.17.0.53/32 -> 10.0.0.255
57762026-08-14T12:21:16.035ZAug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255
57772026-08-14T12:21:16.035Zreplacing 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 } }]
57782026-08-14T12:21:16.035Ztest route::tests::add_target_fails_full ... ok
57792026-08-14T12:21:16.035ZAug 14 12:21:14.972 Aug 14 12:21:14.972DEBG 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 } }]
57802026-08-14T12:21:16.035Zadding route 172.17.0.54/32 -> 10.0.0.255
57812026-08-14T12:21:16.035ZAug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255
57822026-08-14T12:21:16.035Zreplacing 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 } }]
57832026-08-14T12:21:16.035ZAug 14 12:21:14.972 Aug 14 12:21:14.972DEBG 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 } }]
57842026-08-14T12:21:16.035Zadding route 172.17.0.55/32 -> 10.0.0.255
57852026-08-14T12:21:16.035ZAug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255
57862026-08-14T12:21:16.035Zreplacing 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 } }]
57872026-08-14T12:21:16.035ZAug 14 12:21:14.972 Aug 14 12:21:14.972DEBG INFOreplacing 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 } }]
57882026-08-14T12:21:16.035Zadding route 172.17.0.56/32 -> 10.0.0.255
57892026-08-14T12:21:16.035ZAug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255
57902026-08-14T12:21:16.035Zreplacing 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 } }]
57912026-08-14T12:21:16.035ZAug 14 12:21:14.972 Aug 14 12:21:14.972DEBG 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 } }]
57922026-08-14T12:21:16.035Zadding route 172.17.0.57/32 -> 10.0.0.255
57932026-08-14T12:21:16.035ZAug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255
57942026-08-14T12:21:16.035Zreplacing 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 } }]
57952026-08-14T12:21:16.035ZAug 14 12:21:14.972 Aug 14 12:21:14.972DEBG INFOreplacing 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 } }]
57962026-08-14T12:21:16.035Zadding route 172.17.0.58/32 -> 10.0.0.255
57972026-08-14T12:21:16.035ZAug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255
57982026-08-14T12:21:16.036Zreplacing 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 } }]
57992026-08-14T12:21:16.036ZAug 14 12:21:14.972 Aug 14 12:21:14.972DEBG INFOreplacing 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 } }]
58002026-08-14T12:21:16.036Zadding route 172.17.0.59/32 -> 10.0.0.255
58012026-08-14T12:21:16.036ZAug 14 12:21:14.972 Aug 14 12:21:14.972INFO DEBGadding route 172.17.0.54/32 -> 10.0.0.255
58022026-08-14T12:21:16.036Zreplacing 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 } }]
58032026-08-14T12:21:16.036ZAug 14 12:21:14.972 Aug 14 12:21:14.972DEBG 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 } }]
58042026-08-14T12:21:16.036ZAug 14 12:21:14.973Aug 14 12:21:14.980 INFOINFO DEBG created new freemapadding route 172.17.0.55/32 -> 10.0.0.255,
58052026-08-14T12:21:16.036Zunit: freemap_route_ipv4
58062026-08-14T12:21:16.036ZAug 14 12:21:14.980 DEBG Aug 14 12:21:14.980replacing 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 } }]
58072026-08-14T12:21:16.036ZDEBG created new freemap, unit: adding route 172.17.0.60/32 -> 10.0.0.255Aug 14 12:21:14.980freemap_route_ipv6
58082026-08-14T12:21:16.036ZINFO
58092026-08-14T12:21:16.036Zadding route 172.17.0.56/32 -> 10.0.0.255
58102026-08-14T12:21:16.036ZAug 14 12:21:14.980 DEBG Aug 14 12:21:14.980initted freemap. size: 64 , Aug 14 12:21:14.980unit :DEBG DEBG freemap_route_ipv4
58112026-08-14T12:21:16.036Zreplacing 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.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 } }]
58122026-08-14T12:21:16.040Z
58132026-08-14T12:21:16.040ZAug 14 12:21:14.980Aug 14 12:21:14.980Aug 14 12:21:14.980 INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255
58142026-08-14T12:21:16.040Zfailed to allocate space for the new target listDEBG
58152026-08-14T12:21:16.040Zreset freemap, Aug 14 12:21:14.980unit :Aug 14 12:21:14.980DEBG freemap_route_ipv4
58162026-08-14T12:21:16.040Zreplacing 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 } }]DEBG
58172026-08-14T12:21:16.040Z 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 } }]
58182026-08-14T12:21:16.040ZAug 14 12:21:14.980Aug 14 12:21:14.980 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255initted freemap. size: 64
58192026-08-14T12:21:16.040Z, unit: freemap_route_ipv6Aug 14 12:21:14.980
58202026-08-14T12:21:16.040Z 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 } }]
58212026-08-14T12:21:16.040ZAug 14 12:21:14.980 DEBG reset freemapAug 14 12:21:14.980, unitINFO: adding route 172.17.0.59/32 -> 10.0.0.255freemap_route_ipv6
58222026-08-14T12:21:16.040Z
58232026-08-14T12:21:16.040ZAug 14 12:21:14.980Aug 14 12:21:14.980 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
58242026-08-14T12:21:16.040Z
58252026-08-14T12:21:16.040ZAug 14 12:21:14.980Aug 14 12:21:14.980 DEBGINFO 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 } }]adding route 172.17.0.60/32 -> 10.0.0.255
58262026-08-14T12:21:16.040Z
58272026-08-14T12:21:16.040ZAug 14 12:21:14.980Aug 14 12:21:14.980 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
58282026-08-14T12:21:16.040Z
58292026-08-14T12:21:16.040ZAug 14 12:21:14.980Aug 14 12:21:14.980 DEBGINFO 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.61/32 -> 10.0.0.255
58302026-08-14T12:21:16.040Z
58312026-08-14T12:21:16.040ZAug 14 12:21:14.980Aug 14 12:21:14.980 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
58322026-08-14T12:21:16.040ZAug 14 12:21:14.980
58332026-08-14T12:21:16.040ZINFO adding route 172.17.0.62/32 -> 10.0.0.255
58342026-08-14T12:21:16.040ZAug 14 12:21:14.980 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 } }]
58352026-08-14T12:21:16.040ZAug 14 12:21:14.980 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 } }]Aug 14 12:21:14.980
58362026-08-14T12:21:16.041Z INFO adding route 172.16.0.0/32 -> 10.0.0.2
58372026-08-14T12:21:16.041ZAug 14 12:21:14.980 INFO adding route 172.17.0.63/32 -> 10.0.0.255Aug 14 12:21:14.980
58382026-08-14T12:21:16.041Z 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 } }]
58392026-08-14T12:21:16.041ZAug 14 12:21:14.980 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 } }]
58402026-08-14T12:21:16.041ZAug 14 12:21:14.980 INFO adding route 172.17.0.0/32 -> 10.0.0.255Aug 14 12:21:14.980
58412026-08-14T12:21:16.041Z DEBG failed to allocate space for the new target list
58422026-08-14T12:21:16.041ZAug 14 12:21:14.980 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 } }]Aug 14 12:21:14.980
58432026-08-14T12:21:16.041Z 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 } }]
58442026-08-14T12:21:16.041ZAug 14 12:21:14.980 INFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 14 12:21:14.980
58452026-08-14T12:21:16.041Z DEBG failed to allocate space for the new target list
58462026-08-14T12:21:16.041ZAug 14 12:21:14.980 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 } }]
58472026-08-14T12:21:16.041ZAug 14 12:21:14.980 INFO adding route 172.17.0.2/32 -> 10.0.0.255
58482026-08-14T12:21:16.041ZAug 14 12:21:14.980 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 } }]
58492026-08-14T12:21:16.041ZAug 14 12:21:14.980 INFO adding route 172.17.0.3/32 -> 10.0.0.255
58502026-08-14T12:21:16.041ZAug 14 12:21:14.980 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 } }]
58512026-08-14T12:21:16.041ZAug 14 12:21:14.980 INFO adding route 172.17.0.4/32 -> 10.0.0.255
58522026-08-14T12:21:16.041ZAug 14 12:21:14.980 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 } }]
58532026-08-14T12:21:16.041ZAug 14 12:21:14.980 INFO adding route 172.17.0.5/32 -> 10.0.0.255
58542026-08-14T12:21:16.041ZAug 14 12:21:14.980 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 } }]
58552026-08-14T12:21:16.041ZAug 14 12:21:14.980 INFO adding route 172.17.0.6/32 -> 10.0.0.255
58562026-08-14T12:21:16.041ZAug 14 12:21:14.980 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 } }]
58572026-08-14T12:21:16.041ZAug 14 12:21:14.980 INFO adding route 172.17.0.7/32 -> 10.0.0.255
58582026-08-14T12:21:16.041ZAug 14 12:21:14.980 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 } }]
58592026-08-14T12:21:16.041ZAug 14 12:21:14.980 INFO adding route 172.17.0.8/32 -> 10.0.0.255
58602026-08-14T12:21:16.041ZAug 14 12:21:14.980 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 } }]
58612026-08-14T12:21:16.041ZAug 14 12:21:14.980 INFO adding route 172.17.0.9/32 -> 10.0.0.255
58622026-08-14T12:21:16.041ZAug 14 12:21:14.980 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 } }]
58632026-08-14T12:21:16.041ZAug 14 12:21:14.980 INFO adding route 172.17.0.10/32 -> 10.0.0.255
58642026-08-14T12:21:16.041ZAug 14 12:21:14.980 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 } }]
58652026-08-14T12:21:16.041ZAug 14 12:21:14.980 INFO adding route 172.17.0.11/32 -> 10.0.0.255
58662026-08-14T12:21:16.041ZAug 14 12:21:14.980 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 } }]
58672026-08-14T12:21:16.041ZAug 14 12:21:14.980 INFO adding route 172.17.0.12/32 -> 10.0.0.255
58682026-08-14T12:21:16.041ZAug 14 12:21:14.980 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 } }]
58692026-08-14T12:21:16.041ZAug 14 12:21:14.980 INFO adding route 172.17.0.13/32 -> 10.0.0.255
58702026-08-14T12:21:16.041ZAug 14 12:21:14.980 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 } }]
58712026-08-14T12:21:16.041ZAug 14 12:21:14.980 INFO adding route 172.17.0.14/32 -> 10.0.0.255
58722026-08-14T12:21:16.041ZAug 14 12:21:14.980 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 } }]
58732026-08-14T12:21:16.041ZAug 14 12:21:14.980 INFO adding route 172.17.0.15/32 -> 10.0.0.255
58742026-08-14T12:21:16.041ZAug 14 12:21:14.980 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 } }]
58752026-08-14T12:21:16.042Ztest route::tests::delete_targets_full ... ok
58762026-08-14T12:21:16.042ZAug 14 12:21:14.980 INFO adding route 172.17.0.16/32 -> 10.0.0.255
58772026-08-14T12:21:16.042ZAug 14 12:21:14.980 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 } }]
58782026-08-14T12:21:16.042ZAug 14 12:21:14.980 INFO adding route 172.17.0.17/32 -> 10.0.0.255
58792026-08-14T12:21:16.042Z
58802026-08-14T12:21:16.042Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
58812026-08-14T12:21:16.042Z
58822026-08-14T12:21:16.042ZAug 14 12:21:14.980 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 } }]
58832026-08-14T12:21:16.042ZAug 14 12:21:14.980 INFO adding route 172.17.0.18/32 -> 10.0.0.255
58842026-08-14T12:21:16.042ZAug 14 12:21:14.980 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 } }]
58852026-08-14T12:21:16.042ZAug 14 12:21:14.980 INFO adding route 172.17.0.19/32 -> 10.0.0.255
58862026-08-14T12:21:16.042ZAug 14 12:21:14.980 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 } }]
58872026-08-14T12:21:16.042ZAug 14 12:21:14.980 INFO adding route 172.17.0.20/32 -> 10.0.0.255
58882026-08-14T12:21:16.042ZAug 14 12:21:14.980 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 } }]
58892026-08-14T12:21:16.042ZAug 14 12:21:14.980 INFO adding route 172.17.0.21/32 -> 10.0.0.255
58902026-08-14T12:21:16.042ZAug 14 12:21:14.980 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 } }]
58912026-08-14T12:21:16.042ZAug 14 12:21:14.980 INFO adding route 172.17.0.22/32 -> 10.0.0.255
58922026-08-14T12:21:16.042ZAug 14 12:21:14.980 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 } }]
58932026-08-14T12:21:16.042ZAug 14 12:21:14.980 INFO adding route 172.17.0.23/32 -> 10.0.0.255
58942026-08-14T12:21:16.042ZAug 14 12:21:14.980 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 } }]
58952026-08-14T12:21:16.042ZAug 14 12:21:14.980 INFO adding route 172.17.0.24/32 -> 10.0.0.255
58962026-08-14T12:21:16.042ZAug 14 12:21:14.980 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 } }]
58972026-08-14T12:21:16.042ZAug 14 12:21:14.980 INFO adding route 172.17.0.25/32 -> 10.0.0.255
58982026-08-14T12:21:16.042ZAug 14 12:21:14.980 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 } }]
58992026-08-14T12:21:16.042ZAug 14 12:21:14.980 INFO adding route 172.17.0.26/32 -> 10.0.0.255
59002026-08-14T12:21:16.042ZAug 14 12:21:14.980 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 } }]
59012026-08-14T12:21:16.042ZAug 14 12:21:14.980 INFO adding route 172.17.0.27/32 -> 10.0.0.255
59022026-08-14T12:21:16.042ZAug 14 12:21:14.980 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 } }]
59032026-08-14T12:21:16.042ZAug 14 12:21:14.980 INFO adding route 172.17.0.28/32 -> 10.0.0.255
59042026-08-14T12:21:16.042ZAug 14 12:21:14.980 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 } }]
59052026-08-14T12:21:16.042ZAug 14 12:21:14.980 INFO adding route 172.17.0.29/32 -> 10.0.0.255
59062026-08-14T12:21:16.042ZAug 14 12:21:14.980 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 } }]
59072026-08-14T12:21:16.042ZAug 14 12:21:14.980 INFO adding route 172.17.0.30/32 -> 10.0.0.255
59082026-08-14T12:21:16.042ZAug 14 12:21:14.980 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 } }]
59092026-08-14T12:21:16.042ZAug 14 12:21:14.980 INFO adding route 172.17.0.31/32 -> 10.0.0.255
59102026-08-14T12:21:16.042ZAug 14 12:21:14.980 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 } }]
59112026-08-14T12:21:16.042ZAug 14 12:21:14.980 INFO adding route 172.17.0.32/32 -> 10.0.0.255
59122026-08-14T12:21:16.046ZAug 14 12:21:14.980 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 } }]
59132026-08-14T12:21:16.046ZAug 14 12:21:14.980 INFO adding route 172.17.0.33/32 -> 10.0.0.255
59142026-08-14T12:21:16.046ZAug 14 12:21:14.980 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 } }]
59152026-08-14T12:21:16.046ZAug 14 12:21:14.980 INFO adding route 172.17.0.34/32 -> 10.0.0.255
59162026-08-14T12:21:16.046ZAug 14 12:21:14.980 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 } }]
59172026-08-14T12:21:16.046ZAug 14 12:21:14.980 INFO adding route 172.17.0.35/32 -> 10.0.0.255
59182026-08-14T12:21:16.046ZAug 14 12:21:14.980 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 } }]
59192026-08-14T12:21:16.046ZAug 14 12:21:14.980 INFO adding route 172.17.0.36/32 -> 10.0.0.255
59202026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59212026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.37/32 -> 10.0.0.255
59222026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59232026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.38/32 -> 10.0.0.255
59242026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59252026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.39/32 -> 10.0.0.255
59262026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59272026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.40/32 -> 10.0.0.255
59282026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59292026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.41/32 -> 10.0.0.255
59302026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59312026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.42/32 -> 10.0.0.255
59322026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59332026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.43/32 -> 10.0.0.255
59342026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59352026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.44/32 -> 10.0.0.255
59362026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59372026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.45/32 -> 10.0.0.255
59382026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59392026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.46/32 -> 10.0.0.255
59402026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59412026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.47/32 -> 10.0.0.255
59422026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59432026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.48/32 -> 10.0.0.255
59442026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59452026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.49/32 -> 10.0.0.255
59462026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59472026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.50/32 -> 10.0.0.255
59482026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59492026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.51/32 -> 10.0.0.255
59502026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59512026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.52/32 -> 10.0.0.255
59522026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59532026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.53/32 -> 10.0.0.255
59542026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59552026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.54/32 -> 10.0.0.255
59562026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59572026-08-14T12:21:16.047ZAug 14 12:21:14.986 INFO adding route 172.17.0.55/32 -> 10.0.0.255
59582026-08-14T12:21:16.047ZAug 14 12:21:14.986 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 } }]
59592026-08-14T12:21:16.048ZAug 14 12:21:14.986 INFO adding route 172.17.0.56/32 -> 10.0.0.255
59602026-08-14T12:21:16.048ZAug 14 12:21:14.986 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 } }]
59612026-08-14T12:21:16.048ZAug 14 12:21:14.986 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59622026-08-14T12:21:16.048ZAug 14 12:21:14.987 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 } }]
59632026-08-14T12:21:16.048ZAug 14 12:21:14.987 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59642026-08-14T12:21:16.048ZAug 14 12:21:14.987 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 } }]
59652026-08-14T12:21:16.048ZAug 14 12:21:14.987 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59662026-08-14T12:21:16.048ZAug 14 12:21:14.987 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 } }]
59672026-08-14T12:21:16.048ZAug 14 12:21:14.987 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59682026-08-14T12:21:16.048ZAug 14 12:21:14.987 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 } }]
59692026-08-14T12:21:16.048ZAug 14 12:21:14.987 DEBG failed to allocate space for the new target list
59702026-08-14T12:21:16.048ZAug 14 12:21:14.987 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 } }]
59712026-08-14T12:21:16.048Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-87e1c72674414b03)
59722026-08-14T12:21:16.048Z
59732026-08-14T12:21:16.048Zrunning 0 tests
59742026-08-14T12:21:16.048Z
59752026-08-14T12:21:16.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59762026-08-14T12:21:16.048Z
59772026-08-14T12:21:16.048Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
59782026-08-14T12:21:16.048Z
59792026-08-14T12:21:16.048Zrunning 0 tests
59802026-08-14T12:21:16.048Z
59812026-08-14T12:21:16.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59822026-08-14T12:21:16.048Z
59832026-08-14T12:21:16.048Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e93a99ac5e645656)
59842026-08-14T12:21:16.048Z
59852026-08-14T12:21:16.048Zrunning 6 tests
59862026-08-14T12:21:16.048Ztest tests::test_parse_client_port_id ... ok
59872026-08-14T12:21:16.048Ztest tests::test_full_lot_id_neither_present ... ok
59882026-08-14T12:21:16.048Ztest tests::test_full_lot_id_both_present ... ok
59892026-08-14T12:21:16.048Ztest tests::test_port_id_cmp ... ok
59902026-08-14T12:21:16.048Ztest tests::test_full_lot_id_lotnum_only ... ok
59912026-08-14T12:21:16.048Ztest tests::test_full_lot_id_lot_only ... ok
59922026-08-14T12:21:16.048Z
59932026-08-14T12:21:16.048Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59942026-08-14T12:21:16.048Z
59952026-08-14T12:21:16.048Z Running tests/test_all.rs (target/debug/deps/test_all-cd4e053c312dafad)
59962026-08-14T12:21:16.048Z
59972026-08-14T12:21:16.048Zrunning 0 tests
59982026-08-14T12:21:16.049Z
59992026-08-14T12:21:16.049Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60002026-08-14T12:21:16.049Z
60012026-08-14T12:21:16.049Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
60022026-08-14T12:21:16.049Z
60032026-08-14T12:21:16.049Zrunning 0 tests
60042026-08-14T12:21:16.049Z
60052026-08-14T12:21:16.049Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60062026-08-14T12:21:16.049Z
60072026-08-14T12:21:16.049Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
60082026-08-14T12:21:16.049Z
60092026-08-14T12:21:16.049Zrunning 0 tests
60102026-08-14T12:21:16.049Z
60112026-08-14T12:21:16.049Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60122026-08-14T12:21:16.053Z
60132026-08-14T12:21:16.053Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
60142026-08-14T12:21:16.053Z
60152026-08-14T12:21:16.053Zrunning 12 tests
60162026-08-14T12:21:16.053Ztest icmp::test_v6_checksum ... ok
60172026-08-14T12:21:16.053Ztest lldp::test_lldp_parse ... ok
60182026-08-14T12:21:16.053Ztest icmp::test_v4_checksum ... ok
60192026-08-14T12:21:16.053Ztest pbuf::test_byte ... ok
60202026-08-14T12:21:16.053Ztest ipv6::test_ipv6_parse ... ok
60212026-08-14T12:21:16.053Ztest pbuf::test_nibble ... ok
60222026-08-14T12:21:16.053Ztest pbuf::test_short ... ok
60232026-08-14T12:21:16.053Ztest pbuf::test_overflow ... ok
60242026-08-14T12:21:16.053Ztest pbuf::test_twelve ... ok
60252026-08-14T12:21:16.053Ztest pbuf::test_word ... ok
60262026-08-14T12:21:16.053Ztest tcp::test_checksum_ack_data ... ok
60272026-08-14T12:21:16.053Ztest tcp::test_checksum_syn_nodata ... ok
60282026-08-14T12:21:16.053Z
60292026-08-14T12:21:16.053Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60302026-08-14T12:21:16.053Z
60312026-08-14T12:21:16.053Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60322026-08-14T12:21:16.053Z
60332026-08-14T12:21:16.053Zrunning 0 tests
60342026-08-14T12:21:16.053Z
60352026-08-14T12:21:16.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60362026-08-14T12:21:16.053Z
60372026-08-14T12:21:16.053Z Running unittests src/main.rs (target/debug/deps/swadm-fbdb6359d79fc046)
60382026-08-14T12:21:16.057Z
60392026-08-14T12:21:16.057Zrunning 5 tests
60402026-08-14T12:21:16.057Ztest switchport::test::test_compute_lanes ... ok
60412026-08-14T12:21:16.057Ztest switchport::test::port_id_ordering ... ok
60422026-08-14T12:21:16.057Z Lane 0 Lane 1 Lane 0Lane 2 Lane 3Lane 1
60432026-08-14T12:21:16.057Z State: ActivatedLane 2 Lane 3Activated
60442026-08-14T12:21:16.057Z Activated Rx Loss-of-lock: Yes Activated
60452026-08-14T12:21:16.057ZYes Rx Output Enabled: false Yes falseYes
60462026-08-14T12:21:16.057Zfalse Rx Loss-of-signal: Yes false
60472026-08-14T12:21:16.057ZYes Rx Output Status: valid Yes validYes
60482026-08-14T12:21:16.057Zvalid Rx CDR Enabled: Yesvalid
60492026-08-14T12:21:16.057ZYes Rx Loss-of-lock: true Yes trueYes
60502026-08-14T12:21:16.057Ztrue Tx Enabled: Yes trueYes
60512026-08-14T12:21:16.057Z Rx Loss-of-signal: falseYes Yesfalse
60522026-08-14T12:21:16.057Z Tx Loss-of-lock: No falseNo falseNo
60532026-08-14T12:21:16.057Z No
60542026-08-14T12:21:16.057ZRx Auto-squelch Disable: true Tx Loss-of-signal: Notrue Notrue trueNo
60552026-08-14T12:21:16.057Z No
60562026-08-14T12:21:16.057Z Tx Output Enabled: true Tx CDR Enabled: No true Notrue true
60572026-08-14T12:21:16.057ZNo Tx Output Status: invalidNo
60582026-08-14T12:21:16.057Zinvalid Tx Adaptive EQ Fault: No invalidNo invalidNo
60592026-08-14T12:21:16.057Z No
60602026-08-14T12:21:16.058Z Tx Loss-of-lock: false Tx Fault: Yes falseYes falseYes Yesfalse
60612026-08-14T12:21:16.058Z
60622026-08-14T12:21:16.058Z Tx Loss-of-signal: true true true true
60632026-08-14T12:21:16.058ZTx Auto-squelch Disable: false false false false
60642026-08-14T12:21:16.058Z Tx Adaptive EQ Fail: true true true true
60652026-08-14T12:21:16.058Z Tx Failure: false false false false
60662026-08-14T12:21:16.058Z Tx Force Squelch: true true true true
60672026-08-14T12:21:16.058Z Tx Input Polarity: normal normal normal normal
60682026-08-14T12:21:16.058Ztest switchport::test::test_print_sff_datapath ... ok
60692026-08-14T12:21:16.058Ztest switchport::test::test_print_cmis_datapath ... ok
60702026-08-14T12:21:16.058Ztest link::test_filter ... ok
60712026-08-14T12:21:16.058Z
60722026-08-14T12:21:16.058Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60732026-08-14T12:21:16.058Z
60742026-08-14T12:21:16.058Z Running tests/counters.rs (target/debug/deps/counters-5ce120fa8d2b54bb)
60752026-08-14T12:21:16.058Z
60762026-08-14T12:21:16.058Zrunning 1 test
60772026-08-14T12:21:16.058Ztest test_p4_counter_list ... ignored
60782026-08-14T12:21:16.058Z
60792026-08-14T12:21:16.058Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60802026-08-14T12:21:16.058Z
60812026-08-14T12:21:16.061Z Running tests/port-link.rs (target/debug/deps/port_link-388d3ec65a04516c)
60822026-08-14T12:21:16.061Z
60832026-08-14T12:21:16.061Zrunning 5 tests
60842026-08-14T12:21:16.061Ztest test_an ... ignored
60852026-08-14T12:21:16.061Ztest test_enable ... ignored
60862026-08-14T12:21:16.062Ztest test_ip_addresses ... ignored
60872026-08-14T12:21:16.062Ztest test_kr ... ignored
60882026-08-14T12:21:16.062Ztest test_mac ... ignored
60892026-08-14T12:21:16.062Z
60902026-08-14T12:21:16.062Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
60912026-08-14T12:21:16.062Z
60922026-08-14T12:21:16.062Z Running unittests src/main.rs (target/debug/deps/tfportd-b79f97b4380a5c75)
60932026-08-14T12:21:16.062Z
60942026-08-14T12:21:16.062Zrunning 3 tests
60952026-08-14T12:21:16.065Ztest linklocal::test_parse_ipadm ... ok
60962026-08-14T12:21:16.065Ztest tfport::test_parse_tfport ... ok
60972026-08-14T12:21:16.065Ztest config::tests::test_updates ... ok
60982026-08-14T12:21:16.065Z
60992026-08-14T12:21:16.065Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61002026-08-14T12:21:16.065Z
61012026-08-14T12:21:16.065Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
61022026-08-14T12:21:16.065Z
61032026-08-14T12:21:16.065Zrunning 0 tests
61042026-08-14T12:21:16.065Z
61052026-08-14T12:21:16.065Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61062026-08-14T12:21:16.065Z
61072026-08-14T12:21:16.065Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
61082026-08-14T12:21:16.068Z
61092026-08-14T12:21:16.068Zrunning 0 tests
61102026-08-14T12:21:16.068Z
61112026-08-14T12:21:16.068Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61122026-08-14T12:21:16.068Z
61132026-08-14T12:21:16.068Z Doc-tests aal
61142026-08-14T12:21:16.187Z
61152026-08-14T12:21:16.187Zrunning 0 tests
61162026-08-14T12:21:16.187Z
61172026-08-14T12:21:16.187Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61182026-08-14T12:21:16.187Z
61192026-08-14T12:21:16.202Z Doc-tests aal_macros
61202026-08-14T12:21:16.270Z
61212026-08-14T12:21:16.270Zrunning 0 tests
61222026-08-14T12:21:16.270Z
61232026-08-14T12:21:16.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61242026-08-14T12:21:16.270Z
61252026-08-14T12:21:16.279Z Doc-tests common
61262026-08-14T12:21:16.510Z
61272026-08-14T12:21:16.510Zrunning 0 tests
61282026-08-14T12:21:16.510Z
61292026-08-14T12:21:16.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61302026-08-14T12:21:16.510Z
61312026-08-14T12:21:16.529Z Doc-tests dpd_api
61322026-08-14T12:21:17.287Z
61332026-08-14T12:21:17.287Zrunning 2 tests
61342026-08-14T12:21:17.287Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
61352026-08-14T12:21:17.287Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
61362026-08-14T12:21:17.287Z
61372026-08-14T12:21:17.287Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61382026-08-14T12:21:17.287Z
61392026-08-14T12:21:17.317Z Doc-tests dpd_client
61402026-08-14T12:21:18.606Z
61412026-08-14T12:21:18.606Zrunning 0 tests
61422026-08-14T12:21:18.606Z
61432026-08-14T12:21:18.606Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61442026-08-14T12:21:18.606Z
61452026-08-14T12:21:18.651Z Doc-tests dpd_types
61462026-08-14T12:21:18.865Z
61472026-08-14T12:21:18.865Zrunning 0 tests
61482026-08-14T12:21:18.865Z
61492026-08-14T12:21:18.865Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61502026-08-14T12:21:18.865Z
61512026-08-14T12:21:18.891Z Doc-tests dpd_types_versions
61522026-08-14T12:21:20.106Z
61532026-08-14T12:21:20.106Zrunning 1 test
61542026-08-14T12:21:20.106Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61552026-08-14T12:21:20.106Z
61562026-08-14T12:21:20.106Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61572026-08-14T12:21:20.106Z
61582026-08-14T12:21:20.151Z Doc-tests packet
61592026-08-14T12:21:20.265Z
61602026-08-14T12:21:20.265Zrunning 0 tests
61612026-08-14T12:21:20.265Z
61622026-08-14T12:21:20.265Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61632026-08-14T12:21:20.265Z
61642026-08-14T12:21:20.280Z Doc-tests pcap
61652026-08-14T12:21:20.332Z
61662026-08-14T12:21:20.332Zrunning 0 tests
61672026-08-14T12:21:20.332Z
61682026-08-14T12:21:20.332Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61692026-08-14T12:21:20.332Z
61702026-08-14T12:21:20.377Z+ for feat in tofino_stub tofino_asic softnpu chaos
61712026-08-14T12:21:20.377Z+ RUST_BACKTRACE=full
61722026-08-14T12:21:20.377Z+ cargo test --features softnpu --no-fail-fast
61732026-08-14T12:21:21.027Z Compiling num-integer v0.1.46
61742026-08-14T12:21:21.115Z Compiling num-complex v0.4.6
61752026-08-14T12:21:21.159Z Compiling bitstruct_derive v0.1.0
61762026-08-14T12:21:21.162Z Compiling tap v1.0.1
61772026-08-14T12:21:21.281Z Compiling wyz v0.5.1
61782026-08-14T12:21:21.403Z Compiling num-rational v0.4.2
61792026-08-14T12:21:21.436Z Compiling num-iter v0.1.45
61802026-08-14T12:21:21.455Z Compiling num-bigint v0.4.6
61812026-08-14T12:21:21.548Z Compiling radium v0.7.0
61822026-08-14T12:21:21.560Z Compiling funty v2.0.0
61832026-08-14T12:21:21.595Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61842026-08-14T12:21:21.645Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61852026-08-14T12:21:21.749Z Compiling num v0.4.3
61862026-08-14T12:21:21.834Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61872026-08-14T12:21:21.852Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61882026-08-14T12:21:21.863Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61892026-08-14T12:21:21.910Z Compiling bitvec v1.0.1
61902026-08-14T12:21:21.986Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61912026-08-14T12:21:22.123Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61922026-08-14T12:21:22.159Z Compiling typeid v1.0.3
61932026-08-14T12:21:22.223Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61942026-08-14T12:21:22.245Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61952026-08-14T12:21:22.275Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61962026-08-14T12:21:22.820Z Compiling ascii v1.1.0
61972026-08-14T12:21:23.050Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61982026-08-14T12:21:23.100Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61992026-08-14T12:21:23.129Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62002026-08-14T12:21:23.186Z Compiling erased-serde v0.4.8
62012026-08-14T12:21:23.330Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62022026-08-14T12:21:23.568Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62032026-08-14T12:21:23.579Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62042026-08-14T12:21:23.589Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62052026-08-14T12:21:23.662Z Compiling bitstruct v0.1.1
62062026-08-14T12:21:23.980Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62072026-08-14T12:21:24.191Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62082026-08-14T12:21:24.202Z Compiling serde_arrays v0.1.0
62092026-08-14T12:21:24.259Z Compiling libloading v0.7.4
62102026-08-14T12:21:24.548Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62112026-08-14T12:21:24.991Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62122026-08-14T12:21:25.142Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62132026-08-14T12:21:25.276Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62142026-08-14T12:21:26.239Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62152026-08-14T12:21:27.152Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62162026-08-14T12:21:33.426Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62172026-08-14T12:21:33.638Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62182026-08-14T12:21:33.638Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62192026-08-14T12:21:33.704Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62202026-08-14T12:21:33.715Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62212026-08-14T12:21:35.624Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
62222026-08-14T12:21:35.736Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62232026-08-14T12:21:36.118Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62242026-08-14T12:21:38.759Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
62252026-08-14T12:21:39.549Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
62262026-08-14T12:21:40.884Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62272026-08-14T12:21:42.463Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62282026-08-14T12:21:43.134Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62292026-08-14T12:21:43.165Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
62302026-08-14T12:21:50.837Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62312026-08-14T12:21:52.987Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62322026-08-14T12:21:56.375Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62332026-08-14T12:22:38.156Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
62342026-08-14T12:22:38.273Z Running unittests src/lib.rs (target/debug/deps/aal-affad6fdfabd907a)
62352026-08-14T12:22:38.276Z
62362026-08-14T12:22:38.276Zrunning 5 tests
62372026-08-14T12:22:38.276Ztest fuse::tests::chip_revision_a0 ... ok
62382026-08-14T12:22:38.276Ztest fuse::tests::chip_revision_b1 ... ok
62392026-08-14T12:22:38.276Ztest fuse::tests::chip_revision_unknown_device_id ... ok
62402026-08-14T12:22:38.276Ztest fuse::tests::chip_revision_b0 ... ok
62412026-08-14T12:22:38.276Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
62422026-08-14T12:22:38.276Z
62432026-08-14T12:22:38.276Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62442026-08-14T12:22:38.276Z
62452026-08-14T12:22:38.276Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62462026-08-14T12:22:38.280Z
62472026-08-14T12:22:38.280Zrunning 0 tests
62482026-08-14T12:22:38.280Z
62492026-08-14T12:22:38.280Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62502026-08-14T12:22:38.280Z
62512026-08-14T12:22:38.283Z Running unittests src/lib.rs (target/debug/deps/asic-e67036ebfb68f0c4)
62522026-08-14T12:22:38.283Z
62532026-08-14T12:22:38.283Zrunning 0 tests
62542026-08-14T12:22:38.283Z
62552026-08-14T12:22:38.283Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62562026-08-14T12:22:38.283Z
62572026-08-14T12:22:38.283Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
62582026-08-14T12:22:38.289Z
62592026-08-14T12:22:38.289Zrunning 11 tests
62602026-08-14T12:22:38.292Ztest nat::tests::test_vni ... ok
62612026-08-14T12:22:38.292Ztest network::tests::test_equal ... ok
62622026-08-14T12:22:38.292Ztest network::tests::test_eui64 ... ok
62632026-08-14T12:22:38.292Ztest network::tests::test_generate_ipv6_link_local ... ok
62642026-08-14T12:22:38.292Ztest network::tests::test_not_equal ... ok
62652026-08-14T12:22:38.292Ztest network::tests::test_into ... ok
62662026-08-14T12:22:38.292Ztest network::tests::test_parse ... ok
62672026-08-14T12:22:38.292Ztest ports::tests::port_ids_are_ascii ... ok
62682026-08-14T12:22:38.292Ztest network::tests::test_to_string ... ok
62692026-08-14T12:22:38.292Ztest test_purge ... ok
62702026-08-14T12:22:38.295Ztest illumos::test::address_exists_handles_missing_object ... ok
62712026-08-14T12:22:38.295Z
62722026-08-14T12:22:38.295Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62732026-08-14T12:22:38.295Z
62742026-08-14T12:22:38.299Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0e5bd5cdf8c4ffbd)
62752026-08-14T12:22:38.302Z
62762026-08-14T12:22:38.302Zrunning 1 test
62772026-08-14T12:22:38.305Z -------
62782026-08-14T12:22:38.305Z Generating OpenAPI documents from API definitions ...
62792026-08-14T12:22:38.440Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62802026-08-14T12:22:38.507Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62812026-08-14T12:22:39.504Z -------
62822026-08-14T12:22:39.504Z Checking 12 OpenAPI documents...
62832026-08-14T12:22:39.504Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-08-14T12:22:39.504Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62852026-08-14T12:22:39.504Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62862026-08-14T12:22:39.504Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62872026-08-14T12:22:39.504Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62882026-08-14T12:22:39.504Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62892026-08-14T12:22:39.504Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62902026-08-14T12:22:39.504Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62912026-08-14T12:22:39.504Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62922026-08-14T12:22:39.504Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62932026-08-14T12:22:39.507Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62942026-08-14T12:22:39.507Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62952026-08-14T12:22:39.507Z Fresh dpd "latest" symlink
62962026-08-14T12:22:39.507Z -------
62972026-08-14T12:22:39.507Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
62982026-08-14T12:22:39.562Ztest test::test_apis_up_to_date ... ok
62992026-08-14T12:22:39.562Z
63002026-08-14T12:22:39.562Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
63012026-08-14T12:22:39.562Z
63022026-08-14T12:22:39.620Z Running unittests src/main.rs (target/debug/deps/dpd-95da137ea5c9df79)
63032026-08-14T12:22:39.626Z
63042026-08-14T12:22:39.626Zrunning 34 tests
63052026-08-14T12:22:39.629Ztest freemap::test_ordering ... ok
63062026-08-14T12:22:39.629Ztest config::tests::test_updates ... ok
63072026-08-14T12:22:39.629Ztest dhcpv6::tests::test_create_duid_bytes ... ok
63082026-08-14T12:22:39.629Ztest freemap::test_split ... ok
63092026-08-14T12:22:39.629Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63102026-08-14T12:22:39.633Ztest macaddrs::tests::test_mac_offset ... ok
63112026-08-14T12:22:39.634Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63122026-08-14T12:22:39.634Ztest macaddrs::tests::test_parse_port_id ... ok
63132026-08-14T12:22:39.634Ztest nat::test_mapping ... ok
63142026-08-14T12:22:39.634ZAug 14 12:22:38.603 DEBG created new freemap, unit: freemap_test
63152026-08-14T12:22:39.634ZAug 14 12:22:38.603 DEBG initted freemap. size: 128, unit: freemap_test
63162026-08-14T12:22:39.634ZAug 14 12:22:38.603 DEBG reset freemap, unit: freemap_test
63172026-08-14T12:22:39.634ZAug 14 12:22:38.603 DEBG created new freemap, unit: freemap_test
63182026-08-14T12:22:39.634Ztest freemap::test_exhaustion ... ok
63192026-08-14T12:22:39.634ZAug 14 12:22:38.603 DEBG initted freemap. size: 128, unit: freemap_test
63202026-08-14T12:22:39.634ZAug 14 12:22:38.603 DEBG reset freemap, unit: freemap_test
63212026-08-14T12:22:39.634ZAug 14 12:22:38.603Aug 14 12:22:38.603 DEBGDEBG created new freemapcreated new freemap, unit, :unit :freemap_test
63222026-08-14T12:22:39.634Zfreemap_test
63232026-08-14T12:22:39.634ZAug 14 12:22:38.604 Aug 14 12:22:38.604DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_test
63242026-08-14T12:22:39.634Zfreemap_test
63252026-08-14T12:22:39.634ZAug 14 12:22:38.604 Aug 14 12:22:38.604DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_test
63262026-08-14T12:22:39.634Zfreemap_test
63272026-08-14T12:22:39.634Ztest freemap::test_basic ... ok
63282026-08-14T12:22:39.634Ztest freemap::test_free ... ok
63292026-08-14T12:22:39.634Ztest freemap::test_reclaim ... ok
63302026-08-14T12:22:39.634Ztest port_map::tests::test_backplane_group ... ok
63312026-08-14T12:22:39.634Ztest port_map::tests::dump_map ... ok
63322026-08-14T12:22:39.634Ztest port_map::tests::test_port_map ... ok
63332026-08-14T12:22:39.634ZAug 14 12:22:38.604 DEBG created new freemap, unit: freemap_test
63342026-08-14T12:22:39.634ZAug 14 12:22:38.604 DEBG initted freemap. size: 8, unit: freemap_test
63352026-08-14T12:22:39.634ZAug 14 12:22:38.604 DEBG reset freemap, unit: freemap_test
63362026-08-14T12:22:39.634Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63372026-08-14T12:22:39.634ZAug 14 12:22:38.604 DEBG created new freemap, unit: freemap_test
63382026-08-14T12:22:39.634ZAug 14 12:22:38.604 DEBG initted freemap. size: 128, unit: freemap_test
63392026-08-14T12:22:39.634ZAug 14 12:22:38.604 DEBG reset freemap, unit: freemap_test
63402026-08-14T12:22:39.634Ztest freemap::test_span ... ok
63412026-08-14T12:22:39.634ZAug 14 12:22:38.604 DEBG created new freemap, unit: freemap_route_ipv4
63422026-08-14T12:22:39.634ZAug 14 12:22:38.605 DEBG created new freemap, unit: freemap_route_ipv6
63432026-08-14T12:22:39.634ZAug 14 12:22:38.605 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
63442026-08-14T12:22:39.634ZAug 14 12:22:38.605 DEBG reset freemap, unit: freemap_route_ipv4
63452026-08-14T12:22:39.634ZAug 14 12:22:38.605 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
63462026-08-14T12:22:39.634ZAug 14 12:22:38.605 DEBG reset freemap, unit: freemap_route_ipv6
63472026-08-14T12:22:39.634ZAug 14 12:22:38.605 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63482026-08-14T12:22:39.634ZAug 14 12:22:38.605 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 } }]
63492026-08-14T12:22:39.635ZAug 14 12:22:38.605 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
63502026-08-14T12:22:39.635ZAug 14 12:22:38.605 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 } }]
63512026-08-14T12:22:39.635ZAug 14 12:22:38.605 DEBG created new freemap, unit: freemap_route_ipv4
63522026-08-14T12:22:39.635ZAug 14 12:22:38.605 DEBG created new freemap, unit: freemap_route_ipv6
63532026-08-14T12:22:39.635ZAug 14 12:22:38.605 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
63542026-08-14T12:22:39.635ZAug 14 12:22:38.605 DEBG reset freemap, unit: freemap_route_ipv4
63552026-08-14T12:22:39.635ZAug 14 12:22:38.605 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
63562026-08-14T12:22:39.635ZAug 14 12:22:38.605 DEBG reset freemap, unit: freemap_route_ipv6
63572026-08-14T12:22:39.635ZAug 14 12:22:38.605 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63582026-08-14T12:22:39.635ZAug 14 12:22:38.605 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 } }]
63592026-08-14T12:22:39.635ZAug 14 12:22:38.605 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
63602026-08-14T12:22:39.635ZAug 14 12:22:38.605 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 } }]
63612026-08-14T12:22:39.635ZAug 14 12:22:38.605 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
63622026-08-14T12:22:39.635ZAug 14 12:22:38.605 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 } }]
63632026-08-14T12:22:39.635ZAug 14 12:22:38.605 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
63642026-08-14T12:22:39.635ZAug 14 12:22:38.605 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 } }]
63652026-08-14T12:22:39.635ZAug 14 12:22:38.605 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
63662026-08-14T12:22:39.635ZAug 14 12:22:38.605 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 } }]
63672026-08-14T12:22:39.635ZAug 14 12:22:38.605 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63682026-08-14T12:22:39.635ZAug 14 12:22:38.605 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 } }]
63692026-08-14T12:22:39.635ZAug 14 12:22:38.605 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63702026-08-14T12:22:39.635ZAug 14 12:22:38.605 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 } }]
63712026-08-14T12:22:39.635Ztest api_server::tests::test_build_info ... ok
63722026-08-14T12:22:39.635ZAug 14 12:22:38.605Aug 14 12:22:38.605 INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63732026-08-14T12:22:39.635Z
63742026-08-14T12:22:39.635ZAug 14 12:22:38.605Aug 14 12:22:38.605 DEBGDEBG 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 } }]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 } }]
63752026-08-14T12:22:39.635Z
63762026-08-14T12:22:39.635ZAug 14 12:22:38.605Aug 14 12:22:38.605 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63772026-08-14T12:22:39.635Z
63782026-08-14T12:22:39.635ZAug 14 12:22:38.605Aug 14 12:22:38.605 DEBGDEBG 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: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 } }]
63792026-08-14T12:22:39.635Z
63802026-08-14T12:22:39.635ZAug 14 12:22:38.605Aug 14 12:22:38.605 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63812026-08-14T12:22:39.635Z
63822026-08-14T12:22:39.635ZAug 14 12:22:38.605Aug 14 12:22:38.605 DEBGDEBG 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: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 } }]
63832026-08-14T12:22:39.635Z
63842026-08-14T12:22:39.635ZAug 14 12:22:38.605Aug 14 12:22:38.605 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63852026-08-14T12:22:39.635Z
63862026-08-14T12:22:39.635ZAug 14 12:22:38.605Aug 14 12:22:38.605 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: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 } }]
63872026-08-14T12:22:39.635Z
63882026-08-14T12:22:39.635ZAug 14 12:22:38.605Aug 14 12:22:38.605 INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63892026-08-14T12:22:39.636Z
63902026-08-14T12:22:39.636ZAug 14 12:22:38.605Aug 14 12:22:38.605 DEBGDEBG 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 } }]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 } }]
63912026-08-14T12:22:39.636Z
63922026-08-14T12:22:39.636ZAug 14 12:22:38.605Aug 14 12:22:38.605 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63932026-08-14T12:22:39.636Z
63942026-08-14T12:22:39.636Ztest port_map::tests::parse_softnpu_revision ... ok
63952026-08-14T12:22:39.636ZAug 14 12:22:38.605Aug 14 12:22:38.605 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: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 } }]
63962026-08-14T12:22:39.636Z
63972026-08-14T12:22:39.636ZAug 14 12:22:38.605Aug 14 12:22:38.605 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
63982026-08-14T12:22:39.636Z
63992026-08-14T12:22:39.636ZAug 14 12:22:38.605Aug 14 12:22:38.605 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: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 } }]
64002026-08-14T12:22:39.636Z
64012026-08-14T12:22:39.636ZAug 14 12:22:38.605Aug 14 12:22:38.605 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
64022026-08-14T12:22:39.636Z
64032026-08-14T12:22:39.636ZAug 14 12:22:38.605Aug 14 12:22:38.605 DEBGDEBG 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 } }]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 } }]
64042026-08-14T12:22:39.636Z
64052026-08-14T12:22:39.636ZAug 14 12:22:38.605Aug 14 12:22:38.605 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64062026-08-14T12:22:39.636Z
64072026-08-14T12:22:39.636ZAug 14 12:22:38.605Aug 14 12:22:38.605 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 } }]Aug 14 12:22:38.605
64082026-08-14T12:22:39.636Zreplacing 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 } }]
64092026-08-14T12:22:39.636ZDEBG Aug 14 12:22:38.605Aug 14 12:22:38.605created new freemap INFO, unitadding route 3fff:beef:9::/64 -> 2001:db8::55:ff:INFO
64102026-08-14T12:22:39.640Z freemap_route_ipv4adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
64112026-08-14T12:22:39.640Z
64122026-08-14T12:22:39.640ZAug 14 12:22:38.605 DEBGAug 14 12:22:38.605 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 } }]DEBGAug 14 12:22:38.605
64132026-08-14T12:22:39.640Z 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 } }]DEBG
64142026-08-14T12:22:39.640Z Aug 14 12:22:38.605created new freemap , Aug 14 12:22:38.605INFOunit :adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO
64152026-08-14T12:22:39.640Z adding route 3fff:beef:d::/64 -> 2001:db8::55:fffreemap_route_ipv6
64162026-08-14T12:22:39.640Z
64172026-08-14T12:22:39.640ZAug 14 12:22:38.605Aug 14 12:22:38.605Aug 14 12:22:38.605Aug 14 12:22:38.605 DEBG DEBGDEBGreplacing 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 } }] DEBG created new freemap, unitreplacing 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 } }]:
64182026-08-14T12:22:39.640Z freemap_route_ipv4
64192026-08-14T12:22:39.640Z
64202026-08-14T12:22:39.640ZAug 14 12:22:38.605 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:22:38.605
64212026-08-14T12:22:39.640Z DEBG created new freemap, unit:Aug 14 12:22:38.605 freemap_route_ipv6DEBG
64222026-08-14T12:22:39.640Z 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 } }]
64232026-08-14T12:22:39.640ZAug 14 12:22:38.605 Aug 14 12:22:38.605DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:f::/64 -> 2001:db8::55:ffunit
64242026-08-14T12:22:39.640Z: freemap_route_ipv4
64252026-08-14T12:22:39.640ZAug 14 12:22:38.605 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 14 12:22:38.605
64262026-08-14T12:22:39.641ZAug 14 12:22:38.605 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreset freemap
64272026-08-14T12:22:39.641Z, Aug 14 12:22:38.605unit :INFO Aug 14 12:22:38.605 freemap_route_ipv4adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
64282026-08-14T12:22:39.641Z
64292026-08-14T12:22:39.641ZDEBG 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 } }]
64302026-08-14T12:22:39.641ZAug 14 12:22:38.605Aug 14 12:22:38.605 Aug 14 12:22:38.605 DEBGDEBGINFO initted freemap. size: 64 , 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:c::/64 -> 2001:db8::55:ffunit
64312026-08-14T12:22:39.641Z
64322026-08-14T12:22:39.641Z: freemap_route_ipv6
64332026-08-14T12:22:39.641ZAug 14 12:22:38.605Aug 14 12:22:38.605 DEBGINFO 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 } }]Aug 14 12:22:38.605adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
64342026-08-14T12:22:39.641Z
64352026-08-14T12:22:39.641Z DEBG reset freemapAug 14 12:22:38.605, Aug 14 12:22:38.605unit :INFO freemap_route_ipv6adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
64362026-08-14T12:22:39.641ZDEBG
64372026-08-14T12:22:39.641Zreplacing 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 } }]
64382026-08-14T12:22:39.641ZAug 14 12:22:38.605Aug 14 12:22:38.605 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 14 12:22:38.605
64392026-08-14T12:22:39.641Z
64402026-08-14T12:22:39.641ZINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
64412026-08-14T12:22:39.641ZAug 14 12:22:38.605Aug 14 12:22:38.605 INFODEBGAug 14 12:22:38.605 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 } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
64422026-08-14T12:22:39.641Z
64432026-08-14T12:22:39.641ZDEBG 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 } }]
64442026-08-14T12:22:39.641ZAug 14 12:22:38.605Aug 14 12:22:38.605 INFODEBG Aug 14 12:22:38.605 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
64452026-08-14T12:22:39.641Zadding route 3fff:dead::/64 -> 2001:db8::55:1
64462026-08-14T12:22:39.641Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
64472026-08-14T12:22:39.641ZAug 14 12:22:38.605Aug 14 12:22:38.605 Aug 14 12:22:38.605INFODEBG DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64482026-08-14T12:22:39.641Zreplacing 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: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 } }]
64492026-08-14T12:22:39.641Z
64502026-08-14T12:22:39.641ZAug 14 12:22:38.605 Aug 14 12:22:38.605DEBG Aug 14 12:22:38.605 Aug 14 12:22:38.605 created new freemap , INFOunit DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff:
64512026-08-14T12:22:39.641Z INFOfreemap_route_ipv4 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:1
64522026-08-14T12:22:39.641Z
64532026-08-14T12:22:39.641ZAug 14 12:22:38.605 Aug 14 12:22:38.605DEBG INFOreplacing 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 14 12:22:38.605
64542026-08-14T12:22:39.641Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
64552026-08-14T12:22:39.641Z created new freemap, Aug 14 12:22:38.605unit Aug 14 12:22:38.605INFO :adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
64562026-08-14T12:22:39.641Zfreemap_route_ipv6DEBG
64572026-08-14T12:22:39.641Zreplacing 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 } }]
64582026-08-14T12:22:39.641ZAug 14 12:22:38.605 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 14 12:22:38.605Aug 14 12:22:38.605
64592026-08-14T12:22:39.641Z DEBGINFO Aug 14 12:22:38.605 initted freemap. size: 64 , adding route 3fff:beef:11::/64 -> 2001:db8::55:ffunit
64602026-08-14T12:22:39.641Z: INFOfreemap_route_ipv4
64612026-08-14T12:22:39.641Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 14 12:22:38.605
64622026-08-14T12:22:39.641Z 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 } }]
64632026-08-14T12:22:39.641ZAug 14 12:22:38.605Aug 14 12:22:38.605 DEBGDEBG Aug 14 12:22:38.605 reset freemapINFO, 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 } }]unit
64642026-08-14T12:22:39.641Z: adding route 3fff:beef:12::/64 -> 2001:db8::55:fffreemap_route_ipv4
64652026-08-14T12:22:39.642Z
64662026-08-14T12:22:39.642ZAug 14 12:22:38.606 INFO Aug 14 12:22:38.606adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 14 12:22:38.606
64672026-08-14T12:22:39.642ZDEBGDEBG initted freemap. size: 64replacing 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 } }],
64682026-08-14T12:22:39.642ZunitAug 14 12:22:38.606: freemap_route_ipv6DEBG
64692026-08-14T12:22:39.642Z Aug 14 12:22:38.606replacing 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
64702026-08-14T12:22:39.642Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 14 12:22:38.606
64712026-08-14T12:22:39.642ZAug 14 12:22:38.606 DEBGINFOAug 14 12:22:38.606 reset freemapadding route 3fff:beef:18::/64 -> 2001:db8::55:ff, unit
64722026-08-14T12:22:39.642ZDEBG: 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 } }]freemap_route_ipv6
64732026-08-14T12:22:39.642Z
64742026-08-14T12:22:39.642ZAug 14 12:22:38.606Aug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBG INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
64752026-08-14T12:22:39.642Z adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
64762026-08-14T12:22:39.642Z
64772026-08-14T12:22:39.642ZAug 14 12:22:38.606Aug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ff 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 } }]
64782026-08-14T12:22:39.642Z
64792026-08-14T12:22:39.642ZDEBG 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 } }]
64802026-08-14T12:22:39.642ZAug 14 12:22:38.606 DEBGAug 14 12:22:38.606 Aug 14 12:22:38.606DEBGreplacing 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 } }] 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 } }]
64812026-08-14T12:22:39.642Zinitted freemap. size: 64
64822026-08-14T12:22:39.642Z, adding route 3fff:beef:15::/64 -> 2001:db8::55:ffunit
64832026-08-14T12:22:39.642ZAug 14 12:22:38.606: INFOfreemap_route_ipv4 Aug 14 12:22:38.606
64842026-08-14T12:22:39.642Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
64852026-08-14T12:22:39.642ZDEBG 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 } }]
64862026-08-14T12:22:39.642ZAug 14 12:22:38.606Aug 14 12:22:38.606 DEBGINFO 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:beef:16::/64 -> 2001:db8::55:ff
64872026-08-14T12:22:39.642Z
64882026-08-14T12:22:39.642ZAug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606DEBG reset freemapDEBG, INFOunitreplacing 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 } }]:
64892026-08-14T12:22:39.642Z freemap_route_ipv4adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
64902026-08-14T12:22:39.642Z
64912026-08-14T12:22:39.642ZAug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606 INFODEBGDEBG initted freemap. size: 64adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
64922026-08-14T12:22:39.642Z, 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 } }]unit
64932026-08-14T12:22:39.642Z: freemap_route_ipv6
64942026-08-14T12:22:39.642ZAug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606DEBG DEBGreplacing 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
64952026-08-14T12:22:39.642Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreset freemap
64962026-08-14T12:22:39.642Z, unit: freemap_route_ipv6Aug 14 12:22:38.606
64972026-08-14T12:22:39.642Z Aug 14 12:22:38.606INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 14 12:22:38.606replacing 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 } }]
64982026-08-14T12:22:39.642Z
64992026-08-14T12:22:39.642ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:22:38.606
65002026-08-14T12:22:39.642Z Aug 14 12:22:38.606DEBG INFOreplacing 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 14 12:22:38.606
65012026-08-14T12:22:39.642Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
65022026-08-14T12:22:39.642Z 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 } }]
65032026-08-14T12:22:39.642ZAug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606DEBG INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/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 } }]
65042026-08-14T12:22:39.643Z
65052026-08-14T12:22:39.643Z
65062026-08-14T12:22:39.643ZAug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606DEBG INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
65072026-08-14T12:22:39.643Zreplacing 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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65082026-08-14T12:22:39.643Z
65092026-08-14T12:22:39.643ZAug 14 12:22:38.606Aug 14 12:22:38.606Aug 14 12:22:38.606 DEBGINFOINFO 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 } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
65102026-08-14T12:22:39.647Z
65112026-08-14T12:22:39.647Z
65122026-08-14T12:22:39.647ZAug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606DEBGDEBG 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 } }]INFOreplacing 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 } }]
65132026-08-14T12:22:39.647Z
65142026-08-14T12:22:39.647Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
65152026-08-14T12:22:39.647ZAug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
65162026-08-14T12:22:39.647Z adding route 3fff:beef:2::/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 } }]
65172026-08-14T12:22:39.647Z
65182026-08-14T12:22:39.647ZAug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606DEBG DEBGINFO 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 } }]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 } }]
65192026-08-14T12:22:39.647Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
65202026-08-14T12:22:39.647Z
65212026-08-14T12:22:39.647ZAug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606INFO DEBG INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing 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 } }]
65222026-08-14T12:22:39.647Z
65232026-08-14T12:22:39.647Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
65242026-08-14T12:22:39.647ZAug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBG adding route 3fff:beef:21::/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 } }]Aug 14 12:22:38.606
65252026-08-14T12:22:39.647Z
65262026-08-14T12:22:39.647ZDEBG 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 } }]
65272026-08-14T12:22:39.647ZAug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBG adding route 3fff:beef:4::/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 } }]
65282026-08-14T12:22:39.647Z
65292026-08-14T12:22:39.647ZAug 14 12:22:38.606 Aug 14 12:22:38.606Aug 14 12:22:38.606INFO DEBGINFO 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:22::/64 -> 2001:db8::55:ff
65302026-08-14T12:22:39.647Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
65312026-08-14T12:22:39.647Z
65322026-08-14T12:22:39.647ZAug 14 12:22:38.606Aug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBG adding route 3fff:beef:5::/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 } }]
65332026-08-14T12:22:39.647Z
65342026-08-14T12:22:39.647Z 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 } }]
65352026-08-14T12:22:39.647ZAug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBG Aug 14 12:22:38.606replacing 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 } }]
65362026-08-14T12:22:39.647ZINFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
65372026-08-14T12:22:39.648Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
65382026-08-14T12:22:39.648ZAug 14 12:22:38.606 Aug 14 12:22:38.606INFOAug 14 12:22:38.606 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
65392026-08-14T12:22:39.648Z 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 } }]
65402026-08-14T12:22:39.648Zreplacing 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 } }]
65412026-08-14T12:22:39.648ZAug 14 12:22:38.606Aug 14 12:22:38.606 DEBGINFO 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:24::/64 -> 2001:db8::55:ffAug 14 12:22:38.606
65422026-08-14T12:22:39.648Z INFO
65432026-08-14T12:22:39.648Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 14 12:22:38.606Aug 14 12:22:38.606
65442026-08-14T12:22:39.648ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
65452026-08-14T12:22:39.648Z Aug 14 12:22:38.606replacing 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 } }]
65462026-08-14T12:22:39.648ZDEBGAug 14 12:22:38.606 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
65472026-08-14T12:22:39.648ZAug 14 12:22:38.606 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 } }]INFO
65482026-08-14T12:22:39.648Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
65492026-08-14T12:22:39.648ZAug 14 12:22:38.606 Aug 14 12:22:38.606INFOAug 14 12:22:38.606 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG
65502026-08-14T12:22:39.648Z
65512026-08-14T12:22:39.648Zreplacing 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 } }]
65522026-08-14T12:22:39.648ZAug 14 12:22:38.606Aug 14 12:22:38.606Aug 14 12:22:38.606 DEBGINFO 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 } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
65532026-08-14T12:22:39.648Z
65542026-08-14T12:22:39.648ZDEBG 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 } }]
65552026-08-14T12:22:39.648ZAug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
65562026-08-14T12:22:39.648Zreplacing 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 } }]INFO
65572026-08-14T12:22:39.648Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
65582026-08-14T12:22:39.648ZAug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBGAug 14 12:22:38.606 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 } }]DEBG
65592026-08-14T12:22:39.648Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
65602026-08-14T12:22:39.648Zreplacing 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 } }]
65612026-08-14T12:22:39.648ZAug 14 12:22:38.606 Aug 14 12:22:38.606INFO Aug 14 12:22:38.606DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
65622026-08-14T12:22:39.648Zreplacing 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
65632026-08-14T12:22:39.648Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
65642026-08-14T12:22:39.648ZAug 14 12:22:38.606Aug 14 12:22:38.606 DEBGINFO Aug 14 12:22:38.606 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 } }]
65652026-08-14T12:22:39.648Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
65662026-08-14T12:22:39.648Z 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 } }]
65672026-08-14T12:22:39.648ZAug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606DEBGINFO INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing 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 } }]
65682026-08-14T12:22:39.648Z
65692026-08-14T12:22:39.648Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
65702026-08-14T12:22:39.648ZAug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBGAug 14 12:22:38.606 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:29::/64 -> 2001:db8::55:ff
65712026-08-14T12:22:39.648Z
65722026-08-14T12:22:39.648ZDEBG 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 } }]
65732026-08-14T12:22:39.648ZAug 14 12:22:38.606Aug 14 12:22:38.606 INFOAug 14 12:22:38.606DEBG INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing 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 } }]
65742026-08-14T12:22:39.648Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
65752026-08-14T12:22:39.648Z
65762026-08-14T12:22:39.649ZAug 14 12:22:38.606Aug 14 12:22:38.606Aug 14 12:22:38.606 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 } }]
65772026-08-14T12:22:39.649Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
65782026-08-14T12:22:39.649Z 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 } }]
65792026-08-14T12:22:39.649ZAug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing 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 } }]
65802026-08-14T12:22:39.649Z
65812026-08-14T12:22:39.649ZAug 14 12:22:38.606 Aug 14 12:22:38.606Aug 14 12:22:38.606 INFOINFO DEBG adding route 3fff:beef:2b::/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 } }]
65822026-08-14T12:22:39.649Z
65832026-08-14T12:22:39.649Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
65842026-08-14T12:22:39.649ZAug 14 12:22:38.606Aug 14 12:22:38.606Aug 14 12:22:38.606 DEBGDEBG 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 } }]
65852026-08-14T12:22:39.649Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing 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 } }]
65862026-08-14T12:22:39.649Z
65872026-08-14T12:22:39.649ZAug 14 12:22:38.606 Aug 14 12:22:38.606INFO Aug 14 12:22:38.606adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff DEBG
65882026-08-14T12:22:39.649Z 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 } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
65892026-08-14T12:22:39.649Z
65902026-08-14T12:22:39.649ZAug 14 12:22:38.606 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 } }]Aug 14 12:22:38.606
65912026-08-14T12:22:39.649ZAug 14 12:22:38.606 INFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
65922026-08-14T12:22:39.649Zreplacing 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 14 12:22:38.606
65932026-08-14T12:22:39.649Z INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 14 12:22:38.606
65942026-08-14T12:22:39.649ZAug 14 12:22:38.606 DEBGINFO Aug 14 12:22:38.606replacing 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 } }]
65952026-08-14T12:22:39.649Z DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
65962026-08-14T12:22:39.649Zreplacing 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 } }]
65972026-08-14T12:22:39.649ZAug 14 12:22:38.606 Aug 14 12:22:38.606INFO DEBGAug 14 12:22:38.606 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
65982026-08-14T12:22:39.649Zreplacing 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
65992026-08-14T12:22:39.649Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
66002026-08-14T12:22:39.649ZAug 14 12:22:38.606Aug 14 12:22:38.606 DEBGAug 14 12:22:38.606INFO adding route 3fff:beef:28::/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 } }]DEBG
66012026-08-14T12:22:39.649Z
66022026-08-14T12:22:39.649Z 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 } }]
66032026-08-14T12:22:39.649ZAug 14 12:22:38.606Aug 14 12:22:38.606Aug 14 12:22:38.606 DEBG INFOINFO 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 } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
66042026-08-14T12:22:39.649Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
66052026-08-14T12:22:39.649Z
66062026-08-14T12:22:39.649ZAug 14 12:22:38.606Aug 14 12:22:38.606 DEBGAug 14 12:22:38.606 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 } }]DEBGINFO
66072026-08-14T12:22:39.649Z 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 } }]
66082026-08-14T12:22:39.649Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
66092026-08-14T12:22:39.649ZAug 14 12:22:38.606Aug 14 12:22:38.606 INFOAug 14 12:22:38.606 INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
66102026-08-14T12:22:39.653Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
66112026-08-14T12:22:39.653Z 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 } }]
66122026-08-14T12:22:39.653ZAug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606DEBG 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 } }] INFO
66132026-08-14T12:22:39.653Zreplacing 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 } }]
66142026-08-14T12:22:39.653Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
66152026-08-14T12:22:39.653ZAug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606INFOINFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
66162026-08-14T12:22:39.653Zreplacing 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 } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
66172026-08-14T12:22:39.653Z
66182026-08-14T12:22:39.653ZAug 14 12:22:38.606Aug 14 12:22:38.606Aug 14 12:22:38.606 DEBG INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff 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 } }]
66192026-08-14T12:22:39.653Z
66202026-08-14T12:22:39.653Zreplacing 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 } }]
66212026-08-14T12:22:39.654ZAug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606INFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
66222026-08-14T12:22:39.654Zreplacing 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 } }]
66232026-08-14T12:22:39.654Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
66242026-08-14T12:22:39.654ZAug 14 12:22:38.606 Aug 14 12:22:38.606DEBGAug 14 12:22:38.606 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 } }]INFO
66252026-08-14T12:22:39.654Z DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing 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 14 12:22:38.606
66262026-08-14T12:22:39.654Z
66272026-08-14T12:22:39.654Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
66282026-08-14T12:22:39.654ZAug 14 12:22:38.606Aug 14 12:22:38.606 INFODEBGAug 14 12:22:38.606 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
66292026-08-14T12:22:39.654Zreplacing 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
66302026-08-14T12:22:39.654Z 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 } }]
66312026-08-14T12:22:39.654ZAug 14 12:22:38.606Aug 14 12:22:38.606 Aug 14 12:22:38.606 INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
66322026-08-14T12:22:39.654Z Aug 14 12:22:38.606
66332026-08-14T12:22:39.654Z 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 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 } }]
66342026-08-14T12:22:39.654Z
66352026-08-14T12:22:39.654ZAug 14 12:22:38.606 Aug 14 12:22:38.606DEBG INFOreplacing 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 14 12:22:38.606
66362026-08-14T12:22:39.654Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
66372026-08-14T12:22:39.654ZINFO Aug 14 12:22:38.606adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
66382026-08-14T12:22:39.654ZINFO Aug 14 12:22:38.606adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
66392026-08-14T12:22:39.654ZDEBGAug 14 12:22:38.606 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 } }]DEBGAug 14 12:22:38.606
66402026-08-14T12:22:39.654Z 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 } }]DEBG
66412026-08-14T12:22:39.654Zreplacing 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 14 12:22:38.606
66422026-08-14T12:22:39.654ZAug 14 12:22:38.606 DEBGINFO Aug 14 12:22:38.606 created new freemapadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 14 12:22:38.606,
66432026-08-14T12:22:39.654Zunit : INFOINFO freemap_route_ipv4Aug 14 12:22:38.606 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
66442026-08-14T12:22:39.654Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
66452026-08-14T12:22:39.654Z
66462026-08-14T12:22:39.654ZDEBGAug 14 12:22:38.606 Aug 14 12:22:38.606DEBGreplacing 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 14 12:22:38.606DEBG
66472026-08-14T12:22:39.654Zreplacing 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 } }]created new freemap
66482026-08-14T12:22:39.654Z, unitDEBG: Aug 14 12:22:38.606replacing 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 14 12:22:38.606 INFOfreemap_route_ipv6
66492026-08-14T12:22:39.654Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
66502026-08-14T12:22:39.654Z
66512026-08-14T12:22:39.654Z INFOAug 14 12:22:38.606 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 14 12:22:38.606
66522026-08-14T12:22:39.654ZDEBGDEBG Aug 14 12:22:38.606replacing 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 } }]
66532026-08-14T12:22:39.654Z initted freemap. size: 64INFO, unit:Aug 14 12:22:38.606 Aug 14 12:22:38.606 DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff freemap_route_ipv4INFO
66542026-08-14T12:22:39.654Z 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:31::/64 -> 2001:db8::55:ff
66552026-08-14T12:22:39.654Z
66562026-08-14T12:22:39.654Z
66572026-08-14T12:22:39.654ZAug 14 12:22:38.606 DEBG Aug 14 12:22:38.606reset freemapAug 14 12:22:38.606 , DEBGINFOAug 14 12:22:38.606 unitadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing 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 } }]
66582026-08-14T12:22:39.654Z:
66592026-08-14T12:22:39.654Zfreemap_route_ipv4Aug 14 12:22:38.607DEBG
66602026-08-14T12:22:39.654Z 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 } }]INFOAug 14 12:22:38.607 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
66612026-08-14T12:22:39.655Z
66622026-08-14T12:22:39.655ZAug 14 12:22:38.607 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 } }]
66632026-08-14T12:22:39.655Zinitted freemap. size: 64Aug 14 12:22:38.607, unitDEBGAug 14 12:22:38.607Aug 14 12:22:38.607 INFO: adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
66642026-08-14T12:22:39.655Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing 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 } }]
66652026-08-14T12:22:39.655Zfreemap_route_ipv6
66662026-08-14T12:22:39.655Z
66672026-08-14T12:22:39.655ZAug 14 12:22:38.607Aug 14 12:22:38.607 Aug 14 12:22:38.607 DEBGINFO Aug 14 12:22:38.607DEBG 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 } }]DEBG
66682026-08-14T12:22:39.655Z 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
66692026-08-14T12:22:39.655Z, adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 14 12:22:38.607unitAug 14 12:22:38.607: INFOINFO freemap_route_ipv6adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
66702026-08-14T12:22:39.655Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
66712026-08-14T12:22:39.655Z
66722026-08-14T12:22:39.655Z
66732026-08-14T12:22:39.655ZAug 14 12:22:38.607 Aug 14 12:22:38.607Aug 14 12:22:38.607INFO DEBGAug 14 12:22:38.607 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 } }]DEBGadding route 172.16.0.0/32 -> 10.0.0.1
66742026-08-14T12:22:39.655Z 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 } }]
66752026-08-14T12:22:39.655Z
66762026-08-14T12:22:39.655ZDEBG Aug 14 12:22:38.607replacing 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 14 12:22:38.607 INFO
66772026-08-14T12:22:39.655ZDEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
66782026-08-14T12:22:39.655Zreplacing 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 14 12:22:38.607
66792026-08-14T12:22:39.655Z INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 14 12:22:38.607Aug 14 12:22:38.607 Aug 14 12:22:38.607 DEBGDEBG
66802026-08-14T12:22:39.655Z 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 } }]
66812026-08-14T12:22:39.655Zreplacing 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 14 12:22:38.607
66822026-08-14T12:22:39.655Z DEBG adding route 3fff:beef:39::/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 } }]
66832026-08-14T12:22:39.655Z
66842026-08-14T12:22:39.655ZAug 14 12:22:38.607Aug 14 12:22:38.607 Aug 14 12:22:38.607INFOINFO DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ff adding route 3fff:beef:1e::/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 } }]
66852026-08-14T12:22:39.655Z
66862026-08-14T12:22:39.655Z
66872026-08-14T12:22:39.655ZAug 14 12:22:38.607Aug 14 12:22:38.607Aug 14 12:22:38.607 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 } }]DEBG adding route 3fff:beef:3a::/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 } }]
66882026-08-14T12:22:39.655Z
66892026-08-14T12:22:39.655Z
66902026-08-14T12:22:39.655ZAug 14 12:22:38.607Aug 14 12:22:38.607 INFODEBG adding route 3fff:beef:1f::/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 } }]
66912026-08-14T12:22:39.655ZAug 14 12:22:38.607
66922026-08-14T12:22:39.655Z INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 14 12:22:38.607
66932026-08-14T12:22:39.655Z Aug 14 12:22:38.607DEBG 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 } }]Aug 14 12:22:38.607
66942026-08-14T12:22:39.655Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
66952026-08-14T12:22:39.655Z 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 14 12:22:38.607
66962026-08-14T12:22:39.655Z INFOAug 14 12:22:38.607 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBGAug 14 12:22:38.607
66972026-08-14T12:22:39.655Z 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 } }]Aug 14 12:22:38.607
66982026-08-14T12:22:39.655Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
66992026-08-14T12:22:39.655ZDEBGAug 14 12:22:38.607 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 } }]INFOAug 14 12:22:38.607
67002026-08-14T12:22:39.655Ztest route::tests::grow_succeeds ... ok
67012026-08-14T12:22:39.656Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
67022026-08-14T12:22:39.656Z 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 } }]
67032026-08-14T12:22:39.656ZAug 14 12:22:38.607 INFOAug 14 12:22:38.607Aug 14 12:22:38.607 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff INFO
67042026-08-14T12:22:39.656ZDEBG 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:38::/64 -> 2001:db8::55:ff
67052026-08-14T12:22:39.656Z
67062026-08-14T12:22:39.656ZAug 14 12:22:38.607 DEBGAug 14 12:22:38.607 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 14 12:22:38.607DEBG
67072026-08-14T12:22:39.656Z failed to allocate space for the new target listDEBG
67082026-08-14T12:22:39.656Zreplacing 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 } }]
67092026-08-14T12:22:39.656ZAug 14 12:22:38.607 INFOAug 14 12:22:38.607 Aug 14 12:22:38.607DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
67102026-08-14T12:22:39.660Zreplacing 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
67112026-08-14T12:22:39.660Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
67122026-08-14T12:22:39.660ZAug 14 12:22:38.607Aug 14 12:22:38.607 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: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 } }]
67132026-08-14T12:22:39.660Z
67142026-08-14T12:22:39.660ZAug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
67152026-08-14T12:22:39.660Z
67162026-08-14T12:22:39.660ZAug 14 12:22:38.607Aug 14 12:22:38.607 DEBGDEBG 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: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 } }]
67172026-08-14T12:22:39.660Z
67182026-08-14T12:22:39.660ZAug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
67192026-08-14T12:22:39.660Z
67202026-08-14T12:22:39.660ZAug 14 12:22:38.607Aug 14 12:22:38.607 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: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 } }]
67212026-08-14T12:22:39.660Z
67222026-08-14T12:22:39.660ZAug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
67232026-08-14T12:22:39.660Z
67242026-08-14T12:22:39.660ZAug 14 12:22:38.607Aug 14 12:22:38.607 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: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 } }]
67252026-08-14T12:22:39.660Z
67262026-08-14T12:22:39.660ZAug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
67272026-08-14T12:22:39.660Z
67282026-08-14T12:22:39.660ZAug 14 12:22:38.607Aug 14 12:22:38.607 DEBGDEBG 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 } }]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 } }]
67292026-08-14T12:22:39.660Z
67302026-08-14T12:22:39.660ZAug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
67312026-08-14T12:22:39.660Z
67322026-08-14T12:22:39.660ZAug 14 12:22:38.607Aug 14 12:22:38.607 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: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 } }]
67332026-08-14T12:22:39.660Z
67342026-08-14T12:22:39.660ZAug 14 12:22:38.607Aug 14 12:22:38.607 INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
67352026-08-14T12:22:39.660Z
67362026-08-14T12:22:39.660ZAug 14 12:22:38.607Aug 14 12:22:38.607 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: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 } }]
67372026-08-14T12:22:39.660Z
67382026-08-14T12:22:39.661ZAug 14 12:22:38.607 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
67392026-08-14T12:22:39.661ZAug 14 12:22:38.607 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 } }]
67402026-08-14T12:22:39.661ZAug 14 12:22:38.607 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
67412026-08-14T12:22:39.661ZAug 14 12:22:38.607 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 } }]
67422026-08-14T12:22:39.661ZAug 14 12:22:38.607 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
67432026-08-14T12:22:39.661ZAug 14 12:22:38.607 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 } }]
67442026-08-14T12:22:39.661ZAug 14 12:22:38.607 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
67452026-08-14T12:22:39.661ZAug 14 12:22:38.607 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 } }]
67462026-08-14T12:22:39.661ZAug 14 12:22:38.607 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
67472026-08-14T12:22:39.661ZAug 14 12:22:38.607 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 } }]
67482026-08-14T12:22:39.661ZAug 14 12:22:38.607 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
67492026-08-14T12:22:39.661ZAug 14 12:22:38.607 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 } }]
67502026-08-14T12:22:39.661ZAug 14 12:22:38.607 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
67512026-08-14T12:22:39.661ZAug 14 12:22:38.607 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 } }]
67522026-08-14T12:22:39.661ZAug 14 12:22:38.607 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
67532026-08-14T12:22:39.661ZAug 14 12:22:38.607 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 } }]
67542026-08-14T12:22:39.661ZAug 14 12:22:38.607 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
67552026-08-14T12:22:39.661ZAug 14 12:22:38.607 DEBG 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 } }]
67562026-08-14T12:22:39.661ZAug 14 12:22:38.607 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
67572026-08-14T12:22:39.661ZAug 14 12:22:38.607 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 } }]
67582026-08-14T12:22:39.661ZAug 14 12:22:38.607 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
67592026-08-14T12:22:39.661ZAug 14 12:22:38.607 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 } }]
67602026-08-14T12:22:39.661ZAug 14 12:22:38.607 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
67612026-08-14T12:22:39.661ZAug 14 12:22:38.607 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 } }]
67622026-08-14T12:22:39.661ZAug 14 12:22:38.607 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
67632026-08-14T12:22:39.661ZAug 14 12:22:38.607 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 } }]
67642026-08-14T12:22:39.661ZAug 14 12:22:38.607 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
67652026-08-14T12:22:39.661ZAug 14 12:22:38.607 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 } }]
67662026-08-14T12:22:39.661ZAug 14 12:22:38.607 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
67672026-08-14T12:22:39.661ZAug 14 12:22:38.607 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 } }]
67682026-08-14T12:22:39.661ZAug 14 12:22:38.607 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
67692026-08-14T12:22:39.661ZAug 14 12:22:38.607 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 } }]
67702026-08-14T12:22:39.661Z
67712026-08-14T12:22:39.661ZAug 14 12:22:38.607 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
67722026-08-14T12:22:39.661ZAug 14 12:22:38.607 Aug 14 12:22:38.607DEBG 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 } }]
67732026-08-14T12:22:39.661Zreplacing 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 } }]
67742026-08-14T12:22:39.661ZAug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
67752026-08-14T12:22:39.661Z
67762026-08-14T12:22:39.661ZAug 14 12:22:38.607Aug 14 12:22:38.607 DEBGDEBG 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 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 } }]
67772026-08-14T12:22:39.662Z
67782026-08-14T12:22:39.662ZAug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
67792026-08-14T12:22:39.662Z
67802026-08-14T12:22:39.662ZAug 14 12:22:38.607Aug 14 12:22:38.607 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: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 } }]
67812026-08-14T12:22:39.662Z
67822026-08-14T12:22:39.662ZAug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
67832026-08-14T12:22:39.662Z
67842026-08-14T12:22:39.662ZAug 14 12:22:38.607Aug 14 12:22:38.607 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: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 } }]
67852026-08-14T12:22:39.662Z
67862026-08-14T12:22:39.662ZAug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
67872026-08-14T12:22:39.662Z
67882026-08-14T12:22:39.662ZAug 14 12:22:38.607Aug 14 12:22:38.607 DEBGDEBG 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 } }]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 } }]
67892026-08-14T12:22:39.662Z
67902026-08-14T12:22:39.662ZAug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
67912026-08-14T12:22:39.662Z
67922026-08-14T12:22:39.662ZAug 14 12:22:38.607Aug 14 12:22:38.607 DEBGDEBG 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 } }]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 } }]
67932026-08-14T12:22:39.662Z
67942026-08-14T12:22:39.662ZAug 14 12:22:38.607Aug 14 12:22:38.607 INFOINFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
67952026-08-14T12:22:39.662Z
67962026-08-14T12:22:39.662ZAug 14 12:22:38.607Aug 14 12:22:38.607 DEBGDEBG 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 } }]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 } }]
67972026-08-14T12:22:39.662Z
67982026-08-14T12:22:39.662ZAug 14 12:22:38.607Aug 14 12:22:38.607 DEBGINFO failed to allocate space for the new target listadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
67992026-08-14T12:22:39.662Z
68002026-08-14T12:22:39.662ZAug 14 12:22:38.607Aug 14 12:22:38.607 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: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 } }]
68012026-08-14T12:22:39.662Z
68022026-08-14T12:22:39.662ZAug 14 12:22:38.607Aug 14 12:22:38.607 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
68032026-08-14T12:22:39.662Z
68042026-08-14T12:22:39.662ZAug 14 12:22:38.607 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 } }]
68052026-08-14T12:22:39.662ZAug 14 12:22:38.607 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
68062026-08-14T12:22:39.662ZAug 14 12:22:38.607 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 } }]
68072026-08-14T12:22:39.662ZAug 14 12:22:38.607 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
68082026-08-14T12:22:39.662ZAug 14 12:22:38.607 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 } }]
68092026-08-14T12:22:39.662ZAug 14 12:22:38.607 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
68102026-08-14T12:22:39.666ZAug 14 12:22:38.607 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 } }]
68112026-08-14T12:22:39.666ZAug 14 12:22:38.607 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
68122026-08-14T12:22:39.667ZAug 14 12:22:38.607 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 } }]
68132026-08-14T12:22:39.667ZAug 14 12:22:38.607 Aug 14 12:22:38.607DEBG INFOcreated new freemap adding route 3fff:beef:b::/64 -> 2001:db8::55:ff,
68142026-08-14T12:22:39.667Zunit: freemap_route_ipv4Aug 14 12:22:38.607
68152026-08-14T12:22:39.667Z 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 } }]
68162026-08-14T12:22:39.667ZAug 14 12:22:38.607 DEBG Aug 14 12:22:38.607created new freemap , INFOunit :adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
68172026-08-14T12:22:39.667Zfreemap_route_ipv6
68182026-08-14T12:22:39.667ZAug 14 12:22:38.607 Aug 14 12:22:38.607DEBG DEBGreplacing 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 } }]
68192026-08-14T12:22:39.667Zinitted freemap. size: 64, unit:Aug 14 12:22:38.607 freemap_route_ipv4INFO
68202026-08-14T12:22:39.667Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
68212026-08-14T12:22:39.667ZAug 14 12:22:38.607 Aug 14 12:22:38.607DEBG DEBGreset freemap , 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 } }]unit
68222026-08-14T12:22:39.667Z: freemap_route_ipv4
68232026-08-14T12:22:39.667ZAug 14 12:22:38.607 INFO Aug 14 12:22:38.607adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
68242026-08-14T12:22:39.667ZDEBG initted freemap. size: 64, Aug 14 12:22:38.607unit :DEBG freemap_route_ipv6replacing 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 } }]
68252026-08-14T12:22:39.667Z
68262026-08-14T12:22:39.667ZAug 14 12:22:38.607Aug 14 12:22:38.607 DEBGINFO reset freemapadding route 3fff:beef:f::/64 -> 2001:db8::55:ff,
68272026-08-14T12:22:39.667Zunit: freemap_route_ipv6Aug 14 12:22:38.608
68282026-08-14T12:22:39.667Z 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 14 12:22:38.608
68292026-08-14T12:22:39.667Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:22:38.608
68302026-08-14T12:22:39.667Z INFO Aug 14 12:22:38.607Aug 14 12:22:38.608 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff DEBGDEBG created new 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 } }]
68312026-08-14T12:22:39.667Z
68322026-08-14T12:22:39.667Z, unit: freemap_route_ipv4Aug 14 12:22:38.608Aug 14 12:22:38.608
68332026-08-14T12:22:39.667Z DEBG INFOreplacing 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 } }]
68342026-08-14T12:22:39.667Zadding route 3fff:dead::/64 -> 2001:db8::55:1
68352026-08-14T12:22:39.667ZAug 14 12:22:38.608 Aug 14 12:22:38.608DEBG Aug 14 12:22:38.608 INFODEBG created new freemapadding route 3fff:beef:11::/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 } }]unit
68362026-08-14T12:22:39.667Z:
68372026-08-14T12:22:39.667Z freemap_route_ipv6
68382026-08-14T12:22:39.667ZAug 14 12:22:38.608Aug 14 12:22:38.608 Aug 14 12:22:38.608INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
68392026-08-14T12:22:39.667Z
68402026-08-14T12:22:39.667ZDEBG initted freemap. size: 64, Aug 14 12:22:38.608Aug 14 12:22:38.608 INFODEBGunit : adding route 3fff:beef:12::/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 } }, 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 } }]
68412026-08-14T12:22:39.667Zfreemap_route_ipv4
68422026-08-14T12:22:39.667Z
68432026-08-14T12:22:39.667ZAug 14 12:22:38.608Aug 14 12:22:38.608 DEBGAug 14 12:22:38.608DEBG 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 } }] reset freemapINFO,
68442026-08-14T12:22:39.667Z unitadding route 3fff:dead::/64 -> 2001:db8::55:2:
68452026-08-14T12:22:39.667Z freemap_route_ipv4
68462026-08-14T12:22:39.667ZAug 14 12:22:38.608 Aug 14 12:22:38.608INFO Aug 14 12:22:38.608adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
68472026-08-14T12:22:39.667Z 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 } }]DEBG
68482026-08-14T12:22:39.667ZAug 14 12:22:38.608 initted freemap. size: 64DEBG, unitAug 14 12:22:38.608: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 } }] INFO
68492026-08-14T12:22:39.667Z freemap_route_ipv6adding route 3fff:beef::/64 -> 2001:db8::55:ff
68502026-08-14T12:22:39.667Z
68512026-08-14T12:22:39.667ZAug 14 12:22:38.608 INFOAug 14 12:22:38.608 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG
68522026-08-14T12:22:39.668ZAug 14 12:22:38.608 reset freemapDEBGAug 14 12:22:38.608 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 } }]DEBG
68532026-08-14T12:22:39.668Z , 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 } }]unit
68542026-08-14T12:22:39.668Z: freemap_route_ipv6
68552026-08-14T12:22:39.668ZAug 14 12:22:38.608 Aug 14 12:22:38.608Aug 14 12:22:38.608INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO
68562026-08-14T12:22:39.668ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
68572026-08-14T12:22:39.668Z
68582026-08-14T12:22:39.668ZAug 14 12:22:38.608 DEBG Aug 14 12:22:38.608replacing 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 } }]
68592026-08-14T12:22:39.668ZDEBGAug 14 12:22:38.608 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
68602026-08-14T12:22:39.668ZAug 14 12:22:38.608 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
68612026-08-14T12:22:39.668ZAug 14 12:22:38.608 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO
68622026-08-14T12:22:39.668Z Aug 14 12:22:38.608adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
68632026-08-14T12:22:39.668ZAug 14 12:22:38.608INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 14 12:22:38.608
68642026-08-14T12:22:39.668Z 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 } }]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 } }]
68652026-08-14T12:22:39.668ZAug 14 12:22:38.608
68662026-08-14T12:22:39.668Z 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 } }]
68672026-08-14T12:22:39.668ZAug 14 12:22:38.608Aug 14 12:22:38.608 INFOINFOAug 14 12:22:38.608 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
68682026-08-14T12:22:39.668Z
68692026-08-14T12:22:39.668ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3
68702026-08-14T12:22:39.668ZAug 14 12:22:38.608Aug 14 12:22:38.608 DEBGDEBG Aug 14 12:22:38.608 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 } }] 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
68712026-08-14T12:22:39.668Z
68722026-08-14T12:22:39.668Ztest route::tests::rollback_on_compact_delete_failure ... ok
68732026-08-14T12:22:39.668Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
68742026-08-14T12:22:39.668Zreplacing 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 } }]
68752026-08-14T12:22:39.668ZAug 14 12:22:38.608Aug 14 12:22:38.608Aug 14 12:22:38.613 DEBGINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 created new freemap
68762026-08-14T12:22:39.668Z, created new freemapunit:, unitfreemap_route_ipv4:
68772026-08-14T12:22:39.668Z freemap_route_ipv4
68782026-08-14T12:22:39.668ZAug 14 12:22:38.613 DEBGAug 14 12:22:38.608Aug 14 12:22:38.613 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 14 12:22:38.613DEBGDEBG
68792026-08-14T12:22:39.668ZDEBG created new freemapcreated new freemap , Aug 14 12:22:38.613unit , :DEBGcreated new freemapunit :freemap_route_ipv6
68802026-08-14T12:22:39.668Z freemap_route_ipv4 ,
68812026-08-14T12:22:39.668Zunit: freemap_route_ipv6
68822026-08-14T12:22:39.668ZAug 14 12:22:38.608Aug 14 12:22:38.613Aug 14 12:22:38.613 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 } }]DEBG Aug 14 12:22:38.613
68832026-08-14T12:22:39.668ZDEBG initted freemap. size: 64initted freemap. size: 64, DEBG, unitunit Aug 14 12:22:38.613:created new freemap :, freemap_route_ipv4
68842026-08-14T12:22:39.668Zfreemap_route_ipv4unit
68852026-08-14T12:22:39.668ZWARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }):
68862026-08-14T12:22:39.668Z Aug 14 12:22:38.613DEBG freemap_route_ipv6
68872026-08-14T12:22:39.668ZDEBG created new freemapreset freemapAug 14 12:22:38.613Aug 14 12:22:38.613 , , unitunitDEBG:DEBG: initted freemap. size: 64reset freemap , freemap_route_ipv4,
68882026-08-14T12:22:39.668Zunitunit: :freemap_route_ipv4freemap_route_ipv4
68892026-08-14T12:22:39.668ZAug 14 12:22:38.613freemap_route_ipv4
68902026-08-14T12:22:39.668ZDEBG
68912026-08-14T12:22:39.669Z Aug 14 12:22:38.613initted freemap. size: 64 , DEBGunit Aug 14 12:22:38.613initted freemap. size: 64 , DEBGunit:: reset freemap Aug 14 12:22:38.613freemap_route_ipv6
68922026-08-14T12:22:39.669ZDEBG freemap_route_ipv6, unit
68932026-08-14T12:22:39.669Zcreated new freemap:Aug 14 12:22:38.613, DEBG unit :freemap_route_ipv4reset freemapAug 14 12:22:38.613
68942026-08-14T12:22:39.669Z, unit DEBG: reset freemapfreemap_route_ipv6,
68952026-08-14T12:22:39.669Zunitfreemap_route_ipv6Aug 14 12:22:38.613
68962026-08-14T12:22:39.669Z: DEBGAug 14 12:22:38.613 freemap_route_ipv6 initted freemap. size: 64
68972026-08-14T12:22:39.669ZAug 14 12:22:38.613, INFO unit: DEBGfreemap_route_ipv6 adding route 3fff:dead::/64 -> 2001:db8::55:1
68982026-08-14T12:22:39.669Z
68992026-08-14T12:22:39.669Zinitted freemap. size: 64Aug 14 12:22:38.613, unitINFOAug 14 12:22:38.613 :adding route 172.16.0.0/32 -> 10.0.0.1DEBG
69002026-08-14T12:22:39.669Z reset freemapAug 14 12:22:38.613 , Aug 14 12:22:38.613unit freemap_route_ipv4 :DEBG freemap_route_ipv6replacing 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 } }]
69012026-08-14T12:22:39.669Z
69022026-08-14T12:22:39.669Z
69032026-08-14T12:22:39.669ZDEBG Aug 14 12:22:38.613Aug 14 12:22:38.613 Aug 14 12:22:38.613 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 } }] INFOadding route 172.16.0.0/32 -> 10.0.0.1
69042026-08-14T12:22:39.669Z
69052026-08-14T12:22:39.669Z adding route 172.17.0.0/32 -> 10.0.0.255Aug 14 12:22:38.608
69062026-08-14T12:22:39.669ZDEBGAug 14 12:22:38.613 INFOINFOreset freemapAug 14 12:22:38.613, DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2
69072026-08-14T12:22:39.669Zunitadding route 3fff:beef:18::/64 -> 2001:db8::55:ff :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 } }]
69082026-08-14T12:22:39.669ZAug 14 12:22:38.613 freemap_route_ipv4Aug 14 12:22:38.613DEBG
69092026-08-14T12:22:39.669ZDEBG
69102026-08-14T12:22:39.673Z Aug 14 12:22:38.613replacing 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
69112026-08-14T12:22:39.673Z adding route 172.16.0.0/32 -> 10.0.0.2
69122026-08-14T12:22:39.673Zreplacing 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 14 12:22:38.613
69132026-08-14T12:22:39.673Z Aug 14 12:22:38.613DEBGAug 14 12:22:38.613 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 14 12:22:38.613 INFO
69142026-08-14T12:22:39.673ZDEBG 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 } }]Aug 14 12:22:38.613
69152026-08-14T12:22:39.673Z INFOinitted freemap. size: 64 adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.1/32 -> 10.0.0.255Aug 14 12:22:38.613
69162026-08-14T12:22:39.673Z
69172026-08-14T12:22:39.673Z INFO, Aug 14 12:22:38.613unit: Aug 14 12:22:38.613INFOAug 14 12:22:38.613 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff DEBGDEBGadding route 172.17.0.0/32 -> 10.0.0.255
69182026-08-14T12:22:39.673Z 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 } }]
69192026-08-14T12:22:39.673Zreplacing 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 } }]
69202026-08-14T12:22:39.673Z
69212026-08-14T12:22:39.673ZAug 14 12:22:38.613 DEBGfreemap_route_ipv6
69222026-08-14T12:22:39.673Zreplacing 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 14 12:22:38.613
69232026-08-14T12:22:39.673ZAug 14 12:22:38.613 DEBGINFO Aug 14 12:22:38.613 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 14 12:22:38.613INFOadding route 172.17.0.2/32 -> 10.0.0.255 INFO
69242026-08-14T12:22:39.673Zadding route 3fff:dead::/64 -> 2001:db8::55:4 adding route 172.17.0.1/32 -> 10.0.0.255
69252026-08-14T12:22:39.673ZAug 14 12:22:38.613
69262026-08-14T12:22:39.674ZAug 14 12:22:38.613
69272026-08-14T12:22:39.674ZDEBG Aug 14 12:22:38.613 Aug 14 12:22:38.613replacing 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
69282026-08-14T12:22:39.674ZDEBG 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 } }]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 } }]
69292026-08-14T12:22:39.674Z
69302026-08-14T12:22:39.674Z Aug 14 12:22:38.613Aug 14 12:22:38.613reset freemap INFOINFO Aug 14 12:22:38.613adding route 172.17.0.3/32 -> 10.0.0.255 Aug 14 12:22:38.613adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
69312026-08-14T12:22:39.674Z
69322026-08-14T12:22:39.674Zreplacing 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 } }]INFO ,
69332026-08-14T12:22:39.674Zadding route 172.17.0.2/32 -> 10.0.0.255unit
69342026-08-14T12:22:39.674Z:Aug 14 12:22:38.613 Aug 14 12:22:38.613Aug 14 12:22:38.613Aug 14 12:22:38.613 DEBGDEBGDEBGfreemap_route_ipv6WARN
69352026-08-14T12:22:39.674Zreplacing 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.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 } }]
69362026-08-14T12:22:39.674Z
69372026-08-14T12:22:39.674Z shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 14 12:22:38.613
69382026-08-14T12:22:39.674ZAug 14 12:22:38.613 Aug 14 12:22:38.613 INFOINFOINFO
69392026-08-14T12:22:39.674Z Aug 14 12:22:38.613 adding route 172.17.0.3/32 -> 10.0.0.255INFO adding route 172.17.0.4/32 -> 10.0.0.255 Aug 14 12:22:38.613adding route 172.16.0.0/32 -> 10.0.0.1
69402026-08-14T12:22:39.674Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
69412026-08-14T12:22:39.674Z
69422026-08-14T12:22:39.674Z ERRO
69432026-08-14T12:22:39.674Z Aug 14 12:22:38.613Aug 14 12:22:38.613rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 14 12:22:38.613DEBG
69442026-08-14T12:22:39.674ZDEBGreplacing 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 } }]
69452026-08-14T12:22:39.674Zreplacing 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 14 12:22:38.613
69462026-08-14T12:22:39.674Z Aug 14 12:22:38.613DEBG 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 14 12:22:38.613Aug 14 12:22:38.613 ERROINFO adding route 172.17.0.5/32 -> 10.0.0.255shrink-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 itDEBG
69472026-08-14T12:22:39.674Z
69482026-08-14T12:22:39.674Z
69492026-08-14T12:22:39.674Z 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 } }]
69502026-08-14T12:22:39.674Z INFOAug 14 12:22:38.613 Aug 14 12:22:38.613adding route 172.17.0.4/32 -> 10.0.0.255DEBG
69512026-08-14T12:22:39.674Z INFOreplacing 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 14 12:22:38.613
69522026-08-14T12:22:39.674Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 14 12:22:38.613INFO
69532026-08-14T12:22:39.674Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 14 12:22:38.613DEBG
69542026-08-14T12:22:39.674ZINFOreplacing 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 } }]
69552026-08-14T12:22:39.674ZAug 14 12:22:38.613adding route 172.17.0.6/32 -> 10.0.0.255
69562026-08-14T12:22:39.674ZDEBGAug 14 12:22:38.613 Aug 14 12:22:38.613 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 } }] DEBGINFO
69572026-08-14T12:22:39.674Zreplacing 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 14 12:22:38.613adding route 172.17.0.5/32 -> 10.0.0.255
69582026-08-14T12:22:39.674Z
69592026-08-14T12:22:39.674ZDEBG Aug 14 12:22:38.613replacing 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 14 12:22:38.613
69602026-08-14T12:22:39.674Z INFODEBG 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 } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
69612026-08-14T12:22:39.674Z
69622026-08-14T12:22:39.674ZAug 14 12:22:38.613Aug 14 12:22:38.613 INFO Aug 14 12:22:38.613INFO adding route 172.17.0.7/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.3INFOAug 14 12:22:38.613
69632026-08-14T12:22:39.674Z
69642026-08-14T12:22:39.674Z DEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing 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 } }]
69652026-08-14T12:22:39.675Z
69662026-08-14T12:22:39.675ZAug 14 12:22:38.613 Aug 14 12:22:38.613DEBGAug 14 12:22:38.613 Aug 14 12:22:38.613 DEBG INFO DEBGadding route 3fff:beef:1e::/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 } }]
69672026-08-14T12:22:39.675Z
69682026-08-14T12:22:39.675Z 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.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 } }]
69692026-08-14T12:22:39.675Z
69702026-08-14T12:22:39.675ZAug 14 12:22:38.613 DEBGAug 14 12:22:38.613 Aug 14 12:22:38.613 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 } }]
69712026-08-14T12:22:39.675ZINFOINFOAug 14 12:22:38.613 adding route 172.17.0.7/32 -> 10.0.0.255
69722026-08-14T12:22:39.675ZINFOadding route 172.16.0.0/32 -> 10.0.0.4 Aug 14 12:22:38.613Aug 14 12:22:38.613adding route 172.17.0.8/32 -> 10.0.0.255
69732026-08-14T12:22:39.675ZDEBG INFOreplacing 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 14 12:22:38.613
69742026-08-14T12:22:39.675Z DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
69752026-08-14T12:22:39.675Zreplacing 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 } }]
69762026-08-14T12:22:39.675Z
69772026-08-14T12:22:39.675ZAug 14 12:22:38.614 Aug 14 12:22:38.608DEBGAug 14 12:22:38.614Aug 14 12:22:38.614 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
69782026-08-14T12:22:39.675ZINFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255
69792026-08-14T12:22:39.675Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 14 12:22:38.614 Aug 14 12:22:38.614Aug 14 12:22:38.614
69802026-08-14T12:22:39.675Ztest route::tests::rollback_on_index_readd_failure ... ok
69812026-08-14T12:22:39.675ZINFO DEBGINFOadding route 172.17.0.0/32 -> 10.0.0.255 Aug 14 12:22:38.614 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 } }]adding route 172.17.0.9/32 -> 10.0.0.255replacing 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 } }]
69822026-08-14T12:22:39.675ZAug 14 12:22:38.614Aug 14 12:22:38.614Aug 14 12:22:38.620 DEBG DEBGcreated new freemapINFO created new freemapadding route 172.17.0.9/32 -> 10.0.0.255,
69832026-08-14T12:22:39.675Z, unit:unit :freemap_route_ipv4Aug 14 12:22:38.620 freemap_route_ipv4
69842026-08-14T12:22:39.675ZDEBG
69852026-08-14T12:22:39.675Z 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 } }]
69862026-08-14T12:22:39.675ZAug 14 12:22:38.620 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 14 12:22:38.620
69872026-08-14T12:22:39.675ZAug 14 12:22:38.620INFO DEBGDEBG created new freemapadding route 172.17.0.10/32 -> 10.0.0.255created new freemap,
69882026-08-14T12:22:39.675Zunit, unit:: Aug 14 12:22:38.620Aug 14 12:22:38.620freemap_route_ipv6 freemap_route_ipv6INFODEBG
69892026-08-14T12:22:39.675Z
69902026-08-14T12:22:39.675Z 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 } }]
69912026-08-14T12:22:39.675Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
69922026-08-14T12:22:39.675ZAug 14 12:22:38.620Aug 14 12:22:38.620 DEBGDEBGAug 14 12:22:38.609 DEBG created new freemapinitted freemap. size: 64Aug 14 12:22:38.620, Aug 14 12:22:38.620INFOunit :
69932026-08-14T12:22:39.675Z DEBGfreemap_route_ipv4,
69942026-08-14T12:22:39.675Z adding route 172.17.0.11/32 -> 10.0.0.255replacing 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 } }]
69952026-08-14T12:22:39.675Z
69962026-08-14T12:22:39.675Zunit:Aug 14 12:22:38.620Aug 14 12:22:38.620 freemap_route_ipv4DEBGAug 14 12:22:38.620DEBG
69972026-08-14T12:22:39.675ZDEBG 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 } }] reset freemapreplacing 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 } }],
69982026-08-14T12:22:39.675Z
69992026-08-14T12:22:39.675Zunit: freemap_route_ipv4Aug 14 12:22:38.620Aug 14 12:22:38.620
70002026-08-14T12:22:39.675Z INFO Aug 14 12:22:38.620Aug 14 12:22:38.620INFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 14 12:22:38.620
70012026-08-14T12:22:39.675ZINFO adding route 172.17.0.12/32 -> 10.0.0.255DEBG
70022026-08-14T12:22:39.675Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 14 12:22:38.620 initted freemap. size: 64DEBG,
70032026-08-14T12:22:39.675Zcreated new freemapAug 14 12:22:38.620unit:DEBG , DEBGunitfreemap_route_ipv6
70042026-08-14T12:22:39.675Zreplacing 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.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 14 12:22:38.620:
70052026-08-14T12:22:39.675Z
70062026-08-14T12:22:39.676Z Aug 14 12:22:38.620 freemap_route_ipv6DEBG
70072026-08-14T12:22:39.676Z DEBGAug 14 12:22:38.620 reset freemapINFOreplacing 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 } }],
70082026-08-14T12:22:39.676ZAug 14 12:22:38.620unit: freemap_route_ipv6DEBGAug 14 12:22:38.620 adding route 172.17.0.2/32 -> 10.0.0.255
70092026-08-14T12:22:39.676Zinitted freemap. size: 64Aug 14 12:22:38.620,
70102026-08-14T12:22:39.679ZunitINFO: INFO freemap_route_ipv4adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
70112026-08-14T12:22:39.680Z
70122026-08-14T12:22:39.680ZAug 14 12:22:38.620 adding route 172.17.0.13/32 -> 10.0.0.255 Aug 14 12:22:38.620
70132026-08-14T12:22:39.680ZAug 14 12:22:38.620 INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:22:38.620
70142026-08-14T12:22:39.680ZAug 14 12:22:38.620reset freemap , DEBGunit :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 } }] DEBGDEBG
70152026-08-14T12:22:39.680Zfreemap_route_ipv4replacing 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 } }]
70162026-08-14T12:22:39.680Z
70172026-08-14T12:22:39.680Zreplacing 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 } }]
70182026-08-14T12:22:39.680ZAug 14 12:22:38.620Aug 14 12:22:38.620 Aug 14 12:22:38.620 INFODEBG initted freemap. size: 64DEBG, Aug 14 12:22:38.620replacing 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.14/32 -> 10.0.0.255
70192026-08-14T12:22:39.680Z
70202026-08-14T12:22:39.680ZINFOunit: Aug 14 12:22:38.620freemap_route_ipv6 Aug 14 12:22:38.620adding route 172.17.0.3/32 -> 10.0.0.255
70212026-08-14T12:22:39.680ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
70222026-08-14T12:22:39.680Z
70232026-08-14T12:22:39.680ZINFOAug 14 12:22:38.620Aug 14 12:22:38.620 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG
70242026-08-14T12:22:39.680Z Aug 14 12:22:38.620replacing 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 } }]
70252026-08-14T12:22:39.680ZDEBGDEBG Aug 14 12:22:38.620replacing 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 14 12:22:38.620replacing 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 } }]
70262026-08-14T12:22:39.680Z
70272026-08-14T12:22:39.680ZDEBGDEBG Aug 14 12:22:38.620 reset 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 } }] , Aug 14 12:22:38.620unit
70282026-08-14T12:22:39.680Z:INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
70292026-08-14T12:22:39.680ZAug 14 12:22:38.620 adding route 172.17.0.15/32 -> 10.0.0.255INFO
70302026-08-14T12:22:39.680ZAug 14 12:22:38.620Aug 14 12:22:38.620
70312026-08-14T12:22:39.680ZINFO adding route 172.17.0.4/32 -> 10.0.0.255 Aug 14 12:22:38.620adding route 3fff:dead::/64 -> 2001:db8::55:1
70322026-08-14T12:22:39.680ZAug 14 12:22:38.620INFO DEBGDEBG Aug 14 12:22:38.620adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
70332026-08-14T12:22:39.680Z
70342026-08-14T12:22:39.680ZDEBG 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 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: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 } }]
70352026-08-14T12:22:39.680Z
70362026-08-14T12:22:39.680Z
70372026-08-14T12:22:39.680ZAug 14 12:22:38.620 Aug 14 12:22:38.620Aug 14 12:22:38.620Aug 14 12:22:38.620 DEBG INFOINFOINFO Aug 14 12:22:38.620adding route 3fff:dead::/64 -> 2001:db8::55:4
70382026-08-14T12:22:39.680ZDEBGadding route 172.17.0.16/32 -> 10.0.0.255 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 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 } }]
70392026-08-14T12:22:39.680Z
70402026-08-14T12:22:39.680Z
70412026-08-14T12:22:39.680ZAug 14 12:22:38.620adding route 3fff:dead::/64 -> 2001:db8::55:2
70422026-08-14T12:22:39.680ZAug 14 12:22:38.620DEBGAug 14 12:22:38.620 Aug 14 12:22:38.620DEBG 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 } }, 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 } }]
70432026-08-14T12:22:39.680Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
70442026-08-14T12:22:39.680Zreplacing 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 } }]
70452026-08-14T12:22:39.680Z INFOAug 14 12:22:38.620Aug 14 12:22:38.620 Aug 14 12:22:38.620adding route 172.17.0.5/32 -> 10.0.0.255
70462026-08-14T12:22:39.680ZINFO adding route 172.17.0.17/32 -> 10.0.0.255DEBGAug 14 12:22:38.620
70472026-08-14T12:22:39.680Z 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 } }]Aug 14 12:22:38.620
70482026-08-14T12:22:39.680Z DEBGDEBGDEBG Aug 14 12:22:38.620replacing 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 14 12:22:38.620
70492026-08-14T12:22:39.681Z 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: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 } }]
70502026-08-14T12:22:39.681ZWARNDEBG
70512026-08-14T12:22:39.681Zshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
70522026-08-14T12:22:39.681Z
70532026-08-14T12:22:39.681ZAug 14 12:22:38.620 Aug 14 12:22:38.620INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255
70542026-08-14T12:22:39.681Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 14 12:22:38.620
70552026-08-14T12:22:39.681ZINFOAug 14 12:22:38.620 Aug 14 12:22:38.620 INFODEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
70562026-08-14T12:22:39.681Zreplacing 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 } }]adding route 172.17.0.18/32 -> 10.0.0.255
70572026-08-14T12:22:39.681Z
70582026-08-14T12:22:39.681ZAug 14 12:22:38.620 Aug 14 12:22:38.620DEBG 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 } }]DEBGAug 14 12:22:38.620
70592026-08-14T12:22:39.681ZDEBGreplacing 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 14 12:22:38.620
70602026-08-14T12:22:39.681Zreplacing 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 } }]
70612026-08-14T12:22:39.681ZINFO Aug 14 12:22:38.620adding route 172.17.0.7/32 -> 10.0.0.255
70622026-08-14T12:22:39.681ZINFOAug 14 12:22:38.620 INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
70632026-08-14T12:22:39.681Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:22:38.620Aug 14 12:22:38.620 DEBGINFO
70642026-08-14T12:22:39.681Zreplacing 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 } }]
70652026-08-14T12:22:39.681Zadding route 172.17.0.19/32 -> 10.0.0.255Aug 14 12:22:38.620
70662026-08-14T12:22:39.681Z Aug 14 12:22:38.620DEBG Aug 14 12:22:38.620Aug 14 12:22:38.620replacing 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 } }]DEBG
70672026-08-14T12:22:39.681Z INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255replacing 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 } }, 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 } }]
70682026-08-14T12:22:39.681Z
70692026-08-14T12:22:39.681Z
70702026-08-14T12:22:39.681ZAug 14 12:22:38.620Aug 14 12:22:38.620 INFOINFO Aug 14 12:22:38.620adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 172.17.0.20/32 -> 10.0.0.255
70712026-08-14T12:22:39.681ZDEBG
70722026-08-14T12:22:39.681Z 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 } }]
70732026-08-14T12:22:39.681ZAug 14 12:22:38.620Aug 14 12:22:38.620 DEBGDEBG 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 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 14 12:22:38.620
70742026-08-14T12:22:39.681Z
70752026-08-14T12:22:39.681ZDEBG 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 14 12:22:38.620
70762026-08-14T12:22:39.681Z INFO adding route 172.17.0.21/32 -> 10.0.0.255
70772026-08-14T12:22:39.681ZAug 14 12:22:38.620Aug 14 12:22:38.620 INFOINFO Aug 14 12:22:38.620 adding route 172.17.0.9/32 -> 10.0.0.255DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
70782026-08-14T12:22:39.681Z
70792026-08-14T12:22:39.681Zreplacing 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 } }]
70802026-08-14T12:22:39.681ZAug 14 12:22:38.620 Aug 14 12:22:38.620DEBG Aug 14 12:22:38.620 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
70812026-08-14T12:22:39.681Z DEBGadding route 172.17.0.22/32 -> 10.0.0.255
70822026-08-14T12:22:39.681Zreplacing 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 } }]
70832026-08-14T12:22:39.681ZAug 14 12:22:38.620 INFOAug 14 12:22:38.620
70842026-08-14T12:22:39.681Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG
70852026-08-14T12:22:39.681Z 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 } }]
70862026-08-14T12:22:39.681ZAug 14 12:22:38.620Aug 14 12:22:38.620 Aug 14 12:22:38.620INFO INFOAug 14 12:22:38.620INFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG adding route 172.17.0.23/32 -> 10.0.0.255
70872026-08-14T12:22:39.681ZAug 14 12:22:38.621Aug 14 12:22:38.621 Aug 14 12:22:38.626DEBG DEBGcreated new freemap , 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 } }]unit
70882026-08-14T12:22:39.681Z: freemap_route_ipv4DEBG
70892026-08-14T12:22:39.681Z Aug 14 12:22:38.626created new freemap , INFOunit Aug 14 12:22:38.626:
70902026-08-14T12:22:39.682Zadding route 172.17.0.11/32 -> 10.0.0.255 freemap_route_ipv4
70912026-08-14T12:22:39.682ZDEBG
70922026-08-14T12:22:39.682Z created new freemapAug 14 12:22:38.626replacing 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 14 12:22:38.626
70932026-08-14T12:22:39.682Z, DEBGunit :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 } }]DEBGAug 14 12:22:38.626
70942026-08-14T12:22:39.682Z Aug 14 12:22:38.626INFOcreated new freemap , unitadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
70952026-08-14T12:22:39.682ZAug 14 12:22:38.626DEBGAug 14 12:22:38.626 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing 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 } }]
70962026-08-14T12:22:39.682Z
70972026-08-14T12:22:39.682Zreplacing 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 } }]
70982026-08-14T12:22:39.682ZAug 14 12:22:38.626 DEBGfreemap_route_ipv6:Aug 14 12:22:38.626 INFO
70992026-08-14T12:22:39.682Z freemap_route_ipv6 Aug 14 12:22:38.626replacing 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 } }]
71002026-08-14T12:22:39.682Z
71012026-08-14T12:22:39.682Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO
71022026-08-14T12:22:39.682Z
71032026-08-14T12:22:39.682Z adding route 172.17.0.12/32 -> 10.0.0.255
71042026-08-14T12:22:39.682ZAug 14 12:22:38.626Aug 14 12:22:38.626 INFOAug 14 12:22:38.626Aug 14 12:22:38.626 DEBGDEBGAug 14 12:22:38.626DEBG 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 } }]DEBGadding route 172.17.0.25/32 -> 10.0.0.255
71052026-08-14T12:22:39.682Z
71062026-08-14T12:22:39.682Zreplacing 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 } }]
71072026-08-14T12:22:39.682ZAug 14 12:22:38.626 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 14 12:22:38.626initted freemap. size: 64
71082026-08-14T12:22:39.682ZAug 14 12:22:38.626, DEBG DEBGunitAug 14 12:22:38.626: INFO 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 freemap_route_ipv4
71092026-08-14T12:22:39.682Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
71102026-08-14T12:22:39.706Z
71112026-08-14T12:22:39.706Zadding route 172.17.0.13/32 -> 10.0.0.255Aug 14 12:22:38.626 initted freemap. size: 64
71122026-08-14T12:22:39.706Z, Aug 14 12:22:38.626unit :DEBG Aug 14 12:22:38.626INFO freemap_route_ipv4replacing 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
71132026-08-14T12:22:39.706Zadding route 172.17.0.26/32 -> 10.0.0.255Aug 14 12:22:38.626 Aug 14 12:22:38.626
71142026-08-14T12:22:39.706ZDEBG
71152026-08-14T12:22:39.706Z INFO Aug 14 12:22:38.626replacing 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 } }]
71162026-08-14T12:22:39.706Z INFOreset freemapadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
71172026-08-14T12:22:39.706Z , adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 14 12:22:38.626unit: freemap_route_ipv4
71182026-08-14T12:22:39.706Z
71192026-08-14T12:22:39.707ZAug 14 12:22:38.626DEBG Aug 14 12:22:38.626replacing 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 14 12:22:38.626INFO
71202026-08-14T12:22:39.707Zadding route 172.17.0.14/32 -> 10.0.0.255 Aug 14 12:22:38.626DEBG
71212026-08-14T12:22:39.707Z Aug 14 12:22:38.626DEBG Aug 14 12:22:38.626DEBG Aug 14 12:22:38.626 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
71222026-08-14T12:22:39.707Z DEBG reset freemapINFOreplacing 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 } }]initted freemap. size: 64Aug 14 12:22:38.626, 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
71232026-08-14T12:22:39.707Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 172.17.0.27/32 -> 10.0.0.255unit:,
71242026-08-14T12:22:39.707Z freemap_route_ipv4
71252026-08-14T12:22:39.707Z
71262026-08-14T12:22:39.707Zunit
71272026-08-14T12:22:39.707ZAug 14 12:22:38.626 :INFO freemap_route_ipv6
71282026-08-14T12:22:39.707ZAug 14 12:22:38.626 Aug 14 12:22:38.626DEBG Aug 14 12:22:38.626Aug 14 12:22:38.626 adding route 172.17.0.15/32 -> 10.0.0.255DEBG
71292026-08-14T12:22:39.707Zreplacing 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 } }]
71302026-08-14T12:22:39.707ZAug 14 12:22:38.626replacing 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 } }] INFO Aug 14 12:22:38.626DEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
71312026-08-14T12:22:39.707Zreset freemap Aug 14 12:22:38.626, unitINFODEBG adding route 172.17.0.28/32 -> 10.0.0.255
71322026-08-14T12:22:39.707Z: Aug 14 12:22:38.626freemap_route_ipv6 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 } }]INFO
71332026-08-14T12:22:39.707Z
71342026-08-14T12:22:39.707Z
71352026-08-14T12:22:39.707Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
71362026-08-14T12:22:39.707ZAug 14 12:22:38.626DEBGAug 14 12:22:38.626 initted freemap. size: 64 DEBG Aug 14 12:22:38.626 Aug 14 12:22:38.626DEBGreplacing 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 } }]
71372026-08-14T12:22:39.707Z Aug 14 12:22:38.626INFOreplacing 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 } }]
71382026-08-14T12:22:39.707Z DEBG, adding route 172.17.0.16/32 -> 10.0.0.255unitAug 14 12:22:38.626:
71392026-08-14T12:22:39.707Z INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 14 12:22:38.626freemap_route_ipv6
71402026-08-14T12:22:39.707ZAug 14 12:22:38.626INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]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 } }]
71412026-08-14T12:22:39.707Z
71422026-08-14T12:22:39.707Z
71432026-08-14T12:22:39.707Z
71442026-08-14T12:22:39.707Z
71452026-08-14T12:22:39.707ZAug 14 12:22:38.626Aug 14 12:22:38.626Aug 14 12:22:38.626 Aug 14 12:22:38.626 INFO DEBGDEBGadding route 172.17.0.17/32 -> 10.0.0.255 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 } }]
71462026-08-14T12:22:39.707Z
71472026-08-14T12:22:39.707ZAug 14 12:22:38.626replacing 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 14 12:22:38.626Aug 14 12:22:38.626 DEBG DEBG
71482026-08-14T12:22:39.707ZDEBG Aug 14 12:22:38.626 INFO INFOAug 14 12:22:38.626 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.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 } }]
71492026-08-14T12:22:39.707Z
71502026-08-14T12:22:39.707ZINFO adding route 172.17.0.30/32 -> 10.0.0.255
71512026-08-14T12:22:39.707Zreset freemap, adding route 3fff:beef:17::/64 -> 2001:db8::55:ffunitAug 14 12:22:38.626
71522026-08-14T12:22:39.707Z INFOAug 14 12:22:38.626 adding route 172.17.0.18/32 -> 10.0.0.255 :
71532026-08-14T12:22:39.707Z INFOfreemap_route_ipv6Aug 14 12:22:38.626
71542026-08-14T12:22:39.707Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:2
71552026-08-14T12:22:39.707Z
71562026-08-14T12:22:39.707ZDEBG Aug 14 12:22:38.626 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 } }]
71572026-08-14T12:22:39.708ZDEBGAug 14 12:22:38.626 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 } }]Aug 14 12:22:38.626Aug 14 12:22:38.626 DEBG
71582026-08-14T12:22:39.708Z Aug 14 12:22:38.626DEBGreplacing 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 } }]
71592026-08-14T12:22:39.708ZAug 14 12:22:38.626DEBG INFOreplacing 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 14 12:22:38.626
71602026-08-14T12:22:39.708Z Aug 14 12:22:38.626 DEBGINFO INFOreplacing 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: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.31/32 -> 10.0.0.255
71612026-08-14T12:22:39.708Z
71622026-08-14T12:22:39.708Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
71632026-08-14T12:22:39.708Z
71642026-08-14T12:22:39.708ZAug 14 12:22:38.626 INFO
71652026-08-14T12:22:39.708Z Aug 14 12:22:38.626 Aug 14 12:22:38.626DEBG Aug 14 12:22:38.626DEBG 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 } }]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.19/32 -> 10.0.0.255DEBG
71662026-08-14T12:22:39.708Z
71672026-08-14T12:22:39.708Ztest route::tests::rollback_on_compact_write_failure ... ok
71682026-08-14T12:22:39.708Z 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 } }]
71692026-08-14T12:22:39.708Ztest route::tests::identity_replace_is_noop ... ok
71702026-08-14T12:22:39.708Z
71712026-08-14T12:22:39.708ZAug 14 12:22:38.626Aug 14 12:22:38.626 Aug 14 12:22:38.626INFO Aug 14 12:22:38.626 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO
71722026-08-14T12:22:39.708Z INFO
71732026-08-14T12:22:39.708ZAug 14 12:22:38.626 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 172.17.0.32/32 -> 10.0.0.255
71742026-08-14T12:22:39.708ZAug 14 12:22:38.626INFOAug 14 12:22:38.626DEBG
71752026-08-14T12:22:39.708Z DEBG DEBGreplacing 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 } }]
71762026-08-14T12:22:39.708Zreplacing 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 } }]
71772026-08-14T12:22:39.708Zreplacing 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 14 12:22:38.627Aug 14 12:22:38.627
71782026-08-14T12:22:39.708Z DEBGadding route 172.16.0.0/32 -> 10.0.0.2
71792026-08-14T12:22:39.708Zreplacing 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 } }]DEBG
71802026-08-14T12:22:39.708ZAug 14 12:22:38.627 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 Aug 14 12:22:38.627Aug 14 12:22:38.627adding route 172.17.0.20/32 -> 10.0.0.255
71812026-08-14T12:22:39.708Z INFOINFO Aug 14 12:22:38.627adding route 172.17.0.33/32 -> 10.0.0.255
71822026-08-14T12:22:39.708Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 14 12:22:38.627
71832026-08-14T12:22:39.708Z
71842026-08-14T12:22:39.708ZAug 14 12:22:38.627Aug 14 12:22:38.627 DEBG DEBGAug 14 12:22:38.627replacing 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 } }]
71852026-08-14T12:22:39.708Z DEBGINFOINFO adding route 172.17.0.10/32 -> 10.0.0.255replacing 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 } }]
71862026-08-14T12:22:39.708Zreplacing 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 } }]
71872026-08-14T12:22:39.708Z
71882026-08-14T12:22:39.708Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 14 12:22:38.627Aug 14 12:22:38.627 DEBG Aug 14 12:22:38.627 Aug 14 12:22:38.627replacing 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 } }]
71892026-08-14T12:22:39.708ZAug 14 12:22:38.627 INFOINFODEBG adding route 172.17.0.21/32 -> 10.0.0.255INFO
71902026-08-14T12:22:39.708Z 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 } }]
71912026-08-14T12:22:39.708Z
71922026-08-14T12:22:39.708Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 14 12:22:38.627
71932026-08-14T12:22:39.708Zadding route 172.16.0.0/32 -> 10.0.0.3INFO
71942026-08-14T12:22:39.708ZAug 14 12:22:38.627Aug 14 12:22:38.627adding route 172.17.0.34/32 -> 10.0.0.255
71952026-08-14T12:22:39.708ZDEBGAug 14 12:22:38.627 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 14 12:22:38.627
71962026-08-14T12:22:39.708Z 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 } }]DEBG
71972026-08-14T12:22:39.709Z 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 } }]
71982026-08-14T12:22:39.709ZAug 14 12:22:38.627Aug 14 12:22:38.627 Aug 14 12:22:38.627 DEBGadding route 172.17.0.11/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 } }, 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 } }]INFOAug 14 12:22:38.627
71992026-08-14T12:22:39.709Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
72002026-08-14T12:22:39.709ZINFO Aug 14 12:22:38.627
72012026-08-14T12:22:39.709Z 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 14 12:22:38.627adding route 172.17.0.35/32 -> 10.0.0.255 DEBG
72022026-08-14T12:22:39.709Z adding route 172.17.0.22/32 -> 10.0.0.255replacing 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 14 12:22:38.627
72032026-08-14T12:22:39.709ZAug 14 12:22:38.627 DEBG
72042026-08-14T12:22:39.709Z
72052026-08-14T12:22:39.709ZAug 14 12:22:38.627 Aug 14 12:22:38.627DEBG 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 } }]INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff 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 172.16.0.0/32 -> 10.0.0.4
72062026-08-14T12:22:39.709Z
72072026-08-14T12:22:39.709Z
72082026-08-14T12:22:39.709Z
72092026-08-14T12:22:39.709Z Aug 14 12:22:38.633initted freemap. size: 64Aug 14 12:22:38.633 Aug 14 12:22:38.633DEBG INFODEBGAug 14 12:22:38.633 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 } }]
72102026-08-14T12:22:39.714Z, adding route 172.17.0.12/32 -> 10.0.0.255INFOunit
72112026-08-14T12:22:39.714Zreplacing 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 172.17.0.36/32 -> 10.0.0.255:
72122026-08-14T12:22:39.714Z
72132026-08-14T12:22:39.714Z Aug 14 12:22:38.633Aug 14 12:22:38.633freemap_route_ipv4
72142026-08-14T12:22:39.714Z DEBGAug 14 12:22:38.633 INFO Aug 14 12:22:38.633adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff 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 } }]
72152026-08-14T12:22:39.714Z
72162026-08-14T12:22:39.714Zreplacing 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 14 12:22:38.633
72172026-08-14T12:22:39.714Z DEBGAug 14 12:22:38.633 reset freemapDEBGAug 14 12:22:38.633 , 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 } }]unitAug 14 12:22:38.633: INFOfreemap_route_ipv4
72182026-08-14T12:22:39.715Z INFOadding route 172.17.0.37/32 -> 10.0.0.255
72192026-08-14T12:22:39.715Z
72202026-08-14T12:22:39.715Z adding route 172.17.0.13/32 -> 10.0.0.255Aug 14 12:22:38.633
72212026-08-14T12:22:39.715Z Aug 14 12:22:38.633Aug 14 12:22:38.633Aug 14 12:22:38.633 DEBGDEBGINFO initted freemap. size: 64 , 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 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBGunit :
72222026-08-14T12:22:39.715Z 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 } }]freemap_route_ipv6
72232026-08-14T12:22:39.715Z
72242026-08-14T12:22:39.715Z
72252026-08-14T12:22:39.715ZAug 14 12:22:38.633Aug 14 12:22:38.633 INFODEBG Aug 14 12:22:38.633 adding route 172.17.0.38/32 -> 10.0.0.255replacing 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 } }]
72262026-08-14T12:22:39.715Z
72272026-08-14T12:22:39.715ZAug 14 12:22:38.633DEBG reset freemapINFO, adding route 172.17.0.14/32 -> 10.0.0.255unit
72282026-08-14T12:22:39.715Z:Aug 14 12:22:38.633 Aug 14 12:22:38.633 freemap_route_ipv6
72292026-08-14T12:22:39.715ZDEBGINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing 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 } }]
72302026-08-14T12:22:39.715ZAug 14 12:22:38.633
72312026-08-14T12:22:39.715ZAug 14 12:22:38.633 INFODEBG Aug 14 12:22:38.633adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 14 12:22:38.633replacing 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 } }]
72322026-08-14T12:22:39.715Z INFO DEBG
72332026-08-14T12:22:39.715Z adding route 172.17.0.39/32 -> 10.0.0.255Aug 14 12:22:38.633replacing 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 } }]
72342026-08-14T12:22:39.715Z
72352026-08-14T12:22:39.715ZDEBG 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 14 12:22:38.633
72362026-08-14T12:22:39.715ZAug 14 12:22:38.633Aug 14 12:22:38.633 INFODEBGAug 14 12:22:38.633 INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
72372026-08-14T12:22:39.715Zreplacing 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 } }]
72382026-08-14T12:22:39.715Zadding route 3fff:dead::/64 -> 2001:db8::55:2
72392026-08-14T12:22:39.715Z
72402026-08-14T12:22:39.715ZAug 14 12:22:38.633 Aug 14 12:22:38.633DEBGAug 14 12:22:38.633 Aug 14 12:22:38.633DEBG INFO DEBGreplacing 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: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 } }]
72412026-08-14T12:22:39.715Zreplacing 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 } }]
72422026-08-14T12:22:39.715Z
72432026-08-14T12:22:39.715Z adding route 172.17.0.40/32 -> 10.0.0.255Aug 14 12:22:38.633Aug 14 12:22:38.633
72442026-08-14T12:22:39.715Z INFO Aug 14 12:22:38.633 Aug 14 12:22:38.633 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
72452026-08-14T12:22:39.715Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
72462026-08-14T12:22:39.715ZINFO 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 } }]Aug 14 12:22:38.633
72472026-08-14T12:22:39.715Z adding route 172.17.0.16/32 -> 10.0.0.255DEBG
72482026-08-14T12:22:39.715Z 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 14 12:22:38.633Aug 14 12:22:38.633
72492026-08-14T12:22:39.715Z DEBGAug 14 12:22:38.627 Aug 14 12:22:38.633INFOAug 14 12:22:38.633replacing 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 } }] INFODEBGadding route 172.17.0.41/32 -> 10.0.0.255
72502026-08-14T12:22:39.715Zadding route 3fff:dead::/64 -> 2001:db8::55:4
72512026-08-14T12:22:39.715Z
72522026-08-14T12:22:39.715Z 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 } }]
72532026-08-14T12:22:39.715ZAug 14 12:22:38.633 Aug 14 12:22:38.633 DEBGAug 14 12:22:38.633created new freemap Aug 14 12:22:38.633DEBG INFO, 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 } }]
72542026-08-14T12:22:39.715Zunitadding route 172.17.0.17/32 -> 10.0.0.255replacing 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 } }]
72552026-08-14T12:22:39.715Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
72562026-08-14T12:22:39.715Z:
72572026-08-14T12:22:39.716Z Aug 14 12:22:38.633 freemap_route_ipv4DEBG
72582026-08-14T12:22:39.716ZAug 14 12:22:38.633Aug 14 12:22:38.633 DEBG INFOreplacing 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.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 } }]
72592026-08-14T12:22:39.716ZAug 14 12:22:38.633
72602026-08-14T12:22:39.716Zadding route 172.17.0.42/32 -> 10.0.0.255
72612026-08-14T12:22:39.716Z Aug 14 12:22:38.633Aug 14 12:22:38.633 Aug 14 12:22:38.633INFO DEBGAug 14 12:22:38.633adding route 3fff:beef:24::/64 -> 2001:db8::55:ff INFO
72622026-08-14T12:22:39.716Z DEBG created new freemap 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 } }]adding route 172.17.0.18/32 -> 10.0.0.255Aug 14 12:22:38.633DEBG,
72632026-08-14T12:22:39.716Zunitreplacing 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:
72642026-08-14T12:22:39.716Z
72652026-08-14T12:22:39.716Z 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 } }]
72662026-08-14T12:22:39.716Z freemap_route_ipv6Aug 14 12:22:38.633
72672026-08-14T12:22:39.716Ztest route::tests::same_size_non_subset_replace ... ok
72682026-08-14T12:22:39.716ZAug 14 12:22:38.633Aug 14 12:22:38.633 DEBG WARNINFOAug 14 12:22:38.633DEBG shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
72692026-08-14T12:22:39.716Zreplacing 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
72702026-08-14T12:22:39.716Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
72712026-08-14T12:22:39.716Z
72722026-08-14T12:22:39.716Zadding route 172.17.0.43/32 -> 10.0.0.255Aug 14 12:22:38.633Aug 14 12:22:38.633
72732026-08-14T12:22:39.716Z INFOAug 14 12:22:38.633 adding route 172.17.0.19/32 -> 10.0.0.255DEBG
72742026-08-14T12:22:39.716ZAug 14 12:22:38.633 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 } }]DEBG
72752026-08-14T12:22:39.716Z initted freemap. size: 64Aug 14 12:22:38.633DEBG , DEBGunit 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 14 12:22:38.633replacing 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 } }]
72762026-08-14T12:22:39.716Z
72772026-08-14T12:22:39.716ZINFO :adding route 3fff:beef:26::/64 -> 2001:db8::55:ff freemap_route_ipv4
72782026-08-14T12:22:39.716Z
72792026-08-14T12:22:39.716ZAug 14 12:22:38.633 Aug 14 12:22:38.633INFO INFOadding route 172.17.0.44/32 -> 10.0.0.255
72802026-08-14T12:22:39.716Zadding route 172.17.0.20/32 -> 10.0.0.255Aug 14 12:22:38.633
72812026-08-14T12:22:39.716Z Aug 14 12:22:38.633DEBG Aug 14 12:22:38.633DEBGreplacing 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 14 12:22:38.633 reset freemap
72822026-08-14T12:22:39.716Z , DEBGDEBGunit :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.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 } }]
72832026-08-14T12:22:39.716Z
72842026-08-14T12:22:39.716Zfreemap_route_ipv4
72852026-08-14T12:22:39.716ZAug 14 12:22:38.633 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 14 12:22:38.633Aug 14 12:22:38.633
72862026-08-14T12:22:39.716Z INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255initted freemap. size: 64
72872026-08-14T12:22:39.716ZAug 14 12:22:38.633, Aug 14 12:22:38.633unitDEBG INFO: Aug 14 12:22:38.633 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 } }]
72882026-08-14T12:22:39.716ZDEBGadding route 172.17.0.21/32 -> 10.0.0.255
72892026-08-14T12:22:39.716Zreplacing 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 } }]freemap_route_ipv6
72902026-08-14T12:22:39.716ZAug 14 12:22:38.633
72912026-08-14T12:22:39.716Z Aug 14 12:22:38.633INFO DEBGadding route 3fff:beef:28::/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 } }]
72922026-08-14T12:22:39.716Z
72932026-08-14T12:22:39.716ZAug 14 12:22:38.633 Aug 14 12:22:38.633INFO DEBGadding route 172.17.0.46/32 -> 10.0.0.255
72942026-08-14T12:22:39.716Zreset freemap, unitAug 14 12:22:38.633Aug 14 12:22:38.633Aug 14 12:22:38.633: DEBGfreemap_route_ipv6INFO
72952026-08-14T12:22:39.716Z 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 } }]adding route 172.17.0.22/32 -> 10.0.0.255
72962026-08-14T12:22:39.716ZDEBG
72972026-08-14T12:22:39.717Z Aug 14 12:22:38.633replacing 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 } }]
72982026-08-14T12:22:39.717ZINFO Aug 14 12:22:38.633adding route 172.16.0.0/32 -> 10.0.0.1
72992026-08-14T12:22:39.717ZAug 14 12:22:38.633DEBG INFOAug 14 12:22:38.633 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 14 12:22:38.633adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
73002026-08-14T12:22:39.717ZINFODEBG 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 } }]
73012026-08-14T12:22:39.717Z
73022026-08-14T12:22:39.717ZAug 14 12:22:38.633 INFOadding route 172.17.0.47/32 -> 10.0.0.255
73032026-08-14T12:22:39.717Zadding route 172.17.0.23/32 -> 10.0.0.255Aug 14 12:22:38.633
73042026-08-14T12:22:39.717ZINFO Aug 14 12:22:38.633Aug 14 12:22:38.633 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 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 } }]
73052026-08-14T12:22:39.717Zadding route 172.16.0.0/32 -> 10.0.0.2
73062026-08-14T12:22:39.717Z
73072026-08-14T12:22:39.717ZAug 14 12:22:38.633 Aug 14 12:22:38.633DEBG Aug 14 12:22:38.633INFO Aug 14 12:22:38.633replacing 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:2a::/64 -> 2001:db8::55:ffINFO
73082026-08-14T12:22:39.717Z
73092026-08-14T12:22:39.717Z DEBGadding route 172.17.0.48/32 -> 10.0.0.255
73102026-08-14T12:22:39.721Z 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 14 12:22:38.633Aug 14 12:22:38.633 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing 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 } }]
73112026-08-14T12:22:39.721Z
73122026-08-14T12:22:39.721Z
73132026-08-14T12:22:39.721ZAug 14 12:22:38.633 DEBG Aug 14 12:22:38.633replacing 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 } }] 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 } }]Aug 14 12:22:38.634Aug 14 12:22:38.634 Aug 14 12:22:38.633DEBGDEBG
73142026-08-14T12:22:39.721Z INFO created new freemapadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffcreated new freemap, Aug 14 12:22:38.639,
73152026-08-14T12:22:39.721Zunit INFO: unitadding route 172.17.0.25/32 -> 10.0.0.255:
73162026-08-14T12:22:39.721Z freemap_route_ipv4
73172026-08-14T12:22:39.721Zfreemap_route_ipv4Aug 14 12:22:38.639Aug 14 12:22:38.639
73182026-08-14T12:22:39.721ZDEBG DEBGreplacing 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 } }]
73192026-08-14T12:22:39.721Zreplacing 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 14 12:22:38.639
73202026-08-14T12:22:39.721Z DEBGAug 14 12:22:38.639 created new freemapAug 14 12:22:38.639DEBG created new freemapAug 14 12:22:38.639 INFO, unitadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff :
73212026-08-14T12:22:39.721ZINFO freemap_route_ipv6adding route 172.17.0.26/32 -> 10.0.0.255
73222026-08-14T12:22:39.721Z
73232026-08-14T12:22:39.721ZAug 14 12:22:38.639 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 } }]Aug 14 12:22:38.639
73242026-08-14T12:22:39.721Z DEBGAug 14 12:22:38.639 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 } }]DEBG
73252026-08-14T12:22:39.721ZAug 14 12:22:38.639 initted freemap. size: 64INFO, unitAug 14 12:22:38.639:adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
73262026-08-14T12:22:39.721Z INFOfreemap_route_ipv4
73272026-08-14T12:22:39.721Zadding route 172.17.0.27/32 -> 10.0.0.255
73282026-08-14T12:22:39.721ZAug 14 12:22:38.639 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 } }]
73292026-08-14T12:22:39.721ZAug 14 12:22:38.639 DEBG reset freemap, , Aug 14 12:22:38.639unitunitAug 14 12:22:38.639: INFODEBGfreemap_route_ipv6 : 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 } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
73302026-08-14T12:22:39.721Z
73312026-08-14T12:22:39.721Z
73322026-08-14T12:22:39.721Z freemap_route_ipv4Aug 14 12:22:38.639Aug 14 12:22:38.639 Aug 14 12:22:38.639DEBG INFO
73332026-08-14T12:22:39.721Zreplacing 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 } }]
73342026-08-14T12:22:39.721Zadding route 172.17.0.28/32 -> 10.0.0.255DEBG
73352026-08-14T12:22:39.721Z Aug 14 12:22:38.627initted freemap. size: 64 Aug 14 12:22:38.639, INFOunit :Aug 14 12:22:38.639 adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 14 12:22:38.639
73362026-08-14T12:22:39.722Z
73372026-08-14T12:22:39.722Z INFO DEBG DEBGAug 14 12:22:38.639 initted freemap. size: 64 , 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 } }] unit
73382026-08-14T12:22:39.722Z:reset freemap , adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunit
73392026-08-14T12:22:39.722Zfreemap_route_ipv6:
73402026-08-14T12:22:39.722Z Aug 14 12:22:38.639 Aug 14 12:22:38.639freemap_route_ipv4INFOAug 14 12:22:38.639 DEBGadding route 172.17.0.29/32 -> 10.0.0.255
73412026-08-14T12:22:39.722ZAug 14 12:22:38.639replacing 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
73422026-08-14T12:22:39.722Z
73432026-08-14T12:22:39.722Z Aug 14 12:22:38.639 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 } }]DEBGDEBG
73442026-08-14T12:22:39.722ZAug 14 12:22:38.640 reset freemapAug 14 12:22:38.640, initted freemap. size: 64DEBGunit , :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 } }]unit
73452026-08-14T12:22:39.722Z :Aug 14 12:22:38.640 INFO freemap_route_ipv6adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
73462026-08-14T12:22:39.722Zfreemap_route_ipv6
73472026-08-14T12:22:39.722ZINFOAug 14 12:22:38.640 INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
73482026-08-14T12:22:39.722Zadding route 172.17.0.30/32 -> 10.0.0.255Aug 14 12:22:38.640Aug 14 12:22:38.640
73492026-08-14T12:22:39.722Z DEBG
73502026-08-14T12:22:39.722ZDEBGAug 14 12:22:38.640Aug 14 12:22:38.640 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 } }]DEBG
73512026-08-14T12:22:39.722Zreset freemap , 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
73522026-08-14T12:22:39.722Z: DEBGfreemap_route_ipv6 Aug 14 12:22:38.640replacing 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 14 12:22:38.640
73532026-08-14T12:22:39.722Z
73542026-08-14T12:22:39.722ZAug 14 12:22:38.640INFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 14 12:22:38.640
73552026-08-14T12:22:39.722Z INFO INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 14 12:22:38.640
73562026-08-14T12:22:39.722ZAug 14 12:22:38.640
73572026-08-14T12:22:39.722Z INFO
73582026-08-14T12:22:39.722Z DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 14 12:22:38.640
73592026-08-14T12:22:39.722Z DEBGreplacing 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 14 12:22:38.640
73602026-08-14T12:22:39.722Zreplacing 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 14 12:22:38.640
73612026-08-14T12:22:39.722ZDEBG DEBGAug 14 12:22:38.640Aug 14 12:22:38.640replacing 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 14 12:22:38.640
73622026-08-14T12:22:39.722Z DEBGINFO INFOreplacing 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 14 12:22:38.640
73632026-08-14T12:22:39.722Z 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.32/32 -> 10.0.0.255
73642026-08-14T12:22:39.722Z
73652026-08-14T12:22:39.722Z
73662026-08-14T12:22:39.722Z Aug 14 12:22:38.640adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 14 12:22:38.640 Aug 14 12:22:38.640INFOINFO DEBG
73672026-08-14T12:22:39.722Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
73682026-08-14T12:22:39.722Zadding route 3fff:beef:32::/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 } }]Aug 14 12:22:38.640
73692026-08-14T12:22:39.722Z DEBG Aug 14 12:22:38.640Aug 14 12:22:38.640 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 } }]
73702026-08-14T12:22:39.722ZDEBG 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 } }] 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 } }]
73712026-08-14T12:22:39.722Z
73722026-08-14T12:22:39.722Z
73732026-08-14T12:22:39.722ZAug 14 12:22:38.640Aug 14 12:22:38.640 Aug 14 12:22:38.640 INFOAug 14 12:22:38.640 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
73742026-08-14T12:22:39.722ZINFOAug 14 12:22:38.640 DEBG INFOreplacing 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 } }]
73752026-08-14T12:22:39.722ZAug 14 12:22:38.640 adding route 172.17.0.33/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3
73762026-08-14T12:22:39.723Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
73772026-08-14T12:22:39.723Z
73782026-08-14T12:22:39.723ZDEBG 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 14 12:22:38.640
73792026-08-14T12:22:39.723ZAug 14 12:22:38.640Aug 14 12:22:38.640Aug 14 12:22:38.640 DEBG 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 } }] Aug 14 12:22:38.640
73802026-08-14T12:22:39.723ZDEBG 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 } }]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 14 12:22:38.640
73812026-08-14T12:22:39.723ZINFOadding route 3fff:dead::/64 -> 2001:db8::55:4 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
73822026-08-14T12:22:39.723Z
73832026-08-14T12:22:39.723Z
73842026-08-14T12:22:39.723Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 14 12:22:38.640
73852026-08-14T12:22:39.723Z INFOAug 14 12:22:38.640Aug 14 12:22:38.640 adding route 172.17.0.34/32 -> 10.0.0.255DEBG Aug 14 12:22:38.640Aug 14 12:22:38.640DEBG
73862026-08-14T12:22:39.723Z 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: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 } }]
73872026-08-14T12:22:39.723Z
73882026-08-14T12:22:39.723Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
73892026-08-14T12:22:39.723ZAug 14 12:22:38.640 DEBGDEBGAug 14 12:22:38.640 Aug 14 12:22:38.640INFO 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 } }]
73902026-08-14T12:22:39.723ZDEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
73912026-08-14T12:22:39.723ZAug 14 12:22:38.640replacing 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 } }]
73922026-08-14T12:22:39.723ZDEBGreplacing 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 14 12:22:38.640replacing 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
73932026-08-14T12:22:39.723Z
73942026-08-14T12:22:39.723Zreplacing 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 14 12:22:38.640
73952026-08-14T12:22:39.723Z DEBGAug 14 12:22:38.640 Aug 14 12:22:38.640 INFOINFOAug 14 12:22:38.640Aug 14 12:22:38.633 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.3, vlan_id: None } }] adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
73962026-08-14T12:22:39.723Z
73972026-08-14T12:22:39.723Z
73982026-08-14T12:22:39.723Z INFOAug 14 12:22:38.640 DEBGadding route 172.17.0.35/32 -> 10.0.0.255
73992026-08-14T12:22:39.723Zreplacing 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 } }]
74002026-08-14T12:22:39.723ZAug 14 12:22:38.640 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 } }]
74012026-08-14T12:22:39.723ZAug 14 12:22:38.640
74022026-08-14T12:22:39.723ZAug 14 12:22:38.640 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 14 12:22:38.640
74032026-08-14T12:22:39.723Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
74042026-08-14T12:22:39.723Z Aug 14 12:22:38.640adding route 172.17.0.49/32 -> 10.0.0.255
74052026-08-14T12:22:39.723ZDEBG Aug 14 12:22:38.640replacing 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 } }]
74062026-08-14T12:22:39.723ZDEBG Aug 14 12:22:38.640replacing 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 } }]
74072026-08-14T12:22:39.723ZDEBG 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 } }]
74082026-08-14T12:22:39.723ZAug 14 12:22:38.640Aug 14 12:22:38.640 INFOAug 14 12:22:38.640 Aug 14 12:22:38.640DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
74092026-08-14T12:22:39.723ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
74102026-08-14T12:22:39.727Z Aug 14 12:22:38.640adding route 172.17.0.50/32 -> 10.0.0.255 DEBG
74112026-08-14T12:22:39.727Zreplacing 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 } }]
74122026-08-14T12:22:39.727Zreplacing 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 14 12:22:38.640
74132026-08-14T12:22:39.727ZAug 14 12:22:38.640 DEBGDEBG 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 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 } }]
74142026-08-14T12:22:39.727Z
74152026-08-14T12:22:39.727ZAug 14 12:22:38.640Aug 14 12:22:38.640 INFOINFO Aug 14 12:22:38.640 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 14 12:22:38.640 INFOadding route 172.17.0.36/32 -> 10.0.0.255
74162026-08-14T12:22:39.727Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
74172026-08-14T12:22:39.727Z
74182026-08-14T12:22:39.728Zadding route 172.17.0.51/32 -> 10.0.0.255Aug 14 12:22:38.640
74192026-08-14T12:22:39.728Z DEBG Aug 14 12:22:38.640replacing 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
74202026-08-14T12:22:39.728Zreplacing 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 } }]
74212026-08-14T12:22:39.728ZAug 14 12:22:38.640Aug 14 12:22:38.640Aug 14 12:22:38.646 Aug 14 12:22:38.646DEBGINFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
74222026-08-14T12:22:39.728Zreplacing 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 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
74232026-08-14T12:22:39.728Z
74242026-08-14T12:22:39.728Z adding route 172.17.0.37/32 -> 10.0.0.255Aug 14 12:22:38.646Aug 14 12:22:38.646 DEBGINFO
74252026-08-14T12:22:39.728Zreplacing 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 172.17.0.52/32 -> 10.0.0.255Aug 14 12:22:38.646
74262026-08-14T12:22:39.728Z INFO
74272026-08-14T12:22:39.728Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 14 12:22:38.646
74282026-08-14T12:22:39.728Z DEBGAug 14 12:22:38.640Aug 14 12:22:38.646Aug 14 12:22:38.646 Aug 14 12:22:38.646DEBG 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 } }]INFO
74292026-08-14T12:22:39.728Z DEBGDEBG 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 } }]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 } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
74302026-08-14T12:22:39.728Z
74312026-08-14T12:22:39.728ZAug 14 12:22:38.646created new freemap
74322026-08-14T12:22:39.728Z INFOAug 14 12:22:38.646, Aug 14 12:22:38.646INFOAug 14 12:22:38.646unit : adding route 3fff:beef:32::/64 -> 2001:db8::55:ff freemap_route_ipv4
74332026-08-14T12:22:39.728Z
74342026-08-14T12:22:39.728ZDEBGadding route 172.17.0.38/32 -> 10.0.0.255
74352026-08-14T12:22:39.728Zreplacing 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 } }]INFOAug 14 12:22:38.646
74362026-08-14T12:22:39.728Z Aug 14 12:22:38.646DEBG 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 } }]created new freemapadding route 172.17.0.53/32 -> 10.0.0.255
74372026-08-14T12:22:39.728Z,
74382026-08-14T12:22:39.728Zunit:Aug 14 12:22:38.646Aug 14 12:22:38.646 Aug 14 12:22:38.646 INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
74392026-08-14T12:22:39.728Z
74402026-08-14T12:22:39.728Zfreemap_route_ipv6Aug 14 12:22:38.646
74412026-08-14T12:22:39.728Z Aug 14 12:22:38.646DEBGAug 14 12:22:38.646replacing 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 14 12:22:38.646
74422026-08-14T12:22:39.728Z DEBGDEBG 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 } }]
74432026-08-14T12:22:39.728Z 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 } }] initted freemap. size: 64
74442026-08-14T12:22:39.728ZAug 14 12:22:38.646 INFOreplacing 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 Aug 14 12:22:38.646
74452026-08-14T12:22:39.728Z adding route 172.17.0.54/32 -> 10.0.0.255:INFO
74462026-08-14T12:22:39.728Z freemap_route_ipv4Aug 14 12:22:38.646 Aug 14 12:22:38.646
74472026-08-14T12:22:39.728ZAug 14 12:22:38.646INFO INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff adding route 172.17.0.39/32 -> 10.0.0.255
74482026-08-14T12:22:39.728Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
74492026-08-14T12:22:39.728Z
74502026-08-14T12:22:39.728Z DEBG Aug 14 12:22:38.646replacing 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 } }]
74512026-08-14T12:22:39.728Z DEBGAug 14 12:22:38.646Aug 14 12:22:38.646 Aug 14 12:22:38.646 DEBGDEBG 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 } }] reset freemap
74522026-08-14T12:22:39.728ZDEBG, 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 } }]unitAug 14 12:22:38.646replacing 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 } }]:
74532026-08-14T12:22:39.728Z freemap_route_ipv4
74542026-08-14T12:22:39.728Z Aug 14 12:22:38.646 INFOINFO
74552026-08-14T12:22:39.728Z Aug 14 12:22:38.646 adding route 172.17.0.55/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
74562026-08-14T12:22:39.728Z
74572026-08-14T12:22:39.728ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
74582026-08-14T12:22:39.729ZAug 14 12:22:38.646 Aug 14 12:22:38.646Aug 14 12:22:38.646INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255 DEBG initted freemap. size: 64replacing 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 } }],
74592026-08-14T12:22:39.729ZAug 14 12:22:38.646
74602026-08-14T12:22:39.729ZAug 14 12:22:38.646unitDEBG: Aug 14 12:22:38.646replacing 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 } }] INFO
74612026-08-14T12:22:39.729Zfreemap_route_ipv6 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 14 12:22:38.646
74622026-08-14T12:22:39.729ZAug 14 12:22:38.646
74632026-08-14T12:22:39.729Z DEBG failed to allocate space for the new target listDEBG
74642026-08-14T12:22:39.729ZDEBGAug 14 12:22:38.646 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 } }] reset freemap
74652026-08-14T12:22:39.729Zreplacing 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 14 12:22:38.646
74662026-08-14T12:22:39.729ZDEBG Aug 14 12:22:38.646, 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 14 12:22:38.646 unitINFO
74672026-08-14T12:22:39.729Z :adding route 172.17.0.56/32 -> 10.0.0.255DEBG
74682026-08-14T12:22:39.729Z 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 } }]freemap_route_ipv6
74692026-08-14T12:22:39.729Ztest route::tests::shrink_preserves_compacted_order ... ok
74702026-08-14T12:22:39.729ZAug 14 12:22:38.646
74712026-08-14T12:22:39.729Ztest route::tests::delete_target_full ... ok
74722026-08-14T12:22:39.729ZAug 14 12:22:38.646 Aug 14 12:22:38.646 INFODEBGINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
74732026-08-14T12:22:39.729Zreplacing 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 14 12:22:38.646
74742026-08-14T12:22:39.729Z INFOadding route 172.17.0.41/32 -> 10.0.0.255Aug 14 12:22:38.646Aug 14 12:22:38.646
74752026-08-14T12:22:39.729Z INFOadding route 172.16.0.0/32 -> 10.0.0.1
74762026-08-14T12:22:39.729Zadding route 172.17.0.57/32 -> 10.0.0.255DEBG
74772026-08-14T12:22:39.729Z 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 14 12:22:38.646
74782026-08-14T12:22:39.729Z Aug 14 12:22:38.646DEBGAug 14 12:22:38.646 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 } }]
74792026-08-14T12:22:39.729ZDEBGDEBG Aug 14 12:22:38.646 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 } }]INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing 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 } }]
74802026-08-14T12:22:39.729Z
74812026-08-14T12:22:39.729Zreplacing 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 14 12:22:38.652
74822026-08-14T12:22:39.729Z Aug 14 12:22:38.652
74832026-08-14T12:22:39.729ZINFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255
74842026-08-14T12:22:39.729Zreplacing 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 } }]
74852026-08-14T12:22:39.729ZAug 14 12:22:38.627Aug 14 12:22:38.652 Aug 14 12:22:38.652INFODEBGAug 14 12:22:38.652 adding route 172.17.0.58/32 -> 10.0.0.255INFO
74862026-08-14T12:22:39.729Z 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 3fff:beef:39::/64 -> 2001:db8::55:ff
74872026-08-14T12:22:39.729Z
74882026-08-14T12:22:39.729ZDEBG 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 14 12:22:38.652
74892026-08-14T12:22:39.729Z 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 } }]Aug 14 12:22:38.647Aug 14 12:22:38.652 DEBG
74902026-08-14T12:22:39.729Z INFOcreated new freemap , adding route 172.17.0.43/32 -> 10.0.0.255unit
74912026-08-14T12:22:39.729Z: Aug 14 12:22:38.652freemap_route_ipv4
74922026-08-14T12:22:39.729ZINFO Aug 14 12:22:38.652Aug 14 12:22:38.652 adding route 172.17.0.59/32 -> 10.0.0.255INFO
74932026-08-14T12:22:39.729Z DEBGAug 14 12:22:38.652 adding route 172.16.0.0/32 -> 10.0.0.2
74942026-08-14T12:22:39.729ZDEBGreplacing 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 14 12:22:38.652created new freemap , DEBGunit :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 } }]
74952026-08-14T12:22:39.729Zfreemap_route_ipv6
74962026-08-14T12:22:39.729Z
74972026-08-14T12:22:39.729ZAug 14 12:22:38.652Aug 14 12:22:38.652 Aug 14 12:22:38.652Aug 14 12:22:38.652 INFODEBG DEBGadding route 172.17.0.60/32 -> 10.0.0.255
74982026-08-14T12:22:39.730Zinitted freemap. size: 64 , Aug 14 12:22:38.652INFO 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
74992026-08-14T12:22:39.730Z unitadding route 172.17.0.23/32 -> 10.0.0.255:
75002026-08-14T12:22:39.730ZAug 14 12:22:38.653 Aug 14 12:22:38.653adding route 172.17.0.44/32 -> 10.0.0.255 freemap_route_ipv4INFO
75012026-08-14T12:22:39.730Z
75022026-08-14T12:22:39.730ZAug 14 12:22:38.653 adding route 172.16.0.0/32 -> 10.0.0.3DEBG
75032026-08-14T12:22:39.730Z Aug 14 12:22:38.653DEBG Aug 14 12:22:38.653DEBG 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
75042026-08-14T12:22:39.730Zreplacing 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 } }]
75052026-08-14T12:22:39.730ZAug 14 12:22:38.653 Aug 14 12:22:38.653reset freemap Aug 14 12:22:38.653, unitINFO: adding route 172.17.0.24/32 -> 10.0.0.255 DEBGfreemap_route_ipv4
75062026-08-14T12:22:39.730Zreplacing 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 } }]
75072026-08-14T12:22:39.730ZINFOreplacing 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 } }]
75082026-08-14T12:22:39.730Zadding route 172.17.0.45/32 -> 10.0.0.255
75092026-08-14T12:22:39.730ZAug 14 12:22:38.653
75102026-08-14T12:22:39.734Z DEBG Aug 14 12:22:38.653initted freemap. size: 64Aug 14 12:22:38.653 Aug 14 12:22:38.653, INFOINFOAug 14 12:22:38.653 unit DEBGDEBG 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 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 } }]
75112026-08-14T12:22:39.734Z: freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.4
75122026-08-14T12:22:39.734Z
75132026-08-14T12:22:39.734Z
75142026-08-14T12:22:39.734ZAug 14 12:22:38.653 Aug 14 12:22:38.653INFOadding route 172.17.0.61/32 -> 10.0.0.255
75152026-08-14T12:22:39.734ZAug 14 12:22:38.653INFO Aug 14 12:22:38.653 DEBGadding route 172.17.0.46/32 -> 10.0.0.255 adding route 172.17.0.25/32 -> 10.0.0.255DEBG
75162026-08-14T12:22:39.734Z
75172026-08-14T12:22:39.734ZAug 14 12:22:38.653 reset 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 } }]unit
75182026-08-14T12:22:39.734Z:Aug 14 12:22:38.653 freemap_route_ipv6
75192026-08-14T12:22:39.734ZAug 14 12:22:38.653DEBG Aug 14 12:22:38.653 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 } }]DEBG
75202026-08-14T12:22:39.734Z 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 } }] 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.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 14 12:22:38.653Aug 14 12:22:38.653
75212026-08-14T12:22:39.734Z
75222026-08-14T12:22:39.734ZINFO adding route 172.16.0.0/32 -> 10.0.0.1INFO
75232026-08-14T12:22:39.734Z adding route 172.17.0.26/32 -> 10.0.0.255Aug 14 12:22:38.653
75242026-08-14T12:22:39.734Z 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 } }]INFO
75252026-08-14T12:22:39.734ZAug 14 12:22:38.653Aug 14 12:22:38.653 DEBG adding route 172.17.0.47/32 -> 10.0.0.255DEBG
75262026-08-14T12:22:39.734ZAug 14 12:22:38.653 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.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 } }]
75272026-08-14T12:22:39.734Z
75282026-08-14T12:22:39.734ZAug 14 12:22:38.653INFO Aug 14 12:22:38.653DEBG adding route 172.17.0.62/32 -> 10.0.0.255 INFO
75292026-08-14T12:22:39.734Zreplacing 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 } }]
75302026-08-14T12:22:39.735Zadding route 172.17.0.27/32 -> 10.0.0.255
75312026-08-14T12:22:39.735ZAug 14 12:22:38.653Aug 14 12:22:38.653 Aug 14 12:22:38.653DEBG INFOreplacing 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 14 12:22:38.653 Aug 14 12:22:38.653adding route 172.17.0.48/32 -> 10.0.0.255
75322026-08-14T12:22:39.735ZDEBGDEBG 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 } }]
75332026-08-14T12:22:39.735ZINFOreplacing 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 14 12:22:38.653
75342026-08-14T12:22:39.735Z DEBG
75352026-08-14T12:22:39.735Z adding route 172.16.0.0/32 -> 10.0.0.1
75362026-08-14T12:22:39.735ZAug 14 12:22:38.653Aug 14 12:22:38.653 DEBGINFOAug 14 12:22:38.653 Aug 14 12:22:38.653adding route 172.17.0.28/32 -> 10.0.0.255
75372026-08-14T12:22:39.735Z INFO failed to allocate space for the new target listadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
75382026-08-14T12:22:39.735ZDEBG
75392026-08-14T12:22:39.735Z 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 } }]Aug 14 12:22:38.653
75402026-08-14T12:22:39.735Z Aug 14 12:22:38.653Aug 14 12:22:38.653 DEBGDEBG 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 14 12:22:38.653
75412026-08-14T12:22:39.735Z DEBGINFO 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 } }]adding route 172.16.0.0/32 -> 10.0.0.1
75422026-08-14T12:22:39.735Z
75432026-08-14T12:22:39.735ZAug 14 12:22:38.653replacing 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
75442026-08-14T12:22:39.735Z Aug 14 12:22:38.653 adding route 172.17.0.29/32 -> 10.0.0.255Aug 14 12:22:38.653INFO
75452026-08-14T12:22:39.735ZDEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
75462026-08-14T12:22:39.735Zreplacing 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 } }]
75472026-08-14T12:22:39.735ZAug 14 12:22:38.653 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 } }]Aug 14 12:22:38.653
75482026-08-14T12:22:39.735Z Aug 14 12:22:38.653DEBG 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
75492026-08-14T12:22:39.735Z Aug 14 12:22:38.653adding route 172.16.0.0/32 -> 10.0.0.2
75502026-08-14T12:22:39.735ZINFO Aug 14 12:22:38.653adding route 172.17.0.30/32 -> 10.0.0.255
75512026-08-14T12:22:39.735ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
75522026-08-14T12:22:39.735ZAug 14 12:22:38.653 DEBG Aug 14 12:22:38.653replacing 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 } }]
75532026-08-14T12:22:39.735ZDEBG 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 } }]
75542026-08-14T12:22:39.735ZAug 14 12:22:38.653 INFO Aug 14 12:22:38.653adding route 172.17.0.31/32 -> 10.0.0.255Aug 14 12:22:38.653
75552026-08-14T12:22:39.735Z DEBGDEBG failed to allocate space for the new target list
75562026-08-14T12:22:39.735Zreplacing 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 14 12:22:38.653
75572026-08-14T12:22:39.735Z 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 } }]
75582026-08-14T12:22:39.735ZAug 14 12:22:38.653 DEBGAug 14 12:22:38.653 Aug 14 12:22:38.653replacing 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 } }] INFO
75592026-08-14T12:22:39.735ZINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255
75602026-08-14T12:22:39.735Z
75612026-08-14T12:22:39.735ZAug 14 12:22:38.653 Aug 14 12:22:38.653DEBG DEBGreplacing 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 } }]
75622026-08-14T12:22:39.735Zreplacing 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 } }]
75632026-08-14T12:22:39.735ZAug 14 12:22:38.653Aug 14 12:22:38.653 INFOINFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
75642026-08-14T12:22:39.735Z
75652026-08-14T12:22:39.735ZAug 14 12:22:38.653 Aug 14 12:22:38.653DEBG 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 } }]
75662026-08-14T12:22:39.735Zreplacing 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 } }]
75672026-08-14T12:22:39.735Z 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 14 12:22:38.653Aug 14 12:22:38.653
75682026-08-14T12:22:39.735Z INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
75692026-08-14T12:22:39.735Z
75702026-08-14T12:22:39.736ZAug 14 12:22:38.653 INFO adding route 172.17.0.49/32 -> 10.0.0.255Aug 14 12:22:38.653
75712026-08-14T12:22:39.736Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
75722026-08-14T12:22:39.736Z Aug 14 12:22:38.653DEBG 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 } }]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 14 12:22:38.653
75732026-08-14T12:22:39.736Z
75742026-08-14T12:22:39.736Z 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 } }]Aug 14 12:22:38.653
75752026-08-14T12:22:39.736Z Aug 14 12:22:38.653INFO adding route 172.17.0.35/32 -> 10.0.0.255INFO
75762026-08-14T12:22:39.736Ztest route::tests::add_target_fails_full ... ok
75772026-08-14T12:22:39.736Z adding route 172.17.0.3/32 -> 10.0.0.255Aug 14 12:22:38.653
75782026-08-14T12:22:39.736Z Aug 14 12:22:38.653INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255 Aug 14 12:22:38.653replacing 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 } }]
75792026-08-14T12:22:39.736Z
75802026-08-14T12:22:39.736ZDEBG 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 } }]
75812026-08-14T12:22:39.736ZAug 14 12:22:38.653Aug 14 12:22:38.653 INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255replacing 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 } }]
75822026-08-14T12:22:39.736Z
75832026-08-14T12:22:39.736ZAug 14 12:22:38.653 INFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 14 12:22:38.653Aug 14 12:22:38.653
75842026-08-14T12:22:39.736Z INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255Aug 14 12:22:38.653replacing 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 } }]
75852026-08-14T12:22:39.736Z
75862026-08-14T12:22:39.736ZDEBG 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 } }]
75872026-08-14T12:22:39.736ZAug 14 12:22:38.653 Aug 14 12:22:38.653DEBG Aug 14 12:22:38.653 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 } }] adding route 172.17.0.37/32 -> 10.0.0.255
75882026-08-14T12:22:39.736ZAug 14 12:22:38.653Aug 14 12:22:38.654 INFODEBG DEBG adding route 172.17.0.5/32 -> 10.0.0.255created new freemapAug 14 12:22:38.679created new freemap
75892026-08-14T12:22:39.736Z, , unit:DEBG unit freemap_route_ipv4replacing 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 } }]
75902026-08-14T12:22:39.736Z:
75912026-08-14T12:22:39.736Zfreemap_route_ipv4Aug 14 12:22:38.679
75922026-08-14T12:22:39.736Z DEBGAug 14 12:22:38.679 Aug 14 12:22:38.679DEBGreplacing 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 } }]
75932026-08-14T12:22:39.736Z created new freemapINFO, unitadding route 172.17.0.38/32 -> 10.0.0.255:Aug 14 12:22:38.679Aug 14 12:22:38.679 freemap_route_ipv6DEBG
75942026-08-14T12:22:39.736Z
75952026-08-14T12:22:39.736Z INFOcreated new freemap, unitadding route 172.17.0.6/32 -> 10.0.0.255:
75962026-08-14T12:22:39.736ZAug 14 12:22:38.679Aug 14 12:22:38.679 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 } }]DEBG
75972026-08-14T12:22:39.736Zinitted freemap. size: 64, unit: freemap_route_ipv4
75982026-08-14T12:22:39.736ZAug 14 12:22:38.679Aug 14 12:22:38.679 Aug 14 12:22:38.679 INFODEBG DEBGadding route 172.17.0.39/32 -> 10.0.0.255
75992026-08-14T12:22:39.736Z reset freemapreplacing 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 } }],
76002026-08-14T12:22:39.736ZunitAug 14 12:22:38.679: DEBGfreemap_route_ipv4
76012026-08-14T12:22:39.736Zreplacing 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 14 12:22:38.679
76022026-08-14T12:22:39.736Z INFOAug 14 12:22:38.679 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
76032026-08-14T12:22:39.736ZAug 14 12:22:38.679adding route 172.17.0.7/32 -> 10.0.0.255
76042026-08-14T12:22:39.736ZINFO
76052026-08-14T12:22:39.736Zadding route 172.17.0.40/32 -> 10.0.0.255Aug 14 12:22:38.679 Aug 14 12:22:38.679DEBG
76062026-08-14T12:22:39.736Z reset freemapDEBG, Aug 14 12:22:38.679Aug 14 12:22:38.679replacing 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 } }] INFODEBG
76072026-08-14T12:22:39.736Z 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
76082026-08-14T12:22:39.736Z: Aug 14 12:22:38.679freemap_route_ipv6adding route 172.17.0.52/32 -> 10.0.0.255
76092026-08-14T12:22:39.737Z
76102026-08-14T12:22:39.741ZINFO adding route 172.17.0.8/32 -> 10.0.0.255Aug 14 12:22:38.679Aug 14 12:22:38.679
76112026-08-14T12:22:39.741Z INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255
76122026-08-14T12:22:39.741Zreplacing 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 14 12:22:38.679
76132026-08-14T12:22:39.741Z Aug 14 12:22:38.679INFOAug 14 12:22:38.679 adding route 172.16.0.0/32 -> 10.0.0.1
76142026-08-14T12:22:39.741Z DEBG 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 } }]Aug 14 12:22:38.679Aug 14 12:22:38.679 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 } }]
76152026-08-14T12:22:39.741ZDEBG
76162026-08-14T12:22:39.741Z 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
76172026-08-14T12:22:39.741Z adding route 172.17.0.53/32 -> 10.0.0.255Aug 14 12:22:38.679
76182026-08-14T12:22:39.741Z Aug 14 12:22:38.679INFO INFOadding route 172.17.0.42/32 -> 10.0.0.255
76192026-08-14T12:22:39.741ZAug 14 12:22:38.679adding route 172.16.0.0/32 -> 10.0.0.2
76202026-08-14T12:22:39.741ZAug 14 12:22:38.679INFO adding route 172.17.0.9/32 -> 10.0.0.255
76212026-08-14T12:22:39.741ZDEBG Aug 14 12:22:38.679replacing 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 14 12:22:38.679
76222026-08-14T12:22:39.741Z 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.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 } }]
76232026-08-14T12:22:39.741Z
76242026-08-14T12:22:39.741ZAug 14 12:22:38.679 Aug 14 12:22:38.679DEBG 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 } }]
76252026-08-14T12:22:39.741ZAug 14 12:22:38.679Aug 14 12:22:38.679 adding route 172.17.0.54/32 -> 10.0.0.255INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255
76262026-08-14T12:22:39.741ZAug 14 12:22:38.679adding route 172.16.0.0/32 -> 10.0.0.3
76272026-08-14T12:22:39.741ZINFO
76282026-08-14T12:22:39.741Z Aug 14 12:22:38.679adding route 172.17.0.10/32 -> 10.0.0.255
76292026-08-14T12:22:39.741ZDEBGAug 14 12:22:38.679 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 } }]DEBG
76302026-08-14T12:22:39.741Z Aug 14 12:22:38.679replacing 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
76312026-08-14T12:22:39.741Z 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 14 12:22:38.679
76322026-08-14T12:22:39.741ZAug 14 12:22:38.679 DEBGINFOAug 14 12:22:38.679 INFOreplacing 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 14 12:22:38.679
76332026-08-14T12:22:39.741Zadding route 172.16.0.0/32 -> 10.0.0.4
76342026-08-14T12:22:39.741ZINFOadding route 172.17.0.55/32 -> 10.0.0.255
76352026-08-14T12:22:39.741Zadding route 172.17.0.44/32 -> 10.0.0.255Aug 14 12:22:38.679
76362026-08-14T12:22:39.741Z Aug 14 12:22:38.679DEBGAug 14 12:22:38.679 DEBGAug 14 12:22:38.679 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 } }]DEBGINFO
76372026-08-14T12:22:39.741Z adding route 172.17.0.11/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 } }]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 } }]
76382026-08-14T12:22:39.741Z
76392026-08-14T12:22:39.741Z
76402026-08-14T12:22:39.742ZAug 14 12:22:38.679 Aug 14 12:22:38.679Aug 14 12:22:38.679 INFODEBGDEBG Aug 14 12:22:38.679 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 172.17.0.56/32 -> 10.0.0.255
76412026-08-14T12:22:39.742ZINFO
76422026-08-14T12:22:39.742Z 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 } }]
76432026-08-14T12:22:39.742Zadding route 172.17.0.45/32 -> 10.0.0.255
76442026-08-14T12:22:39.742ZAug 14 12:22:38.679Aug 14 12:22:38.679 INFODEBG Aug 14 12:22:38.679adding route 172.17.0.12/32 -> 10.0.0.255
76452026-08-14T12:22:39.742Z DEBGreplacing 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 } }]
76462026-08-14T12:22:39.742Zreplacing 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 14 12:22:38.679
76472026-08-14T12:22:39.742Z DEBG Aug 14 12:22:38.679replacing 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 } }]
76482026-08-14T12:22:39.742ZINFO adding route 172.17.0.57/32 -> 10.0.0.255
76492026-08-14T12:22:39.742ZAug 14 12:22:38.679 Aug 14 12:22:38.679INFO Aug 14 12:22:38.679adding route 172.17.0.13/32 -> 10.0.0.255INFO DEBG
76502026-08-14T12:22:39.742Zadding route 172.17.0.46/32 -> 10.0.0.255
76512026-08-14T12:22:39.742Zreplacing 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 } }]
76522026-08-14T12:22:39.742ZAug 14 12:22:38.679 DEBG Aug 14 12:22:38.679replacing 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 } }]
76532026-08-14T12:22:39.742ZINFO adding route 172.17.0.58/32 -> 10.0.0.255
76542026-08-14T12:22:39.742ZAug 14 12:22:38.679Aug 14 12:22:38.679 Aug 14 12:22:38.679INFODEBG adding route 172.17.0.14/32 -> 10.0.0.255 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 } }]
76552026-08-14T12:22:39.742ZDEBG
76562026-08-14T12:22:39.742Z 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 } }]
76572026-08-14T12:22:39.742ZAug 14 12:22:38.679 INFOAug 14 12:22:38.679 adding route 172.17.0.47/32 -> 10.0.0.255INFO
76582026-08-14T12:22:39.742ZAug 14 12:22:38.679 adding route 172.17.0.59/32 -> 10.0.0.255DEBG
76592026-08-14T12:22:39.742Z 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 14 12:22:38.679
76602026-08-14T12:22:39.742Z 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 14 12:22:38.679
76612026-08-14T12:22:39.742ZAug 14 12:22:38.679DEBG INFO 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 14 12:22:38.679adding route 172.17.0.15/32 -> 10.0.0.255
76622026-08-14T12:22:39.742ZINFO
76632026-08-14T12:22:39.742Zadding route 172.17.0.48/32 -> 10.0.0.255
76642026-08-14T12:22:39.742ZAug 14 12:22:38.679 DEBGAug 14 12:22:38.679 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 } }]DEBG
76652026-08-14T12:22:39.742Z 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 14 12:22:38.679
76662026-08-14T12:22:39.742Z Aug 14 12:22:38.679INFO INFOadding route 172.17.0.60/32 -> 10.0.0.255
76672026-08-14T12:22:39.742Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 14 12:22:38.679
76682026-08-14T12:22:39.742Z INFO adding route 172.17.0.49/32 -> 10.0.0.255
76692026-08-14T12:22:39.742ZAug 14 12:22:38.679 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 } }]Aug 14 12:22:38.679
76702026-08-14T12:22:39.742Ztest route::tests::delete_target_fragmented ... ok
76712026-08-14T12:22:39.742Z DEBGAug 14 12:22:38.679 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 } }]DEBG
76722026-08-14T12:22:39.742Z Aug 14 12:22:38.679replacing 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 } }] INFO
76732026-08-14T12:22:39.742Z adding route 172.17.0.61/32 -> 10.0.0.255Aug 14 12:22:38.679
76742026-08-14T12:22:39.742Z INFO adding route 172.17.0.50/32 -> 10.0.0.255
76752026-08-14T12:22:39.742ZAug 14 12:22:38.679 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 } }]Aug 14 12:22:38.679
76762026-08-14T12:22:39.742ZAug 14 12:22:38.679 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.17/32 -> 10.0.0.255
76772026-08-14T12:22:39.742Z
76782026-08-14T12:22:39.742ZAug 14 12:22:38.679 INFO Aug 14 12:22:38.679adding route 172.17.0.62/32 -> 10.0.0.255
76792026-08-14T12:22:39.742ZDEBG 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 } }]
76802026-08-14T12:22:39.743ZAug 14 12:22:38.679Aug 14 12:22:38.679 INFOAug 14 12:22:38.679 DEBGadding route 172.17.0.51/32 -> 10.0.0.255
76812026-08-14T12:22:39.743Zreplacing 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 } }]INFO
76822026-08-14T12:22:39.743Z adding route 172.17.0.18/32 -> 10.0.0.255
76832026-08-14T12:22:39.743ZAug 14 12:22:38.679 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 14 12:22:38.679
76842026-08-14T12:22:39.743Z 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 14 12:22:38.679Aug 14 12:22:38.679
76852026-08-14T12:22:39.743Z INFOINFO adding route 172.17.0.63/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
76862026-08-14T12:22:39.743ZAug 14 12:22:38.679
76872026-08-14T12:22:39.743Z INFO adding route 172.17.0.19/32 -> 10.0.0.255
76882026-08-14T12:22:39.743ZAug 14 12:22:38.679 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 14 12:22:38.679
76892026-08-14T12:22:39.743Z DEBGAug 14 12:22:38.679 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 14 12:22:38.679
76902026-08-14T12:22:39.743ZDEBG 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 } }]
76912026-08-14T12:22:39.743Zfailed to allocate space for the new target listAug 14 12:22:38.679
76922026-08-14T12:22:39.743Z INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 14 12:22:38.679
76932026-08-14T12:22:39.743Z INFO adding route 172.17.0.53/32 -> 10.0.0.255
76942026-08-14T12:22:39.743ZAug 14 12:22:38.679 DEBGAug 14 12:22:38.679 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 } }]DEBG
76952026-08-14T12:22:39.743Z Aug 14 12:22:38.679 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
76962026-08-14T12:22:39.743Z Aug 14 12:22:38.679replacing 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 } }]
76972026-08-14T12:22:39.743ZINFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 14 12:22:38.679
76982026-08-14T12:22:39.743Z DEBG failed to allocate space for the new target list
76992026-08-14T12:22:39.743ZAug 14 12:22:38.679 DEBG Aug 14 12:22:38.679replacing 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 } }]
77002026-08-14T12:22:39.743ZINFO adding route 172.17.0.54/32 -> 10.0.0.255freemap_route_ipv6
77012026-08-14T12:22:39.743ZAug 14 12:22:38.679
77022026-08-14T12:22:39.743Z INFO adding route 172.17.0.22/32 -> 10.0.0.255
77032026-08-14T12:22:39.743ZAug 14 12:22:38.679 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 } }]Aug 14 12:22:38.679
77042026-08-14T12:22:39.743Z DEBGAug 14 12:22:38.679 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 } }]
77052026-08-14T12:22:39.743Z DEBG initted freemap. size: 64Aug 14 12:22:38.687, unitINFO: adding route 172.17.0.23/32 -> 10.0.0.255freemap_route_ipv4
77062026-08-14T12:22:39.743Z
77072026-08-14T12:22:39.743ZAug 14 12:22:38.687Aug 14 12:22:38.687 DEBGDEBG reset 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 } }],
77082026-08-14T12:22:39.743Zunit: freemap_route_ipv4
77092026-08-14T12:22:39.743ZAug 14 12:22:38.687 Aug 14 12:22:38.687INFO DEBGadding route 172.17.0.24/32 -> 10.0.0.255
77102026-08-14T12:22:39.747Zinitted freemap. size: 64, unitAug 14 12:22:38.687:Aug 14 12:22:38.687 DEBGfreemap_route_ipv6INFO
77112026-08-14T12:22:39.747Z adding route 172.17.0.55/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 } }]
77122026-08-14T12:22:39.747Z
77132026-08-14T12:22:39.748ZAug 14 12:22:38.687 Aug 14 12:22:38.687DEBGAug 14 12:22:38.687 DEBGINFO 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 } }]adding route 172.17.0.25/32 -> 10.0.0.255
77142026-08-14T12:22:39.748Zreset freemap
77152026-08-14T12:22:39.748Z, unit: freemap_route_ipv6Aug 14 12:22:38.687Aug 14 12:22:38.687
77162026-08-14T12:22:39.748Z INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255
77172026-08-14T12:22:39.748ZAug 14 12:22:38.687 Aug 14 12:22:38.687INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1
77182026-08-14T12:22:39.748Zreplacing 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 } }]
77192026-08-14T12:22:39.748ZAug 14 12:22:38.687 Aug 14 12:22:38.687 INFODEBG adding route 172.17.0.57/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 } }]
77202026-08-14T12:22:39.748Z
77212026-08-14T12:22:39.748ZAug 14 12:22:38.687Aug 14 12:22:38.687 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
77222026-08-14T12:22:39.748Z
77232026-08-14T12:22:39.748ZAug 14 12:22:38.687 Aug 14 12:22:38.687INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255
77242026-08-14T12:22:39.748Zreplacing 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 } }]
77252026-08-14T12:22:39.748ZAug 14 12:22:38.687Aug 14 12:22:38.687 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
77262026-08-14T12:22:39.748Z
77272026-08-14T12:22:39.748ZAug 14 12:22:38.687 Aug 14 12:22:38.687INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255
77282026-08-14T12:22:39.748Zreplacing 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 } }]
77292026-08-14T12:22:39.748ZAug 14 12:22:38.687Aug 14 12:22:38.687 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
77302026-08-14T12:22:39.748Z
77312026-08-14T12:22:39.748ZAug 14 12:22:38.687 Aug 14 12:22:38.687INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255
77322026-08-14T12:22:39.748Zreplacing 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 } }]
77332026-08-14T12:22:39.748ZAug 14 12:22:38.687Aug 14 12:22:38.687 DEBGINFO 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.0/32 -> 10.0.0.255
77342026-08-14T12:22:39.748Z
77352026-08-14T12:22:39.748ZAug 14 12:22:38.687 Aug 14 12:22:38.687DEBG DEBGreplacing 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 } }]
77362026-08-14T12:22:39.748Zfailed to allocate space for the new target list
77372026-08-14T12:22:39.748ZAug 14 12:22:38.687Aug 14 12:22:38.687 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 } }, 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.1/32 -> 10.0.0.255
77382026-08-14T12:22:39.748Z
77392026-08-14T12:22:39.748ZAug 14 12:22:38.687 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 } }]
77402026-08-14T12:22:39.748Zreplacing 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 14 12:22:38.687
77412026-08-14T12:22:39.748Z INFO adding route 172.17.0.2/32 -> 10.0.0.255
77422026-08-14T12:22:39.748ZAug 14 12:22:38.687 INFOAug 14 12:22:38.687 adding route 172.17.0.26/32 -> 10.0.0.255DEBG
77432026-08-14T12:22:39.748Z 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 } }]
77442026-08-14T12:22:39.748ZAug 14 12:22:38.687 Aug 14 12:22:38.687DEBG 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 } }] adding route 172.17.0.3/32 -> 10.0.0.255
77452026-08-14T12:22:39.748ZAug 14 12:22:38.687
77462026-08-14T12:22:39.748Z 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 } }]
77472026-08-14T12:22:39.748ZAug 14 12:22:38.687 Aug 14 12:22:38.687INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255
77482026-08-14T12:22:39.748Zadding route 172.17.0.27/32 -> 10.0.0.255
77492026-08-14T12:22:39.748ZAug 14 12:22:38.687 Aug 14 12:22:38.687DEBG DEBGreplacing 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 } }]
77502026-08-14T12:22:39.748Zreplacing 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 } }]
77512026-08-14T12:22:39.748ZAug 14 12:22:38.687 Aug 14 12:22:38.687INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255
77522026-08-14T12:22:39.748Zadding route 172.17.0.28/32 -> 10.0.0.255
77532026-08-14T12:22:39.749ZAug 14 12:22:38.687Aug 14 12:22:38.687 DEBGDEBG 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 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 } }]
77542026-08-14T12:22:39.749Z
77552026-08-14T12:22:39.749ZAug 14 12:22:38.687Aug 14 12:22:38.687 INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
77562026-08-14T12:22:39.749Z
77572026-08-14T12:22:39.749ZAug 14 12:22:38.687Aug 14 12:22:38.687 DEBGDEBG 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.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 } }]
77582026-08-14T12:22:39.749Z
77592026-08-14T12:22:39.749ZAug 14 12:22:38.687Aug 14 12:22:38.687 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
77602026-08-14T12:22:39.749Z
77612026-08-14T12:22:39.749ZAug 14 12:22:38.687Aug 14 12:22:38.687 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 } }]
77622026-08-14T12:22:39.749Z DEBGAug 14 12:22:38.687 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 adding route 172.17.0.8/32 -> 10.0.0.255
77632026-08-14T12:22:39.749Z
77642026-08-14T12:22:39.749ZAug 14 12:22:38.687 DEBG Aug 14 12:22:38.687replacing 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 } }]
77652026-08-14T12:22:39.749ZINFO adding route 172.17.0.31/32 -> 10.0.0.255
77662026-08-14T12:22:39.749ZAug 14 12:22:38.687 INFO Aug 14 12:22:38.687adding route 172.17.0.9/32 -> 10.0.0.255
77672026-08-14T12:22:39.749ZDEBG 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 } }]
77682026-08-14T12:22:39.749ZAug 14 12:22:38.687 DEBG Aug 14 12:22:38.687replacing 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 } }]
77692026-08-14T12:22:39.749ZINFO adding route 172.17.0.32/32 -> 10.0.0.255
77702026-08-14T12:22:39.749ZAug 14 12:22:38.687 INFO Aug 14 12:22:38.687adding route 172.17.0.10/32 -> 10.0.0.255
77712026-08-14T12:22:39.749Ztest route::tests::delete_targets_fragmented ... ok
77722026-08-14T12:22:39.749ZDEBG 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 } }]
77732026-08-14T12:22:39.749Ztest route::tests::delete_targets_full ... ok
77742026-08-14T12:22:39.749Z
77752026-08-14T12:22:39.749ZAug 14 12:22:38.687 DEBGAug 14 12:22:38.687 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
77762026-08-14T12:22:39.749Z adding route 172.17.0.33/32 -> 10.0.0.255
77772026-08-14T12:22:39.749ZAug 14 12:22:38.687 INFOAug 14 12:22:38.687 adding route 172.17.0.11/32 -> 10.0.0.255DEBG
77782026-08-14T12:22:39.749Z 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 } }]
77792026-08-14T12:22:39.749ZAug 14 12:22:38.687 Aug 14 12:22:38.687DEBG 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 } }]
77802026-08-14T12:22:39.749Zadding route 172.17.0.34/32 -> 10.0.0.255
77812026-08-14T12:22:39.749Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
77822026-08-14T12:22:39.749Z
77832026-08-14T12:22:39.749ZAug 14 12:22:38.687 Aug 14 12:22:38.687INFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255
77842026-08-14T12:22:39.749Zreplacing 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 } }]
77852026-08-14T12:22:39.749ZAug 14 12:22:38.687Aug 14 12:22:38.687 DEBGINFO 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 } }]adding route 172.17.0.35/32 -> 10.0.0.255
77862026-08-14T12:22:39.749Z
77872026-08-14T12:22:39.749ZAug 14 12:22:38.687Aug 14 12:22:38.687 INFODEBG adding route 172.17.0.13/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 } }]
77882026-08-14T12:22:39.749Z
77892026-08-14T12:22:39.749ZAug 14 12:22:38.687Aug 14 12:22:38.687 INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255replacing 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 } }]
77902026-08-14T12:22:39.749Z
77912026-08-14T12:22:39.749ZAug 14 12:22:38.687Aug 14 12:22:38.687 DEBGINFO 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.14/32 -> 10.0.0.255
77922026-08-14T12:22:39.750Z
77932026-08-14T12:22:39.750ZAug 14 12:22:38.687Aug 14 12:22:38.687 INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing 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 } }]
77942026-08-14T12:22:39.750Z
77952026-08-14T12:22:39.750ZAug 14 12:22:38.687 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 } }]
77962026-08-14T12:22:39.750ZAug 14 12:22:38.688 Aug 14 12:22:38.687INFO INFOadding route 172.17.0.38/32 -> 10.0.0.255
77972026-08-14T12:22:39.750Zadding route 172.17.0.15/32 -> 10.0.0.255
77982026-08-14T12:22:39.750ZAug 14 12:22:38.688 Aug 14 12:22:38.688DEBG DEBGreplacing 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 } }]
77992026-08-14T12:22:39.750Zreplacing 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 } }]
78002026-08-14T12:22:39.750ZAug 14 12:22:38.688 Aug 14 12:22:38.688INFO INFOadding route 172.17.0.39/32 -> 10.0.0.255
78012026-08-14T12:22:39.750Zadding route 172.17.0.16/32 -> 10.0.0.255
78022026-08-14T12:22:39.750ZAug 14 12:22:38.688Aug 14 12:22:38.688 DEBGDEBG 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 } }]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 } }]
78032026-08-14T12:22:39.750Z
78042026-08-14T12:22:39.750ZAug 14 12:22:38.688Aug 14 12:22:38.688 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255
78052026-08-14T12:22:39.750Z
78062026-08-14T12:22:39.750ZAug 14 12:22:38.688Aug 14 12:22:38.688 DEBGDEBG 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.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 } }]
78072026-08-14T12:22:39.750Z
78082026-08-14T12:22:39.750ZAug 14 12:22:38.688Aug 14 12:22:38.688 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
78092026-08-14T12:22:39.750Z
78102026-08-14T12:22:39.754ZAug 14 12:22:38.688Aug 14 12:22:38.688 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 } }]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 } }]
78112026-08-14T12:22:39.754Z
78122026-08-14T12:22:39.754ZAug 14 12:22:38.688Aug 14 12:22:38.688 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255
78132026-08-14T12:22:39.754Z
78142026-08-14T12:22:39.754ZAug 14 12:22:38.688Aug 14 12:22:38.688 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.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 } }]
78152026-08-14T12:22:39.754Z
78162026-08-14T12:22:39.754ZAug 14 12:22:38.688Aug 14 12:22:38.688 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
78172026-08-14T12:22:39.754Z
78182026-08-14T12:22:39.754ZAug 14 12:22:38.688Aug 14 12:22:38.688 DEBGDEBG 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.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 } }]
78192026-08-14T12:22:39.754Z
78202026-08-14T12:22:39.754ZAug 14 12:22:38.688Aug 14 12:22:38.688 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
78212026-08-14T12:22:39.754Z
78222026-08-14T12:22:39.754ZAug 14 12:22:38.688Aug 14 12:22:38.688 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 } }]
78232026-08-14T12:22:39.754Z Aug 14 12:22:38.694DEBG 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 } }]
78242026-08-14T12:22:39.754Zadding route 172.17.0.45/32 -> 10.0.0.255
78252026-08-14T12:22:39.754ZAug 14 12:22:38.694 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 } }]
78262026-08-14T12:22:39.754ZAug 14 12:22:38.694 Aug 14 12:22:38.694INFO INFOadding route 172.17.0.22/32 -> 10.0.0.255
78272026-08-14T12:22:39.755Zadding route 172.17.0.46/32 -> 10.0.0.255
78282026-08-14T12:22:39.755ZAug 14 12:22:38.694 Aug 14 12:22:38.694DEBG 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 } }]
78292026-08-14T12:22:39.755Zreplacing 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 } }]
78302026-08-14T12:22:39.755ZAug 14 12:22:38.694 INFO adding route 172.17.0.23/32 -> 10.0.0.255
78312026-08-14T12:22:39.755ZAug 14 12:22:38.694 INFOAug 14 12:22:38.694 adding route 172.17.0.47/32 -> 10.0.0.255DEBG
78322026-08-14T12:22:39.755Z 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 } }]
78332026-08-14T12:22:39.755ZAug 14 12:22:38.694 Aug 14 12:22:38.694DEBG INFOreplacing 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 } }]
78342026-08-14T12:22:39.755Zadding route 172.17.0.24/32 -> 10.0.0.255
78352026-08-14T12:22:39.755ZAug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.48/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 } }]
78362026-08-14T12:22:39.755Z
78372026-08-14T12:22:39.755ZAug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255replacing 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 } }]
78382026-08-14T12:22:39.755Z
78392026-08-14T12:22:39.755ZAug 14 12:22:38.694Aug 14 12:22:38.694 DEBGINFO 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 } }]adding route 172.17.0.49/32 -> 10.0.0.255
78402026-08-14T12:22:39.755Z
78412026-08-14T12:22:39.755ZAug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.26/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 } }]
78422026-08-14T12:22:39.755Z
78432026-08-14T12:22:39.755ZAug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.50/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 } }]
78442026-08-14T12:22:39.755Z
78452026-08-14T12:22:39.755ZAug 14 12:22:38.694Aug 14 12:22:38.694 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.27/32 -> 10.0.0.255
78462026-08-14T12:22:39.755Z
78472026-08-14T12:22:39.755ZAug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.51/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 } }]
78482026-08-14T12:22:39.755Z
78492026-08-14T12:22:39.755ZAug 14 12:22:38.694Aug 14 12:22:38.694 DEBGINFO 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.28/32 -> 10.0.0.255
78502026-08-14T12:22:39.755Z
78512026-08-14T12:22:39.755ZAug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.52/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 } }]
78522026-08-14T12:22:39.755Z
78532026-08-14T12:22:39.755ZAug 14 12:22:38.694Aug 14 12:22:38.694 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.29/32 -> 10.0.0.255
78542026-08-14T12:22:39.755Z
78552026-08-14T12:22:39.755ZAug 14 12:22:38.694Aug 14 12:22:38.694 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 } }]adding route 172.17.0.53/32 -> 10.0.0.255
78562026-08-14T12:22:39.755Z
78572026-08-14T12:22:39.755ZAug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing 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 } }]
78582026-08-14T12:22:39.755Z
78592026-08-14T12:22:39.755ZAug 14 12:22:38.694Aug 14 12:22:38.694 DEBGINFO 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 } }]adding route 172.17.0.54/32 -> 10.0.0.255
78602026-08-14T12:22:39.755Z
78612026-08-14T12:22:39.755ZAug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.31/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 } }]
78622026-08-14T12:22:39.755Z
78632026-08-14T12:22:39.755ZAug 14 12:22:38.694Aug 14 12:22:38.694 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.55/32 -> 10.0.0.255
78642026-08-14T12:22:39.755Z
78652026-08-14T12:22:39.755ZAug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.32/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 } }]
78662026-08-14T12:22:39.755Z
78672026-08-14T12:22:39.756ZAug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.56/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 } }]
78682026-08-14T12:22:39.756Z
78692026-08-14T12:22:39.756ZAug 14 12:22:38.694Aug 14 12:22:38.694 DEBGINFO 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.33/32 -> 10.0.0.255
78702026-08-14T12:22:39.756Z
78712026-08-14T12:22:39.756ZAug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255replacing 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-14T12:22:39.756Z
78732026-08-14T12:22:39.756ZAug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.34/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 } }]
78742026-08-14T12:22:39.756Z
78752026-08-14T12:22:39.756ZAug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.58/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 } }]
78762026-08-14T12:22:39.756Z
78772026-08-14T12:22:39.756Z
78782026-08-14T12:22:39.756ZAug 14 12:22:38.694Aug 14 12:22:38.694 DEBGINFO 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.35/32 -> 10.0.0.255
78792026-08-14T12:22:39.756Zrunning 0 tests
78802026-08-14T12:22:39.756Z
78812026-08-14T12:22:39.756Z
78822026-08-14T12:22:39.756Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78832026-08-14T12:22:39.756Z
78842026-08-14T12:22:39.756Z
78852026-08-14T12:22:39.756Zrunning 0 tests
78862026-08-14T12:22:39.756Z
78872026-08-14T12:22:39.756Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78882026-08-14T12:22:39.756Z
78892026-08-14T12:22:39.756ZAug 14 12:22:38.694Aug 14 12:22:38.694 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 } }]adding route 172.17.0.59/32 -> 10.0.0.255
78902026-08-14T12:22:39.756Z
78912026-08-14T12:22:39.756ZAug 14 12:22:38.694Aug 14 12:22:38.694 INFODEBG adding route 172.17.0.36/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 } }]
78922026-08-14T12:22:39.756Z
78932026-08-14T12:22:39.756ZAug 14 12:22:38.694Aug 14 12:22:38.694 DEBGINFO 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.60/32 -> 10.0.0.255
78942026-08-14T12:22:39.756Z
78952026-08-14T12:22:39.756ZAug 14 12:22:38.694Aug 14 12:22:38.694 DEBGINFO 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.37/32 -> 10.0.0.255
78962026-08-14T12:22:39.756Z
78972026-08-14T12:22:39.756ZAug 14 12:22:38.694Aug 14 12:22:38.694 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
78982026-08-14T12:22:39.756Z
78992026-08-14T12:22:39.756ZAug 14 12:22:38.694Aug 14 12:22:38.694 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.2, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255
79002026-08-14T12:22:39.756Z
79012026-08-14T12:22:39.756ZAug 14 12:22:38.694 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 } }]
79022026-08-14T12:22:39.756ZAug 14 12:22:38.694 INFO adding route 172.17.0.39/32 -> 10.0.0.255
79032026-08-14T12:22:39.756ZAug 14 12:22:38.694 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 } }]
79042026-08-14T12:22:39.756ZAug 14 12:22:38.694 INFO adding route 172.17.0.40/32 -> 10.0.0.255
79052026-08-14T12:22:39.756ZAug 14 12:22:38.694 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 } }]
79062026-08-14T12:22:39.756ZAug 14 12:22:38.694 INFO adding route 172.17.0.41/32 -> 10.0.0.255
79072026-08-14T12:22:39.757ZAug 14 12:22:38.694 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 } }]
79082026-08-14T12:22:39.757ZAug 14 12:22:38.694 INFO adding route 172.17.0.42/32 -> 10.0.0.255
79092026-08-14T12:22:39.757ZAug 14 12:22:38.694 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 } }]
79102026-08-14T12:22:39.760ZAug 14 12:22:38.694 INFO adding route 172.17.0.43/32 -> 10.0.0.255
79112026-08-14T12:22:39.760ZAug 14 12:22:38.694 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 } }]
79122026-08-14T12:22:39.760ZAug 14 12:22:38.694 INFO adding route 172.17.0.44/32 -> 10.0.0.255
79132026-08-14T12:22:39.760ZAug 14 12:22:38.694 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 } }]
79142026-08-14T12:22:39.760ZAug 14 12:22:38.694 INFO adding route 172.17.0.45/32 -> 10.0.0.255
79152026-08-14T12:22:39.761ZAug 14 12:22:38.694 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 } }]
79162026-08-14T12:22:39.761ZAug 14 12:22:38.694 INFO adding route 172.17.0.46/32 -> 10.0.0.255
79172026-08-14T12:22:39.761ZAug 14 12:22:38.694 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 } }]
79182026-08-14T12:22:39.761ZAug 14 12:22:38.694 INFO adding route 172.17.0.47/32 -> 10.0.0.255
79192026-08-14T12:22:39.761ZAug 14 12:22:38.694 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 } }]
79202026-08-14T12:22:39.761ZAug 14 12:22:38.694 INFO adding route 172.17.0.48/32 -> 10.0.0.255
79212026-08-14T12:22:39.761ZAug 14 12:22:38.694 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 } }]
79222026-08-14T12:22:39.761ZAug 14 12:22:38.694 INFO adding route 172.17.0.49/32 -> 10.0.0.255
79232026-08-14T12:22:39.761ZAug 14 12:22:38.694 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 } }]
79242026-08-14T12:22:39.761ZAug 14 12:22:38.694 INFO adding route 172.17.0.50/32 -> 10.0.0.255
79252026-08-14T12:22:39.761ZAug 14 12:22:38.694 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 } }]
79262026-08-14T12:22:39.761ZAug 14 12:22:38.694 INFO adding route 172.17.0.51/32 -> 10.0.0.255
79272026-08-14T12:22:39.761ZAug 14 12:22:38.694 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 } }]
79282026-08-14T12:22:39.761ZAug 14 12:22:38.694 INFO adding route 172.17.0.52/32 -> 10.0.0.255
79292026-08-14T12:22:39.761ZAug 14 12:22:38.694 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 } }]
79302026-08-14T12:22:39.761ZAug 14 12:22:38.694 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79312026-08-14T12:22:39.761ZAug 14 12:22:38.694 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 } }]
79322026-08-14T12:22:39.761ZAug 14 12:22:38.694 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79332026-08-14T12:22:39.761ZAug 14 12:22:38.694 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 } }]
79342026-08-14T12:22:39.761ZAug 14 12:22:38.694 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79352026-08-14T12:22:39.761ZAug 14 12:22:38.694 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 } }]
79362026-08-14T12:22:39.761ZAug 14 12:22:38.694 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79372026-08-14T12:22:39.761ZAug 14 12:22:38.694 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 } }]
79382026-08-14T12:22:39.761ZAug 14 12:22:38.694 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79392026-08-14T12:22:39.761ZAug 14 12:22:38.694 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 } }]
79402026-08-14T12:22:39.761ZAug 14 12:22:38.694 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79412026-08-14T12:22:39.761ZAug 14 12:22:38.694 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 } }]
79422026-08-14T12:22:39.761ZAug 14 12:22:38.694 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79432026-08-14T12:22:39.761ZAug 14 12:22:38.694 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 } }]
79442026-08-14T12:22:39.761ZAug 14 12:22:38.694 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79452026-08-14T12:22:39.761ZAug 14 12:22:38.694 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 } }]
79462026-08-14T12:22:39.761ZAug 14 12:22:38.694 DEBG failed to allocate space for the new target list
79472026-08-14T12:22:39.761ZAug 14 12:22:38.694 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 } }]
79482026-08-14T12:22:39.761Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-696ee5442bd93402)
79492026-08-14T12:22:39.761Z Running unittests src/lib.rs (target/debug/deps/dpd_api-cd1b9f4a0bf3bd95)
79502026-08-14T12:22:39.761Z Running unittests src/lib.rs (target/debug/deps/dpd_client-01ad159aa705243b)
79512026-08-14T12:22:39.761Z
79522026-08-14T12:22:39.761Zrunning 6 tests
79532026-08-14T12:22:39.761Ztest tests::test_parse_client_port_id ... ok
79542026-08-14T12:22:39.761Ztest tests::test_port_id_cmp ... ok
79552026-08-14T12:22:39.762Ztest tests::test_full_lot_id_neither_present ... ok
79562026-08-14T12:22:39.762Ztest tests::test_full_lot_id_both_present ... ok
79572026-08-14T12:22:39.762Ztest tests::test_full_lot_id_lotnum_only ... ok
79582026-08-14T12:22:39.762Ztest tests::test_full_lot_id_lot_only ... ok
79592026-08-14T12:22:39.762Z
79602026-08-14T12:22:39.762Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79612026-08-14T12:22:39.762Z
79622026-08-14T12:22:39.762Z Running tests/test_all.rs (target/debug/deps/test_all-5d9fbf4ac0a87495)
79632026-08-14T12:22:39.762Z
79642026-08-14T12:22:39.762Zrunning 0 tests
79652026-08-14T12:22:39.762Z
79662026-08-14T12:22:39.762Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79672026-08-14T12:22:39.762Z Running unittests src/lib.rs (target/debug/deps/dpd_types-3e6bfbc8380dbf99)
79682026-08-14T12:22:39.762Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9daf43cdfa0ac479)
79692026-08-14T12:22:39.762Z
79702026-08-14T12:22:39.762Z
79712026-08-14T12:22:39.762Zrunning 0 tests
79722026-08-14T12:22:39.762Z
79732026-08-14T12:22:39.762Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79742026-08-14T12:22:39.762Z
79752026-08-14T12:22:39.762Z
79762026-08-14T12:22:39.762Zrunning 0 tests
79772026-08-14T12:22:39.762Z
79782026-08-14T12:22:39.762Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79792026-08-14T12:22:39.762Z
79802026-08-14T12:22:39.762Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
79812026-08-14T12:22:39.762Z
79822026-08-14T12:22:39.762Zrunning 12 tests
79832026-08-14T12:22:39.762Ztest icmp::test_v6_checksum ... ok
79842026-08-14T12:22:39.762Ztest icmp::test_v4_checksum ... ok
79852026-08-14T12:22:39.762Ztest ipv6::test_ipv6_parse ... ok
79862026-08-14T12:22:39.762Ztest lldp::test_lldp_parse ... ok
79872026-08-14T12:22:39.762Ztest pbuf::test_byte ... ok
79882026-08-14T12:22:39.762Ztest pbuf::test_nibble ... ok
79892026-08-14T12:22:39.762Ztest pbuf::test_short ... ok
79902026-08-14T12:22:39.762Ztest pbuf::test_overflow ... ok
79912026-08-14T12:22:39.762Ztest pbuf::test_twelve ... ok
79922026-08-14T12:22:39.762Ztest pbuf::test_word ... ok
79932026-08-14T12:22:39.762Ztest tcp::test_checksum_syn_nodata ... ok
79942026-08-14T12:22:39.762Ztest tcp::test_checksum_ack_data ... ok
79952026-08-14T12:22:39.763Z
79962026-08-14T12:22:39.763Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79972026-08-14T12:22:39.763Z
79982026-08-14T12:22:39.763Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
79992026-08-14T12:22:39.763Z
80002026-08-14T12:22:39.763Zrunning 0 tests
80012026-08-14T12:22:39.763Z
80022026-08-14T12:22:39.763Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80032026-08-14T12:22:39.763Z
80042026-08-14T12:22:39.763Z Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc)
80052026-08-14T12:22:39.766Z
80062026-08-14T12:22:39.766Zrunning 5 tests
80072026-08-14T12:22:39.770Ztest switchport::test::test_compute_lanes ... ok
80082026-08-14T12:22:39.773Ztest link::test_filter ... ok
80092026-08-14T12:22:39.773Ztest switchport::test::port_id_ordering ... ok
80102026-08-14T12:22:39.773Z Lane 0 Lane 1 Lane 2 Lane 3
80112026-08-14T12:22:39.773Z State: Activated Activated Activated Activated
80122026-08-14T12:22:39.773Z Lane 0 Rx Output Enabled: false false Lane 1false falseLane 2
80132026-08-14T12:22:39.773Z Rx Output Status: validLane 3
80142026-08-14T12:22:39.773Zvalid Rx Loss-of-lock: Yesvalid valid
80152026-08-14T12:22:39.773ZYes Rx Loss-of-lock: true Yes trueYes
80162026-08-14T12:22:39.773Ztrue Rx Loss-of-signal: Yes true
80172026-08-14T12:22:39.773ZYes Rx Loss-of-signal: falseYes Yesfalse
80182026-08-14T12:22:39.773Z false Rx CDR Enabled: Yes falseYes
80192026-08-14T12:22:39.773Z YesRx Auto-squelch Disable: true Yes
80202026-08-14T12:22:39.773Ztrue true Tx Enabled: Yes true
80212026-08-14T12:22:39.773ZYes Yes Tx Output Enabled: true Yes
80222026-08-14T12:22:39.773Ztrue Tx Loss-of-lock: Notrue Notrue
80232026-08-14T12:22:39.773ZNo Tx Output Status: invalidNo
80242026-08-14T12:22:39.773Zinvalid Tx Loss-of-signal: No invalidNo invalid
80252026-08-14T12:22:39.773ZNo Tx Loss-of-lock: falseNo
80262026-08-14T12:22:39.773Z Tx CDR Enabled: No false Nofalse Nofalse
80272026-08-14T12:22:39.773ZNo
80282026-08-14T12:22:39.773Z Tx Loss-of-signal: true Tx Adaptive EQ Fault: No trueNo Notrue No
80292026-08-14T12:22:39.774Ztrue Tx Fault: Yes
80302026-08-14T12:22:39.774Z YesTx Auto-squelch Disable: false Yesfalse Yes
80312026-08-14T12:22:39.774Zfalse false
80322026-08-14T12:22:39.774Z Tx Adaptive EQ Fail: true true true true
80332026-08-14T12:22:39.774Z Tx Failure: false false false false
80342026-08-14T12:22:39.774Z Tx Force Squelch: true true true true
80352026-08-14T12:22:39.774Z Tx Input Polarity: normal normal normal normal
80362026-08-14T12:22:39.774Ztest switchport::test::test_print_cmis_datapath ... ok
80372026-08-14T12:22:39.774Ztest switchport::test::test_print_sff_datapath ... ok
80382026-08-14T12:22:39.774Z
80392026-08-14T12:22:39.774Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80402026-08-14T12:22:39.774Z
80412026-08-14T12:22:39.777Z Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7)
80422026-08-14T12:22:39.780Z
80432026-08-14T12:22:39.780Zrunning 1 test
80442026-08-14T12:22:39.780Ztest test_p4_counter_list ... ignored
80452026-08-14T12:22:39.780Z
80462026-08-14T12:22:39.780Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80472026-08-14T12:22:39.781Z
80482026-08-14T12:22:39.781Z Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43)
80492026-08-14T12:22:39.785Z
80502026-08-14T12:22:39.785Zrunning 5 tests
80512026-08-14T12:22:39.789Ztest test_an ... ignored
80522026-08-14T12:22:39.789Ztest test_enable ... ignored
80532026-08-14T12:22:39.789Ztest test_ip_addresses ... ignored
80542026-08-14T12:22:39.789Ztest test_kr ... ignored
80552026-08-14T12:22:39.789Ztest test_mac ... ignored
80562026-08-14T12:22:39.789Z
80572026-08-14T12:22:39.789Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80582026-08-14T12:22:39.789Z
80592026-08-14T12:22:39.789Z Running unittests src/main.rs (target/debug/deps/tfportd-1ae81b2a3d099b28)
80602026-08-14T12:22:39.789Z
80612026-08-14T12:22:39.789Zrunning 3 tests
80622026-08-14T12:22:39.792Ztest linklocal::test_parse_ipadm ... ok
80632026-08-14T12:22:39.792Ztest tfport::test_parse_tfport ... ok
80642026-08-14T12:22:39.792Ztest config::tests::test_updates ... ok
80652026-08-14T12:22:39.792Z
80662026-08-14T12:22:39.792Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80672026-08-14T12:22:39.792Z
80682026-08-14T12:22:39.792Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
80692026-08-14T12:22:39.796Z
80702026-08-14T12:22:39.796Zrunning 0 tests
80712026-08-14T12:22:39.796Z
80722026-08-14T12:22:39.796Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80732026-08-14T12:22:39.796Z
80742026-08-14T12:22:39.796Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
80752026-08-14T12:22:39.799Z
80762026-08-14T12:22:39.799Zrunning 0 tests
80772026-08-14T12:22:39.799Z
80782026-08-14T12:22:39.799Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80792026-08-14T12:22:39.799Z
80802026-08-14T12:22:39.802Z Doc-tests aal
80812026-08-14T12:22:39.928Z
80822026-08-14T12:22:39.928Zrunning 0 tests
80832026-08-14T12:22:39.928Z
80842026-08-14T12:22:39.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80852026-08-14T12:22:39.931Z
80862026-08-14T12:22:39.944Z Doc-tests aal_macros
80872026-08-14T12:22:40.016Z
80882026-08-14T12:22:40.016Zrunning 0 tests
80892026-08-14T12:22:40.016Z
80902026-08-14T12:22:40.016Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80912026-08-14T12:22:40.016Z
80922026-08-14T12:22:40.026Z Doc-tests common
80932026-08-14T12:22:40.260Z
80942026-08-14T12:22:40.260Zrunning 0 tests
80952026-08-14T12:22:40.260Z
80962026-08-14T12:22:40.260Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80972026-08-14T12:22:40.260Z
80982026-08-14T12:22:40.283Z Doc-tests dpd_api
80992026-08-14T12:22:41.043Z
81002026-08-14T12:22:41.043Zrunning 2 tests
81012026-08-14T12:22:41.043Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
81022026-08-14T12:22:41.043Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
81032026-08-14T12:22:41.043Z
81042026-08-14T12:22:41.043Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81052026-08-14T12:22:41.043Z
81062026-08-14T12:22:41.075Z Doc-tests dpd_client
81072026-08-14T12:22:42.370Z
81082026-08-14T12:22:42.370Zrunning 0 tests
81092026-08-14T12:22:42.370Z
81102026-08-14T12:22:42.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81112026-08-14T12:22:42.370Z
81122026-08-14T12:22:42.416Z Doc-tests dpd_types
81132026-08-14T12:22:42.630Z
81142026-08-14T12:22:42.630Zrunning 0 tests
81152026-08-14T12:22:42.630Z
81162026-08-14T12:22:42.630Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81172026-08-14T12:22:42.630Z
81182026-08-14T12:22:42.658Z Doc-tests dpd_types_versions
81192026-08-14T12:22:43.866Z
81202026-08-14T12:22:43.866Zrunning 1 test
81212026-08-14T12:22:43.866Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81222026-08-14T12:22:43.866Z
81232026-08-14T12:22:43.866Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81242026-08-14T12:22:43.866Z
81252026-08-14T12:22:43.909Z Doc-tests packet
81262026-08-14T12:22:44.024Z
81272026-08-14T12:22:44.024Zrunning 0 tests
81282026-08-14T12:22:44.024Z
81292026-08-14T12:22:44.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81302026-08-14T12:22:44.024Z
81312026-08-14T12:22:44.040Z Doc-tests pcap
81322026-08-14T12:22:44.093Z
81332026-08-14T12:22:44.093Zrunning 0 tests
81342026-08-14T12:22:44.093Z
81352026-08-14T12:22:44.093Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81362026-08-14T12:22:44.093Z
81372026-08-14T12:22:44.144Z+ for feat in tofino_stub tofino_asic softnpu chaos
81382026-08-14T12:22:44.144Z+ RUST_BACKTRACE=full
81392026-08-14T12:22:44.144Z+ cargo test --features chaos --no-fail-fast
81402026-08-14T12:22:44.754Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81412026-08-14T12:22:44.834Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81422026-08-14T12:22:44.843Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81432026-08-14T12:22:53.161Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81442026-08-14T12:22:53.224Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81452026-08-14T12:23:28.822Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.66s
81462026-08-14T12:23:28.945Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
81472026-08-14T12:23:28.950Z
81482026-08-14T12:23:28.950Zrunning 5 tests
81492026-08-14T12:23:28.953Ztest fuse::tests::chip_revision_a0 ... ok
81502026-08-14T12:23:28.953Ztest fuse::tests::chip_revision_b1 ... ok
81512026-08-14T12:23:28.953Ztest fuse::tests::chip_revision_b0 ... ok
81522026-08-14T12:23:28.953Ztest fuse::tests::chip_revision_unknown_device_id ... ok
81532026-08-14T12:23:28.953Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
81542026-08-14T12:23:28.954Z
81552026-08-14T12:23:28.954Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81562026-08-14T12:23:28.954Z
81572026-08-14T12:23:28.954Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81582026-08-14T12:23:28.957Z
81592026-08-14T12:23:28.957Zrunning 0 tests
81602026-08-14T12:23:28.957Z
81612026-08-14T12:23:28.957Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81622026-08-14T12:23:28.957Z
81632026-08-14T12:23:28.957Z Running unittests src/lib.rs (target/debug/deps/asic-a23d923fc57e1b37)
81642026-08-14T12:23:28.961Z
81652026-08-14T12:23:28.961Zrunning 0 tests
81662026-08-14T12:23:28.961Z
81672026-08-14T12:23:28.965Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81682026-08-14T12:23:28.965Z
81692026-08-14T12:23:28.965Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
81702026-08-14T12:23:28.968Z
81712026-08-14T12:23:28.968Zrunning 11 tests
81722026-08-14T12:23:28.970Ztest network::tests::test_equal ... ok
81732026-08-14T12:23:28.971Ztest nat::tests::test_vni ... ok
81742026-08-14T12:23:28.971Ztest network::tests::test_eui64 ... ok
81752026-08-14T12:23:28.971Ztest network::tests::test_generate_ipv6_link_local ... ok
81762026-08-14T12:23:28.971Ztest network::tests::test_into ... ok
81772026-08-14T12:23:28.971Ztest network::tests::test_not_equal ... ok
81782026-08-14T12:23:28.971Ztest network::tests::test_parse ... ok
81792026-08-14T12:23:28.971Ztest ports::tests::port_ids_are_ascii ... ok
81802026-08-14T12:23:28.971Ztest network::tests::test_to_string ... ok
81812026-08-14T12:23:28.974Ztest test_purge ... ok
81822026-08-14T12:23:28.976Ztest illumos::test::address_exists_handles_missing_object ... ok
81832026-08-14T12:23:28.976Z
81842026-08-14T12:23:28.976Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81852026-08-14T12:23:28.977Z
81862026-08-14T12:23:28.977Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
81872026-08-14T12:23:29.001Z
81882026-08-14T12:23:29.001Zrunning 1 test
81892026-08-14T12:23:29.004Z -------
81902026-08-14T12:23:29.008Z Generating OpenAPI documents from API definitions ...
81912026-08-14T12:23:29.159Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81922026-08-14T12:23:29.226Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81932026-08-14T12:23:30.239Z -------
81942026-08-14T12:23:30.239Z Checking 12 OpenAPI documents...
81952026-08-14T12:23:30.242Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-08-14T12:23:30.242Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81972026-08-14T12:23:30.242Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81982026-08-14T12:23:30.242Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81992026-08-14T12:23:30.242Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
82002026-08-14T12:23:30.242Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
82012026-08-14T12:23:30.242Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
82022026-08-14T12:23:30.242Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
82032026-08-14T12:23:30.242Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
82042026-08-14T12:23:30.242Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
82052026-08-14T12:23:30.242Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
82062026-08-14T12:23:30.242Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
82072026-08-14T12:23:30.242Z Fresh dpd "latest" symlink
82082026-08-14T12:23:30.242Z -------
82092026-08-14T12:23:30.242Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
82102026-08-14T12:23:30.301Ztest test::test_apis_up_to_date ... ok
82112026-08-14T12:23:30.301Z
82122026-08-14T12:23:30.301Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
82132026-08-14T12:23:30.301Z
82142026-08-14T12:23:30.360Z Running unittests src/main.rs (target/debug/deps/dpd-6d6720b10860fcd3)
82152026-08-14T12:23:30.366Z
82162026-08-14T12:23:30.366Zrunning 34 tests
82172026-08-14T12:23:30.369Ztest freemap::test_ordering ... ok
82182026-08-14T12:23:30.369Ztest config::tests::test_updates ... ok
82192026-08-14T12:23:30.369Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82202026-08-14T12:23:30.369Ztest freemap::test_split ... ok
82212026-08-14T12:23:30.372Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82222026-08-14T12:23:30.372Ztest macaddrs::tests::test_mac_offset ... ok
82232026-08-14T12:23:30.372Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82242026-08-14T12:23:30.372ZAug 14 12:23:29.343Aug 14 12:23:29.343 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
82252026-08-14T12:23:30.372Z
82262026-08-14T12:23:30.372ZAug 14 12:23:29.343 DEBG initted freemap. size: 128, unit: freemap_test
82272026-08-14T12:23:30.372ZAug 14 12:23:29.343 DEBG created new freemapAug 14 12:23:29.343, unitDEBG: reset freemapfreemap_test,
82282026-08-14T12:23:30.372Zunit: freemap_test
82292026-08-14T12:23:30.372Ztest macaddrs::tests::test_parse_port_id ... ok
82302026-08-14T12:23:30.372ZAug 14 12:23:29.343Aug 14 12:23:29.343Aug 14 12:23:29.343 DEBG DEBGinitted freemap. size: 128DEBG, unit: freemap_test
82312026-08-14T12:23:30.372ZAug 14 12:23:29.343 DEBG reset freemap, unit: freemap_test
82322026-08-14T12:23:30.372Z initted freemap. size: 128, unit: freemap_test
82332026-08-14T12:23:30.372Z Aug 14 12:23:29.343 created new freemapDEBG reset freemap, , unitunit:: freemap_testfreemap_test
82342026-08-14T12:23:30.372Z
82352026-08-14T12:23:30.372Ztest freemap::test_free ... ok
82362026-08-14T12:23:30.372ZAug 14 12:23:29.343 DEBG initted freemap. size: 128, unit: freemap_test
82372026-08-14T12:23:30.372Ztest nat::test_mapping ... ok
82382026-08-14T12:23:30.372ZAug 14 12:23:29.343 DEBG reset freemap, unit: freemap_test
82392026-08-14T12:23:30.372Ztest freemap::test_basic ... ok
82402026-08-14T12:23:30.372Ztest freemap::test_reclaim ... ok
82412026-08-14T12:23:30.372Ztest freemap::test_exhaustion ... ok
82422026-08-14T12:23:30.372Ztest port_map::tests::test_backplane_group ... ok
82432026-08-14T12:23:30.372Ztest port_map::tests::test_port_map ... ok
82442026-08-14T12:23:30.372Ztest port_map::tests::dump_map ... ok
82452026-08-14T12:23:30.372ZAug 14 12:23:29.344 DEBG created new freemap, unit: freemap_test
82462026-08-14T12:23:30.372ZAug 14 12:23:29.344 DEBG initted freemap. size: 8, unit: freemap_test
82472026-08-14T12:23:30.372ZAug 14 12:23:29.344 DEBG reset freemap, unit: freemap_test
82482026-08-14T12:23:30.373Ztest api_server::tests::test_build_info ... ok
82492026-08-14T12:23:30.373Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82502026-08-14T12:23:30.373ZAug 14 12:23:29.344 DEBG created new freemap, unit: freemap_route_ipv4
82512026-08-14T12:23:30.373ZAug 14 12:23:29.344 DEBG created new freemap, unit: freemap_route_ipv6
82522026-08-14T12:23:30.373ZAug 14 12:23:29.345 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82532026-08-14T12:23:30.377ZAug 14 12:23:29.345 DEBG reset freemap, unit: freemap_route_ipv4
82542026-08-14T12:23:30.377ZAug 14 12:23:29.345 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
82552026-08-14T12:23:30.377ZAug 14 12:23:29.345 DEBG reset freemap, unit: freemap_route_ipv6
82562026-08-14T12:23:30.377ZAug 14 12:23:29.345 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
82572026-08-14T12:23:30.377ZAug 14 12:23:29.345 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 } }]
82582026-08-14T12:23:30.377ZAug 14 12:23:29.345 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
82592026-08-14T12:23:30.377ZAug 14 12:23:29.345 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 } }]
82602026-08-14T12:23:30.377ZAug 14 12:23:29.345 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82612026-08-14T12:23:30.377ZAug 14 12:23:29.345 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 } }]
82622026-08-14T12:23:30.377ZAug 14 12:23:29.345 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82632026-08-14T12:23:30.377ZAug 14 12:23:29.345 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 } }]
82642026-08-14T12:23:30.377ZAug 14 12:23:29.345 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82652026-08-14T12:23:30.378Ztest port_map::tests::parse_softnpu_revision ... ok
82662026-08-14T12:23:30.378ZAug 14 12:23:29.345 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 } }]
82672026-08-14T12:23:30.378ZAug 14 12:23:29.345 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82682026-08-14T12:23:30.378ZAug 14 12:23:29.345 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 } }]
82692026-08-14T12:23:30.378ZAug 14 12:23:29.345 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82702026-08-14T12:23:30.378ZAug 14 12:23:29.345 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 } }]
82712026-08-14T12:23:30.378ZAug 14 12:23:29.345 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
82722026-08-14T12:23:30.378ZAug 14 12:23:29.345 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 } }]
82732026-08-14T12:23:30.378ZAug 14 12:23:29.345 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
82742026-08-14T12:23:30.378ZAug 14 12:23:29.345 Aug 14 12:23:29.345DEBG DEBG created new freemapreplacing 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 } }]
82752026-08-14T12:23:30.378Z, unit: Aug 14 12:23:29.345freemap_route_ipv4 INFO
82762026-08-14T12:23:30.378Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
82772026-08-14T12:23:30.378ZAug 14 12:23:29.345Aug 14 12:23:29.345 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 } }]created new freemap
82782026-08-14T12:23:30.378Z, unit: freemap_route_ipv6Aug 14 12:23:29.345
82792026-08-14T12:23:30.378Z INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 14 12:23:29.345
82802026-08-14T12:23:30.378Z DEBG initted freemap. size: 64, Aug 14 12:23:29.345unit :DEBG freemap_route_ipv4replacing 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 } }]
82812026-08-14T12:23:30.378Z
82822026-08-14T12:23:30.378ZAug 14 12:23:29.345Aug 14 12:23:29.345 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreset freemap
82832026-08-14T12:23:30.378Z, unit:Aug 14 12:23:29.345 freemap_route_ipv4DEBG
82842026-08-14T12:23:30.378Z 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 } }]
82852026-08-14T12:23:30.378ZAug 14 12:23:29.345 DEBG Aug 14 12:23:29.345Aug 14 12:23:29.345initted freemap. size: 64 , DEBGunit INFO:created new freemap adding route 3fff:beef:b::/64 -> 2001:db8::55:fffreemap_route_ipv6,
82862026-08-14T12:23:30.378Z
82872026-08-14T12:23:30.378Zunit: freemap_route_ipv4Aug 14 12:23:29.345Aug 14 12:23:29.345
82882026-08-14T12:23:30.378Z 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 } }]reset freemap
82892026-08-14T12:23:30.378Z, unit: freemap_route_ipv6Aug 14 12:23:29.345Aug 14 12:23:29.345
82902026-08-14T12:23:30.378ZINFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
82912026-08-14T12:23:30.378Zcreated new freemapAug 14 12:23:29.345, Aug 14 12:23:29.345unitINFO :adding route 3fff:dead::/64 -> 2001:db8::55:1
82922026-08-14T12:23:30.378ZDEBGfreemap_route_ipv6
82932026-08-14T12:23:30.378Zreplacing 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 } }]
82942026-08-14T12:23:30.378ZAug 14 12:23:29.345Aug 14 12:23:29.345 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. size: 64
82952026-08-14T12:23:30.378Z, Aug 14 12:23:29.345unit :INFO Aug 14 12:23:29.345freemap_route_ipv4
82962026-08-14T12:23:30.378Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
82972026-08-14T12:23:30.378ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
82982026-08-14T12:23:30.378ZAug 14 12:23:29.345Aug 14 12:23:29.345 DEBG DEBGreset freemapAug 14 12:23:29.345 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
82992026-08-14T12:23:30.378Zunit :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 } }]
83002026-08-14T12:23:30.378Zfreemap_route_ipv4Aug 14 12:23:29.345
83012026-08-14T12:23:30.378Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
83022026-08-14T12:23:30.378ZAug 14 12:23:29.345 INFOAug 14 12:23:29.345 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBGAug 14 12:23:29.345
83032026-08-14T12:23:30.379Z DEBGinitted freemap. size: 64 , 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 } }]unitAug 14 12:23:29.345
83042026-08-14T12:23:30.379Z: freemap_route_ipv6DEBGAug 14 12:23:29.345
83052026-08-14T12:23:30.379Z 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
83062026-08-14T12:23:30.379Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 14 12:23:29.345
83072026-08-14T12:23:30.379Z Aug 14 12:23:29.345DEBG INFOreset freemap , adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 14 12:23:29.345
83082026-08-14T12:23:30.379Z unitDEBG: 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 14 12:23:29.345
83092026-08-14T12:23:30.379Z freemap_route_ipv6DEBG
83102026-08-14T12:23:30.379Z 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 } }]
83112026-08-14T12:23:30.379ZAug 14 12:23:29.345Aug 14 12:23:29.345 INFOAug 14 12:23:29.345INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
83122026-08-14T12:23:30.379Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
83132026-08-14T12:23:30.379Z
83142026-08-14T12:23:30.379ZAug 14 12:23:29.345 Aug 14 12:23:29.345Aug 14 12:23:29.345 DEBGDEBG 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: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 } }]
83152026-08-14T12:23:30.379Z
83162026-08-14T12:23:30.379Z 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 } }]
83172026-08-14T12:23:30.379ZAug 14 12:23:29.345Aug 14 12:23:29.345 Aug 14 12:23:29.345 INFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
83182026-08-14T12:23:30.379Z
83192026-08-14T12:23:30.379Zadding route 3fff:dead::/64 -> 2001:db8::55:2
83202026-08-14T12:23:30.379ZAug 14 12:23:29.345Aug 14 12:23:29.345Aug 14 12:23:29.345 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 } }]DEBG
83212026-08-14T12:23:30.379Z 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: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 } }]
83222026-08-14T12:23:30.379Z
83232026-08-14T12:23:30.379ZAug 14 12:23:29.345 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:23:29.345
83242026-08-14T12:23:30.379Z Aug 14 12:23:29.345INFO INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 14 12:23:29.345 adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
83252026-08-14T12:23:30.379Z
83262026-08-14T12:23:30.379ZDEBG 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 14 12:23:29.345
83272026-08-14T12:23:30.379ZAug 14 12:23:29.345 DEBGDEBG 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: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 14 12:23:29.345
83282026-08-14T12:23:30.379Z
83292026-08-14T12:23:30.379ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:23:29.345Aug 14 12:23:29.345
83302026-08-14T12:23:30.379Z INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
83312026-08-14T12:23:30.379Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 14 12:23:29.345
83322026-08-14T12:23:30.379Z DEBGAug 14 12:23:29.345Aug 14 12:23:29.345Aug 14 12:23:29.345 DEBG 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
83332026-08-14T12:23:30.379Zreplacing 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 } }]created new freemapreplacing 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 } }]
83342026-08-14T12:23:30.379Z
83352026-08-14T12:23:30.379Z, Aug 14 12:23:29.345unit INFO: adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 14 12:23:29.345freemap_route_ipv4Aug 14 12:23:29.345
83362026-08-14T12:23:30.379Z
83372026-08-14T12:23:30.379Z INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
83382026-08-14T12:23:30.379Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
83392026-08-14T12:23:30.379ZAug 14 12:23:29.345 Aug 14 12:23:29.345Aug 14 12:23:29.345 Aug 14 12:23:29.345DEBG 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 } }] DEBGcreated new freemap
83402026-08-14T12:23:30.379Zreplacing 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 } }],
83412026-08-14T12:23:30.379Zreplacing 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 } }]unit:
83422026-08-14T12:23:30.379Z freemap_route_ipv6Aug 14 12:23:29.345
83432026-08-14T12:23:30.380Z Aug 14 12:23:29.345INFOAug 14 12:23:29.345 INFOINFO Aug 14 12:23:29.345adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
83442026-08-14T12:23:30.380Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
83452026-08-14T12:23:30.380Z
83462026-08-14T12:23:30.380Zinitted freemap. size: 64, Aug 14 12:23:29.345unitAug 14 12:23:29.345 : DEBG Aug 14 12:23:29.345DEBG freemap_route_ipv4replacing 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 } }]
83472026-08-14T12:23:30.380Z
83482026-08-14T12:23:30.380ZDEBG 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 } }]
83492026-08-14T12:23:30.380ZAug 14 12:23:29.345replacing 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 } }]
83502026-08-14T12:23:30.380ZINFO Aug 14 12:23:29.345adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 14 12:23:29.345
83512026-08-14T12:23:30.380ZAug 14 12:23:29.345 INFO DEBG INFOreset freemap , adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
83522026-08-14T12:23:30.380Zunit: freemap_route_ipv4
83532026-08-14T12:23:30.384Z
83542026-08-14T12:23:30.384ZAug 14 12:23:29.345Aug 14 12:23:29.345 DEBG Aug 14 12:23:29.345replacing 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 14 12:23:29.345DEBG DEBG
83552026-08-14T12:23:30.384Zreplacing 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
83562026-08-14T12:23:30.384Z initted freemap. size: 64Aug 14 12:23:29.345, unit:INFOreplacing 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 14 12:23:29.345 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFOfreemap_route_ipv6
83572026-08-14T12:23:30.384Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
83582026-08-14T12:23:30.384Z
83592026-08-14T12:23:30.384Z
83602026-08-14T12:23:30.384ZAug 14 12:23:29.345 INFOAug 14 12:23:29.345Aug 14 12:23:29.345 DEBGAug 14 12:23:29.345DEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
83612026-08-14T12:23:30.384Z
83622026-08-14T12:23:30.384Zreset freemap, unit: Aug 14 12:23:29.345freemap_route_ipv6 Aug 14 12:23:29.345DEBG
83632026-08-14T12:23:30.384Z 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: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 } }]Aug 14 12:23:29.345
83642026-08-14T12:23:30.384Z
83652026-08-14T12:23:30.385Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFOAug 14 12:23:29.345
83662026-08-14T12:23:30.385Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
83672026-08-14T12:23:30.385ZINFOAug 14 12:23:29.345 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 14 12:23:29.345Aug 14 12:23:29.345
83682026-08-14T12:23:30.385ZDEBGINFODEBG 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: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:a::/64 -> 2001:db8::55:ff
83692026-08-14T12:23:30.385Z
83702026-08-14T12:23:30.385Z
83712026-08-14T12:23:30.385ZAug 14 12:23:29.345 DEBG Aug 14 12:23:29.345replacing 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 14 12:23:29.345Aug 14 12:23:29.345
83722026-08-14T12:23:30.385ZDEBG 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 } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
83732026-08-14T12:23:30.385ZAug 14 12:23:29.345 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 } }]
83742026-08-14T12:23:30.385Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
83752026-08-14T12:23:30.385Z
83762026-08-14T12:23:30.385ZAug 14 12:23:29.346 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 14 12:23:29.346Aug 14 12:23:29.346
83772026-08-14T12:23:30.385ZDEBGDEBG 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: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 } }]
83782026-08-14T12:23:30.385Z
83792026-08-14T12:23:30.385ZAug 14 12:23:29.346 DEBG Aug 14 12:23:29.346replacing 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 14 12:23:29.346
83802026-08-14T12:23:30.385Z INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 14 12:23:29.346adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
83812026-08-14T12:23:30.385ZINFO
83822026-08-14T12:23:30.385Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
83832026-08-14T12:23:30.385ZAug 14 12:23:29.346Aug 14 12:23:29.346 DEBGDEBG Aug 14 12:23:29.346replacing 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: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
83842026-08-14T12:23:30.385Z
83852026-08-14T12:23:30.385Z 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 } }]
83862026-08-14T12:23:30.385ZAug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 INFOINFO Aug 14 12:23:29.346 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
83872026-08-14T12:23:30.385Z INFO created new freemapadding route 3fff:beef:7::/64 -> 2001:db8::55:ff,
83882026-08-14T12:23:30.385Z
83892026-08-14T12:23:30.385ZunitAug 14 12:23:29.346: Aug 14 12:23:29.346Aug 14 12:23:29.346 freemap_testDEBGDEBG 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 } }]
83902026-08-14T12:23:30.385Zreplacing 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 } }]
83912026-08-14T12:23:30.385Z
83922026-08-14T12:23:30.385Z 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 } }]
83932026-08-14T12:23:30.385ZAug 14 12:23:29.346 Aug 14 12:23:29.346INFO Aug 14 12:23:29.346INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 14 12:23:29.346adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
83942026-08-14T12:23:30.385Z INFODEBG
83952026-08-14T12:23:30.385Z initted freemap. size: 128 , adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffunitAug 14 12:23:29.346:
83962026-08-14T12:23:30.385ZAug 14 12:23:29.346 DEBGDEBG 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 } }]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 } }]
83972026-08-14T12:23:30.385Z
83982026-08-14T12:23:30.385Zfreemap_test
83992026-08-14T12:23:30.385ZAug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 DEBGAug 14 12:23:29.346INFO INFO 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 } }]DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
84002026-08-14T12:23:30.385Z
84012026-08-14T12:23:30.385Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
84022026-08-14T12:23:30.385Z reset freemap, unitAug 14 12:23:29.346:Aug 14 12:23:29.346Aug 14 12:23:29.346 freemap_testDEBGINFO 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:1d::/64 -> 2001:db8::55:ffDEBG
84032026-08-14T12:23:30.385Z
84042026-08-14T12:23:30.385Z
84052026-08-14T12:23:30.386Z 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 } }]
84062026-08-14T12:23:30.386ZAug 14 12:23:29.346Aug 14 12:23:29.346 Aug 14 12:23:29.346INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFO
84072026-08-14T12:23:30.386Zreplacing 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 } }]
84082026-08-14T12:23:30.386Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
84092026-08-14T12:23:30.386ZAug 14 12:23:29.346 DEBGAug 14 12:23:29.346 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 14 12:23:29.346
84102026-08-14T12:23:30.386ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG
84112026-08-14T12:23:30.386Z 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 14 12:23:29.346
84122026-08-14T12:23:30.386Z INFOAug 14 12:23:29.346 Aug 14 12:23:29.346DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
84132026-08-14T12:23:30.386Zreplacing 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 } }]
84142026-08-14T12:23:30.386ZINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
84152026-08-14T12:23:30.386ZAug 14 12:23:29.346 Aug 14 12:23:29.346DEBG INFOAug 14 12:23:29.346replacing 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 } }]
84162026-08-14T12:23:30.386Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
84172026-08-14T12:23:30.386Z 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 14 12:23:29.346
84182026-08-14T12:23:30.386Z Aug 14 12:23:29.346INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
84192026-08-14T12:23:30.386Zreplacing 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 14 12:23:29.346
84202026-08-14T12:23:30.386Z INFO Aug 14 12:23:29.346adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 14 12:23:29.346
84212026-08-14T12:23:30.386Z DEBGINFO adding route 3fff:beef:20::/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 } }]
84222026-08-14T12:23:30.386Z
84232026-08-14T12:23:30.386ZAug 14 12:23:29.346 Aug 14 12:23:29.346Aug 14 12:23:29.346 INFODEBG DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff 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: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 } }]
84242026-08-14T12:23:30.386Z
84252026-08-14T12:23:30.386Z
84262026-08-14T12:23:30.386ZAug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
84272026-08-14T12:23:30.386Z
84282026-08-14T12:23:30.386Z 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 } }]Aug 14 12:23:29.346
84292026-08-14T12:23:30.386ZAug 14 12:23:29.346 DEBGDEBGAug 14 12:23:29.346 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: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 } }]INFO
84302026-08-14T12:23:30.386Z
84312026-08-14T12:23:30.386Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
84322026-08-14T12:23:30.386ZAug 14 12:23:29.346Aug 14 12:23:29.346 Aug 14 12:23:29.346INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
84332026-08-14T12:23:30.386ZINFO 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 } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
84342026-08-14T12:23:30.386Z
84352026-08-14T12:23:30.386ZAug 14 12:23:29.346 Aug 14 12:23:29.346Aug 14 12:23:29.346DEBG 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 } }]INFO 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:f::/64 -> 2001:db8::55:ff
84362026-08-14T12:23:30.386Z
84372026-08-14T12:23:30.386Z
84382026-08-14T12:23:30.386ZAug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 INFODEBG 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 } }]INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
84392026-08-14T12:23:30.386Z
84402026-08-14T12:23:30.386Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
84412026-08-14T12:23:30.386ZAug 14 12:23:29.346Aug 14 12:23:29.346 Aug 14 12:23:29.346 INFODEBG adding route 3fff:beef:10::/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 } }]
84422026-08-14T12:23:30.386ZDEBG
84432026-08-14T12:23:30.386Z 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 } }]
84442026-08-14T12:23:30.387ZAug 14 12:23:29.346Aug 14 12:23:29.346 DEBGINFO Aug 14 12:23:29.346 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:16::/64 -> 2001:db8::55:ff
84452026-08-14T12:23:30.387Z
84462026-08-14T12:23:30.387Z INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
84472026-08-14T12:23:30.387ZAug 14 12:23:29.346Aug 14 12:23:29.346 DEBGINFO Aug 14 12:23:29.346replacing 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 } }] DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
84482026-08-14T12:23:30.387Zreplacing 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 } }]
84492026-08-14T12:23:30.387Z
84502026-08-14T12:23:30.387ZAug 14 12:23:29.346 Aug 14 12:23:29.346INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 14 12:23:29.346
84512026-08-14T12:23:30.387Zreplacing 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 } }]
84522026-08-14T12:23:30.387ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
84532026-08-14T12:23:30.391ZAug 14 12:23:29.346Aug 14 12:23:29.346 Aug 14 12:23:29.346DEBG DEBGreplacing 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
84542026-08-14T12:23:30.391Z 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:ff
84552026-08-14T12:23:30.391Z
84562026-08-14T12:23:30.391ZAug 14 12:23:29.346 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 14 12:23:29.346Aug 14 12:23:29.346
84572026-08-14T12:23:30.391ZDEBGINFO 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:26::/64 -> 2001:db8::55:ffAug 14 12:23:29.346
84582026-08-14T12:23:30.391Z DEBG
84592026-08-14T12:23:30.391Z 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 } }]
84602026-08-14T12:23:30.391ZAug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 INFODEBG INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
84612026-08-14T12:23:30.391Z 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 } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
84622026-08-14T12:23:30.391Z
84632026-08-14T12:23:30.391ZAug 14 12:23:29.346 Aug 14 12:23:29.346Aug 14 12:23:29.346DEBG 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 } }] DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
84642026-08-14T12:23:30.391Zreplacing 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 } }]
84652026-08-14T12:23:30.391Z
84662026-08-14T12:23:30.391ZAug 14 12:23:29.346Aug 14 12:23:29.346 Aug 14 12:23:29.346 DEBGINFO INFOreplacing 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 } }]
84672026-08-14T12:23:30.391Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
84682026-08-14T12:23:30.391Z
84692026-08-14T12:23:30.391ZAug 14 12:23:29.346 Aug 14 12:23:29.346INFOAug 14 12:23:29.346 DEBGDEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
84702026-08-14T12:23:30.392Zreplacing 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: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 } }]
84712026-08-14T12:23:30.392Z
84722026-08-14T12:23:30.392ZAug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG
84732026-08-14T12:23:30.392Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing 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 } }]
84742026-08-14T12:23:30.392Z
84752026-08-14T12:23:30.392ZAug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 DEBGDEBG INFOreplacing 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 } }] 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 } }]
84762026-08-14T12:23:30.392Z
84772026-08-14T12:23:30.392Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
84782026-08-14T12:23:30.392ZAug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 INFOINFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
84792026-08-14T12:23:30.392Zreplacing 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:1c::/64 -> 2001:db8::55:ff
84802026-08-14T12:23:30.392Z
84812026-08-14T12:23:30.392ZAug 14 12:23:29.346 Aug 14 12:23:29.346Aug 14 12:23:29.346DEBG DEBGreplacing 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 } }]
84822026-08-14T12:23:30.392Zreplacing 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
84832026-08-14T12:23:30.392Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
84842026-08-14T12:23:30.392ZAug 14 12:23:29.346 Aug 14 12:23:29.346INFO INFOAug 14 12:23:29.346 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
84852026-08-14T12:23:30.392ZDEBG
84862026-08-14T12:23:30.392Z 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 } }]
84872026-08-14T12:23:30.392ZAug 14 12:23:29.346Aug 14 12:23:29.346 DEBGDEBGAug 14 12:23:29.346 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: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 } }]
84882026-08-14T12:23:30.392ZINFO
84892026-08-14T12:23:30.392Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
84902026-08-14T12:23:30.392ZAug 14 12:23:29.346Aug 14 12:23:29.346 INFOINFO Aug 14 12:23:29.346adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
84912026-08-14T12:23:30.392Z
84922026-08-14T12:23:30.392Z 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 } }]Aug 14 12:23:29.346
84932026-08-14T12:23:30.392Z Aug 14 12:23:29.346DEBG DEBGAug 14 12:23:29.346replacing 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 } }]
84942026-08-14T12:23:30.392Zreplacing 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 } }]INFO
84952026-08-14T12:23:30.392Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 14 12:23:29.346
84962026-08-14T12:23:30.392Z Aug 14 12:23:29.346INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO
84972026-08-14T12:23:30.392Z Aug 14 12:23:29.346adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
84982026-08-14T12:23:30.392ZDEBGAug 14 12:23:29.346 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 } }]DEBGAug 14 12:23:29.346
84992026-08-14T12:23:30.392Z 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 } }]
85002026-08-14T12:23:30.392Zreplacing 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 14 12:23:29.346
85012026-08-14T12:23:30.392Z INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
85022026-08-14T12:23:30.392ZAug 14 12:23:29.346Aug 14 12:23:29.346 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
85032026-08-14T12:23:30.392Z
85042026-08-14T12:23:30.392ZAug 14 12:23:29.346 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 } }]Aug 14 12:23:29.346
85052026-08-14T12:23:30.392Z Aug 14 12:23:29.346DEBG 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
85062026-08-14T12:23:30.392Z Aug 14 12:23:29.346replacing 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 } }]
85072026-08-14T12:23:30.392ZAug 14 12:23:29.346INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
85082026-08-14T12:23:30.392Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 14 12:23:29.346
85092026-08-14T12:23:30.393Z INFO Aug 14 12:23:29.346adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
85102026-08-14T12:23:30.393ZAug 14 12:23:29.346DEBG 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 } }]Aug 14 12:23:29.346
85112026-08-14T12:23:30.393Zreplacing 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 } }]DEBG
85122026-08-14T12:23:30.393Z Aug 14 12:23:29.346replacing 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 } }]
85132026-08-14T12:23:30.393ZINFOAug 14 12:23:29.346 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 14 12:23:29.346INFO
85142026-08-14T12:23:30.393Z INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
85152026-08-14T12:23:30.393Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
85162026-08-14T12:23:30.393ZAug 14 12:23:29.346Aug 14 12:23:29.346 Aug 14 12:23:29.346DEBG 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 } }]DEBGreplacing 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 } }]
85172026-08-14T12:23:30.393Z
85182026-08-14T12:23:30.393Zreplacing 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 } }]
85192026-08-14T12:23:30.393ZAug 14 12:23:29.346 Aug 14 12:23:29.346INFOAug 14 12:23:29.346 INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
85202026-08-14T12:23:30.393Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
85212026-08-14T12:23:30.393Z
85222026-08-14T12:23:30.393ZAug 14 12:23:29.346 DEBGAug 14 12:23:29.346Aug 14 12:23:29.346 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 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 } }]
85232026-08-14T12:23:30.393Z
85242026-08-14T12:23:30.393Zreplacing 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 } }]
85252026-08-14T12:23:30.393ZAug 14 12:23:29.346Aug 14 12:23:29.346 Aug 14 12:23:29.346INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
85262026-08-14T12:23:30.393Z
85272026-08-14T12:23:30.393Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
85282026-08-14T12:23:30.393ZAug 14 12:23:29.346Aug 14 12:23:29.346 Aug 14 12:23:29.346DEBGDEBG DEBG 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: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: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 } }]
85292026-08-14T12:23:30.393Z
85302026-08-14T12:23:30.393Z
85312026-08-14T12:23:30.393ZAug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
85322026-08-14T12:23:30.393Z
85332026-08-14T12:23:30.393ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
85342026-08-14T12:23:30.393ZAug 14 12:23:29.346Aug 14 12:23:29.346 DEBGAug 14 12:23:29.346DEBG 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 } }]
85352026-08-14T12:23:30.393ZDEBG 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: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 } }]
85362026-08-14T12:23:30.393Z
85372026-08-14T12:23:30.393ZAug 14 12:23:29.346 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 14 12:23:29.346Aug 14 12:23:29.346 INFOINFO
85382026-08-14T12:23:30.393Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
85392026-08-14T12:23:30.393Z
85402026-08-14T12:23:30.393ZAug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 DEBGDEBG 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 } }]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 } }]
85412026-08-14T12:23:30.393Z
85422026-08-14T12:23:30.393Zreplacing 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 } }]
85432026-08-14T12:23:30.393ZAug 14 12:23:29.346Aug 14 12:23:29.346 Aug 14 12:23:29.346INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
85442026-08-14T12:23:30.393Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
85452026-08-14T12:23:30.393Z
85462026-08-14T12:23:30.393ZAug 14 12:23:29.346 DEBGAug 14 12:23:29.346Aug 14 12:23:29.346 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
85472026-08-14T12:23:30.393ZDEBG 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 } }]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 } }]
85482026-08-14T12:23:30.393Z
85492026-08-14T12:23:30.394ZAug 14 12:23:29.346 Aug 14 12:23:29.346INFOAug 14 12:23:29.346 INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
85502026-08-14T12:23:30.394Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
85512026-08-14T12:23:30.394Z
85522026-08-14T12:23:30.394Ztest freemap::test_span ... ok
85532026-08-14T12:23:30.398ZAug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 DEBG 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 } }]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
85542026-08-14T12:23:30.398Z
85552026-08-14T12:23:30.398Z 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 } }]
85562026-08-14T12:23:30.398ZAug 14 12:23:29.346Aug 14 12:23:29.346 INFOAug 14 12:23:29.346INFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
85572026-08-14T12:23:30.398Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
85582026-08-14T12:23:30.398Z
85592026-08-14T12:23:30.398ZAug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346Aug 14 12:23:29.346 DEBGDEBGDEBG DEBGcreated new freemapreplacing 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: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 } }]
85602026-08-14T12:23:30.398Zreplacing 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 } }],
85612026-08-14T12:23:30.398Zunit
85622026-08-14T12:23:30.398Z: Aug 14 12:23:29.346freemap_route_ipv4Aug 14 12:23:29.346 INFOAug 14 12:23:29.346
85632026-08-14T12:23:30.398Z INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
85642026-08-14T12:23:30.398ZINFO
85652026-08-14T12:23:30.398Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 14 12:23:29.346
85662026-08-14T12:23:30.398Z DEBGAug 14 12:23:29.346 Aug 14 12:23:29.346created new freemap , DEBGunit Aug 14 12:23:29.346 : 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 } }]
85672026-08-14T12:23:30.398ZDEBGDEBG 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 } }]freemap_route_ipv6
85682026-08-14T12:23:30.398Zreplacing 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 } }]
85692026-08-14T12:23:30.398ZAug 14 12:23:29.346
85702026-08-14T12:23:30.398Z Aug 14 12:23:29.346INFO Aug 14 12:23:29.346adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFOAug 14 12:23:29.346
85712026-08-14T12:23:30.398ZDEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffinitted freemap. size: 64
85722026-08-14T12:23:30.398Z, Aug 14 12:23:29.346
85732026-08-14T12:23:30.398Zunit :Aug 14 12:23:29.346DEBG freemap_route_ipv4DEBG
85742026-08-14T12:23:30.398Zreplacing 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 } }]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 } }]
85752026-08-14T12:23:30.398Z
85762026-08-14T12:23:30.398ZAug 14 12:23:29.346 DEBGAug 14 12:23:29.347Aug 14 12:23:29.347Aug 14 12:23:29.347 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 } }]INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
85772026-08-14T12:23:30.398Z
85782026-08-14T12:23:30.398Z
85792026-08-14T12:23:30.398Z DEBG reset freemap, unitAug 14 12:23:29.347: Aug 14 12:23:29.347INFOAug 14 12:23:29.347 DEBGDEBGfreemap_route_ipv4 adding route 3fff:beef:2c::/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 } }]
85802026-08-14T12:23:30.399Zreplacing 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 } }]
85812026-08-14T12:23:30.399Z
85822026-08-14T12:23:30.399Z
85832026-08-14T12:23:30.399ZAug 14 12:23:29.347 Aug 14 12:23:29.347INFOAug 14 12:23:29.347 INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
85842026-08-14T12:23:30.399Zinitted freemap. size: 64adding route 3fff:beef:27::/64 -> 2001:db8::55:ff,
85852026-08-14T12:23:30.399Zunit:Aug 14 12:23:29.347 freemap_route_ipv6Aug 14 12:23:29.347
85862026-08-14T12:23:30.399ZDEBG 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 } }]Aug 14 12:23:29.347
85872026-08-14T12:23:30.399Z 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 14 12:23:29.347
85882026-08-14T12:23:30.399Z DEBGDEBGAug 14 12:23:29.347 reset freemapINFO 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 } }], adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffunit
85892026-08-14T12:23:30.399Z
85902026-08-14T12:23:30.399Z: freemap_route_ipv6
85912026-08-14T12:23:30.399ZAug 14 12:23:29.347 Aug 14 12:23:29.347Aug 14 12:23:29.347 INFO DEBG INFOreplacing 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:28::/64 -> 2001:db8::55:ff
85922026-08-14T12:23:30.399Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 14 12:23:29.347
85932026-08-14T12:23:30.399Z
85942026-08-14T12:23:30.399ZAug 14 12:23:29.347INFO Aug 14 12:23:29.347adding route 172.16.0.0/32 -> 10.0.0.1INFO
85952026-08-14T12:23:30.399Z Aug 14 12:23:29.347 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
85962026-08-14T12:23:30.399Z DEBG Aug 14 12:23:29.347replacing 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: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 } }]DEBGAug 14 12:23:29.347
85972026-08-14T12:23:30.399Z
85982026-08-14T12:23:30.399Z 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 } }]
85992026-08-14T12:23:30.399Zreplacing 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 } }]
86002026-08-14T12:23:30.399ZAug 14 12:23:29.347Aug 14 12:23:29.347 Aug 14 12:23:29.347INFO INFOAug 14 12:23:29.347 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff INFO
86012026-08-14T12:23:30.399Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG
86022026-08-14T12:23:30.399Z adding route 3fff:beef:3c::/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 } }]
86032026-08-14T12:23:30.399ZAug 14 12:23:29.347
86042026-08-14T12:23:30.399ZAug 14 12:23:29.347 DEBGDEBG Aug 14 12:23:29.347 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: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 } }]
86052026-08-14T12:23:30.399Z
86062026-08-14T12:23:30.399ZDEBG 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 } }]
86072026-08-14T12:23:30.399ZAug 14 12:23:29.347Aug 14 12:23:29.347 Aug 14 12:23:29.347INFO INFOINFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86082026-08-14T12:23:30.399Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
86092026-08-14T12:23:30.399Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
86102026-08-14T12:23:30.399ZAug 14 12:23:29.347Aug 14 12:23:29.347 DEBGAug 14 12:23:29.347 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 } }]
86112026-08-14T12:23:30.399Ztest route::tests::grow_succeeds ... ok
86122026-08-14T12:23:30.399Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
86132026-08-14T12:23:30.399ZDEBGreplacing 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 } }]
86142026-08-14T12:23:30.399Zreplacing 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 } }]
86152026-08-14T12:23:30.399ZAug 14 12:23:29.347 INFOAug 14 12:23:29.347 Aug 14 12:23:29.347 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff INFOINFO
86162026-08-14T12:23:30.399Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
86172026-08-14T12:23:30.399Z
86182026-08-14T12:23:30.399ZAug 14 12:23:29.347 DEBG Aug 14 12:23:29.347replacing 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 } }]
86192026-08-14T12:23:30.400ZAug 14 12:23:29.347DEBG 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 } }]DEBGAug 14 12:23:29.347
86202026-08-14T12:23:30.400Z 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 } }]INFO
86212026-08-14T12:23:30.400Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
86222026-08-14T12:23:30.400ZAug 14 12:23:29.347Aug 14 12:23:29.347 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 14 12:23:29.347
86232026-08-14T12:23:30.400Z adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffDEBG
86242026-08-14T12:23:30.400Z 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 } }]
86252026-08-14T12:23:30.400ZAug 14 12:23:29.347Aug 14 12:23:29.347 DEBGDEBGAug 14 12:23:29.347 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
86262026-08-14T12:23:30.400Z 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 } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
86272026-08-14T12:23:30.400Z
86282026-08-14T12:23:30.400ZAug 14 12:23:29.347 Aug 14 12:23:29.347Aug 14 12:23:29.347 DEBGINFODEBG adding route 3fff:beef:33::/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 } }]
86292026-08-14T12:23:30.400Zfailed to allocate space for the new target list
86302026-08-14T12:23:30.400Z
86312026-08-14T12:23:30.400ZAug 14 12:23:29.347 Aug 14 12:23:29.347Aug 14 12:23:29.347DEBG DEBGINFOreplacing 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 } }]
86322026-08-14T12:23:30.400Z 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:2e::/64 -> 2001:db8::55:ff
86332026-08-14T12:23:30.400Z
86342026-08-14T12:23:30.400ZAug 14 12:23:29.347 INFOAug 14 12:23:29.347 Aug 14 12:23:29.347adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
86352026-08-14T12:23:30.400Z DEBGDEBG 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 } }]failed to allocate space for the new target list
86362026-08-14T12:23:30.400ZAug 14 12:23:29.347
86372026-08-14T12:23:30.400ZDEBG Aug 14 12:23:29.347replacing 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 } }]
86382026-08-14T12:23:30.400ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
86392026-08-14T12:23:30.400ZAug 14 12:23:29.347 INFO Aug 14 12:23:29.347adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
86402026-08-14T12:23:30.400ZDEBG 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 } }]
86412026-08-14T12:23:30.400ZAug 14 12:23:29.347 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 14 12:23:29.347
86422026-08-14T12:23:30.400Z INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
86432026-08-14T12:23:30.400ZAug 14 12:23:29.347 INFO Aug 14 12:23:29.347adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
86442026-08-14T12:23:30.400ZDEBG 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 } }]
86452026-08-14T12:23:30.400ZAug 14 12:23:29.347 DEBG Aug 14 12:23:29.347replacing 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 } }]
86462026-08-14T12:23:30.400ZINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
86472026-08-14T12:23:30.400ZAug 14 12:23:29.347 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 14 12:23:29.347
86482026-08-14T12:23:30.400Z DEBG 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 14 12:23:29.347
86492026-08-14T12:23:30.400Z 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 } }]
86502026-08-14T12:23:30.400ZAug 14 12:23:29.347 INFO Aug 14 12:23:29.347adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
86512026-08-14T12:23:30.400ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
86522026-08-14T12:23:30.400ZAug 14 12:23:29.347 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 } }]Aug 14 12:23:29.347
86532026-08-14T12:23:30.405Z 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 } }]Aug 14 12:23:29.347
86542026-08-14T12:23:30.405Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 14 12:23:29.347
86552026-08-14T12:23:30.405Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 14 12:23:29.347
86562026-08-14T12:23:30.405Z 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 } }]Aug 14 12:23:29.347
86572026-08-14T12:23:30.405Z 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 14 12:23:29.347
86582026-08-14T12:23:30.405Z INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 14 12:23:29.347
86592026-08-14T12:23:30.405Z INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 14 12:23:29.347
86602026-08-14T12:23:30.405Z 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 } }]Aug 14 12:23:29.347
86612026-08-14T12:23:30.405Z 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 14 12:23:29.347
86622026-08-14T12:23:30.405Z INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 14 12:23:29.347
86632026-08-14T12:23:30.405Z INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 14 12:23:29.347
86642026-08-14T12:23:30.405Z 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 14 12:23:29.347
86652026-08-14T12:23:30.405Z 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 } }]Aug 14 12:23:29.347
86662026-08-14T12:23:30.405Z INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 14 12:23:29.347
86672026-08-14T12:23:30.405Z INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 14 12:23:29.347 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 } }]
86682026-08-14T12:23:30.405ZAug 14 12:23:29.347 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
86692026-08-14T12:23:30.405Z
86702026-08-14T12:23:30.405ZAug 14 12:23:29.347 DEBGAug 14 12:23:29.347 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 } }]DEBG
86712026-08-14T12:23:30.405Z 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 } }]
86722026-08-14T12:23:30.405ZAug 14 12:23:29.347 INFOAug 14 12:23:29.347 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO
86732026-08-14T12:23:30.405Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
86742026-08-14T12:23:30.405ZAug 14 12:23:29.347 DEBGAug 14 12:23:29.347 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 } }]DEBG
86752026-08-14T12:23:30.405Z 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 } }]
86762026-08-14T12:23:30.405ZAug 14 12:23:29.347 INFOAug 14 12:23:29.347 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO
86772026-08-14T12:23:30.405Z adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
86782026-08-14T12:23:30.405ZAug 14 12:23:29.347 DEBGAug 14 12:23:29.347 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 } }]DEBG
86792026-08-14T12:23:30.405Z 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 } }]
86802026-08-14T12:23:30.405ZAug 14 12:23:29.347 INFOAug 14 12:23:29.347 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
86812026-08-14T12:23:30.405Z failed to allocate space for the new target list
86822026-08-14T12:23:30.405ZAug 14 12:23:29.347 DEBGAug 14 12:23:29.347 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
86832026-08-14T12:23:30.405Z 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 } }]
86842026-08-14T12:23:30.405ZAug 14 12:23:29.347 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
86852026-08-14T12:23:30.405ZAug 14 12:23:29.347 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 } }]
86862026-08-14T12:23:30.405ZAug 14 12:23:29.347 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
86872026-08-14T12:23:30.405ZAug 14 12:23:29.347 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 } }]
86882026-08-14T12:23:30.405ZAug 14 12:23:29.347 DEBG failed to allocate space for the new target list
86892026-08-14T12:23:30.405ZAug 14 12:23:29.347 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 } }]
86902026-08-14T12:23:30.405ZAug 14 12:23:29.347 DEBG created new freemap, unit: freemap_route_ipv4
86912026-08-14T12:23:30.405ZAug 14 12:23:29.347 DEBG created new freemap, unit: freemap_route_ipv6
86922026-08-14T12:23:30.406ZAug 14 12:23:29.347 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
86932026-08-14T12:23:30.406ZAug 14 12:23:29.347 DEBG reset freemap, unit: freemap_route_ipv4
86942026-08-14T12:23:30.406ZAug 14 12:23:29.347 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
86952026-08-14T12:23:30.406ZAug 14 12:23:29.347 DEBG reset freemap, unit: freemap_route_ipv6
86962026-08-14T12:23:30.406ZAug 14 12:23:29.347 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
86972026-08-14T12:23:30.406ZAug 14 12:23:29.347 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 } }]
86982026-08-14T12:23:30.406ZAug 14 12:23:29.347 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
86992026-08-14T12:23:30.406ZAug 14 12:23:29.347 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 } }]
87002026-08-14T12:23:30.406ZAug 14 12:23:29.347 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
87012026-08-14T12:23:30.406ZAug 14 12:23:29.347 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 } }]
87022026-08-14T12:23:30.406ZAug 14 12:23:29.347 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
87032026-08-14T12:23:30.406ZAug 14 12:23:29.347 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 } }]
87042026-08-14T12:23:30.406ZAug 14 12:23:29.347 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: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 } }]
87052026-08-14T12:23:30.406ZAug 14 12:23:29.347 WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
87062026-08-14T12:23:30.406ZAug 14 12:23:29.347 ERRO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
87072026-08-14T12:23:30.406ZAug 14 12:23:29.347 ERRO 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
87082026-08-14T12:23:30.406ZAug 14 12:23:29.347 DEBG created new freemap, unit: freemap_route_ipv4
87092026-08-14T12:23:30.406ZAug 14 12:23:29.347 DEBG created new freemap, unit: freemap_route_ipv6
87102026-08-14T12:23:30.406ZAug 14 12:23:29.347 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
87112026-08-14T12:23:30.406ZAug 14 12:23:29.347 DEBG reset freemap, unit: freemap_route_ipv4
87122026-08-14T12:23:30.406ZAug 14 12:23:29.347 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
87132026-08-14T12:23:30.406ZAug 14 12:23:29.347 DEBG reset freemap, unit: freemap_route_ipv6
87142026-08-14T12:23:30.406ZAug 14 12:23:29.348 DEBG created new freemap, unit: freemap_route_ipv4
87152026-08-14T12:23:30.406ZAug 14 12:23:29.348 DEBG created new freemap, unit: freemap_route_ipv6
87162026-08-14T12:23:30.406ZAug 14 12:23:29.348 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
87172026-08-14T12:23:30.406ZAug 14 12:23:29.348 DEBG reset freemap, unit: freemap_route_ipv4
87182026-08-14T12:23:30.406ZAug 14 12:23:29.348 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
87192026-08-14T12:23:30.406ZAug 14 12:23:29.348 DEBG reset freemap, unit: freemap_route_ipv6
87202026-08-14T12:23:30.406ZAug 14 12:23:29.348 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
87212026-08-14T12:23:30.406ZAug 14 12:23:29.348 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 } }]
87222026-08-14T12:23:30.406Ztest route::tests::rollback_on_compact_delete_failure ... ok
87232026-08-14T12:23:30.406ZAug 14 12:23:29.348 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
87242026-08-14T12:23:30.406ZAug 14 12:23:29.349Aug 14 12:23:29.348 Aug 14 12:23:29.349DEBG DEBGcreated new freemap , Aug 14 12:23:29.348unit :DEBGAug 14 12:23:29.348 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 } }] freemap_route_ipv4
87252026-08-14T12:23:30.406Z
87262026-08-14T12:23:30.406Z created new freemap, unitcreated new freemap: , freemap_route_ipv4Aug 14 12:23:29.349
87272026-08-14T12:23:30.406Z unitAug 14 12:23:29.349INFO DEBGDEBG :created new freemap , freemap_route_ipv4 created new freemap
87282026-08-14T12:23:30.406Z, adding route 3fff:dead::/64 -> 2001:db8::55:3unit:
87292026-08-14T12:23:30.406ZAug 14 12:23:29.349 freemap_route_ipv6unit
87302026-08-14T12:23:30.406ZAug 14 12:23:29.349DEBG DEBG created new freemapAug 14 12:23:29.349created new freemap, Aug 14 12:23:29.349, :unit unit DEBGfreemap_route_ipv4::
87312026-08-14T12:23:30.407ZDEBGfreemap_route_ipv6 initted freemap. size: 64freemap_route_ipv6
87322026-08-14T12:23:30.407Z, unit
87332026-08-14T12:23:30.407Z :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 } }]
87342026-08-14T12:23:30.407ZAug 14 12:23:29.349Aug 14 12:23:29.349 DEBGDEBGfreemap_route_ipv4
87352026-08-14T12:23:30.407Zinitted freemap. size: 64Aug 14 12:23:29.349, initted freemap. size: 64unit, unitAug 14 12:23:29.349:: Aug 14 12:23:29.349freemap_route_ipv4DEBG
87362026-08-14T12:23:30.407ZINFO freemap_route_ipv4
87372026-08-14T12:23:30.407ZDEBG Aug 14 12:23:29.349 adding route 3fff:dead::/64 -> 2001:db8::55:4reset freemapDEBG
87382026-08-14T12:23:30.407Z, unitreset freemapAug 14 12:23:29.349, :unit freemap_route_ipv4
87392026-08-14T12:23:30.407Z: DEBGfreemap_route_ipv4Aug 14 12:23:29.349 reset freemapcreated new freemap, DEBG,
87402026-08-14T12:23:30.407ZAug 14 12:23:29.349unitunit:: freemap_route_ipv4DEBG
87412026-08-14T12:23:30.407Z Aug 14 12:23:29.349initted freemap. size: 64 , unitDEBGreplacing 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 14 12:23:29.349
87422026-08-14T12:23:30.407Z :initted freemap. size: 64, DEBGunit :Aug 14 12:23:29.349freemap_route_ipv6initted freemap. size: 64
87432026-08-14T12:23:30.407Z freemap_route_ipv6, DEBGunitfreemap_route_ipv6
87442026-08-14T12:23:30.407Z:
87452026-08-14T12:23:30.407Zreplacing 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 14 12:23:29.349
87462026-08-14T12:23:30.407Zfreemap_route_ipv6DEBG Aug 14 12:23:29.349
87472026-08-14T12:23:30.407Z Aug 14 12:23:29.349DEBGAug 14 12:23:29.349 reset freemapinitted freemap. size: 64, unitDEBGWARN: , reset freemapshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }), unit
87482026-08-14T12:23:30.407Z Aug 14 12:23:29.349unitfreemap_route_ipv6
87492026-08-14T12:23:30.407Z:DEBG: freemap_route_ipv6
87502026-08-14T12:23:30.407Zreset freemapAug 14 12:23:29.349 , INFOfreemap_route_ipv4unit Aug 14 12:23:29.349
87512026-08-14T12:23:30.407Zadding route 3fff:dead::/64 -> 2001:db8::55:1: INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1
87522026-08-14T12:23:30.407Z
87532026-08-14T12:23:30.411Z
87542026-08-14T12:23:30.411ZAug 14 12:23:29.349Aug 14 12:23:29.349Aug 14 12:23:29.349Aug 14 12:23:29.349 DEBGINFODEBG 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 } }]adding route 172.16.0.0/32 -> 10.0.0.1
87552026-08-14T12:23:30.411Z
87562026-08-14T12:23:30.411Z 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 } }]
87572026-08-14T12:23:30.411ZAug 14 12:23:29.348Aug 14 12:23:29.349DEBG Aug 14 12:23:29.349DEBGINFO Aug 14 12:23:29.349 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:dead::/64 -> 2001:db8::55:1 INFOreset freemap
87582026-08-14T12:23:30.411Z
87592026-08-14T12:23:30.411ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2 , adding route 3fff:dead::/64 -> 2001:db8::55:1
87602026-08-14T12:23:30.411ZAug 14 12:23:29.349
87612026-08-14T12:23:30.411Z INFO Aug 14 12:23:29.349unitAug 14 12:23:29.349adding route 172.16.0.0/32 -> 10.0.0.2 Aug 14 12:23:29.349: DEBGDEBG 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 } }] 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 } }]
87622026-08-14T12:23:30.411Z
87632026-08-14T12:23:30.411Zfreemap_route_ipv4
87642026-08-14T12:23:30.411Z
87652026-08-14T12:23:30.411Z 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 } }]
87662026-08-14T12:23:30.411ZAug 14 12:23:29.349 Aug 14 12:23:29.349INFO Aug 14 12:23:29.349Aug 14 12:23:29.349DEBG INFODEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 initted freemap. size: 64Aug 14 12:23:29.349replacing 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:1
87672026-08-14T12:23:30.411Z, INFO
87682026-08-14T12:23:30.411Z adding route 3fff:dead::/64 -> 2001:db8::55:1unit
87692026-08-14T12:23:30.411Z
87702026-08-14T12:23:30.412Z: Aug 14 12:23:29.349Aug 14 12:23:29.349 freemap_route_ipv6DEBGINFO
87712026-08-14T12:23:30.412Z adding route 172.16.0.0/32 -> 10.0.0.3Aug 14 12:23:29.349
87722026-08-14T12:23:30.412ZDEBGreplacing 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 14 12:23:29.349
87732026-08-14T12:23:30.412Z DEBGAug 14 12:23:29.349replacing 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 } }]Aug 14 12:23:29.349
87742026-08-14T12:23:30.412Z 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 } }]Aug 14 12:23:29.349
87752026-08-14T12:23:30.412ZINFOreset 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 } }],
87762026-08-14T12:23:30.412Zunit:adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:23:29.349
87772026-08-14T12:23:30.412Z INFOAug 14 12:23:29.349freemap_route_ipv6 Aug 14 12:23:29.349 Aug 14 12:23:29.349adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
87782026-08-14T12:23:30.412Z adding route 172.16.0.0/32 -> 10.0.0.4
87792026-08-14T12:23:30.412Z
87802026-08-14T12:23:30.412ZDEBGINFOAug 14 12:23:29.349 Aug 14 12:23:29.349replacing 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 } }]
87812026-08-14T12:23:30.412Z DEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }]adding route 172.16.0.0/32 -> 10.0.0.1
87822026-08-14T12:23:30.412ZAug 14 12:23:29.349Aug 14 12:23:29.349
87832026-08-14T12:23:30.412Z Aug 14 12:23:29.349
87842026-08-14T12:23:30.412Z 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 } }]
87852026-08-14T12:23:30.412ZDEBG 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 14 12:23:29.349Aug 14 12:23:29.349
87862026-08-14T12:23:30.412Z Aug 14 12:23:29.349replacing 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 } }]
87872026-08-14T12:23:30.412ZINFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
87882026-08-14T12:23:30.412Z Aug 14 12:23:29.349 INFOadding route 172.17.0.0/32 -> 10.0.0.255
87892026-08-14T12:23:30.412Zadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 14 12:23:29.349replacing 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 } }]
87902026-08-14T12:23:30.412Z
87912026-08-14T12:23:30.412Z DEBGAug 14 12:23:29.349 Aug 14 12:23:29.349replacing 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 14 12:23:29.349
87922026-08-14T12:23:30.412Z DEBG INFO 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 14 12:23:29.349
87932026-08-14T12:23:30.412Z 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 } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
87942026-08-14T12:23:30.412ZAug 14 12:23:29.349
87952026-08-14T12:23:30.412Z INFOadding route 172.17.0.0/32 -> 10.0.0.255
87962026-08-14T12:23:30.412Zadding route 172.17.0.1/32 -> 10.0.0.255Aug 14 12:23:29.349
87972026-08-14T12:23:30.412ZINFO Aug 14 12:23:29.349adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
87982026-08-14T12:23:30.412ZDEBG Aug 14 12:23:29.349Aug 14 12:23:29.349 DEBGDEBG 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 14 12:23:29.349replacing 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 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 } }]
87992026-08-14T12:23:30.412Z
88002026-08-14T12:23:30.412Z
88012026-08-14T12:23:30.412ZDEBGAug 14 12:23:29.348 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 } }]
88022026-08-14T12:23:30.412ZAug 14 12:23:29.349DEBG INFOcreated new freemapAug 14 12:23:29.349 , adding route 172.17.0.2/32 -> 10.0.0.255Aug 14 12:23:29.349unitINFOAug 14 12:23:29.349 :
88032026-08-14T12:23:30.412ZINFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:fffreemap_route_ipv4
88042026-08-14T12:23:30.412Z
88052026-08-14T12:23:30.412Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 14 12:23:29.349
88062026-08-14T12:23:30.412Z 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 } }]adding route 172.17.0.1/32 -> 10.0.0.255Aug 14 12:23:29.349
88072026-08-14T12:23:30.412Z DEBG
88082026-08-14T12:23:30.413Zreplacing 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 14 12:23:29.349 Aug 14 12:23:29.349Aug 14 12:23:29.349DEBG 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 } }]INFO
88092026-08-14T12:23:30.413ZDEBG Aug 14 12:23:29.349created new freemap
88102026-08-14T12:23:30.413Zadding route 172.17.0.3/32 -> 10.0.0.255,
88112026-08-14T12:23:30.413Z Aug 14 12:23:29.349unit INFO :DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff Aug 14 12:23:29.349freemap_route_ipv6 Aug 14 12:23:29.349
88122026-08-14T12:23:30.413Z INFO
88132026-08-14T12:23:30.413ZDEBG 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:beef:3::/64 -> 2001:db8::55:ffAug 14 12:23:29.349
88142026-08-14T12:23:30.413Z
88152026-08-14T12:23:30.413Ztest route::tests::identity_replace_is_noop ... ok
88162026-08-14T12:23:30.413Ztest route::tests::rollback_on_compact_write_failure ... ok
88172026-08-14T12:23:30.413Z 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 } }]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 } }]
88182026-08-14T12:23:30.413ZAug 14 12:23:29.350 DEBG created new freemap, unit: freemap_route_ipv4Aug 14 12:23:29.350 DEBG
88192026-08-14T12:23:30.413ZAug 14 12:23:29.357 DEBG initted freemap. size: 64Aug 14 12:23:29.357, Aug 14 12:23:29.357unit :DEBG freemap_route_ipv4created new freemap
88202026-08-14T12:23:30.413Z, unit :INFO Aug 14 12:23:29.357freemap_route_ipv6
88212026-08-14T12:23:30.413ZDEBG reset freemap, unitadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 14 12:23:29.357: DEBGfreemap_route_ipv4
88222026-08-14T12:23:30.413Zinitted freemap. size: 64
88232026-08-14T12:23:30.413Z, unitAug 14 12:23:29.357: DEBGfreemap_route_ipv4
88242026-08-14T12:23:30.413Zinitted freemap. size: 64, Aug 14 12:23:29.357unit :DEBG Aug 14 12:23:29.357 freemap_route_ipv6DEBGreplacing 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 } }]
88252026-08-14T12:23:30.413Z
88262026-08-14T12:23:30.413Zreset freemap, unit:Aug 14 12:23:29.357Aug 14 12:23:29.357 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreset freemap ,
88272026-08-14T12:23:30.413Zunitfreemap_route_ipv4:
88282026-08-14T12:23:30.413Z freemap_route_ipv6
88292026-08-14T12:23:30.413ZAug 14 12:23:29.348Aug 14 12:23:29.357 DEBGAug 14 12:23:29.357Aug 14 12:23:29.357DEBG DEBGcreated new freemapINFO 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 172.16.0.0/32 -> 10.0.0.1unitinitted freemap. size: 64
88302026-08-14T12:23:30.413Z, :unit :freemap_route_ipv4
88312026-08-14T12:23:30.413ZAug 14 12:23:29.357
88322026-08-14T12:23:30.413Zfreemap_route_ipv6
88332026-08-14T12:23:30.413ZDEBG Aug 14 12:23:29.357replacing 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 14 12:23:29.357 INFOAug 14 12:23:29.357
88342026-08-14T12:23:30.413Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG
88352026-08-14T12:23:30.413Z reset freemap Aug 14 12:23:29.357DEBG Aug 14 12:23:29.349, unit DEBGINFOAug 14 12:23:29.357 : adding route 172.16.0.0/32 -> 10.0.0.2created new freemap
88362026-08-14T12:23:30.413Z, DEBGunit: 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 } }]freemap_route_ipv6
88372026-08-14T12:23:30.413Z
88382026-08-14T12:23:30.413Zfreemap_route_ipv6
88392026-08-14T12:23:30.413Zreplacing 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 14 12:23:29.357 Aug 14 12:23:29.357
88402026-08-14T12:23:30.413ZDEBGAug 14 12:23:29.357 Aug 14 12:23:29.357DEBG 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
88412026-08-14T12:23:30.413Z Aug 14 12:23:29.357initted freemap. size: 64 , unit :INFOINFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff Aug 14 12:23:29.357 freemap_route_ipv4
88422026-08-14T12:23:30.413Z
88432026-08-14T12:23:30.413ZINFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
88442026-08-14T12:23:30.413Z
88452026-08-14T12:23:30.413ZAug 14 12:23:29.357Aug 14 12:23:29.357 DEBG adding route 172.16.0.0/32 -> 10.0.0.1reset freemapAug 14 12:23:29.357DEBG Aug 14 12:23:29.357
88462026-08-14T12:23:30.413Z DEBG, 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 } }]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 } }]
88472026-08-14T12:23:30.413Z
88482026-08-14T12:23:30.413Zreplacing 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 } }]freemap_route_ipv4
88492026-08-14T12:23:30.414Z
88502026-08-14T12:23:30.414ZAug 14 12:23:29.357 Aug 14 12:23:29.357Aug 14 12:23:29.357Aug 14 12:23:29.357 INFOINFO INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 14 12:23:29.357
88512026-08-14T12:23:30.414Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255
88522026-08-14T12:23:30.414Z
88532026-08-14T12:23:30.418Z DEBGDEBG Aug 14 12:23:29.357Aug 14 12:23:29.357 initted freemap. size: 64Aug 14 12:23:29.357, DEBG unitreplacing 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 } }]:DEBG
88542026-08-14T12:23:30.418Z freemap_route_ipv6replacing 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 } }]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 14 12:23:29.357
88552026-08-14T12:23:30.418Z
88562026-08-14T12:23:30.418ZDEBG INFO 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 172.17.0.2/32 -> 10.0.0.255
88572026-08-14T12:23:30.418Z
88582026-08-14T12:23:30.418Z
88592026-08-14T12:23:30.418ZAug 14 12:23:29.357 Aug 14 12:23:29.357INFO Aug 14 12:23:29.357 Aug 14 12:23:29.357 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBGAug 14 12:23:29.357 INFODEBG
88602026-08-14T12:23:30.418Z adding route 172.16.0.0/32 -> 10.0.0.2 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 } }]INFO
88612026-08-14T12:23:30.418Z
88622026-08-14T12:23:30.418Z reset freemapadding route 3fff:beef:6::/64 -> 2001:db8::55:ff, unit:
88632026-08-14T12:23:30.418ZAug 14 12:23:29.357 Aug 14 12:23:29.357freemap_route_ipv6
88642026-08-14T12:23:30.418ZAug 14 12:23:29.357DEBG DEBG INFO Aug 14 12:23:29.357replacing 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.3/32 -> 10.0.0.255
88652026-08-14T12:23:30.418Z 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 } }]
88662026-08-14T12:23:30.418Z
88672026-08-14T12:23:30.418ZDEBGAug 14 12:23:29.357 Aug 14 12:23:29.357Aug 14 12:23:29.357Aug 14 12:23:29.357 INFO INFOreplacing 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 adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }]
88682026-08-14T12:23:30.418Z
88692026-08-14T12:23:30.418Z
88702026-08-14T12:23:30.418ZINFOadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 14 12:23:29.357
88712026-08-14T12:23:30.418Z Aug 14 12:23:29.357Aug 14 12:23:29.357adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
88722026-08-14T12:23:30.418ZDEBGAug 14 12:23:29.357INFO 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.4/32 -> 10.0.0.255adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
88732026-08-14T12:23:30.418Z
88742026-08-14T12:23:30.418Z
88752026-08-14T12:23:30.418Z 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 14 12:23:29.357
88762026-08-14T12:23:30.418Z Aug 14 12:23:29.357Aug 14 12:23:29.357 INFODEBG DEBG Aug 14 12:23:29.357adding route 3fff:dead::/64 -> 2001:db8::55:2
88772026-08-14T12:23:30.418ZDEBG 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 14 12:23:29.357
88782026-08-14T12:23:30.418Zreplacing 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 } }]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 } }]
88792026-08-14T12:23:30.418Z
88802026-08-14T12:23:30.418ZAug 14 12:23:29.357INFOAug 14 12:23:29.357 DEBGAug 14 12:23:29.357adding route 172.16.0.0/32 -> 10.0.0.4Aug 14 12:23:29.357 INFO
88812026-08-14T12:23:30.418Zreplacing 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
88822026-08-14T12:23:30.418Z adding route 172.17.0.5/32 -> 10.0.0.255
88832026-08-14T12:23:30.418Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO
88842026-08-14T12:23:30.419Z Aug 14 12:23:29.357 Aug 14 12:23:29.357INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
88852026-08-14T12:23:30.419Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 14 12:23:29.357DEBG
88862026-08-14T12:23:30.419ZAug 14 12:23:29.357 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 } }, 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 } }]DEBGAug 14 12:23:29.357
88872026-08-14T12:23:30.419Z Aug 14 12:23:29.357 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: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 } }]DEBG
88882026-08-14T12:23:30.419Z
88892026-08-14T12:23:30.419ZDEBG 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 14 12:23:29.357replacing 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 } }]
88902026-08-14T12:23:30.419Z
88912026-08-14T12:23:30.419ZAug 14 12:23:29.357Aug 14 12:23:29.357 Aug 14 12:23:29.357INFOINFO Aug 14 12:23:29.357adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
88922026-08-14T12:23:30.419Z INFODEBGadding route 172.17.0.6/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:4
88932026-08-14T12:23:30.419Z
88942026-08-14T12:23:30.419Z INFOAug 14 12:23:29.357 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:9::/64 -> 2001:db8::55:ffDEBG
88952026-08-14T12:23:30.419Z
88962026-08-14T12:23:30.419ZAug 14 12:23:29.357 DEBGAug 14 12:23:29.357replacing 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 14 12:23:29.357DEBG 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 } }]DEBG
88972026-08-14T12:23:30.419Z 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 } }]
88982026-08-14T12:23:30.419Z
88992026-08-14T12:23:30.419Zreplacing 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 } }]
89002026-08-14T12:23:30.419ZAug 14 12:23:29.357Aug 14 12:23:29.357 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
89012026-08-14T12:23:30.419ZAug 14 12:23:29.357
89022026-08-14T12:23:30.419ZAug 14 12:23:29.357 created new freemapINFODEBG, Aug 14 12:23:29.357 Aug 14 12:23:29.357DEBGreplacing 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 } }] unit
89032026-08-14T12:23:30.419Z: DEBG freemap_route_ipv4replacing 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 } }]
89042026-08-14T12:23:30.419Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 14 12:23:29.357
89052026-08-14T12:23:30.419Z
89062026-08-14T12:23:30.419Z Aug 14 12:23:29.357WARN 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 14 12:23:29.357
89072026-08-14T12:23:30.419ZDEBG Aug 14 12:23:29.357shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
89082026-08-14T12:23:30.419Zcreated new freemapINFO, unitAug 14 12:23:29.357: DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff INFO
89092026-08-14T12:23:30.419Z adding route 172.17.0.8/32 -> 10.0.0.255freemap_route_ipv6
89102026-08-14T12:23:30.419Z
89112026-08-14T12:23:30.419Z 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 14 12:23:29.357
89122026-08-14T12:23:30.419Z Aug 14 12:23:29.357DEBG Aug 14 12:23:29.357DEBGAug 14 12:23:29.357 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 } }]
89132026-08-14T12:23:30.419Z INFODEBG Aug 14 12:23:29.357adding route 3fff:beef:b::/64 -> 2001:db8::55:ff INFOinitted freemap. size: 64
89142026-08-14T12:23:30.419Z , adding route 3fff:beef:e::/64 -> 2001:db8::55:ffunit
89152026-08-14T12:23:30.419Z: freemap_route_ipv4
89162026-08-14T12:23:30.419ZAug 14 12:23:29.357 DEBGAug 14 12:23:29.357 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
89172026-08-14T12:23:30.419Z 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 } }]
89182026-08-14T12:23:30.419Z
89192026-08-14T12:23:30.419ZAug 14 12:23:29.357Aug 14 12:23:29.357Aug 14 12:23:29.357 DEBGINFOAug 14 12:23:29.357Aug 14 12:23:29.349 reset freemapINFO, unit adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 172.17.0.2/32 -> 10.0.0.255:
89202026-08-14T12:23:30.419Z freemap_route_ipv4INFO
89212026-08-14T12:23:30.419Z INFO
89222026-08-14T12:23:30.419ZAug 14 12:23:29.357adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
89232026-08-14T12:23:30.419ZDEBGAug 14 12:23:29.357 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 } }] DEBG
89242026-08-14T12:23:30.420Z Aug 14 12:23:29.357initted freemap. size: 64adding route 172.17.0.4/32 -> 10.0.0.255 , Aug 14 12:23:29.357unit
89252026-08-14T12:23:30.420Z :INFO DEBGadding route 172.17.0.3/32 -> 10.0.0.255freemap_route_ipv6
89262026-08-14T12:23:30.420ZAug 14 12:23:29.357
89272026-08-14T12:23:30.420Zreplacing 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 } }] DEBGAug 14 12:23:29.358 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 } }]
89282026-08-14T12:23:30.420Zcreated new freemap, 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 14 12:23:29.364unit
89292026-08-14T12:23:30.420Z INFO: adding route 3fff:beef:10::/64 -> 2001:db8::55:fffreemap_route_ipv4
89302026-08-14T12:23:30.420Z
89312026-08-14T12:23:30.420ZAug 14 12:23:29.364
89322026-08-14T12:23:30.420ZAug 14 12:23:29.364 Aug 14 12:23:29.364DEBGAug 14 12:23:29.364 INFOcreated new freemapINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff , DEBG
89332026-08-14T12:23:30.420Zadding route 172.17.0.9/32 -> 10.0.0.255unit
89342026-08-14T12:23:30.420Z: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 } }]
89352026-08-14T12:23:30.420Zfreemap_route_ipv6Aug 14 12:23:29.364
89362026-08-14T12:23:30.420ZAug 14 12:23:29.364 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 } }]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 } }]
89372026-08-14T12:23:30.420Z
89382026-08-14T12:23:30.420ZAug 14 12:23:29.364 Aug 14 12:23:29.364Aug 14 12:23:29.364INFO INFOAug 14 12:23:29.364 DEBGadding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
89392026-08-14T12:23:30.420Z
89402026-08-14T12:23:30.420Zinitted freemap. size: 64INFO, Aug 14 12:23:29.364unit adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG:
89412026-08-14T12:23:30.420Z Aug 14 12:23:29.364 freemap_route_ipv4
89422026-08-14T12:23:30.420ZDEBGAug 14 12:23:29.364replacing 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 } }]
89432026-08-14T12:23:30.420Zreplacing 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
89442026-08-14T12:23:30.420Z 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 14 12:23:29.364Aug 14 12:23:29.364 INFOINFO
89452026-08-14T12:23:30.420Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255
89462026-08-14T12:23:30.420Z
89472026-08-14T12:23:30.420ZAug 14 12:23:29.364 Aug 14 12:23:29.357DEBGAug 14 12:23:29.364 Aug 14 12:23:29.364Aug 14 12:23:29.364 DEBG DEBGDEBG 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 } }]
89482026-08-14T12:23:30.420Z 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 } }]
89492026-08-14T12:23:30.420Zreset freemapadding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 14 12:23:29.364replacing 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 } }],
89502026-08-14T12:23:30.420ZINFOAug 14 12:23:29.364
89512026-08-14T12:23:30.420Z unit: freemap_route_ipv4 INFOAug 14 12:23:29.364
89522026-08-14T12:23:30.420Zadding route 172.17.0.12/32 -> 10.0.0.255
89532026-08-14T12:23:30.425Z adding route 172.17.0.5/32 -> 10.0.0.255DEBG Aug 14 12:23:29.364
89542026-08-14T12:23:30.425Zreplacing 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 14 12:23:29.364
89552026-08-14T12:23:30.425ZDEBGDEBGAug 14 12:23:29.364Aug 14 12:23:29.364 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 } }]DEBG
89562026-08-14T12:23:30.425Z INFOreplacing 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 } }]
89572026-08-14T12:23:30.425Zinitted freemap. size: 64, unitadding route 3fff:beef:13::/64 -> 2001:db8::55:ff:Aug 14 12:23:29.364Aug 14 12:23:29.364 freemap_route_ipv6
89582026-08-14T12:23:30.425Z
89592026-08-14T12:23:30.425ZINFO Aug 14 12:23:29.364adding route 172.17.0.13/32 -> 10.0.0.255
89602026-08-14T12:23:30.425ZINFO Aug 14 12:23:29.364adding route 172.17.0.6/32 -> 10.0.0.255
89612026-08-14T12:23:30.425ZINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
89622026-08-14T12:23:30.425ZAug 14 12:23:29.364 Aug 14 12:23:29.364DEBG 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 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 } }]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 } }]
89632026-08-14T12:23:30.425Z
89642026-08-14T12:23:30.425Z
89652026-08-14T12:23:30.425ZAug 14 12:23:29.364 DEBG Aug 14 12:23:29.364replacing 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 14 12:23:29.364Aug 14 12:23:29.364
89662026-08-14T12:23:30.425Z DEBG INFO INFO Aug 14 12:23:29.364adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255
89672026-08-14T12:23:30.425Z
89682026-08-14T12:23:30.425Z INFO Aug 14 12:23:29.364 Aug 14 12:23:29.364 reset freemapAug 14 12:23:29.364DEBG, unitreplacing 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:14::/64 -> 2001:db8::55:ffDEBG
89692026-08-14T12:23:30.425Z:
89702026-08-14T12:23:30.425Zfreemap_route_ipv6replacing 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 14 12:23:29.364
89712026-08-14T12:23:30.425ZINFOINFO
89722026-08-14T12:23:30.425Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 14 12:23:29.364
89732026-08-14T12:23:30.425Zadding route 172.17.0.8/32 -> 10.0.0.255
89742026-08-14T12:23:30.425ZINFO adding route 172.17.0.15/32 -> 10.0.0.255
89752026-08-14T12:23:30.425ZAug 14 12:23:29.364 Aug 14 12:23:29.364DEBG DEBGAug 14 12:23:29.364 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 } }]DEBG
89762026-08-14T12:23:30.425Zreplacing 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 14 12:23:29.364replacing 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 } }]
89772026-08-14T12:23:30.425Z
89782026-08-14T12:23:30.425Z Aug 14 12:23:29.364Aug 14 12:23:29.364DEBG Aug 14 12:23:29.364INFOAug 14 12:23:29.364 INFOINFOadding route 172.17.0.9/32 -> 10.0.0.255
89792026-08-14T12:23:30.425Z adding route 172.17.0.16/32 -> 10.0.0.255INFO
89802026-08-14T12:23:30.425Zreplacing 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
89812026-08-14T12:23:30.425ZAug 14 12:23:29.364
89822026-08-14T12:23:30.425ZAug 14 12:23:29.364 DEBGDEBG
89832026-08-14T12:23:30.425Z 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 } }]
89842026-08-14T12:23:30.425Zreplacing 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 } }]
89852026-08-14T12:23:30.425ZAug 14 12:23:29.364Aug 14 12:23:29.364 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 3fff:beef:12::/64 -> 2001:db8::55:ff
89862026-08-14T12:23:30.425ZAug 14 12:23:29.364Aug 14 12:23:29.364
89872026-08-14T12:23:30.425Z INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255Aug 14 12:23:29.364
89882026-08-14T12:23:30.425Zadding route 172.17.0.10/32 -> 10.0.0.255
89892026-08-14T12:23:30.425ZDEBG 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 14 12:23:29.364
89902026-08-14T12:23:30.425ZAug 14 12:23:29.364Aug 14 12:23:29.364 DEBGDEBG Aug 14 12:23:29.364INFOreplacing 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 14 12:23:29.364
89912026-08-14T12:23:30.426Z DEBGreplacing 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 } }]
89922026-08-14T12:23:30.426Z Aug 14 12:23:29.364replacing 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 } }]
89932026-08-14T12:23:30.426ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.11/32 -> 10.0.0.255
89942026-08-14T12:23:30.426Z
89952026-08-14T12:23:30.426ZAug 14 12:23:29.364 INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255Aug 14 12:23:29.364
89962026-08-14T12:23:30.426Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBGAug 14 12:23:29.364
89972026-08-14T12:23:30.426Zreplacing 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 14 12:23:29.364INFO
89982026-08-14T12:23:30.426ZDEBG 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 14 12:23:29.364 Aug 14 12:23:29.364
89992026-08-14T12:23:30.426ZDEBGINFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff adding route 172.17.0.12/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 } }]
90002026-08-14T12:23:30.426Z
90012026-08-14T12:23:30.426Z
90022026-08-14T12:23:30.426ZAug 14 12:23:29.364Aug 14 12:23:29.364 Aug 14 12:23:29.364DEBGAug 14 12:23:29.364Aug 14 12:23:29.364DEBG 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 } }]
90032026-08-14T12:23:30.426ZDEBGadding route 172.17.0.19/32 -> 10.0.0.255 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 } }]
90042026-08-14T12:23:30.426Z
90052026-08-14T12:23:30.426ZINFO Aug 14 12:23:29.364 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
90062026-08-14T12:23:30.426Z Aug 14 12:23:29.364adding route 172.17.0.13/32 -> 10.0.0.255
90072026-08-14T12:23:30.426Z
90082026-08-14T12:23:30.426ZDEBG 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 14 12:23:29.364Aug 14 12:23:29.364 Aug 14 12:23:29.364INFOAug 14 12:23:29.364
90092026-08-14T12:23:30.426Z DEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing 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 14 12:23:29.364
90102026-08-14T12:23:30.426Z INFO
90112026-08-14T12:23:30.426Z adding route 172.17.0.20/32 -> 10.0.0.255DEBGINFO Aug 14 12:23:29.364
90122026-08-14T12:23:30.426Z INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
90132026-08-14T12:23:30.426Zadding route 172.17.0.14/32 -> 10.0.0.255Aug 14 12:23:29.364
90142026-08-14T12:23:30.426ZAug 14 12:23:29.364replacing 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
90152026-08-14T12:23:30.426ZDEBG Aug 14 12:23:29.364 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 14 12:23:29.364
90162026-08-14T12:23:30.426Zreplacing 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 } }] DEBGDEBG Aug 14 12:23:29.364replacing 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 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 } }]
90172026-08-14T12:23:30.426ZINFO
90182026-08-14T12:23:30.426Z adding route 172.17.0.21/32 -> 10.0.0.255
90192026-08-14T12:23:30.426Z
90202026-08-14T12:23:30.426ZAug 14 12:23:29.364 Aug 14 12:23:29.364Aug 14 12:23:29.364Aug 14 12:23:29.364 INFOINFODEBGINFOAug 14 12:23:29.364 adding route 172.17.0.15/32 -> 10.0.0.255
90212026-08-14T12:23:30.426Zreplacing 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
90222026-08-14T12:23:30.426Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:23:29.364
90232026-08-14T12:23:30.426Z
90242026-08-14T12:23:30.426ZDEBG
90252026-08-14T12:23:30.426Z 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 } }]
90262026-08-14T12:23:30.426ZAug 14 12:23:29.364Aug 14 12:23:29.364Aug 14 12:23:29.364 DEBGINFO adding route 172.17.0.22/32 -> 10.0.0.255DEBGAug 14 12:23:29.364Aug 14 12:23:29.364
90272026-08-14T12:23:30.426Zreplacing 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
90282026-08-14T12:23:30.426ZINFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 14 12:23:29.364
90292026-08-14T12:23:30.426Zreplacing 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: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 } }]
90302026-08-14T12:23:30.426Z DEBG
90312026-08-14T12:23:30.427Z Aug 14 12:23:29.364replacing 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 } }]
90322026-08-14T12:23:30.427ZAug 14 12:23:29.364DEBGAug 14 12:23:29.364 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 } }]
90332026-08-14T12:23:30.427ZINFO Aug 14 12:23:29.364adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
90342026-08-14T12:23:30.427Z Aug 14 12:23:29.364 INFO INFOAug 14 12:23:29.364 adding route 172.17.0.17/32 -> 10.0.0.255
90352026-08-14T12:23:30.427Zreplacing 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 } }] adding route 172.17.0.23/32 -> 10.0.0.255INFOAug 14 12:23:29.364
90362026-08-14T12:23:30.427Z
90372026-08-14T12:23:30.427Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 14 12:23:29.364 DEBGAug 14 12:23:29.364 DEBG
90382026-08-14T12:23:30.427ZDEBG 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.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 } }]
90392026-08-14T12:23:30.427Z
90402026-08-14T12:23:30.427Zreplacing 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 } }]
90412026-08-14T12:23:30.427ZAug 14 12:23:29.370Aug 14 12:23:29.370 Aug 14 12:23:29.370DEBG INFOINFOAug 14 12:23:29.358 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 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
90422026-08-14T12:23:30.427Z
90432026-08-14T12:23:30.427Z
90442026-08-14T12:23:30.427ZAug 14 12:23:29.370 Aug 14 12:23:29.357INFO Aug 14 12:23:29.370Aug 14 12:23:29.370adding route 3fff:beef:17::/64 -> 2001:db8::55:ff DEBG
90452026-08-14T12:23:30.427ZDEBGAug 14 12:23:29.370 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 } }]INFOreplacing 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 } }]
90462026-08-14T12:23:30.427Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
90472026-08-14T12:23:30.427Z
90482026-08-14T12:23:30.427Z 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 } }]
90492026-08-14T12:23:30.427ZAug 14 12:23:29.370 Aug 14 12:23:29.370INFO DEBGAug 14 12:23:29.370 adding route 172.17.0.19/32 -> 10.0.0.255replacing 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 } }]Aug 14 12:23:29.371
90502026-08-14T12:23:30.427Z
90512026-08-14T12:23:30.427Z DEBGINFO 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 14 12:23:29.371Aug 14 12:23:29.371
90522026-08-14T12:23:30.427Z DEBGINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing 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 14 12:23:29.371
90532026-08-14T12:23:30.431ZAug 14 12:23:29.371 INFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFOAug 14 12:23:29.371 adding route 172.17.0.25/32 -> 10.0.0.255INFO
90542026-08-14T12:23:30.431Z adding route 172.17.0.20/32 -> 10.0.0.255
90552026-08-14T12:23:30.431Z
90562026-08-14T12:23:30.431Z
90572026-08-14T12:23:30.431ZAug 14 12:23:29.371
90582026-08-14T12:23:30.431ZAug 14 12:23:29.371Aug 14 12:23:29.371 DEBG 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 } }]DEBG
90592026-08-14T12:23:30.431Zreplacing 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 } }] 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 } }]
90602026-08-14T12:23:30.431Z
90612026-08-14T12:23:30.431ZAug 14 12:23:29.371Aug 14 12:23:29.371Aug 14 12:23:29.371Aug 14 12:23:29.371 INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255DEBG
90622026-08-14T12:23:30.431ZINFO adding route 172.17.0.21/32 -> 10.0.0.255
90632026-08-14T12:23:30.431Zadding route 3fff:beef:19::/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 } }]
90642026-08-14T12:23:30.431Z
90652026-08-14T12:23:30.431ZAug 14 12:23:29.371 DEBGAug 14 12:23:29.371 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 14 12:23:29.371 DEBG
90662026-08-14T12:23:30.431ZDEBGAug 14 12:23:29.371 Aug 14 12:23:29.371replacing 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 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 } }]
90672026-08-14T12:23:30.431ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
90682026-08-14T12:23:30.432Z
90692026-08-14T12:23:30.432Z Aug 14 12:23:29.371Aug 14 12:23:29.371 Aug 14 12:23:29.371DEBG Aug 14 12:23:29.371 INFO INFODEBG INFOadding route 172.17.0.22/32 -> 10.0.0.255
90702026-08-14T12:23:30.432Zadding route 172.17.0.27/32 -> 10.0.0.255adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
90712026-08-14T12:23:30.432Z 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 } }]
90722026-08-14T12:23:30.432Z
90732026-08-14T12:23:30.432Zreplacing 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 14 12:23:29.371
90742026-08-14T12:23:30.432Z Aug 14 12:23:29.371DEBG 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
90752026-08-14T12:23:30.432Z Aug 14 12:23:29.371replacing 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 14 12:23:29.371
90762026-08-14T12:23:30.432Z INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 14 12:23:29.371Aug 14 12:23:29.371
90772026-08-14T12:23:30.432ZINFO DEBGadding route 172.17.0.28/32 -> 10.0.0.255 Aug 14 12:23:29.371INFO Aug 14 12:23:29.371
90782026-08-14T12:23:30.432Z DEBGadding route 172.17.0.23/32 -> 10.0.0.255 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 } }]
90792026-08-14T12:23:30.432Zreplacing 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 } }]
90802026-08-14T12:23:30.432ZAug 14 12:23:29.371
90812026-08-14T12:23:30.432Z DEBGAug 14 12:23:29.371 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 } }]INFO
90822026-08-14T12:23:30.432ZDEBGAug 14 12:23:29.371 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 } }]
90832026-08-14T12:23:30.432ZINFOAug 14 12:23:29.371 INFOAug 14 12:23:29.371 adding route 172.17.0.29/32 -> 10.0.0.255 adding route 172.17.0.5/32 -> 10.0.0.255
90842026-08-14T12:23:30.432ZAug 14 12:23:29.371INFO INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 172.17.0.24/32 -> 10.0.0.255
90852026-08-14T12:23:30.432Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
90862026-08-14T12:23:30.432ZAug 14 12:23:29.371
90872026-08-14T12:23:30.432Z
90882026-08-14T12:23:30.432Z Aug 14 12:23:29.371DEBGAug 14 12:23:29.371 DEBGreplacing 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
90892026-08-14T12:23:30.432Zreplacing 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 } }]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 } }]Aug 14 12:23:29.371
90902026-08-14T12:23:30.432ZDEBG 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 } }]
90912026-08-14T12:23:30.432Z
90922026-08-14T12:23:30.432ZAug 14 12:23:29.371Aug 14 12:23:29.371Aug 14 12:23:29.371 INFO INFODEBG adding route 172.17.0.25/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 } }]Aug 14 12:23:29.371adding route 172.17.0.30/32 -> 10.0.0.255
90932026-08-14T12:23:30.432Z
90942026-08-14T12:23:30.432ZINFOAug 14 12:23:29.371 Aug 14 12:23:29.371INFOAug 14 12:23:29.371 DEBGDEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff adding route 3fff:beef:1f::/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 } }]
90952026-08-14T12:23:30.432Z
90962026-08-14T12:23:30.432Z
90972026-08-14T12:23:30.432Zreplacing 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 } }]
90982026-08-14T12:23:30.432Z
90992026-08-14T12:23:30.432ZAug 14 12:23:29.371Aug 14 12:23:29.371Aug 14 12:23:29.371 DEBGINFO adding route 172.17.0.26/32 -> 10.0.0.255replacing 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 } }]
91002026-08-14T12:23:30.432Z
91012026-08-14T12:23:30.432ZAug 14 12:23:29.371 DEBGINFO Aug 14 12:23:29.371replacing 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 14 12:23:29.371 adding route 172.17.0.31/32 -> 10.0.0.255
91022026-08-14T12:23:30.432Z
91032026-08-14T12:23:30.432ZINFOINFOAug 14 12:23:29.371 adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
91042026-08-14T12:23:30.432ZAug 14 12:23:29.371DEBG Aug 14 12:23:29.371replacing 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 } }]
91052026-08-14T12:23:30.432ZINFO Aug 14 12:23:29.371 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 } }]DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
91062026-08-14T12:23:30.432Z Aug 14 12:23:29.371
91072026-08-14T12:23:30.433Z INFO
91082026-08-14T12:23:30.433Z 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 172.17.0.27/32 -> 10.0.0.255Aug 14 12:23:29.371
91092026-08-14T12:23:30.433Z
91102026-08-14T12:23:30.433ZINFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 14 12:23:29.371Aug 14 12:23:29.371
91112026-08-14T12:23:30.433ZDEBGINFOAug 14 12:23:29.371 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
91122026-08-14T12:23:30.433Zreplacing 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 } }]
91132026-08-14T12:23:30.433ZAug 14 12:23:29.371DEBG 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 14 12:23:29.371
91142026-08-14T12:23:30.433ZDEBGAug 14 12:23:29.371Aug 14 12:23:29.371 INFO 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 } }]DEBG
91152026-08-14T12:23:30.433Z 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 } }]adding route 172.17.0.28/32 -> 10.0.0.255Aug 14 12:23:29.371 INFO
91162026-08-14T12:23:30.433Z
91172026-08-14T12:23:30.433Z Aug 14 12:23:29.371adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
91182026-08-14T12:23:30.433ZAug 14 12:23:29.371 INFO 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 } }]adding route 172.17.0.33/32 -> 10.0.0.255
91192026-08-14T12:23:30.433Z
91202026-08-14T12:23:30.433Ztest route::tests::shrink_preserves_compacted_order ... ok
91212026-08-14T12:23:30.433ZDEBGAug 14 12:23:29.371 Aug 14 12:23:29.371INFOAug 14 12:23:29.371 Aug 14 12:23:29.371 DEBGINFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff adding route 172.17.0.29/32 -> 10.0.0.255 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 } }]
91222026-08-14T12:23:30.433Ztest route::tests::rollback_on_index_readd_failure ... ok
91232026-08-14T12:23:30.433Zreplacing 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 } }]
91242026-08-14T12:23:30.433Z
91252026-08-14T12:23:30.433Z
91262026-08-14T12:23:30.433Zreplacing 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 14 12:23:29.371
91272026-08-14T12:23:30.433ZAug 14 12:23:29.371Aug 14 12:23:29.371 Aug 14 12:23:29.371 INFO DEBG DEBGreplacing 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 } }]adding route 172.17.0.34/32 -> 10.0.0.255
91282026-08-14T12:23:30.433Z
91292026-08-14T12:23:30.433ZAug 14 12:23:29.371 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
91302026-08-14T12:23:30.433Z Aug 14 12:23:29.371Aug 14 12:23:29.371adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFODEBGAug 14 12:23:29.371 adding route 172.17.0.30/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 } }]
91312026-08-14T12:23:30.433Z
91322026-08-14T12:23:30.433ZINFO
91332026-08-14T12:23:30.433Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
91342026-08-14T12:23:30.433ZINFO Aug 14 12:23:29.371Aug 14 12:23:29.371 Aug 14 12:23:29.371DEBGDEBG adding route 172.17.0.7/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 } }]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 } }]DEBGAug 14 12:23:29.371
91352026-08-14T12:23:30.433Z 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 } }]
91362026-08-14T12:23:30.433Z
91372026-08-14T12:23:30.433Z
91382026-08-14T12:23:30.433ZINFOAug 14 12:23:29.371 adding route 172.17.0.35/32 -> 10.0.0.255 Aug 14 12:23:29.371INFO INFO
91392026-08-14T12:23:30.433Zadding route 172.17.0.31/32 -> 10.0.0.255
91402026-08-14T12:23:30.433Z Aug 14 12:23:29.371adding route 3fff:beef:20::/64 -> 2001:db8::55:ff Aug 14 12:23:29.371INFOAug 14 12:23:29.371 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
91412026-08-14T12:23:30.433ZDEBGDEBG 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.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 } }]
91422026-08-14T12:23:30.433ZAug 14 12:23:29.371
91432026-08-14T12:23:30.433Z
91442026-08-14T12:23:30.433Z Aug 14 12:23:29.371 DEBGDEBG Aug 14 12:23:29.371Aug 14 12:23:29.371Aug 14 12:23:29.371 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 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 } }] INFODEBGINFO adding route 172.17.0.32/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 } }]adding route 172.17.0.36/32 -> 10.0.0.255
91452026-08-14T12:23:30.433Z
91462026-08-14T12:23:30.433Z
91472026-08-14T12:23:30.434Z
91482026-08-14T12:23:30.434Z
91492026-08-14T12:23:30.434ZAug 14 12:23:29.371Aug 14 12:23:29.371Aug 14 12:23:29.371Aug 14 12:23:29.371 DEBGINFO Aug 14 12:23:29.371INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG 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 } }]
91502026-08-14T12:23:30.434Z
91512026-08-14T12:23:30.434Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing 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 } }]
91522026-08-14T12:23:30.434Z
91532026-08-14T12:23:30.438Z INFOAug 14 12:23:29.371Aug 14 12:23:29.371Aug 14 12:23:29.371 DEBGINFO adding route 172.17.0.8/32 -> 10.0.0.255 adding route 172.17.0.37/32 -> 10.0.0.255
91542026-08-14T12:23:30.438ZDEBG Aug 14 12:23:29.377replacing 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 14 12:23:29.377 DEBGDEBG
91552026-08-14T12:23:30.438Z 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 } }]reset freemap
91562026-08-14T12:23:30.438ZAug 14 12:23:29.377 , Aug 14 12:23:29.377unit :INFO freemap_route_ipv6adding route 172.17.0.38/32 -> 10.0.0.255
91572026-08-14T12:23:30.438ZINFO
91582026-08-14T12:23:30.438Z
91592026-08-14T12:23:30.438ZAug 14 12:23:29.377Aug 14 12:23:29.377 DEBGINFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
91602026-08-14T12:23:30.438Zreplacing 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 3fff:dead::/64 -> 2001:db8::55:1
91612026-08-14T12:23:30.438Z
91622026-08-14T12:23:30.438ZAug 14 12:23:29.371Aug 14 12:23:29.377 Aug 14 12:23:29.377DEBG Aug 14 12:23:29.377DEBGcreated new freemap Aug 14 12:23:29.377, 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 } }]
91632026-08-14T12:23:30.438ZDEBGadding route 172.17.0.39/32 -> 10.0.0.255
91642026-08-14T12:23:30.438Zunit: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 14 12:23:29.377
91652026-08-14T12:23:30.438ZDEBGINFOfreemap_route_ipv4Aug 14 12:23:29.377
91662026-08-14T12:23:30.438Z DEBGadding route 172.17.0.9/32 -> 10.0.0.255
91672026-08-14T12:23:30.438Z 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 } }]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 14 12:23:29.377Aug 14 12:23:29.377 Aug 14 12:23:29.377DEBG
91682026-08-14T12:23:30.438Z
91692026-08-14T12:23:30.438ZDEBG 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 } }]
91702026-08-14T12:23:30.438Z created new freemapINFO, Aug 14 12:23:29.377unit : Aug 14 12:23:29.377adding route 3fff:beef:27::/64 -> 2001:db8::55:fffreemap_route_ipv6
91712026-08-14T12:23:30.438Z
91722026-08-14T12:23:30.438ZINFO adding route 172.17.0.10/32 -> 10.0.0.255INFO
91732026-08-14T12:23:30.438ZAug 14 12:23:29.377Aug 14 12:23:29.377 DEBGadding route 172.17.0.40/32 -> 10.0.0.255 initted freemap. size: 64
91742026-08-14T12:23:30.438ZDEBG, unitAug 14 12:23:29.377 Aug 14 12:23:29.377Aug 14 12:23:29.377replacing 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 } }]
91752026-08-14T12:23:30.438ZDEBGDEBG: 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 } }]
91762026-08-14T12:23:30.438Z freemap_route_ipv4
91772026-08-14T12:23:30.438ZINFOAug 14 12:23:29.377 adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:23:29.377
91782026-08-14T12:23:30.438Zreplacing 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 } }]
91792026-08-14T12:23:30.438ZINFO INFOAug 14 12:23:29.377 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255DEBG
91802026-08-14T12:23:30.438Z
91812026-08-14T12:23:30.438Z reset freemapAug 14 12:23:29.377, Aug 14 12:23:29.377 Aug 14 12:23:29.377INFOunitDEBG Aug 14 12:23:29.377 :adding route 172.17.0.41/32 -> 10.0.0.255
91822026-08-14T12:23:30.438Zreplacing 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 } }]freemap_route_ipv4
91832026-08-14T12:23:30.438ZDEBG 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 } }]
91842026-08-14T12:23:30.438Z
91852026-08-14T12:23:30.439ZDEBGAug 14 12:23:29.377 Aug 14 12:23:29.377 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 } }]
91862026-08-14T12:23:30.439ZINFODEBG Aug 14 12:23:29.377adding route 172.17.0.12/32 -> 10.0.0.255Aug 14 12:23:29.377
91872026-08-14T12:23:30.439ZDEBG initted freemap. size: 64 , 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 14 12:23:29.377unit
91882026-08-14T12:23:30.439Z: freemap_route_ipv6
91892026-08-14T12:23:30.439ZDEBG Aug 14 12:23:29.377 INFOINFO 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 } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
91902026-08-14T12:23:30.439Z
91912026-08-14T12:23:30.439Zadding route 172.17.0.42/32 -> 10.0.0.255Aug 14 12:23:29.377
91922026-08-14T12:23:30.439ZAug 14 12:23:29.377Aug 14 12:23:29.377 INFODEBGAug 14 12:23:29.377INFOAug 14 12:23:29.377 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.13/32 -> 10.0.0.255DEBG
91932026-08-14T12:23:30.439Z
91942026-08-14T12:23:30.439Z 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
91952026-08-14T12:23:30.439Z reset freemap Aug 14 12:23:29.377adding route 3fff:dead::/64 -> 2001:db8::55:3, Aug 14 12:23:29.377unit
91962026-08-14T12:23:30.439Z DEBGINFO Aug 14 12:23:29.377replacing 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 } }]
91972026-08-14T12:23:30.439Zadding route 172.17.0.43/32 -> 10.0.0.255:
91982026-08-14T12:23:30.439Z freemap_route_ipv6INFO
91992026-08-14T12:23:30.439Z Aug 14 12:23:29.377adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 14 12:23:29.377INFO Aug 14 12:23:29.377DEBG
92002026-08-14T12:23:30.439Zadding route 172.17.0.14/32 -> 10.0.0.255replacing 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 } }]
92012026-08-14T12:23:30.439ZINFO
92022026-08-14T12:23:30.439ZAug 14 12:23:29.377 Aug 14 12:23:29.377Aug 14 12:23:29.377 DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.44/32 -> 10.0.0.255DEBG
92032026-08-14T12:23:30.439Z
92042026-08-14T12:23:30.439Zreplacing 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 14 12:23:29.377
92052026-08-14T12:23:30.439ZAug 14 12:23:29.377 DEBGAug 14 12:23:29.377DEBG Aug 14 12:23:29.377 DEBG 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 } }] 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 } }]
92062026-08-14T12:23:30.439Zadding route 172.17.0.15/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 } }]
92072026-08-14T12:23:30.439Z
92082026-08-14T12:23:30.439Z
92092026-08-14T12:23:30.439Z Aug 14 12:23:29.377replacing 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 } }]
92102026-08-14T12:23:30.439ZINFO Aug 14 12:23:29.377Aug 14 12:23:29.377 adding route 172.16.0.0/32 -> 10.0.0.2INFODEBG
92112026-08-14T12:23:30.439Z 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 172.17.0.45/32 -> 10.0.0.255
92122026-08-14T12:23:30.439Z
92132026-08-14T12:23:30.439ZAug 14 12:23:29.377 Aug 14 12:23:29.377Aug 14 12:23:29.377Aug 14 12:23:29.377 Aug 14 12:23:29.377INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255DEBG
92142026-08-14T12:23:30.439ZDEBG 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 } }] 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 } }]
92152026-08-14T12:23:30.439ZAug 14 12:23:29.377created new freemap
92162026-08-14T12:23:30.439Z 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 } }]INFO
92172026-08-14T12:23:30.439Z , adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:23:29.377Aug 14 12:23:29.377 Aug 14 12:23:29.377 INFOINFOINFO
92182026-08-14T12:23:30.439Z adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.46/32 -> 10.0.0.255
92192026-08-14T12:23:30.439Zadding route 172.17.0.17/32 -> 10.0.0.255
92202026-08-14T12:23:30.439Z
92212026-08-14T12:23:30.439Z
92222026-08-14T12:23:30.439ZunitAug 14 12:23:29.377Aug 14 12:23:29.377 : Aug 14 12:23:29.377Aug 14 12:23:29.377 DEBGDEBGfreemap_route_ipv4 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 } }]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 } }]
92232026-08-14T12:23:30.439Z 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 } }]
92242026-08-14T12:23:30.439Z
92252026-08-14T12:23:30.440Z
92262026-08-14T12:23:30.440ZAug 14 12:23:29.377Aug 14 12:23:29.377 INFOAug 14 12:23:29.377 DEBG adding route 172.17.0.18/32 -> 10.0.0.255DEBG
92272026-08-14T12:23:30.440Z Aug 14 12:23:29.377 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 14 12:23:29.377DEBG
92282026-08-14T12:23:30.440ZINFOINFO adding route 172.17.0.47/32 -> 10.0.0.255 Aug 14 12:23:29.378
92292026-08-14T12:23:30.440Zadding route 172.16.0.0/32 -> 10.0.0.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 } }, 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 } }]created new freemapAug 14 12:23:29.378
92302026-08-14T12:23:30.440Z
92312026-08-14T12:23:30.440Z 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 14 12:23:29.378 ,
92322026-08-14T12:23:30.440ZDEBG 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 } }]INFO
92332026-08-14T12:23:30.440ZAug 14 12:23:29.378 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 14 12:23:29.378INFOunit
92342026-08-14T12:23:30.440ZAug 14 12:23:29.378Aug 14 12:23:29.378 adding route 172.17.0.19/32 -> 10.0.0.255:
92352026-08-14T12:23:30.440ZINFO DEBGfreemap_route_ipv6adding route 172.17.0.48/32 -> 10.0.0.255
92362026-08-14T12:23:30.440ZAug 14 12:23:29.378
92372026-08-14T12:23:30.440Z 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 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 } }]
92382026-08-14T12:23:30.440Z
92392026-08-14T12:23:30.440Z DEBGAug 14 12:23:29.378 Aug 14 12:23:29.378Aug 14 12:23:29.378 Aug 14 12:23:29.378DEBGDEBG Aug 14 12:23:29.378INFO 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 } }]DEBG
92402026-08-14T12:23:30.440Z 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 } }]
92412026-08-14T12:23:30.440Zinitted freemap. size: 64adding route 172.17.0.20/32 -> 10.0.0.255
92422026-08-14T12:23:30.440ZDEBGAug 14 12:23:29.378, 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: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 14 12:23:29.378INFO: adding route 172.17.0.49/32 -> 10.0.0.255DEBG
92432026-08-14T12:23:30.440Z freemap_route_ipv4replacing 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 } }]
92442026-08-14T12:23:30.440Zreplacing 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 } }]
92452026-08-14T12:23:30.440Z
92462026-08-14T12:23:30.440Z
92472026-08-14T12:23:30.440ZAug 14 12:23:29.378Aug 14 12:23:29.378 DEBGDEBGAug 14 12:23:29.378 Aug 14 12:23:29.378 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 } }]INFOINFOreset freemap
92482026-08-14T12:23:30.440Z, adding route 172.17.0.21/32 -> 10.0.0.255unit:
92492026-08-14T12:23:30.440Z freemap_route_ipv4
92502026-08-14T12:23:30.440ZAug 14 12:23:29.378Aug 14 12:23:29.378adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff INFO
92512026-08-14T12:23:30.440ZAug 14 12:23:29.378 Aug 14 12:23:29.378DEBG 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 } }]adding route 172.17.0.50/32 -> 10.0.0.255
92522026-08-14T12:23:30.440Z initted freemap. size: 64
92532026-08-14T12:23:30.444ZWARN, unit shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 14 12:23:29.378
92542026-08-14T12:23:30.445ZAug 14 12:23:29.378 : INFODEBG Aug 14 12:23:29.378replacing 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.22/32 -> 10.0.0.255
92552026-08-14T12:23:30.445Zfreemap_route_ipv6
92562026-08-14T12:23:30.445Z
92572026-08-14T12:23:30.445Z DEBG Aug 14 12:23:29.378Aug 14 12:23:29.378 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 14 12:23:29.371DEBGINFO
92582026-08-14T12:23:30.445Z adding route 172.17.0.51/32 -> 10.0.0.255replacing 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 } }]
92592026-08-14T12:23:30.445Z
92602026-08-14T12:23:30.445ZAug 14 12:23:29.378 INFODEBGAug 14 12:23:29.378 Aug 14 12:23:29.378Aug 14 12:23:29.378 INFO INFOadding route 172.17.0.33/32 -> 10.0.0.255Aug 14 12:23:29.378
92612026-08-14T12:23:30.445ZDEBG 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 } }]
92622026-08-14T12:23:30.445Zcreated new freemap, unit: Aug 14 12:23:29.384freemap_route_ipv4 INFO
92632026-08-14T12:23:30.445Zadding route 172.17.0.52/32 -> 10.0.0.255replacing 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 } }]
92642026-08-14T12:23:30.445Z
92652026-08-14T12:23:30.445ZAug 14 12:23:29.384 DEBG adding route 172.17.0.23/32 -> 10.0.0.255Aug 14 12:23:29.384Aug 14 12:23:29.384Aug 14 12:23:29.384replacing 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 } }]
92662026-08-14T12:23:30.445Z
92672026-08-14T12:23:30.445ZDEBG created new freemapDEBG, unit :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 } }] freemap_route_ipv6
92682026-08-14T12:23:30.445Z
92692026-08-14T12:23:30.445ZINFOAug 14 12:23:29.384Aug 14 12:23:29.384 Aug 14 12:23:29.384 Aug 14 12:23:29.384INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFODEBG DEBGreplacing 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. size: 64
92702026-08-14T12:23:30.445Z, adding route 172.17.0.53/32 -> 10.0.0.255 unit
92712026-08-14T12:23:30.445Z:
92722026-08-14T12:23:30.445Zadding route 172.17.0.34/32 -> 10.0.0.255 Aug 14 12:23:29.384
92732026-08-14T12:23:30.445Zfreemap_route_ipv4Aug 14 12:23:29.384
92742026-08-14T12:23:30.445ZINFODEBG 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 } }]
92752026-08-14T12:23:30.445Zadding route 172.17.0.24/32 -> 10.0.0.255Aug 14 12:23:29.384
92762026-08-14T12:23:30.445ZAug 14 12:23:29.384 DEBG Aug 14 12:23:29.384 Aug 14 12:23:29.384reset freemap , DEBGunit DEBGreplacing 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 } }]
92772026-08-14T12:23:30.445ZAug 14 12:23:29.384: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 } }]
92782026-08-14T12:23:30.445Z Aug 14 12:23:29.384INFO adding route 172.17.0.54/32 -> 10.0.0.255INFOAug 14 12:23:29.384
92792026-08-14T12:23:30.445Z adding route 172.17.0.35/32 -> 10.0.0.255INFO freemap_route_ipv4adding route 172.17.0.25/32 -> 10.0.0.255
92802026-08-14T12:23:30.445ZAug 14 12:23:29.384
92812026-08-14T12:23:30.445Z DEBG
92822026-08-14T12:23:30.445Z 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 } }]DEBGAug 14 12:23:29.384
92832026-08-14T12:23:30.445Z DEBGAug 14 12:23:29.384 Aug 14 12:23:29.384DEBGreplacing 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 } }]
92842026-08-14T12:23:30.445ZAug 14 12:23:29.384 INFOinitted freemap. size: 64DEBG , 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 } }]unitadding route 172.17.0.55/32 -> 10.0.0.255
92852026-08-14T12:23:30.445Z
92862026-08-14T12:23:30.445ZAug 14 12:23:29.384: 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 } }]
92872026-08-14T12:23:30.445ZAug 14 12:23:29.384 Aug 14 12:23:29.384INFOfreemap_route_ipv6adding route 172.17.0.26/32 -> 10.0.0.255
92882026-08-14T12:23:30.445Z DEBGadding route 172.17.0.36/32 -> 10.0.0.255
92892026-08-14T12:23:30.445Zreplacing 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 } }]
92902026-08-14T12:23:30.445Z
92912026-08-14T12:23:30.445ZAug 14 12:23:29.384Aug 14 12:23:29.384Aug 14 12:23:29.384 Aug 14 12:23:29.384DEBG 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 } }]INFO
92922026-08-14T12:23:30.445ZINFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 14 12:23:29.384
92932026-08-14T12:23:30.446ZAug 14 12:23:29.384 reset freemap INFOAug 14 12:23:29.384 DEBG, adding route 172.17.0.27/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 } }]
92942026-08-14T12:23:30.446ZDEBG
92952026-08-14T12:23:30.446Zunitreplacing 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 14 12:23:29.384
92962026-08-14T12:23:30.446Z Aug 14 12:23:29.384DEBGfreemap_route_ipv6
92972026-08-14T12:23:30.446Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing 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 } }]
92982026-08-14T12:23:30.446Z
92992026-08-14T12:23:30.446ZINFO Aug 14 12:23:29.384 adding route 172.17.0.37/32 -> 10.0.0.255Aug 14 12:23:29.384
93002026-08-14T12:23:30.446ZINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 14 12:23:29.384
93012026-08-14T12:23:30.446Zadding route 172.17.0.28/32 -> 10.0.0.255 INFO
93022026-08-14T12:23:30.446Z adding route 172.17.0.57/32 -> 10.0.0.255Aug 14 12:23:29.384
93032026-08-14T12:23:30.446Z DEBGAug 14 12:23:29.384 Aug 14 12:23:29.384 DEBGDEBGAug 14 12:23:29.384 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 14 12:23:29.384DEBG
93042026-08-14T12:23:30.446Z DEBGreplacing 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 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 } }]
93052026-08-14T12:23:30.446Zreplacing 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.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 14 12:23:29.384
93062026-08-14T12:23:30.446Z
93072026-08-14T12:23:30.446Z
93082026-08-14T12:23:30.446ZAug 14 12:23:29.384INFOAug 14 12:23:29.384Aug 14 12:23:29.384 INFO adding route 172.17.0.29/32 -> 10.0.0.255 adding route 172.17.0.38/32 -> 10.0.0.255INFOINFO
93092026-08-14T12:23:30.446Z adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.58/32 -> 10.0.0.255
93102026-08-14T12:23:30.446Ztest route::tests::delete_target_full ... ok
93112026-08-14T12:23:30.446Z
93122026-08-14T12:23:30.446Z
93132026-08-14T12:23:30.446ZAug 14 12:23:29.384 Aug 14 12:23:29.384DEBG Aug 14 12:23:29.384 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 14 12:23:29.384
93142026-08-14T12:23:30.446ZDEBG 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 } }] reset freemapDEBG
93152026-08-14T12:23:30.446Zreplacing 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 } }] ,
93162026-08-14T12:23:30.446Zreplacing 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
93172026-08-14T12:23:30.446ZAug 14 12:23:29.384: Aug 14 12:23:29.384INFO Aug 14 12:23:29.384freemap_route_ipv6Aug 14 12:23:29.384Aug 14 12:23:29.384
93182026-08-14T12:23:30.446Z INFOINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.39/32 -> 10.0.0.255INFO
93192026-08-14T12:23:30.446Zadding route 172.17.0.59/32 -> 10.0.0.255
93202026-08-14T12:23:30.446Zadding route 172.17.0.30/32 -> 10.0.0.255
93212026-08-14T12:23:30.446Z Aug 14 12:23:29.384
93222026-08-14T12:23:30.446Z Aug 14 12:23:29.384INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBGAug 14 12:23:29.384
93232026-08-14T12:23:30.446Z 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 14 12:23:29.384 DEBG
93242026-08-14T12:23:30.446Zreplacing 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 } }]
93252026-08-14T12:23:30.446Z
93262026-08-14T12:23:30.446Z Aug 14 12:23:29.390Aug 14 12:23:29.390 INFO Aug 14 12:23:29.390DEBG Aug 14 12:23:29.384 INFOadding route 172.17.0.60/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 } }]adding route 172.17.0.31/32 -> 10.0.0.255
93272026-08-14T12:23:30.446ZDEBG
93282026-08-14T12:23:30.446Z
93292026-08-14T12:23:30.446Z 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 } }]
93302026-08-14T12:23:30.446ZAug 14 12:23:29.390 INFO Aug 14 12:23:29.390adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
93312026-08-14T12:23:30.446ZDEBGAug 14 12:23:29.390 Aug 14 12:23:29.390replacing 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 } }] INFODEBG
93322026-08-14T12:23:30.446Z 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.40/32 -> 10.0.0.255
93332026-08-14T12:23:30.446Z
93342026-08-14T12:23:30.447ZAug 14 12:23:29.390Aug 14 12:23:29.390Aug 14 12:23:29.390 INFODEBG INFOAug 14 12:23:29.390 adding route 172.17.0.61/32 -> 10.0.0.255 adding route 172.17.0.32/32 -> 10.0.0.255DEBG
93352026-08-14T12:23:30.447Z
93362026-08-14T12:23:30.447Zreplacing 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 } }]
93372026-08-14T12:23:30.447Zreplacing 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 14 12:23:29.390
93382026-08-14T12:23:30.447Z Aug 14 12:23:29.390DEBG Aug 14 12:23:29.390DEBG 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 } }]
93392026-08-14T12:23:30.447Zreplacing 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 } }]
93402026-08-14T12:23:30.447ZAug 14 12:23:29.390INFO Aug 14 12:23:29.390 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff INFO INFOadding route 172.17.0.41/32 -> 10.0.0.255 Aug 14 12:23:29.390adding route 172.17.0.33/32 -> 10.0.0.255
93412026-08-14T12:23:30.447Z
93422026-08-14T12:23:30.447Z
93432026-08-14T12:23:30.447ZINFO adding route 172.17.0.62/32 -> 10.0.0.255
93442026-08-14T12:23:30.447ZAug 14 12:23:29.390Aug 14 12:23:29.390 DEBGAug 14 12:23:29.390 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 } }]Aug 14 12:23:29.390DEBG
93452026-08-14T12:23:30.447Z Aug 14 12:23:29.384replacing 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 } }] DEBG
93462026-08-14T12:23:30.447Z Aug 14 12:23:29.390 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 } }]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 } }]
93472026-08-14T12:23:30.447Zadding route 172.17.0.34/32 -> 10.0.0.255Aug 14 12:23:29.390
93482026-08-14T12:23:30.447Z
93492026-08-14T12:23:30.447ZDEBGAug 14 12:23:29.390 DEBGAug 14 12:23:29.390 INFO failed to allocate space for the new target list
93502026-08-14T12:23:30.447Zreplacing 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 14 12:23:29.390adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
93512026-08-14T12:23:30.447Z
93522026-08-14T12:23:30.447Z 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
93532026-08-14T12:23:30.451Z Aug 14 12:23:29.391Aug 14 12:23:29.391 adding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 14 12:23:29.391DEBG INFO DEBGAug 14 12:23:29.391replacing 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 } }]
93542026-08-14T12:23:30.451Z
93552026-08-14T12:23:30.451Z adding route 172.17.0.42/32 -> 10.0.0.255INFO
93562026-08-14T12:23:30.451Zadding route 172.17.0.35/32 -> 10.0.0.255
93572026-08-14T12:23:30.451Zreplacing 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 } }]
93582026-08-14T12:23:30.451ZAug 14 12:23:29.391 DEBGAug 14 12:23:29.391 Aug 14 12:23:29.391replacing 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 14 12:23:29.391DEBG
93592026-08-14T12:23:30.452Z DEBGreplacing 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 } }]
93602026-08-14T12:23:30.452ZDEBGreplacing 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 } }]
93612026-08-14T12:23:30.452Zreplacing 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 } }]
93622026-08-14T12:23:30.452ZAug 14 12:23:29.391 Aug 14 12:23:29.391INFOAug 14 12:23:29.391 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFOINFO
93632026-08-14T12:23:30.452Z adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
93642026-08-14T12:23:30.452Z
93652026-08-14T12:23:30.452ZAug 14 12:23:29.391Aug 14 12:23:29.391 DEBGAug 14 12:23:29.391 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 } }]DEBG
93662026-08-14T12:23:30.452Z 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.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 } }]
93672026-08-14T12:23:30.452Z
93682026-08-14T12:23:30.452Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 14 12:23:29.391
93692026-08-14T12:23:30.452ZINFO Aug 14 12:23:29.391adding route 172.17.0.37/32 -> 10.0.0.255
93702026-08-14T12:23:30.452ZINFO adding route 172.17.0.44/32 -> 10.0.0.255
93712026-08-14T12:23:30.452ZAug 14 12:23:29.391 Aug 14 12:23:29.391INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 14 12:23:29.391replacing 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 } }]
93722026-08-14T12:23:30.452ZDEBGAug 14 12:23:29.391 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 } }]
93732026-08-14T12:23:30.452Z
93742026-08-14T12:23:30.452ZDEBGAug 14 12:23:29.391 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 } }]INFOAug 14 12:23:29.391
93752026-08-14T12:23:30.452Z adding route 172.17.0.38/32 -> 10.0.0.255INFOAug 14 12:23:29.391
93762026-08-14T12:23:30.452Zadding route 172.17.0.45/32 -> 10.0.0.255Aug 14 12:23:29.391
93772026-08-14T12:23:30.452Z INFODEBG Aug 14 12:23:29.391adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
93782026-08-14T12:23:30.452Z 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
93792026-08-14T12:23:30.452Z 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 } }]
93802026-08-14T12:23:30.452ZAug 14 12:23:29.391Aug 14 12:23:29.391Aug 14 12:23:29.391 DEBGINFO adding route 172.17.0.39/32 -> 10.0.0.255replacing 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 } }]
93812026-08-14T12:23:30.452Z
93822026-08-14T12:23:30.452ZDEBG 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 14 12:23:29.391
93832026-08-14T12:23:30.452ZAug 14 12:23:29.391 DEBGAug 14 12:23:29.391 INFOreplacing 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 } }]
93842026-08-14T12:23:30.452ZINFO Aug 14 12:23:29.391 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
93852026-08-14T12:23:30.452ZAug 14 12:23:29.391 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255
93862026-08-14T12:23:30.452Z
93872026-08-14T12:23:30.452Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
93882026-08-14T12:23:30.452ZAug 14 12:23:29.391 Aug 14 12:23:29.391DEBGAug 14 12:23:29.391 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 } }]
93892026-08-14T12:23:30.452Z Aug 14 12:23:29.391replacing 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 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 } }]
93902026-08-14T12:23:30.452Z
93912026-08-14T12:23:30.452ZAug 14 12:23:29.391DEBG 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 3fff:beef:31::/64 -> 2001:db8::55:ff
93922026-08-14T12:23:30.452ZAug 14 12:23:29.391
93932026-08-14T12:23:30.453Z INFO Aug 14 12:23:29.391adding route 172.17.0.41/32 -> 10.0.0.255
93942026-08-14T12:23:30.453ZINFOAug 14 12:23:29.391Aug 14 12:23:29.391 DEBG INFOreplacing 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 14 12:23:29.391
93952026-08-14T12:23:30.453Z adding route 172.17.0.47/32 -> 10.0.0.255DEBG
93962026-08-14T12:23:30.453Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 14 12:23:29.391replacing 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 } }]
93972026-08-14T12:23:30.453Z
93982026-08-14T12:23:30.453ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 14 12:23:29.391
93992026-08-14T12:23:30.453Z DEBGAug 14 12:23:29.391 INFOreplacing 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 } }]
94002026-08-14T12:23:30.453Zadding route 172.17.0.42/32 -> 10.0.0.255Aug 14 12:23:29.391
94012026-08-14T12:23:30.453Z Aug 14 12:23:29.391DEBG DEBGAug 14 12:23:29.391replacing 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 } }]
94022026-08-14T12:23:30.453ZDEBGAug 14 12:23:29.391 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 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 } }]
94032026-08-14T12:23:30.453Z
94042026-08-14T12:23:30.453ZAug 14 12:23:29.391INFO adding route 172.17.0.48/32 -> 10.0.0.255INFO
94052026-08-14T12:23:30.453ZAug 14 12:23:29.391 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO
94062026-08-14T12:23:30.453Z adding route 172.17.0.43/32 -> 10.0.0.255Aug 14 12:23:29.391
94072026-08-14T12:23:30.453Z INFOAug 14 12:23:29.391Aug 14 12:23:29.391 DEBGDEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff 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 } }]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 } }]
94082026-08-14T12:23:30.453Z
94092026-08-14T12:23:30.453Z
94102026-08-14T12:23:30.453ZAug 14 12:23:29.391 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 } }]Aug 14 12:23:29.391
94112026-08-14T12:23:30.453ZAug 14 12:23:29.391 INFOINFOAug 14 12:23:29.391 adding route 172.17.0.49/32 -> 10.0.0.255 Aug 14 12:23:29.391
94122026-08-14T12:23:30.453Z INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
94132026-08-14T12:23:30.453ZDEBGadding route 172.17.0.44/32 -> 10.0.0.255Aug 14 12:23:29.391
94142026-08-14T12:23:30.453Z 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 } }]
94152026-08-14T12:23:30.453Zreplacing 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 14 12:23:29.391Aug 14 12:23:29.391 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 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 } }]
94162026-08-14T12:23:30.453Ztest route::tests::same_size_non_subset_replace ... ok
94172026-08-14T12:23:30.453Z
94182026-08-14T12:23:30.453Z
94192026-08-14T12:23:30.453ZAug 14 12:23:29.391 Aug 14 12:23:29.391INFOAug 14 12:23:29.391 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOadding route 172.17.0.45/32 -> 10.0.0.255
94202026-08-14T12:23:30.453ZAug 14 12:23:29.391
94212026-08-14T12:23:30.453Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff INFO
94222026-08-14T12:23:30.453Z adding route 172.17.0.50/32 -> 10.0.0.255
94232026-08-14T12:23:30.453ZAug 14 12:23:29.391 Aug 14 12:23:29.391DEBGAug 14 12:23:29.391 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 } }]
94242026-08-14T12:23:30.453ZAug 14 12:23:29.391replacing 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 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 } }]
94252026-08-14T12:23:30.453Z
94262026-08-14T12:23:30.453Ztest route::tests::delete_target_fragmented ... ok
94272026-08-14T12:23:30.453ZAug 14 12:23:29.391 DEBGINFOAug 14 12:23:29.391Aug 14 12:23:29.391 adding route 172.17.0.46/32 -> 10.0.0.255INFO
94282026-08-14T12:23:30.453Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
94292026-08-14T12:23:30.453Z adding route 172.17.0.51/32 -> 10.0.0.255
94302026-08-14T12:23:30.453Z
94312026-08-14T12:23:30.453ZAug 14 12:23:29.391 DEBG Aug 14 12:23:29.391replacing 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 14 12:23:29.391
94322026-08-14T12:23:30.453ZDEBG 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 } }]Aug 14 12:23:29.391
94332026-08-14T12:23:30.454ZAug 14 12:23:29.391 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 14 12:23:29.391adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
94342026-08-14T12:23:30.454ZINFO
94352026-08-14T12:23:30.454Zadding route 172.17.0.47/32 -> 10.0.0.255
94362026-08-14T12:23:30.454Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
94372026-08-14T12:23:30.454ZAug 14 12:23:29.391Aug 14 12:23:29.391Aug 14 12:23:29.391 DEBG 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 } }] Aug 14 12:23:29.391 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 } }]DEBG
94382026-08-14T12:23:30.454Z created new freemap, unit: freemap_route_ipv4
94392026-08-14T12:23:30.454ZAug 14 12:23:29.397Aug 14 12:23:29.391 Aug 14 12:23:29.397DEBG INFOcreated new freemapINFO, unitadding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.52/32 -> 10.0.0.255
94402026-08-14T12:23:30.454Z:
94412026-08-14T12:23:30.454Z freemap_route_ipv6
94422026-08-14T12:23:30.454ZAug 14 12:23:29.397 DEBGAug 14 12:23:29.397DEBG DEBGreplacing 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 } }]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 } }]
94432026-08-14T12:23:30.454Zreplacing 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 } }]
94442026-08-14T12:23:30.454ZAug 14 12:23:29.397
94452026-08-14T12:23:30.454Z Aug 14 12:23:29.397DEBG INFOinitted freemap. size: 64Aug 14 12:23:29.397, Aug 14 12:23:29.397 unit :adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO INFO
94462026-08-14T12:23:30.454Zadding route 172.17.0.53/32 -> 10.0.0.255
94472026-08-14T12:23:30.454Zfreemap_route_ipv4adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 14 12:23:29.397
94482026-08-14T12:23:30.454Z Aug 14 12:23:29.397DEBG
94492026-08-14T12:23:30.454ZDEBG 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 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 } }]
94502026-08-14T12:23:30.454Z
94512026-08-14T12:23:30.454ZAug 14 12:23:29.397Aug 14 12:23:29.397 DEBGDEBG Aug 14 12:23:29.397replacing 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 } }]
94522026-08-14T12:23:30.454ZINFO reset freemap , Aug 14 12:23:29.397Aug 14 12:23:29.397 INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff unitadding route 172.17.0.54/32 -> 10.0.0.255
94532026-08-14T12:23:30.458ZINFO
94542026-08-14T12:23:30.458Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff:
94552026-08-14T12:23:30.458Z freemap_route_ipv4Aug 14 12:23:29.397
94562026-08-14T12:23:30.458Z DEBGAug 14 12:23:29.397 Aug 14 12:23:29.397Aug 14 12:23:29.397replacing 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 } }]
94572026-08-14T12:23:30.458ZDEBG DEBGreplacing 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 } }]DEBG
94582026-08-14T12:23:30.458Z Aug 14 12:23:29.397replacing 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 } }]
94592026-08-14T12:23:30.458Zinitted freemap. size: 64 , INFOAug 14 12:23:29.397unit INFOAug 14 12:23:29.397 :adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
94602026-08-14T12:23:30.458ZINFOfreemap_route_ipv6adding route 172.17.0.55/32 -> 10.0.0.255
94612026-08-14T12:23:30.458Z
94622026-08-14T12:23:30.459ZAug 14 12:23:29.397adding route 3fff:beef:31::/64 -> 2001:db8::55:ff DEBG
94632026-08-14T12:23:30.459Z 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 } }]
94642026-08-14T12:23:30.459ZAug 14 12:23:29.397Aug 14 12:23:29.397 DEBGDEBGAug 14 12:23:29.397 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 } }]
94652026-08-14T12:23:30.459ZINFOAug 14 12:23:29.397 reset freemapadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG, unit
94662026-08-14T12:23:30.459Z:Aug 14 12:23:29.397replacing 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 } }]
94672026-08-14T12:23:30.459ZINFO adding route 172.17.0.56/32 -> 10.0.0.255freemap_route_ipv6
94682026-08-14T12:23:30.459Z
94692026-08-14T12:23:30.459ZAug 14 12:23:29.397Aug 14 12:23:29.397 DEBGINFO Aug 14 12:23:29.397 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:32::/64 -> 2001:db8::55:ffINFOAug 14 12:23:29.397
94702026-08-14T12:23:30.459Z
94712026-08-14T12:23:30.459Z DEBGadding route 172.16.0.0/32 -> 10.0.0.1 Aug 14 12:23:29.397replacing 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 } }]
94722026-08-14T12:23:30.459Z Aug 14 12:23:29.397
94732026-08-14T12:23:30.459ZDEBG 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 } }]failed to allocate space for the new target listAug 14 12:23:29.397
94742026-08-14T12:23:30.459Z
94752026-08-14T12:23:30.459Z INFO Aug 14 12:23:29.397adding route 172.17.0.57/32 -> 10.0.0.255 Aug 14 12:23:29.397Aug 14 12:23:29.397
94762026-08-14T12:23:30.459ZDEBG INFODEBG adding route 3fff:beef:33::/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:2, vlan_id: None } }]
94772026-08-14T12:23:30.459Z
94782026-08-14T12:23:30.459Zreplacing 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 14 12:23:29.397
94792026-08-14T12:23:30.459Z Aug 14 12:23:29.397Aug 14 12:23:29.397 DEBGINFO 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 } }]adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
94802026-08-14T12:23:30.459Z
94812026-08-14T12:23:30.459Z
94822026-08-14T12:23:30.459ZAug 14 12:23:29.397 Aug 14 12:23:29.397DEBGAug 14 12:23:29.397 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 } }]INFO
94832026-08-14T12:23:30.459Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.58/32 -> 10.0.0.255
94842026-08-14T12:23:30.459Z
94852026-08-14T12:23:30.459Zreplacing 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 } }]
94862026-08-14T12:23:30.459ZAug 14 12:23:29.397Aug 14 12:23:29.397 Aug 14 12:23:29.397DEBGAug 14 12:23:29.397 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
94872026-08-14T12:23:30.459Z 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 } }] DEBG
94882026-08-14T12:23:30.459ZINFO 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
94892026-08-14T12:23:30.459Z
94902026-08-14T12:23:30.459ZAug 14 12:23:29.398 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
94912026-08-14T12:23:30.459ZAug 14 12:23:29.397Aug 14 12:23:29.398 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255Aug 14 12:23:29.398
94922026-08-14T12:23:30.459Zreplacing 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 } }]
94932026-08-14T12:23:30.459ZDEBG 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 14 12:23:29.398
94942026-08-14T12:23:30.459Z DEBGAug 14 12:23:29.398 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
94952026-08-14T12:23:30.459Z Aug 14 12:23:29.398adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
94962026-08-14T12:23:30.459ZDEBG Aug 14 12:23:29.398replacing 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 } }]
94972026-08-14T12:23:30.459ZINFO adding route 172.17.0.60/32 -> 10.0.0.255
94982026-08-14T12:23:30.459ZAug 14 12:23:29.398 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 } }]Aug 14 12:23:29.398
94992026-08-14T12:23:30.459Z 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 } }]
95002026-08-14T12:23:30.459Z
95012026-08-14T12:23:30.459ZAug 14 12:23:29.398Aug 14 12:23:29.398 INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
95022026-08-14T12:23:30.460ZAug 14 12:23:29.398
95032026-08-14T12:23:30.460Z INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 14 12:23:29.398
95042026-08-14T12:23:30.460ZAug 14 12:23:29.398 DEBGDEBG 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 14 12:23:29.398replacing 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 } }]
95052026-08-14T12:23:30.460Z
95062026-08-14T12:23:30.460ZDEBG 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 } }]
95072026-08-14T12:23:30.460ZAug 14 12:23:29.398 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 14 12:23:29.398
95082026-08-14T12:23:30.460Z INFO adding route 172.17.0.49/32 -> 10.0.0.255
95092026-08-14T12:23:30.460ZAug 14 12:23:29.398 DEBG Aug 14 12:23:29.398replacing 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 } }]
95102026-08-14T12:23:30.460ZDEBG 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 } }]
95112026-08-14T12:23:30.460ZAug 14 12:23:29.398 Aug 14 12:23:29.398INFO INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
95122026-08-14T12:23:30.460Zadding route 172.17.0.50/32 -> 10.0.0.255
95132026-08-14T12:23:30.460ZAug 14 12:23:29.398Aug 14 12:23:29.398 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 } }]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 } }]
95142026-08-14T12:23:30.460Z
95152026-08-14T12:23:30.460ZAug 14 12:23:29.398Aug 14 12:23:29.398 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
95162026-08-14T12:23:30.460Z
95172026-08-14T12:23:30.460ZAug 14 12:23:29.398Aug 14 12:23:29.398 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 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 } }]
95182026-08-14T12:23:30.460Z
95192026-08-14T12:23:30.460ZAug 14 12:23:29.398Aug 14 12:23:29.398 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
95202026-08-14T12:23:30.460Z
95212026-08-14T12:23:30.460ZAug 14 12:23:29.398Aug 14 12:23:29.398 DEBGDEBG 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.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 } }]
95222026-08-14T12:23:30.460Z
95232026-08-14T12:23:30.460ZAug 14 12:23:29.398Aug 14 12:23:29.398 INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.53/32 -> 10.0.0.255
95242026-08-14T12:23:30.460Z
95252026-08-14T12:23:30.460ZAug 14 12:23:29.398Aug 14 12:23:29.398 DEBGDEBG 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.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 } }]
95262026-08-14T12:23:30.460Z
95272026-08-14T12:23:30.460ZAug 14 12:23:29.398Aug 14 12:23:29.398 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.54/32 -> 10.0.0.255
95282026-08-14T12:23:30.460Z
95292026-08-14T12:23:30.460ZAug 14 12:23:29.398Aug 14 12:23:29.398 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:2, vlan_id: None } }]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 } }]
95302026-08-14T12:23:30.460Z
95312026-08-14T12:23:30.460ZAug 14 12:23:29.398 INFO adding route 172.17.0.55/32 -> 10.0.0.255
95322026-08-14T12:23:30.460ZAug 14 12:23:29.398 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 } }]
95332026-08-14T12:23:30.460ZAug 14 12:23:29.398 INFO adding route 172.17.0.56/32 -> 10.0.0.255
95342026-08-14T12:23:30.460ZAug 14 12:23:29.398 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 } }]
95352026-08-14T12:23:30.460ZAug 14 12:23:29.398 INFO adding route 172.17.0.57/32 -> 10.0.0.255
95362026-08-14T12:23:30.460ZAug 14 12:23:29.398 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 } }]
95372026-08-14T12:23:30.460ZAug 14 12:23:29.398 INFO adding route 172.17.0.58/32 -> 10.0.0.255
95382026-08-14T12:23:30.460ZAug 14 12:23:29.398 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 } }]
95392026-08-14T12:23:30.460ZAug 14 12:23:29.398 INFO adding route 172.17.0.59/32 -> 10.0.0.255
95402026-08-14T12:23:30.460ZAug 14 12:23:29.398 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 } }]
95412026-08-14T12:23:30.461ZAug 14 12:23:29.398 INFO adding route 172.17.0.60/32 -> 10.0.0.255
95422026-08-14T12:23:30.461ZAug 14 12:23:29.398 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 } }]
95432026-08-14T12:23:30.461ZAug 14 12:23:29.398 INFO adding route 172.17.0.61/32 -> 10.0.0.255
95442026-08-14T12:23:30.461Ztest route::tests::add_target_fails_full ... ok
95452026-08-14T12:23:30.461Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
95462026-08-14T12:23:30.461ZAug 14 12:23:29.398 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 } }]
95472026-08-14T12:23:30.461ZAug 14 12:23:29.398 DEBG created new freemap, unit: freemap_route_ipv4
95482026-08-14T12:23:30.461ZAug 14 12:23:29.404Aug 14 12:23:29.398Aug 14 12:23:29.404 DEBGDEBG created new freemapINFO , unitcreated new freemap:adding route 172.17.0.62/32 -> 10.0.0.255 ,
95492026-08-14T12:23:30.461Zfreemap_route_ipv4unit
95502026-08-14T12:23:30.461Z: freemap_route_ipv6Aug 14 12:23:29.404
95512026-08-14T12:23:30.461Z DEBGAug 14 12:23:29.404 Aug 14 12:23:29.404replacing 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 } }]DEBGAug 14 12:23:29.398
95522026-08-14T12:23:30.461Z DEBGcreated new freemapDEBG , created new freemap unitAug 14 12:23:29.404initted freemap. size: 64, , unitunit:: INFOfreemap_route_ipv6
95532026-08-14T12:23:30.465Zadding route 172.17.0.63/32 -> 10.0.0.255
95542026-08-14T12:23:30.465Z: freemap_route_ipv4freemap_route_ipv4Aug 14 12:23:29.404
95552026-08-14T12:23:30.465Z Aug 14 12:23:29.404
95562026-08-14T12:23:30.465Z DEBGDEBG initted freemap. size: 64replacing 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 } }], unit
95572026-08-14T12:23:30.465Z:Aug 14 12:23:29.404 freemap_route_ipv4Aug 14 12:23:29.404DEBG
95582026-08-14T12:23:30.465Z reset freemapDEBG, Aug 14 12:23:29.404unit : Aug 14 12:23:29.404failed to allocate space for the new target list
95592026-08-14T12:23:30.465ZDEBGDEBG freemap_route_ipv4
95602026-08-14T12:23:30.465Zreset freemapcreated new freemap, Aug 14 12:23:29.404, unitDEBG:Aug 14 12:23:29.404 DEBGfreemap_route_ipv4unit
95612026-08-14T12:23:30.465Z: initted freemap. size: 64replacing 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 } }],
95622026-08-14T12:23:30.465ZunitAug 14 12:23:29.404: freemap_route_ipv6freemap_route_ipv6DEBG
95632026-08-14T12:23:30.465Zinitted freemap. size: 64
95642026-08-14T12:23:30.465Z, Aug 14 12:23:29.404unit: DEBGAug 14 12:23:29.404freemap_route_ipv6 failed to allocate space for the new target list
95652026-08-14T12:23:30.465Z
95662026-08-14T12:23:30.465ZDEBGAug 14 12:23:29.404 reset freemapDEBGAug 14 12:23:29.404, unit :DEBG freemap_route_ipv6initted freemap. size: 64reset freemap
95672026-08-14T12:23:30.465Z, , unitunit:: freemap_route_ipv4freemap_route_ipv6
95682026-08-14T12:23:30.466ZAug 14 12:23:29.404
95692026-08-14T12:23:30.466Z INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:23:29.404Aug 14 12:23:29.404
95702026-08-14T12:23:30.466ZDEBG INFOreset freemap , adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:23:29.404unit
95712026-08-14T12:23:30.466Z 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 } }]Aug 14 12:23:29.404
95722026-08-14T12:23:30.466Z freemap_route_ipv4DEBG
95732026-08-14T12:23:30.466Z 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 } }]Aug 14 12:23:29.404
95742026-08-14T12:23:30.466Z Aug 14 12:23:29.404INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBGAug 14 12:23:29.404
95752026-08-14T12:23:30.466Zinitted freemap. size: 64INFO, unitadding route 172.16.0.0/32 -> 10.0.0.1:
95762026-08-14T12:23:30.466Z freemap_route_ipv6
95772026-08-14T12:23:30.466ZAug 14 12:23:29.404 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 } }]Aug 14 12:23:29.404
95782026-08-14T12:23:30.466Z DEBG reset freemap, Aug 14 12:23:29.404unit :INFO freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1
95792026-08-14T12:23:30.466Z
95802026-08-14T12:23:30.466ZAug 14 12:23:29.404Aug 14 12:23:29.404 DEBGINFO 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 172.16.0.0/32 -> 10.0.0.1
95812026-08-14T12:23:30.466Z
95822026-08-14T12:23:30.466ZAug 14 12:23:29.404 DEBGAug 14 12:23:29.404 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
95832026-08-14T12:23:30.466Z adding route 172.16.0.0/32 -> 10.0.0.2
95842026-08-14T12:23:30.466ZAug 14 12:23:29.404Aug 14 12:23:29.404 DEBGINFO 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 172.16.0.0/32 -> 10.0.0.2
95852026-08-14T12:23:30.466Z
95862026-08-14T12:23:30.466ZAug 14 12:23:29.404 Aug 14 12:23:29.404DEBG 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 } }]
95872026-08-14T12:23:30.466Zadding route 172.17.0.0/32 -> 10.0.0.255
95882026-08-14T12:23:30.466ZAug 14 12:23:29.404 Aug 14 12:23:29.404DEBG INFOreplacing 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 } }]
95892026-08-14T12:23:30.466Zadding route 172.16.0.0/32 -> 10.0.0.3
95902026-08-14T12:23:30.466ZAug 14 12:23:29.404Aug 14 12:23:29.404 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 } }, 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.1/32 -> 10.0.0.255
95912026-08-14T12:23:30.466Z
95922026-08-14T12:23:30.466ZAug 14 12:23:29.404 DEBGAug 14 12:23:29.404 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
95932026-08-14T12:23:30.466Z adding route 172.16.0.0/32 -> 10.0.0.4
95942026-08-14T12:23:30.466ZAug 14 12:23:29.404Aug 14 12:23:29.404 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 } }, 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 172.17.0.2/32 -> 10.0.0.255
95952026-08-14T12:23:30.466Z
95962026-08-14T12:23:30.466ZAug 14 12:23:29.404 Aug 14 12:23:29.404DEBG DEBGreplacing 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 } }]
95972026-08-14T12:23:30.466Zreplacing 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 } }]
95982026-08-14T12:23:30.466ZAug 14 12:23:29.404 INFO adding route 172.17.0.3/32 -> 10.0.0.255
95992026-08-14T12:23:30.466ZAug 14 12:23:29.404 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 } }]
96002026-08-14T12:23:30.466ZAug 14 12:23:29.404Aug 14 12:23:29.404 DEBGINFO 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.4/32 -> 10.0.0.255
96012026-08-14T12:23:30.466Z
96022026-08-14T12:23:30.466ZAug 14 12:23:29.404Aug 14 12:23:29.404 DEBGINFO 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 } }]adding route 172.16.0.0/32 -> 10.0.0.1
96032026-08-14T12:23:30.466Z
96042026-08-14T12:23:30.466ZAug 14 12:23:29.404Aug 14 12:23:29.404 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 } }]
96052026-08-14T12:23:30.466Z adding route 172.17.0.5/32 -> 10.0.0.255
96062026-08-14T12:23:30.466ZAug 14 12:23:29.404 INFOAug 14 12:23:29.404 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 } }]
96072026-08-14T12:23:30.466Z adding route 172.16.0.0/32 -> 10.0.0.2
96082026-08-14T12:23:30.467ZAug 14 12:23:29.404 INFOAug 14 12:23:29.404 adding route 172.17.0.6/32 -> 10.0.0.255DEBG
96092026-08-14T12:23:30.467Z 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 } }]
96102026-08-14T12:23:30.467ZAug 14 12:23:29.404 DEBG Aug 14 12:23:29.404replacing 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 } }]
96112026-08-14T12:23:30.467ZINFO adding route 172.17.0.0/32 -> 10.0.0.255
96122026-08-14T12:23:30.467ZAug 14 12:23:29.404 INFOAug 14 12:23:29.404 adding route 172.17.0.7/32 -> 10.0.0.255DEBG
96132026-08-14T12:23:30.467Z 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 } }]
96142026-08-14T12:23:30.467ZAug 14 12:23:29.404 DEBG Aug 14 12:23:29.404replacing 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 } }]
96152026-08-14T12:23:30.467ZINFO adding route 172.17.0.1/32 -> 10.0.0.255
96162026-08-14T12:23:30.467ZAug 14 12:23:29.404 INFO Aug 14 12:23:29.404adding route 172.17.0.8/32 -> 10.0.0.255
96172026-08-14T12:23:30.467ZDEBG 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 } }]
96182026-08-14T12:23:30.467ZAug 14 12:23:29.404 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 } }]Aug 14 12:23:29.404
96192026-08-14T12:23:30.467Z INFO adding route 172.17.0.2/32 -> 10.0.0.255
96202026-08-14T12:23:30.467ZAug 14 12:23:29.404 INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 14 12:23:29.404
96212026-08-14T12:23:30.467Z 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 } }]
96222026-08-14T12:23:30.467ZAug 14 12:23:29.404 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 } }]Aug 14 12:23:29.404
96232026-08-14T12:23:30.467Z INFO adding route 172.17.0.3/32 -> 10.0.0.255
96242026-08-14T12:23:30.467ZAug 14 12:23:29.404 INFO adding route 172.17.0.10/32 -> 10.0.0.255Aug 14 12:23:29.404
96252026-08-14T12:23:30.467Z 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 } }]
96262026-08-14T12:23:30.467ZAug 14 12:23:29.404 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 } }]
96272026-08-14T12:23:30.467ZAug 14 12:23:29.404 INFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 14 12:23:29.404
96282026-08-14T12:23:30.467Z INFO adding route 172.17.0.11/32 -> 10.0.0.255
96292026-08-14T12:23:30.467ZAug 14 12:23:29.404 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 } }]Aug 14 12:23:29.404
96302026-08-14T12:23:30.467Z 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 } }]
96312026-08-14T12:23:30.467ZAug 14 12:23:29.404 INFO Aug 14 12:23:29.404adding route 172.17.0.5/32 -> 10.0.0.255
96322026-08-14T12:23:30.467ZINFO adding route 172.17.0.12/32 -> 10.0.0.255
96332026-08-14T12:23:30.467ZAug 14 12:23:29.404 DEBG Aug 14 12:23:29.404replacing 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 } }]
96342026-08-14T12:23:30.467ZDEBG 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 } }]
96352026-08-14T12:23:30.467ZAug 14 12:23:29.404 INFO Aug 14 12:23:29.404adding route 172.17.0.6/32 -> 10.0.0.255
96362026-08-14T12:23:30.467ZINFO adding route 172.17.0.13/32 -> 10.0.0.255
96372026-08-14T12:23:30.467ZAug 14 12:23:29.404 DEBG Aug 14 12:23:29.404replacing 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 } }]
96382026-08-14T12:23:30.467ZDEBG 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 } }]
96392026-08-14T12:23:30.467ZAug 14 12:23:29.404 INFO Aug 14 12:23:29.404adding route 172.17.0.7/32 -> 10.0.0.255
96402026-08-14T12:23:30.467ZINFO adding route 172.17.0.14/32 -> 10.0.0.255
96412026-08-14T12:23:30.467ZAug 14 12:23:29.404 DEBG Aug 14 12:23:29.404replacing 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 } }]
96422026-08-14T12:23:30.467ZDEBG 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 } }]
96432026-08-14T12:23:30.467ZAug 14 12:23:29.404 INFO Aug 14 12:23:29.404adding route 172.17.0.8/32 -> 10.0.0.255
96442026-08-14T12:23:30.467ZINFO adding route 172.17.0.15/32 -> 10.0.0.255
96452026-08-14T12:23:30.467ZAug 14 12:23:29.404 DEBG Aug 14 12:23:29.404replacing 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 } }]
96462026-08-14T12:23:30.467ZDEBG 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 } }]
96472026-08-14T12:23:30.467ZAug 14 12:23:29.404 INFO Aug 14 12:23:29.404adding route 172.17.0.9/32 -> 10.0.0.255
96482026-08-14T12:23:30.468ZINFO adding route 172.17.0.16/32 -> 10.0.0.255
96492026-08-14T12:23:30.468ZAug 14 12:23:29.404 DEBGAug 14 12:23:29.404 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 } }]DEBG
96502026-08-14T12:23:30.468Z 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 } }]
96512026-08-14T12:23:30.468ZAug 14 12:23:29.404 Aug 14 12:23:29.404INFO INFOadding route 172.17.0.10/32 -> 10.0.0.255
96522026-08-14T12:23:30.468Zadding route 172.17.0.17/32 -> 10.0.0.255
96532026-08-14T12:23:30.472ZAug 14 12:23:29.404 Aug 14 12:23:29.404DEBG DEBGreplacing 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 } }]
96542026-08-14T12:23:30.472Zreplacing 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 } }]
96552026-08-14T12:23:30.472ZAug 14 12:23:29.404 Aug 14 12:23:29.404INFO adding route 172.17.0.11/32 -> 10.0.0.255
96562026-08-14T12:23:30.472ZAug 14 12:23:29.410 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 } }]
96572026-08-14T12:23:30.472Z Aug 14 12:23:29.410INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255
96582026-08-14T12:23:30.472Zadding route 172.17.0.12/32 -> 10.0.0.255Aug 14 12:23:29.410
96592026-08-14T12:23:30.472Z 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 } }]
96602026-08-14T12:23:30.472ZAug 14 12:23:29.410 DEBG Aug 14 12:23:29.410replacing 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 } }]
96612026-08-14T12:23:30.472ZINFO adding route 172.17.0.19/32 -> 10.0.0.255
96622026-08-14T12:23:30.472ZAug 14 12:23:29.411 INFO Aug 14 12:23:29.411adding route 172.17.0.13/32 -> 10.0.0.255
96632026-08-14T12:23:30.472ZDEBG 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 } }]
96642026-08-14T12:23:30.472ZAug 14 12:23:29.411 DEBG Aug 14 12:23:29.411replacing 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 } }]
96652026-08-14T12:23:30.472ZINFO adding route 172.17.0.20/32 -> 10.0.0.255
96662026-08-14T12:23:30.472ZAug 14 12:23:29.411 INFO Aug 14 12:23:29.411adding route 172.17.0.14/32 -> 10.0.0.255
96672026-08-14T12:23:30.472ZDEBG 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 } }]
96682026-08-14T12:23:30.472ZAug 14 12:23:29.411 DEBG Aug 14 12:23:29.411replacing 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 } }]
96692026-08-14T12:23:30.472ZINFO adding route 172.17.0.21/32 -> 10.0.0.255
96702026-08-14T12:23:30.472ZAug 14 12:23:29.411 INFO Aug 14 12:23:29.411adding route 172.17.0.15/32 -> 10.0.0.255
96712026-08-14T12:23:30.472ZDEBG 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 } }]
96722026-08-14T12:23:30.472ZAug 14 12:23:29.411 DEBG Aug 14 12:23:29.411replacing 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 } }]
96732026-08-14T12:23:30.472ZINFO adding route 172.17.0.22/32 -> 10.0.0.255
96742026-08-14T12:23:30.472ZAug 14 12:23:29.411 INFOAug 14 12:23:29.411 adding route 172.17.0.16/32 -> 10.0.0.255DEBG
96752026-08-14T12:23:30.472Z 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 } }]
96762026-08-14T12:23:30.472ZAug 14 12:23:29.411 Aug 14 12:23:29.411DEBG 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 } }]
96772026-08-14T12:23:30.472Zadding route 172.17.0.23/32 -> 10.0.0.255
96782026-08-14T12:23:30.472ZAug 14 12:23:29.411 Aug 14 12:23:29.411INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255
96792026-08-14T12:23:30.472Zreplacing 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 } }]
96802026-08-14T12:23:30.473ZAug 14 12:23:29.411 Aug 14 12:23:29.411DEBG INFOreplacing 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 } }]
96812026-08-14T12:23:30.473Zadding route 172.17.0.24/32 -> 10.0.0.255
96822026-08-14T12:23:30.473ZAug 14 12:23:29.411 Aug 14 12:23:29.411INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255
96832026-08-14T12:23:30.473Zreplacing 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 } }]
96842026-08-14T12:23:30.473ZAug 14 12:23:29.411 Aug 14 12:23:29.411DEBG INFOreplacing 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 } }]
96852026-08-14T12:23:30.473Zadding route 172.17.0.25/32 -> 10.0.0.255
96862026-08-14T12:23:30.473ZAug 14 12:23:29.411 Aug 14 12:23:29.411INFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255
96872026-08-14T12:23:30.473Zreplacing 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 } }]
96882026-08-14T12:23:30.473ZAug 14 12:23:29.411 Aug 14 12:23:29.411DEBG INFOreplacing 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 } }]
96892026-08-14T12:23:30.473Zadding route 172.17.0.26/32 -> 10.0.0.255
96902026-08-14T12:23:30.473ZAug 14 12:23:29.411 Aug 14 12:23:29.411INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255
96912026-08-14T12:23:30.473Zreplacing 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 } }]
96922026-08-14T12:23:30.473ZAug 14 12:23:29.411 Aug 14 12:23:29.411DEBG INFOreplacing 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 } }]
96932026-08-14T12:23:30.473Zadding route 172.17.0.27/32 -> 10.0.0.255
96942026-08-14T12:23:30.473ZAug 14 12:23:29.411 Aug 14 12:23:29.411INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255
96952026-08-14T12:23:30.473Zreplacing 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 } }]
96962026-08-14T12:23:30.473ZAug 14 12:23:29.411 Aug 14 12:23:29.411DEBG 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 } }]
96972026-08-14T12:23:30.473Zadding route 172.17.0.28/32 -> 10.0.0.255
96982026-08-14T12:23:30.473ZAug 14 12:23:29.411 Aug 14 12:23:29.411INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255
96992026-08-14T12:23:30.473Zreplacing 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 } }]
97002026-08-14T12:23:30.473ZAug 14 12:23:29.411 Aug 14 12:23:29.411DEBG 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 } }]
97012026-08-14T12:23:30.473Zadding route 172.17.0.29/32 -> 10.0.0.255
97022026-08-14T12:23:30.473ZAug 14 12:23:29.411 Aug 14 12:23:29.411INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255
97032026-08-14T12:23:30.473Zreplacing 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 } }]
97042026-08-14T12:23:30.473ZAug 14 12:23:29.411 Aug 14 12:23:29.411DEBG INFOreplacing 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 } }]
97052026-08-14T12:23:30.473Zadding route 172.17.0.30/32 -> 10.0.0.255
97062026-08-14T12:23:30.473ZAug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.24/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 } }]
97072026-08-14T12:23:30.473Z
97082026-08-14T12:23:30.473ZAug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO 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 } }]adding route 172.17.0.31/32 -> 10.0.0.255
97092026-08-14T12:23:30.473Z
97102026-08-14T12:23:30.473ZAug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.25/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 } }]
97112026-08-14T12:23:30.473Z
97122026-08-14T12:23:30.473ZAug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO 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 } }]adding route 172.17.0.32/32 -> 10.0.0.255
97132026-08-14T12:23:30.473Z
97142026-08-14T12:23:30.473Ztest route::tests::delete_targets_fragmented ... ok
97152026-08-14T12:23:30.473ZAug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.26/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 } }]
97162026-08-14T12:23:30.473Z
97172026-08-14T12:23:30.473ZAug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO 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 } }]adding route 172.17.0.33/32 -> 10.0.0.255
97182026-08-14T12:23:30.473Z
97192026-08-14T12:23:30.473ZAug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255replacing 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 } }]
97202026-08-14T12:23:30.474Z
97212026-08-14T12:23:30.474ZAug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO 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 } }]adding route 172.17.0.34/32 -> 10.0.0.255
97222026-08-14T12:23:30.474Z
97232026-08-14T12:23:30.474ZAug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.28/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 } }]
97242026-08-14T12:23:30.474Z
97252026-08-14T12:23:30.474ZAug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO 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 } }]adding route 172.17.0.35/32 -> 10.0.0.255
97262026-08-14T12:23:30.474Z
97272026-08-14T12:23:30.474ZAug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.29/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 } }]
97282026-08-14T12:23:30.474Z
97292026-08-14T12:23:30.474ZAug 14 12:23:29.411Aug 14 12:23:29.411 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 } }]adding route 172.17.0.36/32 -> 10.0.0.255
97302026-08-14T12:23:30.474Z
97312026-08-14T12:23:30.474ZAug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.30/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 } }]
97322026-08-14T12:23:30.474Z
97332026-08-14T12:23:30.474ZAug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO 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 } }]adding route 172.17.0.37/32 -> 10.0.0.255
97342026-08-14T12:23:30.474Z
97352026-08-14T12:23:30.474ZAug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.31/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 } }]
97362026-08-14T12:23:30.474Z
97372026-08-14T12:23:30.474ZAug 14 12:23:29.411Aug 14 12:23:29.411 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.38/32 -> 10.0.0.255
97382026-08-14T12:23:30.474Z
97392026-08-14T12:23:30.474ZAug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255replacing 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 } }]
97402026-08-14T12:23:30.474Z
97412026-08-14T12:23:30.474ZAug 14 12:23:29.411Aug 14 12:23:29.411 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.39/32 -> 10.0.0.255
97422026-08-14T12:23:30.474Z
97432026-08-14T12:23:30.474ZAug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.33/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 } }]
97442026-08-14T12:23:30.474Z
97452026-08-14T12:23:30.474ZAug 14 12:23:29.411Aug 14 12:23:29.411 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.40/32 -> 10.0.0.255
97462026-08-14T12:23:30.474Z
97472026-08-14T12:23:30.474ZAug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.34/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 } }]
97482026-08-14T12:23:30.474Z
97492026-08-14T12:23:30.474ZAug 14 12:23:29.411Aug 14 12:23:29.411 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 } }]adding route 172.17.0.41/32 -> 10.0.0.255
97502026-08-14T12:23:30.474Z
97512026-08-14T12:23:30.474ZAug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255replacing 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 } }]
97522026-08-14T12:23:30.474Z
97532026-08-14T12:23:30.478ZAug 14 12:23:29.411Aug 14 12:23:29.411 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 } }]adding route 172.17.0.42/32 -> 10.0.0.255
97542026-08-14T12:23:30.478Z
97552026-08-14T12:23:30.479ZAug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.36/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 } }]
97562026-08-14T12:23:30.479Z
97572026-08-14T12:23:30.479ZAug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO 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.43/32 -> 10.0.0.255
97582026-08-14T12:23:30.479Z
97592026-08-14T12:23:30.479ZAug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing 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 } }]
97602026-08-14T12:23:30.479Z
97612026-08-14T12:23:30.479ZAug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO 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.44/32 -> 10.0.0.255
97622026-08-14T12:23:30.479Z
97632026-08-14T12:23:30.479ZAug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.38/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 } }]
97642026-08-14T12:23:30.479Z
97652026-08-14T12:23:30.479ZAug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255replacing 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 } }]
97662026-08-14T12:23:30.479Z
97672026-08-14T12:23:30.479ZAug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.39/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 } }]
97682026-08-14T12:23:30.479Z
97692026-08-14T12:23:30.479ZAug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO 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.46/32 -> 10.0.0.255
97702026-08-14T12:23:30.479Z
97712026-08-14T12:23:30.479ZAug 14 12:23:29.411Aug 14 12:23:29.411 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing 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 } }]
97722026-08-14T12:23:30.479Z
97732026-08-14T12:23:30.479ZAug 14 12:23:29.411Aug 14 12:23:29.411 DEBGINFO 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 } }]adding route 172.17.0.47/32 -> 10.0.0.255
97742026-08-14T12:23:30.479Z
97752026-08-14T12:23:30.479ZAug 14 12:23:29.417 DEBG Aug 14 12:23:29.417replacing 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 } }]
97762026-08-14T12:23:30.479ZINFO adding route 172.17.0.41/32 -> 10.0.0.255
97772026-08-14T12:23:30.479ZAug 14 12:23:29.417 INFO Aug 14 12:23:29.417adding route 172.17.0.48/32 -> 10.0.0.255
97782026-08-14T12:23:30.479ZDEBG 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 } }]
97792026-08-14T12:23:30.479ZAug 14 12:23:29.417 DEBG Aug 14 12:23:29.417replacing 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 } }]
97802026-08-14T12:23:30.479ZINFO adding route 172.17.0.42/32 -> 10.0.0.255
97812026-08-14T12:23:30.479ZAug 14 12:23:29.417 INFO Aug 14 12:23:29.417adding route 172.17.0.49/32 -> 10.0.0.255
97822026-08-14T12:23:30.479ZDEBG 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 } }]
97832026-08-14T12:23:30.479ZAug 14 12:23:29.417 DEBGAug 14 12:23:29.417 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 } }]INFO
97842026-08-14T12:23:30.479Z adding route 172.17.0.43/32 -> 10.0.0.255
97852026-08-14T12:23:30.479ZAug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.50/32 -> 10.0.0.255DEBG
97862026-08-14T12:23:30.479Z 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 } }]
97872026-08-14T12:23:30.479ZAug 14 12:23:29.417 DEBGAug 14 12:23:29.417 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
97882026-08-14T12:23:30.479Z adding route 172.17.0.44/32 -> 10.0.0.255
97892026-08-14T12:23:30.479ZAug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.51/32 -> 10.0.0.255DEBG
97902026-08-14T12:23:30.479Z 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 } }]
97912026-08-14T12:23:30.479ZAug 14 12:23:29.417 DEBGAug 14 12:23:29.417 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
97922026-08-14T12:23:30.479Z adding route 172.17.0.45/32 -> 10.0.0.255
97932026-08-14T12:23:30.479ZAug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.52/32 -> 10.0.0.255DEBG
97942026-08-14T12:23:30.480Z 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 } }]
97952026-08-14T12:23:30.480ZAug 14 12:23:29.417 DEBGAug 14 12:23:29.417 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
97962026-08-14T12:23:30.480Z adding route 172.17.0.46/32 -> 10.0.0.255
97972026-08-14T12:23:30.480ZAug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.53/32 -> 10.0.0.255DEBG
97982026-08-14T12:23:30.480Z 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 } }]
97992026-08-14T12:23:30.480ZAug 14 12:23:29.417 DEBGAug 14 12:23:29.417 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 } }]INFO
98002026-08-14T12:23:30.480Z adding route 172.17.0.47/32 -> 10.0.0.255
98012026-08-14T12:23:30.480ZAug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.54/32 -> 10.0.0.255DEBG
98022026-08-14T12:23:30.480Z 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 } }]
98032026-08-14T12:23:30.480ZAug 14 12:23:29.417 DEBGAug 14 12:23:29.417 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 } }]INFO
98042026-08-14T12:23:30.480Z adding route 172.17.0.48/32 -> 10.0.0.255
98052026-08-14T12:23:30.480ZAug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.55/32 -> 10.0.0.255DEBG
98062026-08-14T12:23:30.480Z 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 } }]
98072026-08-14T12:23:30.480ZAug 14 12:23:29.417 DEBGAug 14 12:23:29.417 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 } }]INFO
98082026-08-14T12:23:30.480Z adding route 172.17.0.49/32 -> 10.0.0.255
98092026-08-14T12:23:30.480ZAug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.56/32 -> 10.0.0.255DEBG
98102026-08-14T12:23:30.480Z 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 } }]
98112026-08-14T12:23:30.480ZAug 14 12:23:29.417 DEBGAug 14 12:23:29.417 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 } }]INFO
98122026-08-14T12:23:30.480Z adding route 172.17.0.50/32 -> 10.0.0.255
98132026-08-14T12:23:30.480ZAug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.57/32 -> 10.0.0.255DEBG
98142026-08-14T12:23:30.480Z 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 } }]
98152026-08-14T12:23:30.480ZAug 14 12:23:29.417 DEBGAug 14 12:23:29.417 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 } }]INFO
98162026-08-14T12:23:30.480Z adding route 172.17.0.51/32 -> 10.0.0.255
98172026-08-14T12:23:30.480ZAug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.58/32 -> 10.0.0.255DEBG
98182026-08-14T12:23:30.480Z 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 } }]
98192026-08-14T12:23:30.480ZAug 14 12:23:29.417 DEBGAug 14 12:23:29.417 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 } }]INFO
98202026-08-14T12:23:30.480Z adding route 172.17.0.52/32 -> 10.0.0.255
98212026-08-14T12:23:30.480ZAug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.59/32 -> 10.0.0.255DEBG
98222026-08-14T12:23:30.480Z 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 } }]
98232026-08-14T12:23:30.480ZAug 14 12:23:29.417 DEBGAug 14 12:23:29.417 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
98242026-08-14T12:23:30.480Z adding route 172.17.0.53/32 -> 10.0.0.255
98252026-08-14T12:23:30.480ZAug 14 12:23:29.417 INFOAug 14 12:23:29.417 adding route 172.17.0.60/32 -> 10.0.0.255DEBG
98262026-08-14T12:23:30.480Z 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 } }]
98272026-08-14T12:23:30.480ZAug 14 12:23:29.417 DEBGAug 14 12:23:29.417 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
98282026-08-14T12:23:30.480Z adding route 172.17.0.54/32 -> 10.0.0.255
98292026-08-14T12:23:30.480ZAug 14 12:23:29.417 DEBGAug 14 12:23:29.417 failed to allocate space for the new target listDEBG
98302026-08-14T12:23:30.480Z 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 } }]
98312026-08-14T12:23:30.480ZAug 14 12:23:29.417 DEBGAug 14 12:23:29.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.2, vlan_id: None } }]INFO
98322026-08-14T12:23:30.480Z adding route 172.17.0.55/32 -> 10.0.0.255
98332026-08-14T12:23:30.480Ztest route::tests::delete_targets_full ... ok
98342026-08-14T12:23:30.481Z
98352026-08-14T12:23:30.481Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
98362026-08-14T12:23:30.481Z
98372026-08-14T12:23:30.481ZAug 14 12:23:29.417 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 } }]
98382026-08-14T12:23:30.481ZAug 14 12:23:29.424 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98392026-08-14T12:23:30.481ZAug 14 12:23:29.424 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 } }]
98402026-08-14T12:23:30.481ZAug 14 12:23:29.424 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98412026-08-14T12:23:30.481ZAug 14 12:23:29.424 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 } }]
98422026-08-14T12:23:30.481ZAug 14 12:23:29.424 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98432026-08-14T12:23:30.481ZAug 14 12:23:29.424 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 } }]
98442026-08-14T12:23:30.481ZAug 14 12:23:29.424 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98452026-08-14T12:23:30.481ZAug 14 12:23:29.424 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 } }]
98462026-08-14T12:23:30.481ZAug 14 12:23:29.424 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98472026-08-14T12:23:30.481ZAug 14 12:23:29.424 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 } }]
98482026-08-14T12:23:30.481ZAug 14 12:23:29.424 DEBG failed to allocate space for the new target list
98492026-08-14T12:23:30.481ZAug 14 12:23:29.424 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 } }]
98502026-08-14T12:23:30.481Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8a7b77a033db65a1)
98512026-08-14T12:23:30.481Z
98522026-08-14T12:23:30.481Zrunning 0 tests
98532026-08-14T12:23:30.485Z
98542026-08-14T12:23:30.485Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98552026-08-14T12:23:30.485Z
98562026-08-14T12:23:30.485Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
98572026-08-14T12:23:30.485Z
98582026-08-14T12:23:30.485Zrunning 0 tests
98592026-08-14T12:23:30.485Z
98602026-08-14T12:23:30.485Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98612026-08-14T12:23:30.485Z
98622026-08-14T12:23:30.485Z Running unittests src/lib.rs (target/debug/deps/dpd_client-750e40ee01b056d8)
98632026-08-14T12:23:30.485Z
98642026-08-14T12:23:30.485Zrunning 6 tests
98652026-08-14T12:23:30.485Ztest tests::test_port_id_cmp ... ok
98662026-08-14T12:23:30.485Ztest tests::test_parse_client_port_id ... ok
98672026-08-14T12:23:30.485Ztest tests::test_full_lot_id_neither_present ... ok
98682026-08-14T12:23:30.485Ztest tests::test_full_lot_id_lotnum_only ... ok
98692026-08-14T12:23:30.485Ztest tests::test_full_lot_id_lot_only ... ok
98702026-08-14T12:23:30.485Ztest tests::test_full_lot_id_both_present ... ok
98712026-08-14T12:23:30.485Z
98722026-08-14T12:23:30.485Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98732026-08-14T12:23:30.485Z
98742026-08-14T12:23:30.485Z Running tests/test_all.rs (target/debug/deps/test_all-8b8febcc4252f7ff)
98752026-08-14T12:23:30.485Z
98762026-08-14T12:23:30.485Zrunning 6 tests
98772026-08-14T12:23:33.493Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98782026-08-14T12:23:33.497Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98792026-08-14T12:23:33.497Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98802026-08-14T12:23:33.501Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98812026-08-14T12:23:33.830Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98822026-08-14T12:23:35.919Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98832026-08-14T12:23:35.919Z
98842026-08-14T12:23:35.919Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.43s
98852026-08-14T12:23:35.919Z
98862026-08-14T12:23:35.925Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
98872026-08-14T12:23:35.930Z
98882026-08-14T12:23:35.930Zrunning 0 tests
98892026-08-14T12:23:35.930Z
98902026-08-14T12:23:35.933Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98912026-08-14T12:23:35.933Z
98922026-08-14T12:23:35.933Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
98932026-08-14T12:23:35.936Z
98942026-08-14T12:23:35.936Zrunning 0 tests
98952026-08-14T12:23:35.936Z
98962026-08-14T12:23:35.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98972026-08-14T12:23:35.936Z
98982026-08-14T12:23:35.936Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
98992026-08-14T12:23:35.946Z
99002026-08-14T12:23:35.946Zrunning 12 tests
99012026-08-14T12:23:35.949Ztest icmp::test_v6_checksum ... ok
99022026-08-14T12:23:35.949Ztest icmp::test_v4_checksum ... ok
99032026-08-14T12:23:35.949Ztest ipv6::test_ipv6_parse ... ok
99042026-08-14T12:23:35.949Ztest pbuf::test_byte ... ok
99052026-08-14T12:23:35.949Ztest lldp::test_lldp_parse ... ok
99062026-08-14T12:23:35.949Ztest pbuf::test_nibble ... ok
99072026-08-14T12:23:35.949Ztest pbuf::test_short ... ok
99082026-08-14T12:23:35.949Ztest pbuf::test_overflow ... ok
99092026-08-14T12:23:35.949Ztest pbuf::test_twelve ... ok
99102026-08-14T12:23:35.949Ztest pbuf::test_word ... ok
99112026-08-14T12:23:35.949Ztest tcp::test_checksum_ack_data ... ok
99122026-08-14T12:23:35.949Ztest tcp::test_checksum_syn_nodata ... ok
99132026-08-14T12:23:35.949Z
99142026-08-14T12:23:35.949Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99152026-08-14T12:23:35.949Z
99162026-08-14T12:23:35.949Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99172026-08-14T12:23:35.952Z
99182026-08-14T12:23:35.952Zrunning 0 tests
99192026-08-14T12:23:35.952Z
99202026-08-14T12:23:35.952Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99212026-08-14T12:23:35.952Z
99222026-08-14T12:23:35.955Z Running unittests src/main.rs (target/debug/deps/swadm-3b6d5ab7a19b39bb)
99232026-08-14T12:23:35.958Z
99242026-08-14T12:23:35.958Zrunning 5 tests
99252026-08-14T12:23:35.958Ztest switchport::test::test_compute_lanes ... ok
99262026-08-14T12:23:35.958Ztest switchport::test::port_id_ordering ... ok
99272026-08-14T12:23:35.958Z Lane 0 Lane 1 Lane 2 Lane 3
99282026-08-14T12:23:35.958Z Lane 0 Rx Loss-of-lock: Yes Yes Lane 1 Yes Lane 2Yes
99292026-08-14T12:23:35.958ZLane 3 Rx Loss-of-signal: Yes
99302026-08-14T12:23:35.958Z Yes State: Activated ActivatedYes YesActivated
99312026-08-14T12:23:35.958Z Rx CDR Enabled: YesActivated
99322026-08-14T12:23:35.958ZYes Rx Output Enabled: false Yes falseYes
99332026-08-14T12:23:35.958Zfalse Tx Enabled: Yesfalse
99342026-08-14T12:23:35.958ZYes Rx Output Status: valid validYes Yesvalid
99352026-08-14T12:23:35.958Z Tx Loss-of-lock: Novalid
99362026-08-14T12:23:35.959ZNo Rx Loss-of-lock: true Notrue No
99372026-08-14T12:23:35.959Ztrue true Tx Loss-of-signal: No
99382026-08-14T12:23:35.959Z Rx Loss-of-signal: falseNo falseNo falseNo
99392026-08-14T12:23:35.959Zfalse
99402026-08-14T12:23:35.959Z Tx CDR Enabled: No Rx Auto-squelch Disable: true Notrue trueNo trueNo
99412026-08-14T12:23:35.959Z
99422026-08-14T12:23:35.959Z Tx Output Enabled: true Tx Adaptive EQ Fault: Notrue No trueNo trueNo
99432026-08-14T12:23:35.959Z
99442026-08-14T12:23:35.959Z Tx Output Status: invalid Tx Fault: Yesinvalid Yesinvalid invalidYes
99452026-08-14T12:23:35.959Z Tx Loss-of-lock: falseYes
99462026-08-14T12:23:35.959Zfalse false false
99472026-08-14T12:23:35.959Z Tx Loss-of-signal: true true true true
99482026-08-14T12:23:35.959ZTx Auto-squelch Disable: false false false false
99492026-08-14T12:23:35.959Z Tx Adaptive EQ Fail: true true true true
99502026-08-14T12:23:35.959Z Tx Failure: false false false false
99512026-08-14T12:23:35.959Z Tx Force Squelch: true true true true
99522026-08-14T12:23:35.959Z Tx Input Polarity: normal normal normal normal
99532026-08-14T12:23:35.959Ztest switchport::test::test_print_sff_datapath ... ok
99542026-08-14T12:23:35.959Ztest switchport::test::test_print_cmis_datapath ... ok
99552026-08-14T12:23:35.959Ztest link::test_filter ... ok
99562026-08-14T12:23:35.959Z
99572026-08-14T12:23:35.959Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99582026-08-14T12:23:35.959Z
99592026-08-14T12:23:35.959Z Running tests/counters.rs (target/debug/deps/counters-dafdf3819a3acd7e)
99602026-08-14T12:23:35.962Z
99612026-08-14T12:23:35.962Zrunning 1 test
99622026-08-14T12:23:35.962Ztest test_p4_counter_list ... ignored
99632026-08-14T12:23:35.962Z
99642026-08-14T12:23:35.962Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99652026-08-14T12:23:35.962Z
99662026-08-14T12:23:35.962Z Running tests/port-link.rs (target/debug/deps/port_link-721a5ab28abf000c)
99672026-08-14T12:23:35.965Z
99682026-08-14T12:23:35.965Zrunning 5 tests
99692026-08-14T12:23:35.965Ztest test_an ... ignored
99702026-08-14T12:23:35.965Ztest test_enable ... ignored
99712026-08-14T12:23:35.965Ztest test_ip_addresses ... ignored
99722026-08-14T12:23:35.965Ztest test_kr ... ignored
99732026-08-14T12:23:35.965Ztest test_mac ... ignored
99742026-08-14T12:23:35.965Z
99752026-08-14T12:23:35.965Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
99762026-08-14T12:23:35.965Z
99772026-08-14T12:23:35.965Z Running unittests src/main.rs (target/debug/deps/tfportd-fdbe62e0e3cfe18f)
99782026-08-14T12:23:35.968Z
99792026-08-14T12:23:35.968Zrunning 3 tests
99802026-08-14T12:23:35.968Ztest linklocal::test_parse_ipadm ... ok
99812026-08-14T12:23:35.968Ztest tfport::test_parse_tfport ... ok
99822026-08-14T12:23:35.969Ztest config::tests::test_updates ... ok
99832026-08-14T12:23:35.969Z
99842026-08-14T12:23:35.969Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99852026-08-14T12:23:35.969Z
99862026-08-14T12:23:35.969Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
99872026-08-14T12:23:35.973Z
99882026-08-14T12:23:35.973Zrunning 0 tests
99892026-08-14T12:23:35.973Z
99902026-08-14T12:23:35.976Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99912026-08-14T12:23:35.976Z
99922026-08-14T12:23:35.976Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
99932026-08-14T12:23:35.979Z
99942026-08-14T12:23:35.979Zrunning 0 tests
99952026-08-14T12:23:35.979Z
99962026-08-14T12:23:35.979Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99972026-08-14T12:23:35.979Z
99982026-08-14T12:23:35.979Z Doc-tests aal
99992026-08-14T12:23:36.154Z
100002026-08-14T12:23:36.154Zrunning 0 tests
100012026-08-14T12:23:36.154Z
100022026-08-14T12:23:36.157Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100032026-08-14T12:23:36.157Z
100042026-08-14T12:23:36.171Z Doc-tests aal_macros
100052026-08-14T12:23:36.244Z
100062026-08-14T12:23:36.245Zrunning 0 tests
100072026-08-14T12:23:36.245Z
100082026-08-14T12:23:36.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100092026-08-14T12:23:36.245Z
100102026-08-14T12:23:36.256Z Doc-tests common
100112026-08-14T12:23:36.499Z
100122026-08-14T12:23:36.499Zrunning 0 tests
100132026-08-14T12:23:36.499Z
100142026-08-14T12:23:36.499Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100152026-08-14T12:23:36.499Z
100162026-08-14T12:23:36.521Z Doc-tests dpd_api
100172026-08-14T12:23:37.365Z
100182026-08-14T12:23:37.365Zrunning 2 tests
100192026-08-14T12:23:37.365Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
100202026-08-14T12:23:37.365Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
100212026-08-14T12:23:37.365Z
100222026-08-14T12:23:37.365Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100232026-08-14T12:23:37.365Z
100242026-08-14T12:23:37.398Z Doc-tests dpd_client
100252026-08-14T12:23:38.681Z
100262026-08-14T12:23:38.681Zrunning 0 tests
100272026-08-14T12:23:38.681Z
100282026-08-14T12:23:38.681Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100292026-08-14T12:23:38.681Z
100302026-08-14T12:23:38.728Z Doc-tests dpd_types
100312026-08-14T12:23:38.941Z
100322026-08-14T12:23:38.941Zrunning 0 tests
100332026-08-14T12:23:38.941Z
100342026-08-14T12:23:38.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100352026-08-14T12:23:38.941Z
100362026-08-14T12:23:38.968Z Doc-tests dpd_types_versions
100372026-08-14T12:23:40.194Z
100382026-08-14T12:23:40.195Zrunning 1 test
100392026-08-14T12:23:40.195Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100402026-08-14T12:23:40.195Z
100412026-08-14T12:23:40.195Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100422026-08-14T12:23:40.195Z
100432026-08-14T12:23:40.241Z Doc-tests packet
100442026-08-14T12:23:40.356Z
100452026-08-14T12:23:40.356Zrunning 0 tests
100462026-08-14T12:23:40.356Z
100472026-08-14T12:23:40.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100482026-08-14T12:23:40.357Z
100492026-08-14T12:23:40.373Z Doc-tests pcap
100502026-08-14T12:23:40.427Z
100512026-08-14T12:23:40.428Zrunning 0 tests
100522026-08-14T12:23:40.428Z
100532026-08-14T12:23:40.428Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100542026-08-14T12:23:40.428Z
100552026-08-14T12:23:40.479Zprocess exited: duration 593383 ms, exit code 0
 
100562026-08-14T12:23:40.486Zfound 0 output files