01M001TDC7VSKFPS2GHFN5JJMV: test

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

Buildomat Job: 01M001TTBRH2YEH5XM5130P7YG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-14T11:53:04.040Zjob assigned to worker 01M001V4171EKK4SE0TEXYY7VT [factory aws, i-047269ce45ffe642b] (queued for 1 m 1 s)
 
22026-08-14T11:53:10.707Zstarting task 0: "setup"
32026-08-14T11:53:10.712Z++ uname -s
42026-08-14T11:53:10.715Z+ kern=SunOS
52026-08-14T11:53:10.715Z+ build_user=build
62026-08-14T11:53:10.715Z+ build_uid=12345
72026-08-14T11:53:10.715Z+ work_dir=/work
82026-08-14T11:53:10.715Z+ input_dir=/input
92026-08-14T11:53:10.715Z+ [[ 0 == 12345 ]]
102026-08-14T11:53:10.715Z+ case "$kern" in
112026-08-14T11:53:10.715Z+ groupadd -g 12345 build
122026-08-14T11:53:10.718Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-14T11:53:12.722Z+ zfs create -o mountpoint=/work rpool/work
142026-08-14T11:53:12.821Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-14T11:53:12.824Z+ home_fs=zfs
162026-08-14T11:53:12.824Z+ [[ zfs == autofs ]]
172026-08-14T11:53:12.824Z+ mkdir -p /home/build
182026-08-14T11:53:12.824Z+ chown build:build /home/build /work
192026-08-14T11:53:14.825Z+ chmod 0700 /home/build /work
202026-08-14T11:53:14.828Zprocess exited: duration 4122 ms, exit code 0
 
212026-08-14T11:53:14.835Zstarting task 1: "rust-toolchain"
222026-08-14T11:53:14.839Z * rust toolchain channel = "1.90.0"
232026-08-14T11:53:14.839Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
242026-08-14T11:53:14.839Z * rust toolchain profile = "default"
252026-08-14T11:53:14.839Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-14T11:53:14.839Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-14T11:53:14.839Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-14T11:53:14.842Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-14T11:53:14.842Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-14T11:53:14.944Zinfo: downloading installer
312026-08-14T11:53:16.231Zwarn: It looks like you have an existing rustup settings file at:
322026-08-14T11:53:16.231Zwarn: /home/build/.rustup/settings.toml
332026-08-14T11:53:16.231Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-14T11:53:16.231Zwarn: instead of the one inferred from the default host triple.
352026-08-14T11:53:16.243Zinfo: profile set to default
362026-08-14T11:53:16.243Zinfo: default host triple is x86_64-unknown-illumos
372026-08-14T11:53:16.246Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-14T11:53:16.381Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-14T11:53:16.385Zinfo: downloading 6 components
402026-08-14T11:53:31.098Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-08-14T11:53:31.098Z
422026-08-14T11:53:31.126Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-14T11:53:31.126Z
442026-08-14T11:53:31.126Z
452026-08-14T11:53:31.126ZRust is installed now. Great!
462026-08-14T11:53:31.126Z
472026-08-14T11:53:31.126ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-14T11:53:31.126Zenvironment variable. This has not been done automatically.
492026-08-14T11:53:31.126Z
502026-08-14T11:53:31.126ZTo configure your current shell, you need to source
512026-08-14T11:53:31.126Zthe corresponding env file under $HOME/.cargo.
522026-08-14T11:53:31.126Z
532026-08-14T11:53:31.126ZThis is usually done by running one of the following (note the leading DOT):
542026-08-14T11:53:31.130Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-14T11:53:31.130Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-14T11:53:31.130Zsource "~/.cargo/env.nu" # For nushell
572026-08-14T11:53:31.130Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-14T11:53:31.130Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-14T11:53:31.130Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-14T11:53:31.130Zwarn: no default linker (`cc`) was found in your PATH
612026-08-14T11:53:31.130Zwarn: many Rust crates require a system C toolchain to build
622026-08-14T11:53:31.213Z+ rustup --version
632026-08-14T11:53:31.222Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-14T11:53:31.225Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-14T11:53:31.244Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-14T11:53:31.247Z+ cargo --version
672026-08-14T11:53:31.259Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-14T11:53:31.262Z+ rustc --version
692026-08-14T11:53:31.281Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-14T11:53:31.285Zprocess exited: duration 16449 ms, exit code 0
 
712026-08-14T11:53:31.291Zstarting task 2: "authentication"
722026-08-14T11:53:31.307Zprocess exited: duration 16 ms, exit code 0
 
732026-08-14T11:53:31.314Zstarting task 3: "clone repository"
742026-08-14T11:53:31.318Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-14T11:53:31.321Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-14T11:53:31.350ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-14T11:53:32.270Z+ cd /work/oxidecomputer/dendrite
782026-08-14T11:53:32.270Z+ git fetch origin 7b2ea46c5d68bb081bd3f501951fd14784262e1b
792026-08-14T11:53:32.530ZFrom https://github.com/oxidecomputer/dendrite
802026-08-14T11:53:32.530Z * branch 7b2ea46c5d68bb081bd3f501951fd14784262e1b -> FETCH_HEAD
812026-08-14T11:53:32.537Z+ [[ -n nsk/nat-2-nat-family ]]
822026-08-14T11:53:32.540Z++ git branch --show-current
832026-08-14T11:53:32.540Z+ current=main
842026-08-14T11:53:32.540Z+ [[ main != nsk/nat-2-nat-family ]]
852026-08-14T11:53:32.540Z+ git branch -f nsk/nat-2-nat-family 7b2ea46c5d68bb081bd3f501951fd14784262e1b
862026-08-14T11:53:32.543Z+ git checkout -f nsk/nat-2-nat-family
872026-08-14T11:53:32.561ZSwitched to branch 'nsk/nat-2-nat-family'
882026-08-14T11:53:32.564Z+ git reset --hard 7b2ea46c5d68bb081bd3f501951fd14784262e1b
892026-08-14T11:53:32.564ZHEAD is now at 7b2ea46 introduce NatAddress trait for the NAT ingress tables
902026-08-14T11:53:32.567Zprocess exited: duration 1250 ms, exit code 0
 
912026-08-14T11:53:32.573Zstarting task 4: "build"
922026-08-14T11:53:32.577Z+ source .github/buildomat/common.sh
932026-08-14T11:53:32.580Z++ TOFINO_STAGES=20
942026-08-14T11:53:32.580Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-08-14T11:53:32.580Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-08-14T11:53:32.580Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-08-14T11:53:32.580Z+++ uname -s
982026-08-14T11:53:32.580Z++ '[' SunOS == SunOS ']'
992026-08-14T11:53:32.580Z++ SERIES=illumos
1002026-08-14T11:53:32.580Z+++ uname -s
1012026-08-14T11:53:32.583Z++ '[' SunOS == SunOS ']'
1022026-08-14T11:53:32.583Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-08-14T11:53:32.583Z++ rustup show active-toolchain
1042026-08-14T11:53:32.586Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-14T11:53:32.586Z+ source .github/buildomat/illumos.sh
1062026-08-14T11:53:32.586Z++ banner 'sde setup'
1072026-08-14T11:53:32.590Z
1082026-08-14T11:53:32.590Z #### ##### ###### #### ###### ##### # # #####
1092026-08-14T11:53:32.590Z # # # # # # # # # # #
1102026-08-14T11:53:32.590Z #### # # ##### #### ##### # # # # #
1112026-08-14T11:53:32.590Z # # # # # # # # # #####
1122026-08-14T11:53:32.590Z # # # # # # # # # # # #
1132026-08-14T11:53:32.590Z #### ##### ###### #### ###### # #### #
1142026-08-14T11:53:32.590Z
1152026-08-14T11:53:32.590Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-14T11:53:32.590Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-14T11:53:32.590Z++ export PKG=tofino_sde.p5p
1182026-08-14T11:53:32.590Z++ PKG=tofino_sde.p5p
1192026-08-14T11:53:32.590Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-08-14T11:53:32.594Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-14T11:53:32.598Z Dload Upload Total Spent Left Speed
1222026-08-14T11:53:33.656Z 0 0 0 0 0 0 0 0 0 92 76.03M 92 70.26M 0 0 70.32M 0 00:01 00:01 70.33M 100 76.03M 100 76.03M 0 0 71.63M 0 00:01 00:01 70.33M 100 76.03M 100 76.03M 0 0 71.63M 0 00:01 00:01 70.33M 100 76.03M 100 76.03M 0 0 71.63M 0 00:01 00:01 70.33M
1232026-08-14T11:53:33.660Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-14T11:53:33.707Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-08-14T11:53:33.710Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-08-14T11:53:33.710Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-14T11:53:37.542Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-14T11:53:37.853Z Startup: Caching catalogs ... Done
1292026-08-14T11:53:37.904Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-14T11:53:39.837ZPlanning: Solver setup ... Done
1312026-08-14T11:53:39.894ZPlanning: Running solver ... Done
1322026-08-14T11:53:39.932ZPlanning: Finding local manifests ... Done
1332026-08-14T11:53:39.935ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-14T11:53:39.939ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-14T11:53:39.953ZPlanning: Package planning ... Done
1362026-08-14T11:53:39.956ZPlanning: Merging actions ... Done
1372026-08-14T11:53:40.051ZPlanning: Checking for conflicting actions ... Done
1382026-08-14T11:53:40.055ZPlanning: Consolidating action changes ... Done
1392026-08-14T11:53:40.827ZPlanning: Evaluating mediators ... Done
1402026-08-14T11:53:40.830ZPlanning: Planning completed in 2.92 seconds
1412026-08-14T11:53:40.834Z Packages to install: 1
1422026-08-14T11:53:40.837Z Create boot environment: No
1432026-08-14T11:53:40.837ZCreate backup boot environment: No
1442026-08-14T11:53:40.860Z
1452026-08-14T11:53:40.860ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-14T11:53:40.994ZDownload: Completed 75.30 MB in 0.13 seconds (562M/s)
1472026-08-14T11:53:41.171Z Actions: 1/293 actions (Installing new actions)
1482026-08-14T11:53:42.130Z Actions: Completed 293 actions in 0.96 seconds.
1492026-08-14T11:53:42.133ZFinalize: Updating package state database ... Done
1502026-08-14T11:53:42.174ZFinalize: Updating package cache ... Done
1512026-08-14T11:53:42.254ZFinalize: Updating image state ... Done
1522026-08-14T11:53:44.780ZFinalize: Creating fast lookup database ... Done
1532026-08-14T11:53:44.855ZFinalize: Reading search index ... Done
1542026-08-14T11:53:44.859ZFinalize: Updating search index ... Done
1552026-08-14T11:53:45.066ZFinalize: Updating package cache ... Done
1562026-08-14T11:53:45.218Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-14T11:53:45.218Z++ SDE=/opt/oxide/tofino_sde
1582026-08-14T11:53:45.218Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-14T11:53:45.218Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-14T11:53:45.221Z++ banner packages
1612026-08-14T11:53:45.221Z
1622026-08-14T11:53:45.221Z ##### ## #### # # ## #### ###### ####
1632026-08-14T11:53:45.221Z # # # # # # # # # # # # # #
1642026-08-14T11:53:45.221Z # # # # # #### # # # ##### ####
1652026-08-14T11:53:45.221Z ##### ###### # # # ###### # ### # #
1662026-08-14T11:53:45.221Z # # # # # # # # # # # # # #
1672026-08-14T11:53:45.221Z # # # #### # # # # #### ###### ####
1682026-08-14T11:53:45.221Z
1692026-08-14T11:53:45.221Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-14T11:53:45.488Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-14T11:53:45.491Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-14T11:53:47.073ZPlanning: Solver setup ... Done
1732026-08-14T11:53:47.131ZPlanning: Running solver ... Done
1742026-08-14T11:53:47.172ZPlanning: Consolidating action changes ... Done
1752026-08-14T11:53:47.172ZPlanning: Evaluating mediators ... Done
1762026-08-14T11:53:47.175ZPlanning: Planning completed in 1.68 seconds
1772026-08-14T11:53:47.189ZNo updates necessary for this image.
1782026-08-14T11:53:47.311Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-14T11:53:47.525ZPlanning: Evaluating mediator changes ... Done
1802026-08-14T11:53:47.639ZPlanning: Checking for conflicting actions ... Done
1812026-08-14T11:53:47.643ZPlanning: Consolidating action changes ... Done
1822026-08-14T11:53:47.805ZPlanning: Evaluating mediators ... Done
1832026-08-14T11:53:47.808ZPlanning: Planning completed in 0.28 seconds
1842026-08-14T11:53:47.830Z Mediators to change: 2
1852026-08-14T11:53:47.830Z Create boot environment: No
1862026-08-14T11:53:47.830ZCreate backup boot environment: No
1872026-08-14T11:53:47.884ZFinalize: Updating package state database ... Done
1882026-08-14T11:53:47.884ZFinalize: Updating package cache ... Done
1892026-08-14T11:53:47.927ZFinalize: Updating image state ... Done
1902026-08-14T11:53:49.937ZFinalize: Creating fast lookup database ... Done
1912026-08-14T11:53:50.007ZFinalize: Reading search index ... Done
1922026-08-14T11:53:50.010ZFinalize: Updating search index ... Done
1932026-08-14T11:53:50.098ZFinalize: Updating package cache ... Done
1942026-08-14T11:53:50.170Z++ cargo --version
1952026-08-14T11:53:50.181Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-08-14T11:53:50.184Z++ rustc --version
1972026-08-14T11:53:50.204Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-08-14T11:53:50.208Z+ banner copyrights
1992026-08-14T11:53:50.213Z
2002026-08-14T11:53:50.213Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-14T11:53:50.213Z # # # # # # # # # # # # # # # # #
2022026-08-14T11:53:50.213Z # # # # # # # # # # ###### # ####
2032026-08-14T11:53:50.213Z # # # ##### # ##### # # ### # # # #
2042026-08-14T11:53:50.213Z # # # # # # # # # # # # # # # #
2052026-08-14T11:53:50.213Z #### #### # # # # # #### # # # ####
2062026-08-14T11:53:50.213Z
2072026-08-14T11:53:50.213Z+ ./tools/check_copyrights.sh
2082026-08-14T11:53:50.502Zcommon/src/illumos.rs: Copyright with wrong year
2092026-08-14T11:53:51.292Zdpd/p4/headers.p4: Copyright with wrong year
2102026-08-14T11:53:51.759Zpacket/src/eth.rs: Copyright with wrong year
2112026-08-14T11:53:51.852Zpcap/build.rs: Copyright with wrong year
2122026-08-14T11:53:52.024Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-08-14T11:53:52.258Z+ banner clippy
2142026-08-14T11:53:52.261Z
2152026-08-14T11:53:52.261Z #### # # ##### ##### # #
2162026-08-14T11:53:52.261Z # # # # # # # # # #
2172026-08-14T11:53:52.261Z # # # # # # # #
2182026-08-14T11:53:52.261Z # # # ##### ##### #
2192026-08-14T11:53:52.262Z # # # # # # #
2202026-08-14T11:53:52.262Z #### ###### # # # #
2212026-08-14T11:53:52.262Z
2222026-08-14T11:53:52.262Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-08-14T11:53:52.262Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-08-14T11:53:52.405Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-08-14T11:54:06.274Z Updating crates.io index
2262026-08-14T11:54:06.277Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-08-14T11:54:06.702Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-08-14T11:54:07.724Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-08-14T11:54:08.112Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-14T11:54:08.456Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-08-14T11:54:09.341Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2322026-08-14T11:54:09.626Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-08-14T11:54:09.993Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-08-14T11:54:10.388Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-08-14T11:54:10.762Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-08-14T11:54:11.269Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-08-14T11:54:11.621Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-08-14T11:54:12.287Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-08-14T11:54:12.617Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-08-14T11:54:12.974Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-08-14T11:54:13.820Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-08-14T11:54:14.152Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-08-14T11:54:14.563Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-08-14T11:54:15.259Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2452026-08-14T11:54:15.580Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2462026-08-14T11:54:15.905Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2472026-08-14T11:54:17.523Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2482026-08-14T11:54:18.092Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-14T11:54:18.597Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-08-14T11:54:20.336Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-08-14T11:54:21.236Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-08-14T11:54:21.560Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-08-14T11:54:22.124Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-14T11:54:23.940Z Downloading crates ...
2552026-08-14T11:54:24.006Z Downloaded atomic-waker v1.1.2
2562026-08-14T11:54:24.013Z Downloaded adler2 v2.0.1
2572026-08-14T11:54:24.017Z Downloaded arrayvec v0.7.6
2582026-08-14T11:54:24.020Z Downloaded crypto-common v0.1.6
2592026-08-14T11:54:24.020Z Downloaded const_format_proc_macros v0.2.34
2602026-08-14T11:54:24.024Z Downloaded crc8 v0.1.1
2612026-08-14T11:54:24.024Z Downloaded atomicwrites v0.4.4
2622026-08-14T11:54:24.027Z Downloaded anstyle v1.0.14
2632026-08-14T11:54:24.030Z Downloaded dof v0.3.0
2642026-08-14T11:54:24.030Z Downloaded defmt-parser v1.0.0
2652026-08-14T11:54:24.033Z Downloaded anyhow v1.0.102
2662026-08-14T11:54:24.036Z Downloaded data-encoding v2.9.0
2672026-08-14T11:54:24.040Z Downloaded dof v0.4.0
2682026-08-14T11:54:24.040Z Downloaded displaydoc v0.2.5
2692026-08-14T11:54:24.043Z Downloaded group v0.13.0
2702026-08-14T11:54:24.043Z Downloaded allocator-api2 v0.2.21
2712026-08-14T11:54:24.047Z Downloaded heck v0.4.1
2722026-08-14T11:54:24.050Z Downloaded async-trait v0.1.89
2732026-08-14T11:54:24.053Z Downloaded foreign-types-shared v0.1.1
2742026-08-14T11:54:24.053Z Downloaded cstr-argument v0.1.2
2752026-08-14T11:54:24.056Z Downloaded httparse v1.10.1
2762026-08-14T11:54:24.059Z Downloaded crypto-common v0.2.2
2772026-08-14T11:54:24.059Z Downloaded generic-array v0.14.7
2782026-08-14T11:54:24.062Z Downloaded hex v0.4.3
2792026-08-14T11:54:24.066Z Downloaded git-stub v1.0.0
2802026-08-14T11:54:24.066Z Downloaded crucible-workspace-hack v0.1.0
2812026-08-14T11:54:24.069Z Downloaded git-stub-vcs v0.1.0
2822026-08-14T11:54:24.069Z Downloaded digest v0.10.7
2832026-08-14T11:54:24.073Z Downloaded bytes v1.12.0
2842026-08-14T11:54:24.076Z Downloaded foreign-types-shared v0.3.1
2852026-08-14T11:54:24.077Z Downloaded anstyle-query v1.1.4
2862026-08-14T11:54:24.080Z Downloaded fnv v1.0.7
2872026-08-14T11:54:24.080Z Downloaded dropshot-api-manager-types v0.7.2
2882026-08-14T11:54:24.084Z Downloaded foreign-types-macros v0.2.3
2892026-08-14T11:54:24.084Z Downloaded equivalent v1.0.2
2902026-08-14T11:54:24.087Z Downloaded clap_lex v1.1.0
2912026-08-14T11:54:24.087Z Downloaded float-ord v0.3.2
2922026-08-14T11:54:24.090Z Downloaded foreign-types v0.5.0
2932026-08-14T11:54:24.093Z Downloaded anstream v1.0.0
2942026-08-14T11:54:24.093Z Downloaded embedded-io v0.6.1
2952026-08-14T11:54:24.096Z Downloaded convert_case v0.4.0
2962026-08-14T11:54:24.100Z Downloaded darling_macro v0.21.3
2972026-08-14T11:54:24.100Z Downloaded colorchoice v1.0.4
2982026-08-14T11:54:24.103Z Downloaded fs_extra v1.3.0
2992026-08-14T11:54:24.103Z Downloaded cfg-if v1.0.4
3002026-08-14T11:54:24.106Z Downloaded hostname v0.4.2
3012026-08-14T11:54:24.106Z Downloaded base16ct v0.2.0
3022026-08-14T11:54:24.109Z Downloaded block-buffer v0.10.4
3032026-08-14T11:54:24.112Z Downloaded fastrand v2.3.0
3042026-08-14T11:54:24.112Z Downloaded hash32 v0.3.1
3052026-08-14T11:54:24.117Z Downloaded embedded-io v0.4.0
3062026-08-14T11:54:24.117Z Downloaded heck v0.5.0
3072026-08-14T11:54:24.120Z Downloaded foreign-types v0.3.2
3082026-08-14T11:54:24.120Z Downloaded futures-core v0.3.32
3092026-08-14T11:54:24.124Z Downloaded enum-as-inner v0.6.1
3102026-08-14T11:54:24.124Z Downloaded foldhash v0.1.5
3112026-08-14T11:54:24.127Z Downloaded erased-serde v0.3.31
3122026-08-14T11:54:24.127Z Downloaded dtrace-parser v0.2.0
3132026-08-14T11:54:24.130Z Downloaded block-buffer v0.12.0
3142026-08-14T11:54:24.130Z Downloaded futures-io v0.3.32
3152026-08-14T11:54:24.133Z Downloaded futures-task v0.3.32
3162026-08-14T11:54:24.133Z Downloaded cobs v0.3.0
3172026-08-14T11:54:24.136Z Downloaded dtrace-parser v0.3.0
3182026-08-14T11:54:24.140Z Downloaded hostname v0.3.1
3192026-08-14T11:54:24.140Z Downloaded hubpack_derive v0.1.1
3202026-08-14T11:54:24.143Z Downloaded hubpack v0.1.2
3212026-08-14T11:54:24.143Z Downloaded debug-ignore v1.0.5
3222026-08-14T11:54:24.146Z Downloaded http-body v1.0.1
3232026-08-14T11:54:24.146Z Downloaded gethostname v0.5.0
3242026-08-14T11:54:24.150Z Downloaded cargo_metadata v0.18.1
3252026-08-14T11:54:24.150Z Downloaded futures-macro v0.3.32
3262026-08-14T11:54:24.153Z Downloaded daft-derive v0.1.5
3272026-08-14T11:54:24.156Z Downloaded curve25519-dalek-derive v0.1.1
3282026-08-14T11:54:24.156Z Downloaded glob v0.3.3
3292026-08-14T11:54:24.159Z Downloaded camino-tempfile v1.4.1
3302026-08-14T11:54:24.162Z Downloaded filetime v0.2.26
3312026-08-14T11:54:24.162Z Downloaded deranged v0.5.3
3322026-08-14T11:54:24.165Z Downloaded futures-channel v0.3.32
3332026-08-14T11:54:24.165Z Downloaded indent_write v2.2.0
3342026-08-14T11:54:24.168Z Downloaded colored v3.1.1
3352026-08-14T11:54:24.172Z Downloaded ident_case v1.0.1
3362026-08-14T11:54:24.172Z Downloaded is-terminal v0.4.16
3372026-08-14T11:54:24.175Z Downloaded is_terminal_polyfill v1.70.1
3382026-08-14T11:54:24.175Z Downloaded keccak v0.1.6
3392026-08-14T11:54:24.178Z Downloaded is_ci v1.2.0
3402026-08-14T11:54:24.178Z Downloaded lazy_static v1.5.0
3412026-08-14T11:54:24.181Z Downloaded kstat-rs v0.2.4
3422026-08-14T11:54:24.181Z Downloaded instant v0.1.13
3432026-08-14T11:54:24.184Z Downloaded itoa v1.0.15
3442026-08-14T11:54:24.187Z Downloaded fs-err v3.1.2
3452026-08-14T11:54:24.187Z Downloaded hyper-tls v0.6.0
3462026-08-14T11:54:24.190Z Downloaded digest v0.11.3
3472026-08-14T11:54:24.190Z Downloaded highway v1.3.0
3482026-08-14T11:54:24.193Z Downloaded globset v0.4.16
3492026-08-14T11:54:24.197Z Downloaded http-body-util v0.1.3
3502026-08-14T11:54:24.197Z Downloaded ff v0.13.1
3512026-08-14T11:54:24.200Z Downloaded critical-section v1.2.0
3522026-08-14T11:54:24.200Z Downloaded httpdate v1.0.3
3532026-08-14T11:54:24.203Z Downloaded find-msvc-tools v0.1.9
3542026-08-14T11:54:24.203Z Downloaded cmake v0.1.54
3552026-08-14T11:54:24.206Z Downloaded bytecount v0.6.9
3562026-08-14T11:54:24.209Z Downloaded daft v0.1.5
3572026-08-14T11:54:24.209Z Downloaded chacha20 v0.9.1
3582026-08-14T11:54:24.213Z Downloaded csv-core v0.1.12
3592026-08-14T11:54:24.213Z Downloaded backoff v0.4.0
3602026-08-14T11:54:24.216Z Downloaded bitflags v1.3.2
3612026-08-14T11:54:24.216Z Downloaded humantime v2.3.0
3622026-08-14T11:54:24.219Z Downloaded either v1.15.0
3632026-08-14T11:54:24.222Z Downloaded defmt v1.0.1
3642026-08-14T11:54:24.225Z Downloaded linked-hash-map v0.5.6
3652026-08-14T11:54:24.225Z Downloaded elliptic-curve v0.13.8
3662026-08-14T11:54:24.228Z Downloaded managed v0.8.0
3672026-08-14T11:54:24.231Z Downloaded match_cfg v0.1.0
3682026-08-14T11:54:24.231Z Downloaded mime v0.3.17
3692026-08-14T11:54:24.234Z Downloaded idna_adapter v1.2.1
3702026-08-14T11:54:24.234Z Downloaded fixedbitset v0.5.7
3712026-08-14T11:54:24.237Z Downloaded ipnet v2.11.0
3722026-08-14T11:54:24.237Z Downloaded crossbeam-epoch v0.9.18
3732026-08-14T11:54:24.240Z Downloaded jobserver v0.1.34
3742026-08-14T11:54:24.243Z Downloaded async-compression v0.4.33
3752026-08-14T11:54:24.246Z Downloaded newtype_derive v0.1.6
3762026-08-14T11:54:24.249Z Downloaded num-derive v0.4.2
3772026-08-14T11:54:24.249Z Downloaded num v0.4.3
3782026-08-14T11:54:24.252Z Downloaded newtype-uuid-macros v0.1.0
3792026-08-14T11:54:24.252Z Downloaded newline-converter v0.3.0
3802026-08-14T11:54:24.255Z Downloaded memoffset v0.9.1
3812026-08-14T11:54:24.255Z Downloaded memmap v0.7.0
3822026-08-14T11:54:24.259Z Downloaded ipnetwork v0.21.1
3832026-08-14T11:54:24.259Z Downloaded ingot-types v0.1.2
3842026-08-14T11:54:24.262Z Downloaded ingot v0.1.1
3852026-08-14T11:54:24.262Z Downloaded console v0.15.11
3862026-08-14T11:54:24.265Z Downloaded macaddr v1.0.1
3872026-08-14T11:54:24.265Z Downloaded lru-slab v0.1.2
3882026-08-14T11:54:24.268Z Downloaded num-iter v0.1.45
3892026-08-14T11:54:24.268Z Downloaded lru-cache v0.1.2
3902026-08-14T11:54:24.271Z Downloaded crossbeam-utils v0.8.21
3912026-08-14T11:54:24.274Z Downloaded num-conv v0.2.1
3922026-08-14T11:54:24.274Z Downloaded libscf-sys v1.2.0
3932026-08-14T11:54:24.277Z Downloaded cookie v0.18.1
3942026-08-14T11:54:24.277Z Downloaded num_enum_derive v0.5.11
3952026-08-14T11:54:24.280Z Downloaded olpc-cjson v0.1.4
3962026-08-14T11:54:24.280Z Downloaded derive-where v1.6.0
3972026-08-14T11:54:24.283Z Downloaded blake2 v0.10.6
3982026-08-14T11:54:24.286Z Downloaded openssl-macros v0.1.1
3992026-08-14T11:54:24.286Z Downloaded omicron-workspace-hack v0.1.0
4002026-08-14T11:54:24.289Z Downloaded darling v0.21.3
4012026-08-14T11:54:24.292Z Downloaded libsw v3.5.0
4022026-08-14T11:54:24.292Z Downloaded clap_derive v4.6.1
4032026-08-14T11:54:24.297Z Downloaded percent-encoding v2.3.2
4042026-08-14T11:54:24.297Z Downloaded num_threads v0.1.7
4052026-08-14T11:54:24.300Z Downloaded ciborium v0.2.2
4062026-08-14T11:54:24.300Z Downloaded opaque-debug v0.3.1
4072026-08-14T11:54:24.300Z Downloaded hybrid-array v0.4.12
4082026-08-14T11:54:24.303Z Downloaded lock_api v0.4.14
4092026-08-14T11:54:24.303Z Downloaded const-oid v0.10.2
4102026-08-14T11:54:24.306Z Downloaded libsw-core v0.3.2
4112026-08-14T11:54:24.309Z Downloaded bitflags v2.11.1
4122026-08-14T11:54:24.312Z Downloaded newtype-uuid v1.3.2
4132026-08-14T11:54:24.312Z Downloaded clap v4.6.1
4142026-08-14T11:54:24.317Z Downloaded phf_shared v0.12.1
4152026-08-14T11:54:24.320Z Downloaded openssl-probe v0.1.6
4162026-08-14T11:54:24.320Z Downloaded plain v0.2.3
4172026-08-14T11:54:24.323Z Downloaded native-tls v0.2.14
4182026-08-14T11:54:24.323Z Downloaded multer v3.1.0
4192026-08-14T11:54:24.326Z Downloaded linear-map v1.2.0
4202026-08-14T11:54:24.329Z Downloaded getrandom v0.4.2
4212026-08-14T11:54:24.332Z Downloaded iana-time-zone v0.1.64
4222026-08-14T11:54:24.332Z Downloaded ingot-macros v0.1.1
4232026-08-14T11:54:24.335Z Downloaded drift v0.2.0
4242026-08-14T11:54:24.339Z Downloaded num-integer v0.1.46
4252026-08-14T11:54:24.342Z Downloaded getrandom v0.3.3
4262026-08-14T11:54:24.345Z Downloaded num-rational v0.4.2
4272026-08-14T11:54:24.345Z Downloaded num-complex v0.4.6
4282026-08-14T11:54:24.348Z Downloaded potential_utf v0.1.3
4292026-08-14T11:54:24.348Z Downloaded pretty-hex v0.4.1
4302026-08-14T11:54:24.351Z Downloaded num_enum v0.5.11
4312026-08-14T11:54:24.355Z Downloaded icu_properties v2.0.1
4322026-08-14T11:54:24.358Z Downloaded dropshot_endpoint v0.17.1
4332026-08-14T11:54:24.358Z Downloaded dropshot_endpoint v0.16.7
4342026-08-14T11:54:24.361Z Downloaded quick-error v1.2.3
4352026-08-14T11:54:24.364Z Downloaded progenitor-macro v0.14.0
4362026-08-14T11:54:24.364Z Downloaded parse-display v0.10.0
4372026-08-14T11:54:24.364Z Downloaded num_enum_derive v0.7.5
4382026-08-14T11:54:24.367Z Downloaded proc-macro-crate v1.3.1
4392026-08-14T11:54:24.367Z Downloaded progenitor-macro v0.11.1
4402026-08-14T11:54:24.370Z Downloaded proc-macro-error-attr2 v2.0.0
4412026-08-14T11:54:24.370Z Downloaded proc-macro-error-attr v1.0.4
4422026-08-14T11:54:24.373Z Downloaded password-hash v0.5.0
4432026-08-14T11:54:24.373Z Downloaded progenitor-client v0.11.1
4442026-08-14T11:54:24.376Z Downloaded progenitor-client v0.14.0
4452026-08-14T11:54:24.376Z Downloaded progenitor-client v0.10.0
4462026-08-14T11:54:24.376Z Downloaded rand_chacha v0.3.1
4472026-08-14T11:54:24.379Z Downloaded parse-display-derive v0.10.0
4482026-08-14T11:54:24.379Z Downloaded num_enum v0.7.5
4492026-08-14T11:54:24.382Z Downloaded libloading v0.8.9
4502026-08-14T11:54:24.385Z Downloaded hyper-rustls v0.27.7
4512026-08-14T11:54:24.388Z Downloaded progenitor-macro v0.10.0
4522026-08-14T11:54:24.388Z Downloaded oxnet v0.1.6
4532026-08-14T11:54:24.391Z Downloaded oxide-tokio-rt v0.1.2
4542026-08-14T11:54:24.391Z Downloaded litemap v0.8.0
4552026-08-14T11:54:24.394Z Downloaded derive_more v0.99.20
4562026-08-14T11:54:24.397Z Downloaded pin-project-lite v0.2.16
4572026-08-14T11:54:24.400Z Downloaded ppv-lite86 v0.2.21
4582026-08-14T11:54:24.400Z Downloaded pkg-config v0.3.32
4592026-08-14T11:54:24.403Z Downloaded pin-project-internal v1.1.10
4602026-08-14T11:54:24.403Z Downloaded ref-cast v1.0.25
4612026-08-14T11:54:24.406Z Downloaded ref-cast-impl v1.0.25
4622026-08-14T11:54:24.406Z Downloaded rand_xorshift v0.4.0
4632026-08-14T11:54:24.410Z Downloaded flate2 v1.1.2
4642026-08-14T11:54:24.413Z Downloaded paste v1.0.15
4652026-08-14T11:54:24.413Z Downloaded heapless v0.8.0
4662026-08-14T11:54:24.416Z Downloaded icu_provider v2.0.0
4672026-08-14T11:54:24.419Z Downloaded icu_normalizer_data v2.0.0
4682026-08-14T11:54:24.422Z Downloaded proc-macro-error2 v2.0.1
4692026-08-14T11:54:24.422Z Downloaded icu_normalizer v2.0.0
4702026-08-14T11:54:24.425Z Downloaded rustc_version v0.4.1
4712026-08-14T11:54:24.428Z Downloaded progenitor v0.11.1
4722026-08-14T11:54:24.428Z Downloaded poly1305 v0.8.0
4732026-08-14T11:54:24.431Z Downloaded powerfmt v0.2.0
4742026-08-14T11:54:24.431Z Downloaded rustc_version v0.1.7
4752026-08-14T11:54:24.434Z Downloaded half v2.7.1
4762026-08-14T11:54:24.434Z Downloaded parking_lot_core v0.9.12
4772026-08-14T11:54:24.437Z Downloaded rustc-hash v2.1.1
4782026-08-14T11:54:24.437Z Downloaded parking_lot v0.12.5
4792026-08-14T11:54:24.440Z Downloaded memmap2 v0.9.8
4802026-08-14T11:54:24.440Z Downloaded same-file v1.0.6
4812026-08-14T11:54:24.443Z Downloaded scopeguard v1.2.0
4822026-08-14T11:54:24.443Z Downloaded rand_core v0.6.4
4832026-08-14T11:54:24.446Z Downloaded const_format v0.2.34
4842026-08-14T11:54:24.449Z Downloaded rand_chacha v0.9.0
4852026-08-14T11:54:24.449Z Downloaded serde-big-array v0.5.1
4862026-08-14T11:54:24.452Z Downloaded search_path v0.1.4
4872026-08-14T11:54:24.452Z Downloaded rand_core v0.9.3
4882026-08-14T11:54:24.455Z Downloaded indexmap v1.9.3
4892026-08-14T11:54:24.458Z Downloaded proc-macro-error v1.0.4
4902026-08-14T11:54:24.458Z Downloaded progenitor v0.14.0
4912026-08-14T11:54:24.460Z Downloaded chacha20poly1305 v0.10.1
4922026-08-14T11:54:24.460Z Downloaded icu_locale_core v2.0.0
4932026-08-14T11:54:24.465Z Downloaded serde_plain v1.0.2
4942026-08-14T11:54:24.468Z Downloaded once_cell v1.21.3
4952026-08-14T11:54:24.468Z Downloaded serde_repr v0.1.20
4962026-08-14T11:54:24.471Z Downloaded semver v0.1.20
4972026-08-14T11:54:24.471Z Downloaded serde_urlencoded v0.7.1
4982026-08-14T11:54:24.471Z Downloaded serde_spanned v1.1.1
4992026-08-14T11:54:24.474Z Downloaded serde_spanned v0.6.9
5002026-08-14T11:54:24.474Z Downloaded log v0.4.29
5012026-08-14T11:54:24.478Z Downloaded crypto-bigint v0.5.5
5022026-08-14T11:54:24.481Z Downloaded pest_derive v2.8.2
5032026-08-14T11:54:24.481Z Downloaded quote v1.0.45
5042026-08-14T11:54:24.484Z Downloaded pem v3.0.5
5052026-08-14T11:54:24.487Z Downloaded hmac v0.12.1
5062026-08-14T11:54:24.487Z Downloaded hickory-resolver v0.24.4
5072026-08-14T11:54:24.490Z Downloaded secrecy v0.10.3
5082026-08-14T11:54:24.490Z Downloaded num-traits v0.2.19
5092026-08-14T11:54:24.493Z Downloaded scroll_derive v0.13.1
5102026-08-14T11:54:24.493Z Downloaded scroll_derive v0.12.1
5112026-08-14T11:54:24.496Z Downloaded pest_meta v2.8.2
5122026-08-14T11:54:24.496Z Downloaded base64 v0.22.1
5132026-08-14T11:54:24.499Z Downloaded icu_collections v2.0.0
5142026-08-14T11:54:24.503Z Downloaded phf v0.12.1
5152026-08-14T11:54:24.506Z Downloaded rusty-fork v0.3.0
5162026-08-14T11:54:24.506Z Downloaded jiff-static v0.2.15
5172026-08-14T11:54:24.506Z Downloaded pest_generator v2.8.2
5182026-08-14T11:54:24.509Z Downloaded owo-colors v4.3.0
5192026-08-14T11:54:24.509Z Downloaded cancel-safe-futures v0.1.5
5202026-08-14T11:54:24.512Z Downloaded postcard v1.1.3
5212026-08-14T11:54:24.515Z Downloaded quinn-udp v0.5.14
5222026-08-14T11:54:24.515Z Downloaded scroll v0.13.0
5232026-08-14T11:54:24.518Z Downloaded rustls-pemfile v2.2.0
5242026-08-14T11:54:24.518Z Downloaded slog-bunyan v2.5.0
5252026-08-14T11:54:24.518Z Downloaded scroll v0.12.0
5262026-08-14T11:54:24.522Z Downloaded sha1 v0.10.6
5272026-08-14T11:54:24.522Z Downloaded resolv-conf v0.7.5
5282026-08-14T11:54:24.525Z Downloaded base64ct v1.8.0
5292026-08-14T11:54:24.525Z Downloaded sha1 v0.11.0
5302026-08-14T11:54:24.528Z Downloaded byteorder v1.5.0
5312026-08-14T11:54:24.528Z Downloaded clang-sys v1.8.1
5322026-08-14T11:54:24.531Z Downloaded siphasher v1.0.1
5332026-08-14T11:54:24.531Z Downloaded sigpipe v0.1.3
5342026-08-14T11:54:24.531Z Downloaded signal-hook-tokio v0.4.0
5352026-08-14T11:54:24.534Z Downloaded miniz_oxide v0.8.9
5362026-08-14T11:54:24.534Z Downloaded camino v1.2.3
5372026-08-14T11:54:24.537Z Downloaded smawk v0.3.2
5382026-08-14T11:54:24.537Z Downloaded anstyle-parse v1.0.0
5392026-08-14T11:54:24.540Z Downloaded strum v0.27.2
5402026-08-14T11:54:24.540Z Downloaded strsim v0.11.1
5412026-08-14T11:54:24.543Z Downloaded bit-vec v0.8.0
5422026-08-14T11:54:24.543Z Downloaded structmeta-derive v0.3.0
5432026-08-14T11:54:24.543Z Downloaded structmeta v0.3.0
5442026-08-14T11:54:24.546Z Downloaded omicron-zone-package v0.12.2
5452026-08-14T11:54:24.546Z Downloaded bcs v0.1.6
5462026-08-14T11:54:24.549Z Downloaded rustversion v1.0.22
5472026-08-14T11:54:24.553Z Downloaded defmt-macros v1.0.1
5482026-08-14T11:54:24.553Z Downloaded progenitor v0.10.0
5492026-08-14T11:54:24.556Z Downloaded hyper-util v0.1.20
5502026-08-14T11:54:24.556Z Downloaded hashbrown v0.12.3
5512026-08-14T11:54:24.559Z Downloaded hickory-resolver v0.25.2
5522026-08-14T11:54:24.562Z Downloaded proc-macro2 v1.0.106
5532026-08-14T11:54:24.565Z Downloaded darling_core v0.21.3
5542026-08-14T11:54:24.568Z Downloaded shlex v1.3.0
5552026-08-14T11:54:24.568Z Downloaded subtle v2.6.1
5562026-08-14T11:54:24.571Z Downloaded papergrid v0.11.0
5572026-08-14T11:54:24.574Z Downloaded papergrid v0.18.0
5582026-08-14T11:54:24.577Z Downloaded swrite v0.1.0
5592026-08-14T11:54:24.577Z Downloaded slab v0.4.11
5602026-08-14T11:54:24.577Z Downloaded futures-util v0.3.32
5612026-08-14T11:54:24.583Z Downloaded tabwriter v1.4.1
5622026-08-14T11:54:24.586Z Downloaded tabled_derive v0.7.0
5632026-08-14T11:54:24.586Z Downloaded supports-color v3.0.2
5642026-08-14T11:54:24.586Z Downloaded strum v0.28.0
5652026-08-14T11:54:24.589Z Downloaded strum v0.26.3
5662026-08-14T11:54:24.589Z Downloaded sync_wrapper v1.0.2
5672026-08-14T11:54:24.589Z Downloaded slog-json v2.6.1
5682026-08-14T11:54:24.598Z Downloaded testing_table v0.3.0
5692026-08-14T11:54:24.598Z Downloaded termtree v0.5.1
5702026-08-14T11:54:24.598Z Downloaded serde_derive_internals v0.29.1
5712026-08-14T11:54:24.598Z Downloaded tagptr v0.2.0
5722026-08-14T11:54:24.598Z Downloaded slog-dtrace v0.3.0
5732026-08-14T11:54:24.598Z Downloaded thiserror-impl-no-std v2.0.2
5742026-08-14T11:54:24.598Z Downloaded serde_path_to_error v0.1.20
5752026-08-14T11:54:24.598Z Downloaded progenitor-impl v0.11.1
5762026-08-14T11:54:24.602Z Downloaded progenitor-impl v0.10.0
5772026-08-14T11:54:24.602Z Downloaded pin-project v1.1.10
5782026-08-14T11:54:24.607Z Downloaded slog-term v2.9.2
5792026-08-14T11:54:24.610Z Downloaded static_assertions v1.1.0
5802026-08-14T11:54:24.610Z Downloaded stable_deref_trait v1.2.0
5812026-08-14T11:54:24.613Z Downloaded smf v0.2.3
5822026-08-14T11:54:24.613Z Downloaded semver v1.0.28
5832026-08-14T11:54:24.616Z Downloaded sha2 v0.10.9
5842026-08-14T11:54:24.616Z Downloaded time-core v0.1.8
5852026-08-14T11:54:24.616Z Downloaded strum_macros v0.26.4
5862026-08-14T11:54:24.619Z Downloaded terminal_size v0.4.3
5872026-08-14T11:54:24.620Z Downloaded take_mut v0.2.2
5882026-08-14T11:54:24.623Z Downloaded signal-hook-registry v1.4.6
5892026-08-14T11:54:24.623Z Downloaded serde_with_macros v3.14.1
5902026-08-14T11:54:24.623Z Downloaded cc v1.2.64
5912026-08-14T11:54:24.626Z Downloaded minimal-lexical v0.2.1
5922026-08-14T11:54:24.629Z Downloaded serde_tokenstream v0.2.3
5932026-08-14T11:54:24.629Z Downloaded strum_macros v0.28.0
5942026-08-14T11:54:24.632Z Downloaded curl v0.4.50
5952026-08-14T11:54:24.632Z Downloaded tinyvec_macros v0.1.1
5962026-08-14T11:54:24.635Z Downloaded ryu v1.0.20
5972026-08-14T11:54:24.635Z Downloaded thread-id v4.2.2
5982026-08-14T11:54:24.638Z Downloaded schemars_derive v0.8.22
5992026-08-14T11:54:24.638Z Downloaded signal-hook v0.4.4
6002026-08-14T11:54:24.641Z Downloaded shlex v2.0.1
6012026-08-14T11:54:24.641Z Downloaded http v1.4.2
6022026-08-14T11:54:24.644Z Downloaded expectorate v1.2.0
6032026-08-14T11:54:24.644Z Downloaded slog-async v2.8.0
6042026-08-14T11:54:24.647Z Downloaded progenitor-impl v0.14.0
6052026-08-14T11:54:24.647Z Downloaded form_urlencoded v1.2.2
6062026-08-14T11:54:24.650Z Downloaded derive-ex v0.1.8
6072026-08-14T11:54:24.650Z Downloaded inout v0.1.4
6082026-08-14T11:54:24.650Z Downloaded internet-checksum v0.2.1
6092026-08-14T11:54:24.650Z Downloaded snafu-derive v0.8.9
6102026-08-14T11:54:24.653Z Downloaded crc32fast v1.5.0
6112026-08-14T11:54:24.653Z Downloaded thiserror-impl v1.0.69
6122026-08-14T11:54:24.656Z Downloaded thiserror v2.0.18
6132026-08-14T11:54:24.659Z Downloaded thiserror v1.0.69
6142026-08-14T11:54:24.662Z Downloaded toml_write v0.1.2
6152026-08-14T11:54:24.662Z Downloaded memchr v2.7.5
6162026-08-14T11:54:24.665Z Downloaded strum_macros v0.27.2
6172026-08-14T11:54:24.665Z Downloaded compression-codecs v0.4.32
6182026-08-14T11:54:24.668Z Downloaded cexpr v0.6.0
6192026-08-14T11:54:24.671Z Downloaded tower-layer v0.3.3
6202026-08-14T11:54:24.671Z Downloaded synstructure v0.13.2
6212026-08-14T11:54:24.671Z Downloaded smallvec v1.15.1
6222026-08-14T11:54:24.674Z Downloaded errno v0.3.14
6232026-08-14T11:54:24.674Z Downloaded autocfg v1.5.0
6242026-08-14T11:54:24.674Z Downloaded argon2 v0.5.3
6252026-08-14T11:54:24.677Z Downloaded fixedbitset v0.4.2
6262026-08-14T11:54:24.677Z Downloaded compression-core v0.4.32
6272026-08-14T11:54:24.677Z Downloaded aead v0.5.2
6282026-08-14T11:54:24.680Z Downloaded futures-sink v0.3.32
6292026-08-14T11:54:24.680Z Downloaded toml_datetime v0.6.11
6302026-08-14T11:54:24.680Z Downloaded ciborium-io v0.2.2
6312026-08-14T11:54:24.683Z Downloaded dyn-clone v1.0.20
6322026-08-14T11:54:24.683Z Downloaded cpufeatures v0.2.17
6332026-08-14T11:54:24.683Z Downloaded ciborium-ll v0.2.2
6342026-08-14T11:54:24.686Z Downloaded bit-set v0.8.0
6352026-08-14T11:54:24.686Z Downloaded async-stream v0.3.6
6362026-08-14T11:54:24.686Z Downloaded getrandom v0.2.16
6372026-08-14T11:54:24.689Z Downloaded foldhash v0.2.0
6382026-08-14T11:54:24.692Z Downloaded prettyplease v0.2.37
6392026-08-14T11:54:24.692Z Downloaded cargo-platform v0.1.9
6402026-08-14T11:54:24.695Z Downloaded futures v0.3.32
6412026-08-14T11:54:24.695Z Downloaded try-lock v0.2.5
6422026-08-14T11:54:24.698Z Downloaded cpufeatures v0.3.0
6432026-08-14T11:54:24.698Z Downloaded constant_time_eq v0.3.1
6442026-08-14T11:54:24.698Z Downloaded arrayref v0.3.9
6452026-08-14T11:54:24.701Z Downloaded futures-executor v0.3.32
6462026-08-14T11:54:24.701Z Downloaded dunce v1.0.5
6472026-08-14T11:54:24.701Z Downloaded cipher v0.4.4
6482026-08-14T11:54:24.704Z Downloaded tokio-rustls v0.25.0
6492026-08-14T11:54:24.704Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6502026-08-14T11:54:24.707Z Downloaded topological-sort v0.2.2
6512026-08-14T11:54:24.707Z Downloaded tokio-macros v2.7.0
6522026-08-14T11:54:24.707Z Downloaded unicode-linebreak v0.1.5
6532026-08-14T11:54:24.707Z Downloaded typify-macro v0.4.3
6542026-08-14T11:54:24.711Z Downloaded cfg_aliases v0.2.1
6552026-08-14T11:54:24.711Z Downloaded async-stream-impl v0.3.6
6562026-08-14T11:54:24.711Z Downloaded universal-hash v0.5.1
6572026-08-14T11:54:24.711Z Downloaded async-recursion v1.1.1
6582026-08-14T11:54:24.714Z Downloaded untrusted v0.9.0
6592026-08-14T11:54:24.714Z Downloaded tower-service v0.3.3
6602026-08-14T11:54:24.717Z Downloaded thiserror-no-std v2.0.2
6612026-08-14T11:54:24.723Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6622026-08-14T11:54:24.726Z Downloaded untrusted v0.7.1
6632026-08-14T11:54:24.726Z Downloaded unicode-xid v0.2.6
6642026-08-14T11:54:24.726Z Downloaded thiserror-impl v2.0.18
6652026-08-14T11:54:24.729Z Downloaded tinystr v0.8.1
6662026-08-14T11:54:24.729Z Downloaded usdt-attr-macro v0.6.0
6672026-08-14T11:54:24.729Z Downloaded usdt-attr-macro v0.5.0
6682026-08-14T11:54:24.729Z Downloaded utf8parse v0.2.2
6692026-08-14T11:54:24.732Z Downloaded unarray v0.1.4
6702026-08-14T11:54:24.732Z Downloaded usdt-macro v0.6.0
6712026-08-14T11:54:24.732Z Downloaded usdt v0.5.0
6722026-08-14T11:54:24.735Z Downloaded usdt v0.6.0
6732026-08-14T11:54:24.735Z Downloaded time-macros v0.2.27
6742026-08-14T11:54:24.735Z Downloaded thread_local v1.1.9
6752026-08-14T11:54:24.738Z Downloaded thread-id v5.0.0
6762026-08-14T11:54:24.738Z Downloaded toml_writer v1.1.1+spec-1.1.0
6772026-08-14T11:54:24.738Z Downloaded openssl-sys v0.9.117
6782026-08-14T11:54:24.741Z Downloaded spin v0.9.8
6792026-08-14T11:54:24.744Z Downloaded serde_derive v1.0.228
6802026-08-14T11:54:24.744Z Downloaded serde_core v1.0.228
6812026-08-14T11:54:24.747Z Downloaded usdt-macro v0.5.0
6822026-08-14T11:54:24.747Z Downloaded rayon-core v1.13.0
6832026-08-14T11:54:24.750Z Downloaded mio v1.2.1
6842026-08-14T11:54:24.753Z Downloaded tokio-native-tls v0.3.1
6852026-08-14T11:54:24.753Z Downloaded version_check v0.9.5
6862026-08-14T11:54:24.757Z Downloaded utf8_iter v1.0.4
6872026-08-14T11:54:24.757Z Downloaded tokio-dtrace v0.1.1
6882026-08-14T11:54:24.757Z Downloaded hashbrown v0.17.1
6892026-08-14T11:54:24.760Z Downloaded dropshot-api-manager v0.7.2
6902026-08-14T11:54:24.763Z Downloaded hashbrown v0.15.5
6912026-08-14T11:54:24.766Z Downloaded scuffle v0.1.0
6922026-08-14T11:54:24.769Z Downloaded crossbeam-deque v0.8.6
6932026-08-14T11:54:24.769Z Downloaded defmt v0.3.100
6942026-08-14T11:54:24.772Z Downloaded indexmap v2.14.0
6952026-08-14T11:54:24.775Z Downloaded want v0.3.1
6962026-08-14T11:54:24.775Z Downloaded xattr v1.6.1
6972026-08-14T11:54:24.778Z Downloaded waitgroup v0.1.2
6982026-08-14T11:54:24.781Z Downloaded tokio-rustls v0.26.4
6992026-08-14T11:54:24.784Z Downloaded term v1.2.0
7002026-08-14T11:54:24.784Z Downloaded wait-timeout v0.2.1
7012026-08-14T11:54:24.787Z Downloaded similar v2.7.0
7022026-08-14T11:54:24.790Z Downloaded serde_yaml v0.9.34+deprecated
7032026-08-14T11:54:24.790Z Downloaded rustls-pki-types v1.12.0
7042026-08-14T11:54:24.793Z Downloaded crossbeam-channel v0.5.15
7052026-08-14T11:54:24.796Z Downloaded slog v2.8.2
7062026-08-14T11:54:24.799Z Downloaded rand v0.9.3
7072026-08-14T11:54:24.799Z Downloaded test-strategy v0.4.3
7082026-08-14T11:54:24.802Z Downloaded qorb v0.4.1
7092026-08-14T11:54:24.805Z Downloaded zerofrom-derive v0.1.6
7102026-08-14T11:54:24.808Z Downloaded itertools v0.12.1
7112026-08-14T11:54:24.811Z Downloaded zerofrom v0.1.6
7122026-08-14T11:54:24.811Z Downloaded yoke-derive v0.8.0
7132026-08-14T11:54:24.811Z Downloaded nom v7.1.3
7142026-08-14T11:54:24.814Z Downloaded schemars v0.8.22
7152026-08-14T11:54:24.819Z Downloaded usdt-impl v0.6.0
7162026-08-14T11:54:24.822Z Downloaded zone v0.3.1
7172026-08-14T11:54:24.822Z Downloaded quinn v0.11.9
7182026-08-14T11:54:24.825Z Downloaded zone_cfg_derive v0.3.1
7192026-08-14T11:54:24.825Z Downloaded typify-macro v0.6.2
7202026-08-14T11:54:24.825Z Downloaded tracing-attributes v0.1.30
7212026-08-14T11:54:24.828Z Downloaded rand v0.8.5
7222026-08-14T11:54:24.828Z Downloaded hashbrown v0.16.1
7232026-08-14T11:54:24.832Z Downloaded socket2 v0.5.10
7242026-08-14T11:54:24.835Z Downloaded tokio-stream v0.1.17
7252026-08-14T11:54:24.838Z Downloaded vsss-rs v3.3.4
7262026-08-14T11:54:24.838Z Downloaded tinyvec v1.10.0
7272026-08-14T11:54:24.841Z Downloaded tempfile v3.27.0
7282026-08-14T11:54:24.841Z Downloaded toml v0.8.23
7292026-08-14T11:54:24.844Z Downloaded walkdir v2.5.0
7302026-08-14T11:54:24.863Z Downloaded whoami v1.6.1
7312026-08-14T11:54:24.866Z Downloaded toml_parser v1.1.2+spec-1.1.0
7322026-08-14T11:54:24.866Z Downloaded usdt-impl v0.5.0
7332026-08-14T11:54:24.869Z Downloaded rustls-webpki v0.103.6
7342026-08-14T11:54:24.872Z Downloaded schemars v0.9.0
7352026-08-14T11:54:24.876Z Downloaded steno v0.4.1
7362026-08-14T11:54:24.879Z Downloaded writeable v0.6.1
7372026-08-14T11:54:24.882Z Downloaded yoke v0.8.0
7382026-08-14T11:54:24.882Z Downloaded schemars v1.2.0
7392026-08-14T11:54:24.888Z Downloaded zerovec-derive v0.11.1
7402026-08-14T11:54:24.891Z Downloaded typify v0.4.3
7412026-08-14T11:54:24.891Z Downloaded tracing-core v0.1.34
7422026-08-14T11:54:24.894Z Downloaded ucd-trie v0.1.7
7432026-08-14T11:54:24.894Z Downloaded snafu v0.8.9
7442026-08-14T11:54:24.897Z Downloaded zeroize_derive v1.4.3
7452026-08-14T11:54:24.897Z Downloaded hkdf v0.12.4
7462026-08-14T11:54:24.900Z Downloaded toml v1.1.2+spec-1.1.0
7472026-08-14T11:54:24.904Z Downloaded toml v0.7.8
7482026-08-14T11:54:24.904Z Downloaded libm v0.2.15
7492026-08-14T11:54:24.908Z Downloaded vergen v8.3.2
7502026-08-14T11:54:24.911Z Downloaded idna v1.1.0
7512026-08-14T11:54:24.914Z Downloaded iri-string v0.7.8
7522026-08-14T11:54:24.917Z Downloaded iddqd v0.3.18
7532026-08-14T11:54:24.920Z Downloaded socket2 v0.6.4
7542026-08-14T11:54:24.920Z Downloaded serde v1.0.228
7552026-08-14T11:54:24.923Z Downloaded itertools v0.14.0
7562026-08-14T11:54:24.926Z Downloaded zeroize v1.8.1
7572026-08-14T11:54:24.926Z Downloaded unsafe-libyaml v0.2.11
7582026-08-14T11:54:24.929Z Downloaded textwrap v0.16.2
7592026-08-14T11:54:24.929Z Downloaded tar v0.4.45
7602026-08-14T11:54:24.932Z Downloaded icu_properties_data v2.0.1
7612026-08-14T11:54:24.936Z Downloaded pest v2.8.2
7622026-08-14T11:54:24.939Z Downloaded git2 v0.19.0
7632026-08-14T11:54:24.942Z Downloaded zmij v1.0.17
7642026-08-14T11:54:24.945Z Downloaded h2 v0.4.14
7652026-08-14T11:54:24.948Z Downloaded unicode-ident v1.0.24
7662026-08-14T11:54:24.948Z Downloaded typify v0.6.2
7672026-08-14T11:54:24.951Z Downloaded goblin v0.8.2
7682026-08-14T11:54:24.955Z Downloaded toml v0.9.12+spec-1.1.0
7692026-08-14T11:54:24.961Z Downloaded itertools v0.15.0
7702026-08-14T11:54:24.965Z Downloaded zerocopy-derive v0.7.35
7712026-08-14T11:54:24.973Z Downloaded toml_edit v0.22.27
7722026-08-14T11:54:24.979Z Downloaded clap_builder v4.6.0
7732026-08-14T11:54:24.984Z Downloaded uuid v1.23.3
7742026-08-14T11:54:24.987Z Downloaded aho-corasick v1.1.3
7752026-08-14T11:54:25.002Z Downloaded blake3 v1.8.2
7762026-08-14T11:54:25.019Z Downloaded toml_edit v0.19.15
7772026-08-14T11:54:25.028Z Downloaded tracing v0.1.41
7782026-08-14T11:54:25.043Z Downloaded zerotrie v0.2.2
7792026-08-14T11:54:25.046Z Downloaded reqwest v0.12.23
7802026-08-14T11:54:25.049Z Downloaded iddqd v0.4.5
7812026-08-14T11:54:25.053Z Downloaded zerocopy-derive v0.8.27
7822026-08-14T11:54:25.057Z Downloaded hyper v1.10.1
7832026-08-14T11:54:25.067Z Downloaded tower v0.5.2
7842026-08-14T11:54:25.072Z Downloaded url v2.5.7
7852026-08-14T11:54:25.075Z Downloaded typenum v1.20.1
7862026-08-14T11:54:25.078Z Downloaded reqwest v0.13.2
7872026-08-14T11:54:25.083Z Downloaded typed-path v0.9.3
7882026-08-14T11:54:25.085Z Downloaded tokio-util v0.7.16
7892026-08-14T11:54:25.090Z Downloaded unicode-segmentation v1.12.0
7902026-08-14T11:54:25.101Z Downloaded regex v1.12.4
7912026-08-14T11:54:25.111Z Downloaded serde_json v1.0.150
7922026-08-14T11:54:25.129Z Downloaded unicode-normalization v0.1.24
7932026-08-14T11:54:25.132Z Downloaded rayon v1.11.0
7942026-08-14T11:54:25.135Z Downloaded serde_with v3.14.1
7952026-08-14T11:54:25.143Z Downloaded aws-lc-rs v1.16.2
7962026-08-14T11:54:25.149Z Downloaded bindgen v0.72.1
7972026-08-14T11:54:25.153Z Downloaded tower-http v0.6.8
7982026-08-14T11:54:25.158Z Downloaded tough v0.20.0
7992026-08-14T11:54:25.163Z Downloaded zerovec v0.11.4
8002026-08-14T11:54:25.167Z Downloaded goblin v0.10.1
8012026-08-14T11:54:25.170Z Downloaded proptest v1.8.0
8022026-08-14T11:54:25.175Z Downloaded rustls-webpki v0.102.8
8032026-08-14T11:54:25.185Z Downloaded moka v0.12.11
8042026-08-14T11:54:25.190Z Downloaded chrono v0.4.45
8052026-08-14T11:54:25.194Z Downloaded portable-atomic v1.11.1
8062026-08-14T11:54:25.207Z Downloaded winnow v0.5.40
8072026-08-14T11:54:25.230Z Downloaded zerocopy v0.7.35
8082026-08-14T11:54:25.240Z Downloaded winnow v1.0.3
8092026-08-14T11:54:25.246Z Downloaded winnow v0.7.14
8102026-08-14T11:54:25.251Z Downloaded curve25519-dalek v4.1.3
8112026-08-14T11:54:25.256Z Downloaded quinn-proto v0.11.14
8122026-08-14T11:54:25.260Z Downloaded tabled v0.15.0
8132026-08-14T11:54:25.270Z Downloaded syn v1.0.109
8142026-08-14T11:54:25.273Z Downloaded dropshot v0.16.7
8152026-08-14T11:54:25.293Z Downloaded tabled v0.21.0
8162026-08-14T11:54:25.302Z Downloaded time v0.3.47
8172026-08-14T11:54:25.308Z Downloaded dropshot v0.17.1
8182026-08-14T11:54:25.320Z Downloaded vcpkg v0.2.15
8192026-08-14T11:54:25.343Z Downloaded zerocopy v0.8.27
8202026-08-14T11:54:25.355Z Downloaded unicode-width v0.1.14
8212026-08-14T11:54:25.358Z Downloaded smoltcp v0.11.0
8222026-08-14T11:54:25.363Z Downloaded nix v0.31.3
8232026-08-14T11:54:25.370Z Downloaded regress v0.10.5
8242026-08-14T11:54:25.374Z Downloaded syn v2.0.118
8252026-08-14T11:54:25.380Z Downloaded webpki-roots v1.0.2
8262026-08-14T11:54:25.383Z Downloaded rustls v0.22.4
8272026-08-14T11:54:25.389Z Downloaded rustls v0.23.40
8282026-08-14T11:54:25.395Z Downloaded openapiv3 v2.2.0
8292026-08-14T11:54:25.401Z Downloaded rustix v0.38.44
8302026-08-14T11:54:25.413Z Downloaded regress v0.11.1
8312026-08-14T11:54:25.418Z Downloaded regex-syntax v0.8.11
8322026-08-14T11:54:25.423Z Downloaded rustix v1.1.4
8332026-08-14T11:54:25.435Z Downloaded hickory-proto v0.25.2
8342026-08-14T11:54:25.444Z Downloaded nix v0.30.1
8352026-08-14T11:54:25.450Z Downloaded hickory-proto v0.24.4
8362026-08-14T11:54:25.459Z Downloaded unicode-width v0.2.1
8372026-08-14T11:54:25.462Z Downloaded typify-impl v0.4.3
8382026-08-14T11:54:25.470Z Downloaded typify-impl v0.6.2
8392026-08-14T11:54:25.476Z Downloaded openssl v0.10.81
8402026-08-14T11:54:25.481Z Downloaded bstr v1.12.0
8412026-08-14T11:54:25.506Z Downloaded petgraph v0.6.5
8422026-08-14T11:54:25.534Z Downloaded petgraph v0.8.2
8432026-08-14T11:54:25.547Z Downloaded libc v0.2.186
8442026-08-14T11:54:25.571Z Downloaded libz-sys v1.1.22
8452026-08-14T11:54:25.589Z Downloaded regex-automata v0.4.13
8462026-08-14T11:54:25.600Z Downloaded encoding_rs v0.8.35
8472026-08-14T11:54:25.615Z Downloaded jiff v0.2.15
8482026-08-14T11:54:25.674Z Downloaded chrono-tz v0.10.4
8492026-08-14T11:54:25.722Z Downloaded csv v1.4.0
8502026-08-14T11:54:25.734Z Downloaded sha3 v0.10.8
8512026-08-14T11:54:25.757Z Downloaded tokio v1.52.3
8522026-08-14T11:54:25.921Z Downloaded ring v0.17.14
8532026-08-14T11:54:25.971Z Downloaded curl-sys v0.4.89+curl-8.20.0
8542026-08-14T11:54:26.006Z Downloaded libgit2-sys v0.17.0+1.8.1
8552026-08-14T11:54:26.612Z Downloaded aws-lc-sys v0.39.1
8562026-08-14T11:54:26.940Z Compiling proc-macro2 v1.0.106
8572026-08-14T11:54:26.940Z Compiling quote v1.0.45
8582026-08-14T11:54:26.940Z Compiling unicode-ident v1.0.24
8592026-08-14T11:54:26.940Z Compiling serde_core v1.0.228
8602026-08-14T11:54:26.943Z Compiling serde v1.0.228
8612026-08-14T11:54:26.943Z Compiling libc v0.2.186
8622026-08-14T11:54:26.943Z Checking cfg-if v1.0.4
8632026-08-14T11:54:27.201Z Compiling zmij v1.0.17
8642026-08-14T11:54:27.281Z Compiling autocfg v1.5.0
8652026-08-14T11:54:27.586Z Compiling memchr v2.7.5
8662026-08-14T11:54:27.627Z Compiling libm v0.2.15
8672026-08-14T11:54:27.955Z Compiling getrandom v0.4.2
8682026-08-14T11:54:27.972Z Checking smallvec v1.15.1
8692026-08-14T11:54:28.029Z Compiling thiserror v2.0.18
8702026-08-14T11:54:28.154Z Compiling version_check v0.9.5
8712026-08-14T11:54:28.159Z Checking itoa v1.0.15
8722026-08-14T11:54:28.230Z Compiling jobserver v0.1.34
8732026-08-14T11:54:28.286Z Compiling shlex v2.0.1
8742026-08-14T11:54:28.317Z Compiling syn v2.0.118
8752026-08-14T11:54:28.375Z Compiling find-msvc-tools v0.1.9
8762026-08-14T11:54:28.418Z Compiling icu_normalizer_data v2.0.0
8772026-08-14T11:54:28.461Z Compiling icu_properties_data v2.0.1
8782026-08-14T11:54:28.535Z Compiling cc v1.2.64
8792026-08-14T11:54:28.605Z Compiling parking_lot_core v0.9.12
8802026-08-14T11:54:28.676Z Checking stable_deref_trait v1.2.0
8812026-08-14T11:54:28.692Z Compiling serde_json v1.0.150
8822026-08-14T11:54:28.918Z Compiling heck v0.5.0
8832026-08-14T11:54:28.954Z Checking litemap v0.8.0
8842026-08-14T11:54:28.993Z Checking writeable v0.6.1
8852026-08-14T11:54:29.114Z Compiling num-traits v0.2.19
8862026-08-14T11:54:29.129Z Checking percent-encoding v2.3.2
8872026-08-14T11:54:29.311Z Checking form_urlencoded v1.2.2
8882026-08-14T11:54:29.437Z Checking utf8_iter v1.0.4
8892026-08-14T11:54:29.483Z Compiling zerocopy v0.8.27
8902026-08-14T11:54:29.499Z Checking pin-project-lite v0.2.16
8912026-08-14T11:54:29.556Z Checking iana-time-zone v0.1.64
8922026-08-14T11:54:29.588Z Compiling log v0.4.29
8932026-08-14T11:54:29.618Z Compiling rustversion v1.0.22
8942026-08-14T11:54:29.660Z Compiling equivalent v1.0.2
8952026-08-14T11:54:29.747Z Compiling semver v1.0.28
8962026-08-14T11:54:29.762Z Checking socket2 v0.6.4
8972026-08-14T11:54:29.766Z Checking uuid v1.23.3
8982026-08-14T11:54:29.903Z Checking scopeguard v1.2.0
8992026-08-14T11:54:30.009Z Checking lock_api v0.4.14
9002026-08-14T11:54:30.151Z Checking signal-hook-registry v1.4.6
9012026-08-14T11:54:30.210Z Checking getrandom v0.2.16
9022026-08-14T11:54:30.239Z Checking mio v1.2.1
9032026-08-14T11:54:30.299Z Compiling schemars v0.8.22
9042026-08-14T11:54:30.314Z Checking dyn-clone v1.0.20
9052026-08-14T11:54:30.318Z Checking parking_lot v0.12.5
9062026-08-14T11:54:30.345Z Checking bitflags v2.11.1
9072026-08-14T11:54:30.516Z Compiling portable-atomic v1.11.1
9082026-08-14T11:54:30.516Z Checking futures-core v0.3.32
9092026-08-14T11:54:30.578Z Checking critical-section v1.2.0
9102026-08-14T11:54:30.635Z Compiling ring v0.17.14
9112026-08-14T11:54:30.663Z Compiling hashbrown v0.17.1
9122026-08-14T11:54:30.756Z Compiling httparse v1.10.1
9132026-08-14T11:54:30.815Z Compiling thiserror v1.0.69
9142026-08-14T11:54:30.868Z Compiling regex-syntax v0.8.11
9152026-08-14T11:54:31.150Z Compiling synstructure v0.13.2
9162026-08-14T11:54:31.165Z Compiling serde_derive_internals v0.29.1
9172026-08-14T11:54:31.450Z Checking once_cell v1.21.3
9182026-08-14T11:54:31.473Z Compiling indexmap v2.14.0
9192026-08-14T11:54:31.662Z Checking futures-sink v0.3.32
9202026-08-14T11:54:31.910Z Checking slab v0.4.11
9212026-08-14T11:54:31.914Z Compiling rustix v1.1.4
9222026-08-14T11:54:32.015Z Compiling aho-corasick v1.1.3
9232026-08-14T11:54:32.064Z Checking subtle v2.6.1
9242026-08-14T11:54:32.133Z Compiling ucd-trie v0.1.7
9252026-08-14T11:54:32.211Z Checking futures-channel v0.3.32
9262026-08-14T11:54:32.358Z Compiling anyhow v1.0.102
9272026-08-14T11:54:32.398Z Checking rand_core v0.6.4
9282026-08-14T11:54:32.418Z Compiling serde_derive v1.0.228
9292026-08-14T11:54:32.482Z Compiling zerofrom-derive v0.1.6
9302026-08-14T11:54:32.563Z Compiling yoke-derive v0.8.0
9312026-08-14T11:54:32.566Z Compiling zerovec-derive v0.11.1
9322026-08-14T11:54:32.673Z Compiling displaydoc v0.2.5
9332026-08-14T11:54:32.971Z Compiling thiserror-impl v2.0.18
9342026-08-14T11:54:33.404Z Compiling schemars_derive v0.8.22
9352026-08-14T11:54:33.432Z Compiling tokio-macros v2.7.0
9362026-08-14T11:54:33.582Z Compiling zerocopy-derive v0.8.27
9372026-08-14T11:54:33.637Z Compiling futures-macro v0.3.32
9382026-08-14T11:54:33.665Z Checking zerofrom v0.1.6
9392026-08-14T11:54:33.787Z Checking yoke v0.8.0
9402026-08-14T11:54:33.956Z Checking zerovec v0.11.4
9412026-08-14T11:54:34.140Z Checking zerotrie v0.2.2
9422026-08-14T11:54:34.374Z Compiling zeroize_derive v1.4.3
9432026-08-14T11:54:34.390Z Compiling thiserror-impl v1.0.69
9442026-08-14T11:54:34.419Z Compiling regex-automata v0.4.13
9452026-08-14T11:54:34.545Z Compiling pest v2.8.2
9462026-08-14T11:54:34.652Z Checking tinystr v0.8.1
9472026-08-14T11:54:34.779Z Checking potential_utf v0.1.3
9482026-08-14T11:54:34.826Z Checking icu_locale_core v2.0.0
9492026-08-14T11:54:34.907Z Checking icu_collections v2.0.0
9502026-08-14T11:54:35.222Z Checking zeroize v1.8.1
9512026-08-14T11:54:35.304Z Checking icu_provider v2.0.0
9522026-08-14T11:54:35.430Z Checking bytes v1.12.0
9532026-08-14T11:54:35.543Z Checking icu_normalizer v2.0.0
9542026-08-14T11:54:35.579Z Checking icu_properties v2.0.1
9552026-08-14T11:54:35.594Z Checking chrono v0.4.45
9562026-08-14T11:54:35.849Z Compiling serde_tokenstream v0.2.3
9572026-08-14T11:54:35.865Z Checking tokio v1.52.3
9582026-08-14T11:54:36.129Z Compiling regex v1.12.4
9592026-08-14T11:54:36.335Z Compiling pest_meta v2.8.2
9602026-08-14T11:54:36.380Z Checking idna_adapter v1.2.1
9612026-08-14T11:54:36.506Z Checking idna v1.1.0
9622026-08-14T11:54:36.525Z Checking futures-task v0.3.32
9632026-08-14T11:54:36.648Z Checking futures-io v0.3.32
9642026-08-14T11:54:36.666Z Checking typenum v1.20.1
9652026-08-14T11:54:36.684Z Compiling getrandom v0.3.3
9662026-08-14T11:54:36.753Z Checking url v2.5.7
9672026-08-14T11:54:36.767Z Checking futures-util v0.3.32
9682026-08-14T11:54:37.028Z Compiling pest_generator v2.8.2
9692026-08-14T11:54:37.221Z Compiling tracing-attributes v0.1.30
9702026-08-14T11:54:37.416Z Checking tracing-core v0.1.34
9712026-08-14T11:54:37.636Z Compiling allocator-api2 v0.2.21
9722026-08-14T11:54:37.639Z Compiling pest_derive v2.8.2
9732026-08-14T11:54:37.714Z Compiling foldhash v0.2.0
9742026-08-14T11:54:37.805Z Compiling pkg-config v0.3.32
9752026-08-14T11:54:37.908Z Checking fnv v1.0.7
9762026-08-14T11:54:37.959Z Compiling hashbrown v0.16.1
9772026-08-14T11:54:38.098Z Checking http v1.4.2
9782026-08-14T11:54:38.133Z Compiling generic-array v0.14.7
9792026-08-14T11:54:38.250Z Compiling vcpkg v0.2.15
9802026-08-14T11:54:38.400Z Checking tracing v0.1.41
9812026-08-14T11:54:38.526Z Compiling byteorder v1.5.0
9822026-08-14T11:54:38.573Z Compiling num-conv v0.2.1
9832026-08-14T11:54:38.576Z Compiling time-core v0.1.8
9842026-08-14T11:54:38.738Z Compiling time-macros v0.2.27
9852026-08-14T11:54:38.742Z Checking errno v0.3.14
9862026-08-14T11:54:38.807Z Checking base64 v0.22.1
9872026-08-14T11:54:38.872Z Checking ipnet v2.11.0
9882026-08-14T11:54:39.001Z Checking tokio-util v0.7.16
9892026-08-14T11:54:39.040Z Compiling scroll_derive v0.13.1
9902026-08-14T11:54:39.091Z Compiling camino v1.2.3
9912026-08-14T11:54:39.263Z Checking crypto-common v0.1.6
9922026-08-14T11:54:39.384Z Checking http-body v1.0.1
9932026-08-14T11:54:39.459Z Checking atomic-waker v1.1.2
9942026-08-14T11:54:39.479Z Compiling crossbeam-utils v0.8.21
9952026-08-14T11:54:39.513Z Checking ppv-lite86 v0.2.21
9962026-08-14T11:54:39.717Z Compiling slog v2.8.2
9972026-08-14T11:54:39.797Z Checking tower-layer v0.3.3
9982026-08-14T11:54:39.813Z Checking try-lock v0.2.5
9992026-08-14T11:54:39.830Z Compiling paste v1.0.15
10002026-08-14T11:54:39.855Z Checking tower-service v0.3.3
10012026-08-14T11:54:39.904Z Checking want v0.3.1
10022026-08-14T11:54:39.938Z Checking h2 v0.4.14
10032026-08-14T11:54:39.985Z Checking ipnetwork v0.21.1
10042026-08-14T11:54:40.023Z Checking erased-serde v0.3.31
10052026-08-14T11:54:40.155Z Checking rustls-pki-types v1.12.0
10062026-08-14T11:54:40.188Z Checking httpdate v1.0.3
10072026-08-14T11:54:40.203Z Checking pretty-hex v0.4.1
10082026-08-14T11:54:40.223Z Checking ryu v1.0.20
10092026-08-14T11:54:40.318Z Compiling async-trait v0.1.89
10102026-08-14T11:54:40.332Z Checking socket2 v0.5.10
10112026-08-14T11:54:40.427Z Checking untrusted v0.9.0
10122026-08-14T11:54:40.470Z Compiling scroll v0.13.0
10132026-08-14T11:54:40.575Z Checking plain v0.2.3
10142026-08-14T11:54:40.668Z Compiling usdt-impl v0.6.0
10152026-08-14T11:54:40.754Z Checking http-body-util v0.1.3
10162026-08-14T11:54:40.789Z Compiling openssl-sys v0.9.117
10172026-08-14T11:54:40.834Z Compiling goblin v0.10.1
10182026-08-14T11:54:40.932Z Compiling cmake v0.1.54
10192026-08-14T11:54:41.105Z Compiling strsim v0.11.1
10202026-08-14T11:54:41.129Z Compiling fs_extra v1.3.0
10212026-08-14T11:54:41.270Z Compiling slog-async v2.8.0
10222026-08-14T11:54:41.341Z Compiling dunce v1.0.5
10232026-08-14T11:54:41.437Z Compiling aws-lc-sys v0.39.1
10242026-08-14T11:54:41.454Z Checking rand_core v0.9.3
10252026-08-14T11:54:41.523Z Checking serde_urlencoded v0.7.1
10262026-08-14T11:54:41.565Z Checking oxnet v0.1.6
10272026-08-14T11:54:41.598Z Checking block-buffer v0.10.4
10282026-08-14T11:54:41.617Z Compiling regress v0.10.5
10292026-08-14T11:54:41.725Z Compiling dtrace-parser v0.3.0
10302026-08-14T11:54:41.741Z Compiling openapiv3 v2.2.0
10312026-08-14T11:54:41.818Z Compiling thread-id v5.0.0
10322026-08-14T11:54:41.886Z Checking hyper v1.10.1
10332026-08-14T11:54:42.341Z Checking digest v0.10.7
10342026-08-14T11:54:42.452Z Compiling ident_case v1.0.1
10352026-08-14T11:54:42.526Z Compiling omicron-workspace-hack v0.1.0
10362026-08-14T11:54:42.573Z Compiling darling_core v0.21.3
10372026-08-14T11:54:42.752Z Checking rand_chacha v0.9.0
10382026-08-14T11:54:42.783Z Checking hyper-util v0.1.20
10392026-08-14T11:54:42.934Z Compiling daft-derive v0.1.5
10402026-08-14T11:54:43.193Z Compiling typify-impl v0.4.3
10412026-08-14T11:54:43.391Z Checking powerfmt v0.2.0
10422026-08-14T11:54:43.539Z Compiling dof v0.4.0
10432026-08-14T11:54:43.648Z Compiling aws-lc-rs v1.16.2
10442026-08-14T11:54:43.830Z Checking deranged v0.5.3
10452026-08-14T11:54:44.287Z Checking rand v0.9.3
10462026-08-14T11:54:44.461Z Checking num_threads v0.1.7
10472026-08-14T11:54:44.549Z Compiling unsafe-libyaml v0.2.11
10482026-08-14T11:54:44.596Z Compiling usdt-attr-macro v0.6.0
10492026-08-14T11:54:44.611Z Compiling darling_macro v0.21.3
10502026-08-14T11:54:44.698Z Compiling usdt-macro v0.6.0
10512026-08-14T11:54:44.726Z Compiling syn v1.0.109
10522026-08-14T11:54:44.807Z Checking time v0.3.47
10532026-08-14T11:54:45.121Z Compiling serde_yaml v0.9.34+deprecated
10542026-08-14T11:54:45.158Z Compiling darling v0.21.3
10552026-08-14T11:54:45.240Z Checking sync_wrapper v1.0.2
10562026-08-14T11:54:45.433Z Checking encoding_rs v0.8.35
10572026-08-14T11:54:45.510Z Checking mime v0.3.17
10582026-08-14T11:54:45.679Z Checking cpufeatures v0.2.17
10592026-08-14T11:54:45.752Z Checking untrusted v0.7.1
10602026-08-14T11:54:45.868Z Checking tower v0.5.2
10612026-08-14T11:54:46.252Z Checking crossbeam-channel v0.5.15
10622026-08-14T11:54:46.327Z Checking futures-executor v0.3.32
10632026-08-14T11:54:46.355Z Compiling structmeta-derive v0.3.0
10642026-08-14T11:54:46.371Z Compiling multer v3.1.0
10652026-08-14T11:54:46.466Z Checking iri-string v0.7.8
10662026-08-14T11:54:46.503Z Compiling rustls v0.23.40
10672026-08-14T11:54:46.558Z Compiling rustls v0.22.4
10682026-08-14T11:54:46.561Z Compiling typify-macro v0.4.3
10692026-08-14T11:54:46.637Z Checking futures v0.3.32
10702026-08-14T11:54:46.720Z Compiling async-stream-impl v0.3.6
10712026-08-14T11:54:46.796Z Checking thread_local v1.1.9
10722026-08-14T11:54:46.940Z Checking fastrand v2.3.0
10732026-08-14T11:54:46.957Z Checking hex v0.4.3
10742026-08-14T11:54:47.115Z Checking foreign-types-shared v0.1.1
10752026-08-14T11:54:47.165Z Compiling openssl v0.10.81
10762026-08-14T11:54:47.198Z Checking foreign-types v0.3.2
10772026-08-14T11:54:47.270Z Checking tempfile v3.27.0
10782026-08-14T11:54:47.355Z Compiling structmeta v0.3.0
10792026-08-14T11:54:47.442Z Checking tower-http v0.6.8
10802026-08-14T11:54:47.456Z Compiling strum_macros v0.26.4
10812026-08-14T11:54:47.470Z Compiling openssl-macros v0.1.1
10822026-08-14T11:54:47.541Z Checking memmap2 v0.9.8
10832026-08-14T11:54:47.556Z Checking is-terminal v0.4.16
10842026-08-14T11:54:47.641Z Checking match_cfg v0.1.0
10852026-08-14T11:54:47.694Z Checking term v1.2.0
10862026-08-14T11:54:47.710Z Compiling native-tls v0.2.14
10872026-08-14T11:54:47.713Z Checking openssl-probe v0.1.6
10882026-08-14T11:54:47.900Z Checking unicode-width v0.2.1
10892026-08-14T11:54:47.916Z Checking take_mut v0.2.2
10902026-08-14T11:54:48.010Z Compiling typify v0.4.3
10912026-08-14T11:54:48.059Z Checking slog-term v2.9.2
10922026-08-14T11:54:48.097Z Checking hostname v0.3.1
10932026-08-14T11:54:48.187Z Checking slog-json v2.6.1
10942026-08-14T11:54:48.308Z Compiling newtype-uuid-macros v0.1.0
10952026-08-14T11:54:48.350Z Compiling ref-cast v1.0.25
10962026-08-14T11:54:48.457Z Checking slog-bunyan v2.5.0
10972026-08-14T11:54:48.707Z Compiling ref-cast-impl v1.0.25
10982026-08-14T11:54:48.792Z Compiling dropshot v0.16.7
10992026-08-14T11:54:49.050Z Compiling derive-ex v0.1.8
11002026-08-14T11:54:49.069Z Checking webpki-roots v1.0.2
11012026-08-14T11:54:49.087Z Compiling dropshot_endpoint v0.16.7
11022026-08-14T11:54:49.188Z Compiling strum_macros v0.27.2
11032026-08-14T11:54:49.371Z Checking either v1.15.0
11042026-08-14T11:54:49.554Z Checking winnow v0.7.14
11052026-08-14T11:54:50.373Z Checking tokio-native-tls v0.3.1
11062026-08-14T11:54:50.606Z Compiling test-strategy v0.4.3
11072026-08-14T11:54:50.623Z Checking hyper-tls v0.6.0
11082026-08-14T11:54:50.713Z Compiling progenitor-impl v0.11.1
11092026-08-14T11:54:50.751Z Checking newtype-uuid v1.3.2
11102026-08-14T11:54:50.804Z Checking winnow v1.0.3
11112026-08-14T11:54:50.926Z Checking daft v0.1.5
11122026-08-14T11:54:50.970Z Compiling serde_with_macros v3.14.1
11132026-08-14T11:54:51.082Z Checking toml_parser v1.1.2+spec-1.1.0
11142026-08-14T11:54:51.112Z Checking serde_spanned v1.1.1
11152026-08-14T11:54:51.127Z Checking usdt v0.6.0
11162026-08-14T11:54:51.232Z Checking debug-ignore v1.0.5
11172026-08-14T11:54:51.280Z Checking toml_writer v1.1.1+spec-1.1.0
11182026-08-14T11:54:51.408Z Checking spin v0.9.8
11192026-08-14T11:54:51.459Z Compiling parse-display-derive v0.10.0
11202026-08-14T11:54:51.532Z Checking async-stream v0.3.6
11212026-08-14T11:54:51.725Z Checking rustls-webpki v0.102.8
11222026-08-14T11:54:51.740Z Checking rustls-pemfile v2.2.0
11232026-08-14T11:54:51.876Z Checking waitgroup v0.1.2
11242026-08-14T11:54:51.936Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11252026-08-14T11:54:51.976Z Checking serde_path_to_error v0.1.20
11262026-08-14T11:54:52.049Z Checking hostname v0.4.2
11272026-08-14T11:54:52.233Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11282026-08-14T11:54:52.371Z Checking strum v0.26.3
11292026-08-14T11:54:52.481Z Checking rand_chacha v0.3.1
11302026-08-14T11:54:52.532Z Compiling toml_datetime v0.6.11
11312026-08-14T11:54:52.669Z Checking macaddr v1.0.1
11322026-08-14T11:54:52.758Z Compiling progenitor-macro v0.11.1
11332026-08-14T11:54:52.775Z Checking toml_datetime v0.7.5+spec-1.1.0
11342026-08-14T11:54:52.843Z Checking wait-timeout v0.2.1
11352026-08-14T11:54:52.946Z Checking bit-vec v0.8.0
11362026-08-14T11:54:52.976Z Checking quick-error v1.2.3
11372026-08-14T11:54:52.979Z Checking lazy_static v1.5.0
11382026-08-14T11:54:53.074Z Checking rusty-fork v0.3.0
11392026-08-14T11:54:53.089Z Checking toml v0.9.12+spec-1.1.0
11402026-08-14T11:54:53.149Z Checking bit-set v0.8.0
11412026-08-14T11:54:53.237Z Checking rand v0.8.5
11422026-08-14T11:54:53.279Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11432026-08-14T11:54:53.294Z Checking tabwriter v1.4.1
11442026-08-14T11:54:53.450Z Checking tokio-rustls v0.25.0
11452026-08-14T11:54:53.638Z Checking sha1 v0.10.6
11462026-08-14T11:54:53.638Z Checking rand_xorshift v0.4.0
11472026-08-14T11:54:53.717Z Compiling clap_derive v4.6.1
11482026-08-14T11:54:53.779Z Checking utf8parse v0.2.2
11492026-08-14T11:54:53.810Z Checking unarray v0.1.4
11502026-08-14T11:54:53.855Z Checking colored v3.1.1
11512026-08-14T11:54:53.892Z Checking anstyle-parse v1.0.0
11522026-08-14T11:54:53.924Z Checking proptest v1.8.0
11532026-08-14T11:54:54.038Z Checking strum v0.27.2
11542026-08-14T11:54:54.146Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11552026-08-14T11:54:54.150Z Checking terminal_size v0.4.3
11562026-08-14T11:54:54.557Z Checking colorchoice v1.0.4
11572026-08-14T11:54:54.625Z Checking anstyle v1.0.14
11582026-08-14T11:54:54.658Z Checking is_terminal_polyfill v1.70.1
11592026-08-14T11:54:54.710Z Checking anstyle-query v1.1.4
11602026-08-14T11:54:54.802Z Checking anstream v1.0.0
11612026-08-14T11:54:55.360Z Checking clap_lex v1.1.0
11622026-08-14T11:54:55.513Z Checking clap_builder v4.6.0
11632026-08-14T11:54:55.560Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11642026-08-14T11:54:56.089Z Checking serde_with v3.14.1
11652026-08-14T11:54:56.310Z Compiling itertools v0.14.0
11662026-08-14T11:54:56.738Z Checking clap v4.6.1
11672026-08-14T11:54:56.816Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11682026-08-14T11:54:56.832Z Checking instant v0.1.13
11692026-08-14T11:54:56.915Z Checking rustc-hash v2.1.1
11702026-08-14T11:54:57.034Z Checking iddqd v0.3.18
11712026-08-14T11:54:57.034Z Checking backoff v0.4.0
11722026-08-14T11:54:57.211Z Checking parse-display v0.10.0
11732026-08-14T11:54:57.351Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11742026-08-14T11:54:57.457Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11752026-08-14T11:54:59.044Z Compiling num-derive v0.4.2
11762026-08-14T11:54:59.542Z Compiling rustls-webpki v0.103.6
11772026-08-14T11:54:59.936Z Compiling prettyplease v0.2.37
11782026-08-14T11:55:00.744Z Compiling cfg_aliases v0.2.1
11792026-08-14T11:55:01.734Z Compiling memoffset v0.9.1
11802026-08-14T11:55:02.332Z Checking serde_spanned v0.6.9
11812026-08-14T11:55:02.891Z Compiling tokio-rustls v0.26.4
11822026-08-14T11:55:03.438Z Compiling hyper-rustls v0.27.7
11832026-08-14T11:55:03.672Z Compiling reqwest v0.12.23
11842026-08-14T11:55:04.582Z Checking crossbeam-epoch v0.9.18
11852026-08-14T11:55:04.774Z Compiling progenitor-client v0.11.1
11862026-08-14T11:55:04.995Z Compiling winnow v0.5.40
11872026-08-14T11:55:06.226Z Compiling progenitor v0.11.1
11882026-08-14T11:55:06.288Z Compiling toml_edit v0.19.15
11892026-08-14T11:55:06.959Z Compiling num-integer v0.1.46
11902026-08-14T11:55:07.459Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11912026-08-14T11:55:07.510Z Compiling proc-macro-crate v1.3.1
11922026-08-14T11:55:07.534Z Compiling progenitor-client v0.10.0
11932026-08-14T11:55:08.517Z Compiling hubpack_derive v0.1.1
11942026-08-14T11:55:08.777Z Checking toml_write v0.1.2
11952026-08-14T11:55:08.943Z Compiling rayon-core v1.13.0
11962026-08-14T11:55:09.056Z Checking hubpack v0.1.2
11972026-08-14T11:55:09.071Z Checking toml_edit v0.22.27
11982026-08-14T11:55:09.188Z Checking num-iter v0.1.45
11992026-08-14T11:55:09.216Z Checking num-rational v0.4.2
12002026-08-14T11:55:09.479Z Compiling zerocopy-derive v0.7.35
12012026-08-14T11:55:09.547Z Compiling num-complex v0.4.6
12022026-08-14T11:55:09.919Z Checking static_assertions v1.1.0
12032026-08-14T11:55:09.991Z Checking num v0.4.3
12042026-08-14T11:55:10.137Z Checking toml v0.8.23
12052026-08-14T11:55:10.216Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12062026-08-14T11:55:10.325Z Checking crossbeam-deque v0.8.6
12072026-08-14T11:55:10.466Z Checking float-ord v0.3.2
12082026-08-14T11:55:10.553Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12092026-08-14T11:55:10.625Z Compiling proc-macro-error-attr v1.0.4
12102026-08-14T11:55:10.822Z Compiling heck v0.4.1
12112026-08-14T11:55:10.859Z Checking bytecount v0.6.9
12122026-08-14T11:55:10.893Z Compiling heapless v0.8.0
12132026-08-14T11:55:10.973Z Checking libscf-sys v1.2.0
12142026-08-14T11:55:11.016Z Compiling ingot-macros v0.1.1
12152026-08-14T11:55:11.097Z Checking hash32 v0.3.1
12162026-08-14T11:55:11.223Z Compiling proc-macro-error v1.0.4
12172026-08-14T11:55:11.349Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12182026-08-14T11:55:11.435Z Compiling smoltcp v0.11.0
12192026-08-14T11:55:11.982Z Compiling zerocopy v0.7.35
12202026-08-14T11:55:12.160Z Compiling num_enum_derive v0.7.5
12212026-08-14T11:55:12.214Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12222026-08-14T11:55:12.367Z Checking cobs v0.3.0
12232026-08-14T11:55:12.510Z Compiling foreign-types-macros v0.2.3
12242026-08-14T11:55:12.514Z Compiling scroll_derive v0.12.1
12252026-08-14T11:55:12.638Z Compiling usdt-impl v0.5.0
12262026-08-14T11:55:12.764Z Checking foreign-types-shared v0.3.1
12272026-08-14T11:55:12.857Z Checking managed v0.8.0
12282026-08-14T11:55:12.886Z Compiling crucible-workspace-hack v0.1.0
12292026-08-14T11:55:13.039Z Checking bitflags v1.3.2
12302026-08-14T11:55:13.131Z Checking foreign-types v0.5.0
12312026-08-14T11:55:13.170Z Checking num_enum v0.7.5
12322026-08-14T11:55:13.201Z Checking scroll v0.12.0
12332026-08-14T11:55:13.215Z Checking postcard v1.1.3
12342026-08-14T11:55:13.246Z Compiling dof v0.3.0
12352026-08-14T11:55:13.493Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12362026-08-14T11:55:13.542Z Compiling dtrace-parser v0.2.0
12372026-08-14T11:55:13.586Z Checking ingot-types v0.1.2
12382026-08-14T11:55:13.602Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12392026-08-14T11:55:13.628Z Checking camino-tempfile v1.4.1
12402026-08-14T11:55:13.685Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12412026-08-14T11:55:13.779Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12422026-08-14T11:55:13.885Z Checking cstr-argument v0.1.2
12432026-08-14T11:55:13.910Z Checking ingot v0.1.1
12442026-08-14T11:55:14.006Z Compiling thread-id v4.2.2
12452026-08-14T11:55:14.010Z Compiling minimal-lexical v0.2.1
12462026-08-14T11:55:14.072Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12472026-08-14T11:55:14.178Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12482026-08-14T11:55:14.195Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12492026-08-14T11:55:14.244Z Compiling nom v7.1.3
12502026-08-14T11:55:14.260Z Checking goblin v0.8.2
12512026-08-14T11:55:14.348Z Checking rayon v1.11.0
12522026-08-14T11:55:14.614Z Compiling num_enum_derive v0.5.11
12532026-08-14T11:55:14.878Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12542026-08-14T11:55:15.165Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12552026-08-14T11:55:15.433Z Compiling rustc_version v0.4.1
12562026-08-14T11:55:15.612Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12572026-08-14T11:55:15.711Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12582026-08-14T11:55:15.736Z Checking tinyvec_macros v0.1.1
12592026-08-14T11:55:15.808Z Compiling rustix v0.38.44
12602026-08-14T11:55:15.824Z Compiling convert_case v0.4.0
12612026-08-14T11:55:15.967Z Checking tinyvec v1.10.0
12622026-08-14T11:55:16.130Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12632026-08-14T11:55:16.214Z Compiling derive_more v0.99.20
12642026-08-14T11:55:16.217Z Checking num_enum v0.5.11
12652026-08-14T11:55:16.261Z Compiling nix v0.30.1
12662026-08-14T11:55:16.276Z Compiling nix v0.31.3
12672026-08-14T11:55:16.493Z Compiling libz-sys v1.1.22
12682026-08-14T11:55:16.574Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12692026-08-14T11:55:16.660Z Compiling crc32fast v1.5.0
12702026-08-14T11:55:16.978Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12712026-08-14T11:55:17.010Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12722026-08-14T11:55:17.143Z Compiling usdt-attr-macro v0.5.0
12732026-08-14T11:55:17.368Z Compiling usdt-macro v0.5.0
12742026-08-14T11:55:17.578Z Compiling zone_cfg_derive v0.3.1
12752026-08-14T11:55:17.707Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12762026-08-14T11:55:17.860Z Checking papergrid v0.18.0
12772026-08-14T11:55:17.878Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12782026-08-14T11:55:18.024Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12792026-08-14T11:55:18.197Z Checking itertools v0.12.1
12802026-08-14T11:55:18.235Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12812026-08-14T11:55:18.391Z Checking sigpipe v0.1.3
12822026-08-14T11:55:18.430Z Checking memmap v0.7.0
12832026-08-14T11:55:18.462Z Checking glob v0.3.3
12842026-08-14T11:55:18.477Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12852026-08-14T11:55:18.560Z Checking jiff v0.2.15
12862026-08-14T11:55:18.609Z Checking adler2 v2.0.1
12872026-08-14T11:55:18.625Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12882026-08-14T11:55:18.640Z Checking tabled v0.21.0
12892026-08-14T11:55:18.715Z Checking usdt v0.5.0
12902026-08-14T11:55:18.730Z Checking miniz_oxide v0.8.9
12912026-08-14T11:55:18.850Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12922026-08-14T11:55:18.922Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12932026-08-14T11:55:19.067Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12942026-08-14T11:55:19.166Z Checking zone v0.3.1
12952026-08-14T11:55:19.485Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12962026-08-14T11:55:19.500Z Checking itertools v0.15.0
12972026-08-14T11:55:19.715Z Checking smf v0.2.3
12982026-08-14T11:55:19.908Z Checking secrecy v0.10.3
12992026-08-14T11:55:19.923Z Checking bstr v1.12.0
13002026-08-14T11:55:19.926Z Checking whoami v1.6.1
13012026-08-14T11:55:20.068Z Checking flate2 v1.1.2
13022026-08-14T11:55:20.147Z Compiling curve25519-dalek v4.1.3
13032026-08-14T11:55:20.257Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13042026-08-14T11:55:20.369Z Checking hmac v0.12.1
13052026-08-14T11:55:20.384Z Compiling clang-sys v1.8.1
13062026-08-14T11:55:20.419Z Checking inout v0.1.4
13072026-08-14T11:55:20.497Z Checking hybrid-array v0.4.12
13082026-08-14T11:55:20.550Z Checking ff v0.13.1
13092026-08-14T11:55:20.677Z Compiling enum-as-inner v0.6.1
13102026-08-14T11:55:20.747Z Checking data-encoding v2.9.0
13112026-08-14T11:55:20.953Z Compiling semver v0.1.20
13122026-08-14T11:55:20.972Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13132026-08-14T11:55:21.042Z Checking group v0.13.0
13142026-08-14T11:55:21.129Z Compiling rustc_version v0.1.7
13152026-08-14T11:55:21.152Z Checking cipher v0.4.4
13162026-08-14T11:55:21.211Z Checking hkdf v0.12.4
13172026-08-14T11:55:21.312Z Checking atomicwrites v0.4.4
13182026-08-14T11:55:21.334Z Compiling thiserror-impl-no-std v2.0.2
13192026-08-14T11:55:21.349Z Checking universal-hash v0.5.1
13202026-08-14T11:55:21.352Z Checking crypto-bigint v0.5.5
13212026-08-14T11:55:21.379Z Compiling regress v0.11.1
13222026-08-14T11:55:21.435Z Checking half v2.7.1
13232026-08-14T11:55:21.469Z Compiling curve25519-dalek-derive v0.1.1
13242026-08-14T11:55:21.630Z Checking indent_write v2.2.0
13252026-08-14T11:55:21.681Z Checking opaque-debug v0.3.1
13262026-08-14T11:55:21.752Z Checking base64ct v1.8.0
13272026-08-14T11:55:21.768Z Checking ciborium-io v0.2.2
13282026-08-14T11:55:21.856Z Checking base16ct v0.2.0
13292026-08-14T11:55:21.975Z Checking ciborium-ll v0.2.2
13302026-08-14T11:55:21.978Z Checking password-hash v0.5.0
13312026-08-14T11:55:22.149Z Checking poly1305 v0.8.0
13322026-08-14T11:55:22.207Z Checking chacha20 v0.9.1
13332026-08-14T11:55:22.364Z Checking elliptic-curve v0.13.8
13342026-08-14T11:55:22.379Z Compiling newtype_derive v0.1.6
13352026-08-14T11:55:22.379Z Checking thiserror-no-std v2.0.2
13362026-08-14T11:55:22.409Z Checking block-buffer v0.12.0
13372026-08-14T11:55:22.477Z Checking crypto-common v0.2.2
13382026-08-14T11:55:22.507Z Checking similar v2.7.0
13392026-08-14T11:55:22.549Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13402026-08-14T11:55:22.593Z Checking blake2 v0.10.6
13412026-08-14T11:55:22.597Z Checking aead v0.5.2
13422026-08-14T11:55:22.740Z Compiling libloading v0.8.9
13432026-08-14T11:55:22.772Z Checking const-oid v0.10.2
13442026-08-14T11:55:22.788Z Checking resolv-conf v0.7.5
13452026-08-14T11:55:22.804Z Checking compression-core v0.4.32
13462026-08-14T11:55:22.824Z Checking keccak v0.1.6
13472026-08-14T11:55:22.922Z Compiling typify-impl v0.6.2
13482026-08-14T11:55:22.925Z Compiling owo-colors v4.3.0
13492026-08-14T11:55:22.925Z Compiling bindgen v0.72.1
13502026-08-14T11:55:22.969Z Checking linked-hash-map v0.5.6
13512026-08-14T11:55:22.969Z Checking sha3 v0.10.8
13522026-08-14T11:55:23.083Z Checking digest v0.11.3
13532026-08-14T11:55:23.134Z Checking lru-cache v0.1.2
13542026-08-14T11:55:23.168Z Checking compression-codecs v0.4.32
13552026-08-14T11:55:23.236Z Checking argon2 v0.5.3
13562026-08-14T11:55:23.252Z Checking vsss-rs v3.3.4
13572026-08-14T11:55:23.317Z Checking chacha20poly1305 v0.10.1
13582026-08-14T11:55:23.386Z Checking ciborium v0.2.2
13592026-08-14T11:55:23.441Z Checking hickory-proto v0.24.4
13602026-08-14T11:55:23.521Z Checking tokio-dtrace v0.1.1
13612026-08-14T11:55:23.700Z Compiling cexpr v0.6.0
13622026-08-14T11:55:23.800Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13632026-08-14T11:55:24.089Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13642026-08-14T11:55:24.259Z Checking serde-big-array v0.5.1
13652026-08-14T11:55:24.319Z Compiling serde_repr v0.1.20
13662026-08-14T11:55:24.322Z Compiling derive-where v1.6.0
13672026-08-14T11:55:24.391Z Checking toml_datetime v1.1.1+spec-1.1.0
13682026-08-14T11:55:24.589Z Compiling dropshot v0.17.1
13692026-08-14T11:55:24.821Z Checking unicode-segmentation v1.12.0
13702026-08-14T11:55:24.837Z Checking same-file v1.0.6
13712026-08-14T11:55:24.877Z Compiling shlex v1.3.0
13722026-08-14T11:55:24.923Z Checking cpufeatures v0.3.0
13732026-08-14T11:55:24.952Z Checking siphasher v1.0.1
13742026-08-14T11:55:25.000Z Checking sha1 v0.11.0
13752026-08-14T11:55:25.174Z Checking phf_shared v0.12.1
13762026-08-14T11:55:25.189Z Checking newline-converter v0.3.0
13772026-08-14T11:55:25.238Z Checking walkdir v2.5.0
13782026-08-14T11:55:25.302Z Checking hickory-resolver v0.24.4
13792026-08-14T11:55:25.318Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13802026-08-14T11:55:25.460Z Checking toml v1.1.2+spec-1.1.0
13812026-08-14T11:55:25.551Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13822026-08-14T11:55:25.965Z Checking oxide-tokio-rt v0.1.2
13832026-08-14T11:55:26.038Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13842026-08-14T11:55:26.125Z Checking async-compression v0.4.33
13852026-08-14T11:55:26.238Z Checking console v0.15.11
13862026-08-14T11:55:26.368Z Compiling progenitor-impl v0.10.0
13872026-08-14T11:55:26.398Z Compiling typify-macro v0.6.2
13882026-08-14T11:55:26.508Z Checking tokio-stream v0.1.17
13892026-08-14T11:55:26.777Z Compiling dropshot_endpoint v0.17.1
13902026-08-14T11:55:26.807Z Compiling pin-project-internal v1.1.10
13912026-08-14T11:55:26.875Z Compiling slog-dtrace v0.3.0
13922026-08-14T11:55:27.109Z Checking csv-core v0.1.12
13932026-08-14T11:55:27.286Z Checking unicode-width v0.1.14
13942026-08-14T11:55:27.533Z Compiling cancel-safe-futures v0.1.5
13952026-08-14T11:55:27.550Z Checking swrite v0.1.0
13962026-08-14T11:55:27.643Z Checking unicode-linebreak v0.1.5
13972026-08-14T11:55:27.783Z Compiling chrono-tz v0.10.4
13982026-08-14T11:55:27.857Z Compiling unicode-xid v0.2.6
13992026-08-14T11:55:27.874Z Checking foldhash v0.1.5
14002026-08-14T11:55:27.903Z Checking smawk v0.3.2
14012026-08-14T11:55:27.984Z Compiling const_format_proc_macros v0.2.34
14022026-08-14T11:55:28.016Z Checking hashbrown v0.15.5
14032026-08-14T11:55:28.031Z Checking textwrap v0.16.2
14042026-08-14T11:55:28.047Z Checking pin-project v1.1.10
14052026-08-14T11:55:28.165Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14062026-08-14T11:55:28.240Z Checking csv v1.4.0
14072026-08-14T11:55:28.388Z Compiling progenitor-macro v0.10.0
14082026-08-14T11:55:28.475Z Checking qorb v0.4.1
14092026-08-14T11:55:28.600Z Checking expectorate v1.2.0
14102026-08-14T11:55:28.728Z Checking phf v0.12.1
14112026-08-14T11:55:28.749Z Checking unicode-normalization v0.1.24
14122026-08-14T11:55:28.872Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-08-14T11:55:29.157Z Compiling snafu-derive v0.8.9
14142026-08-14T11:55:29.599Z Checking libsw-core v0.3.2
14152026-08-14T11:55:29.712Z Compiling libgit2-sys v0.17.0+1.8.1
14162026-08-14T11:55:29.739Z Compiling async-recursion v1.1.1
14172026-08-14T11:55:30.143Z Compiling cookie v0.18.1
14182026-08-14T11:55:30.286Z Checking highway v1.3.0
14192026-08-14T11:55:30.353Z Checking fixedbitset v0.5.7
14202026-08-14T11:55:30.378Z Checking fixedbitset v0.4.2
14212026-08-14T11:55:30.516Z Compiling moka v0.12.11
14222026-08-14T11:55:30.532Z Checking petgraph v0.6.5
14232026-08-14T11:55:30.553Z Checking petgraph v0.8.2
14242026-08-14T11:55:30.859Z Checking snafu v0.8.9
14252026-08-14T11:55:31.100Z Checking libsw v3.5.0
14262026-08-14T11:55:31.247Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14272026-08-14T11:55:31.433Z Checking olpc-cjson v0.1.4
14282026-08-14T11:55:31.670Z Checking const_format v0.2.34
14292026-08-14T11:55:31.757Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14302026-08-14T11:55:32.083Z Compiling typify v0.6.2
14312026-08-14T11:55:32.117Z Checking papergrid v0.11.0
14322026-08-14T11:55:32.142Z Checking globset v0.4.16
14332026-08-14T11:55:32.165Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14342026-08-14T11:55:32.182Z Checking gethostname v0.5.0
14352026-08-14T11:55:32.372Z Compiling tabled_derive v0.7.0
14362026-08-14T11:55:32.375Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-08-14T11:55:32.450Z Checking progenitor v0.10.0
14382026-08-14T11:55:32.583Z Checking reqwest v0.13.2
14392026-08-14T11:55:32.632Z Checking bcs v0.1.6
14402026-08-14T11:55:32.690Z Checking pem v3.0.5
14412026-08-14T11:55:32.706Z Checking serde_plain v1.0.2
14422026-08-14T11:55:32.847Z Checking termtree v0.5.1
14432026-08-14T11:55:32.863Z Checking humantime v2.3.0
14442026-08-14T11:55:32.863Z Checking tagptr v0.2.0
14452026-08-14T11:55:32.978Z Checking typed-path v0.9.3
14462026-08-14T11:55:33.011Z Checking crc8 v0.1.1
14472026-08-14T11:55:33.037Z Checking linear-map v1.2.0
14482026-08-14T11:55:33.106Z Compiling signal-hook v0.4.4
14492026-08-14T11:55:33.201Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-08-14T11:55:33.292Z Checking tabled v0.15.0
14512026-08-14T11:55:33.349Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14522026-08-14T11:55:33.717Z Checking tough v0.20.0
14532026-08-14T11:55:33.836Z Compiling progenitor-impl v0.14.0
14542026-08-14T11:55:34.391Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14552026-08-14T11:55:34.412Z Checking steno v0.4.1
14562026-08-14T11:55:34.777Z Checking hickory-proto v0.25.2
14572026-08-14T11:55:35.378Z Compiling curl-sys v0.4.89+curl-8.20.0
14582026-08-14T11:55:35.440Z Compiling cargo-platform v0.1.9
14592026-08-14T11:55:35.671Z Compiling vergen v8.3.2
14602026-08-14T11:55:35.687Z Compiling fs-err v3.1.2
14612026-08-14T11:55:35.802Z Compiling cargo_metadata v0.18.1
14622026-08-14T11:55:35.945Z Compiling progenitor-macro v0.14.0
14632026-08-14T11:55:36.031Z Checking progenitor-client v0.14.0
14642026-08-14T11:55:36.100Z Checking dropshot-api-manager-types v0.7.2
14652026-08-14T11:55:36.249Z Checking sha2 v0.10.9
14662026-08-14T11:55:36.265Z Compiling blake3 v1.8.2
14672026-08-14T11:55:36.328Z Checking hickory-resolver v0.25.2
14682026-08-14T11:55:36.945Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14692026-08-14T11:55:36.994Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14702026-08-14T11:55:37.095Z Checking git-stub v1.0.0
14712026-08-14T11:55:37.242Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-08-14T11:55:37.705Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-08-14T11:55:37.776Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-08-14T11:55:38.194Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-08-14T11:55:38.286Z Compiling strum_macros v0.28.0
14762026-08-14T11:55:38.627Z Checking filetime v0.2.26
14772026-08-14T11:55:38.761Z Checking constant_time_eq v0.3.1
14782026-08-14T11:55:38.777Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-08-14T11:55:38.847Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-08-14T11:55:38.862Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-08-14T11:55:38.983Z Compiling curl v0.4.50
14822026-08-14T11:55:39.106Z Checking xattr v1.6.1
14832026-08-14T11:55:39.228Z Checking is_ci v1.2.0
14842026-08-14T11:55:39.244Z Checking arrayref v0.3.9
14852026-08-14T11:55:39.290Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-08-14T11:55:39.316Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-08-14T11:55:39.331Z Checking arrayvec v0.7.6
14882026-08-14T11:55:39.348Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14892026-08-14T11:55:39.513Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14902026-08-14T11:55:39.596Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14912026-08-14T11:55:39.845Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14922026-08-14T11:55:40.002Z Checking progenitor v0.14.0
14932026-08-14T11:55:40.021Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14942026-08-14T11:55:40.048Z Checking strum v0.28.0
14952026-08-14T11:55:40.051Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-08-14T11:55:40.169Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14972026-08-14T11:55:40.208Z Checking supports-color v3.0.2
14982026-08-14T11:55:40.323Z Checking tar v0.4.45
14992026-08-14T11:55:40.363Z Checking toml v0.7.8
15002026-08-14T11:55:40.458Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-08-14T11:55:40.705Z Checking git-stub-vcs v0.1.0
15022026-08-14T11:55:40.725Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15032026-08-14T11:55:41.192Z Checking drift v0.2.0
15042026-08-14T11:55:41.506Z Checking kstat-rs v0.2.4
15052026-08-14T11:55:41.537Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15062026-08-14T11:55:41.687Z Checking topological-sort v0.2.2
15072026-08-14T11:55:41.820Z Checking omicron-zone-package v0.12.2
15082026-08-14T11:55:41.929Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15092026-08-14T11:55:41.945Z Checking dropshot-api-manager v0.7.2
15102026-08-14T11:55:43.015Z Checking signal-hook-tokio v0.4.0
15112026-08-14T11:55:43.142Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15122026-08-14T11:55:43.579Z Checking scuffle v0.1.0
15132026-08-14T11:55:43.649Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15142026-08-14T11:55:43.715Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15152026-08-14T11:55:44.095Z Checking iddqd v0.4.5
15162026-08-14T11:55:44.113Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15172026-08-14T11:55:44.414Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15182026-08-14T11:55:44.611Z Checking internet-checksum v0.2.1
15192026-08-14T11:55:44.703Z Checking search_path v0.1.4
15202026-08-14T11:55:44.745Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15212026-08-14T11:55:44.840Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15222026-08-14T11:55:44.947Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15232026-08-14T11:55:45.052Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15242026-08-14T11:55:45.629Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-08-14T11:55:46.143Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15262026-08-14T11:55:46.278Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15272026-08-14T11:55:46.518Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15282026-08-14T11:55:47.529Z Compiling git2 v0.19.0
15292026-08-14T11:55:48.182Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15302026-08-14T11:55:49.768Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15312026-08-14T11:55:57.343Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-08-14T11:55:58.603Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15332026-08-14T11:56:03.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
15342026-08-14T11:56:03.795Z+ for feat in tofino_stub tofino_asic softnpu chaos
15352026-08-14T11:56:03.795Z+ cargo clippy --features tofino_asic -- --deny warnings
15362026-08-14T11:56:04.281Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15372026-08-14T11:56:04.281Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15382026-08-14T11:56:04.358Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15392026-08-14T11:56:04.361Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15402026-08-14T11:56:11.392Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15412026-08-14T11:56:11.395Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15422026-08-14T11:56:13.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.04s
15432026-08-14T11:56:14.023Z+ for feat in tofino_stub tofino_asic softnpu chaos
15442026-08-14T11:56:14.023Z+ cargo clippy --features softnpu -- --deny warnings
15452026-08-14T11:56:14.318Z Downloading crates ...
15462026-08-14T11:56:14.451Z Downloaded typeid v1.0.3
15472026-08-14T11:56:14.454Z Downloaded funty v2.0.0
15482026-08-14T11:56:14.457Z Downloaded wyz v0.5.1
15492026-08-14T11:56:14.460Z Downloaded tap v1.0.1
15502026-08-14T11:56:14.463Z Downloaded serde_arrays v0.1.0
15512026-08-14T11:56:14.466Z Downloaded bitstruct_derive v0.1.0
15522026-08-14T11:56:14.470Z Downloaded bitstruct v0.1.1
15532026-08-14T11:56:14.473Z Downloaded radium v0.7.0
15542026-08-14T11:56:14.476Z Downloaded erased-serde v0.4.8
15552026-08-14T11:56:14.481Z Downloaded libloading v0.7.4
15562026-08-14T11:56:14.484Z Downloaded ascii v1.1.0
15572026-08-14T11:56:14.487Z Downloaded num-bigint v0.4.6
15582026-08-14T11:56:14.495Z Downloaded bitvec v1.0.1
15592026-08-14T11:56:14.620Z Checking num-integer v0.1.46
15602026-08-14T11:56:14.623Z Checking num-complex v0.4.6
15612026-08-14T11:56:14.710Z Compiling radium v0.7.0
15622026-08-14T11:56:14.717Z Checking tap v1.0.1
15632026-08-14T11:56:14.724Z Checking funty v2.0.0
15642026-08-14T11:56:14.730Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15652026-08-14T11:56:14.733Z Compiling typeid v1.0.3
15662026-08-14T11:56:14.743Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-08-14T11:56:14.799Z Checking wyz v0.5.1
15682026-08-14T11:56:14.891Z Checking num-bigint v0.4.6
15692026-08-14T11:56:14.891Z Checking num-iter v0.1.45
15702026-08-14T11:56:14.941Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-08-14T11:56:14.956Z Compiling erased-serde v0.4.8
15722026-08-14T11:56:15.010Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-08-14T11:56:15.018Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-08-14T11:56:15.071Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-08-14T11:56:15.107Z Compiling bitstruct_derive v0.1.0
15762026-08-14T11:56:15.145Z Checking bitvec v1.0.1
15772026-08-14T11:56:15.148Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-08-14T11:56:15.161Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15792026-08-14T11:56:15.164Z Checking ascii v1.1.0
15802026-08-14T11:56:15.175Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15812026-08-14T11:56:15.248Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-08-14T11:56:15.325Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15832026-08-14T11:56:15.334Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15842026-08-14T11:56:15.360Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15852026-08-14T11:56:15.363Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-08-14T11:56:15.608Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15872026-08-14T11:56:15.638Z Checking serde_arrays v0.1.0
15882026-08-14T11:56:15.722Z Checking num-rational v0.4.2
15892026-08-14T11:56:15.739Z Checking libloading v0.7.4
15902026-08-14T11:56:15.747Z Checking bitstruct v0.1.1
15912026-08-14T11:56:15.761Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15922026-08-14T11:56:15.982Z Checking num v0.4.3
15932026-08-14T11:56:16.047Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-08-14T11:56:16.567Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15952026-08-14T11:56:16.865Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15962026-08-14T11:56:16.868Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15972026-08-14T11:56:17.051Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15982026-08-14T11:56:17.260Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-08-14T11:56:17.260Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-08-14T11:56:17.711Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-08-14T11:56:17.922Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16022026-08-14T11:56:17.925Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-08-14T11:56:17.925Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16042026-08-14T11:56:17.925Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16052026-08-14T11:56:18.300Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16062026-08-14T11:56:18.697Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16072026-08-14T11:56:19.561Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-08-14T11:56:21.752Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16092026-08-14T11:56:22.094Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16102026-08-14T11:56:22.952Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16112026-08-14T11:56:23.628Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16122026-08-14T11:56:23.742Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16132026-08-14T11:56:30.260Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16142026-08-14T11:56:31.511Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16152026-08-14T11:56:32.033Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16162026-08-14T11:56:36.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.32s
16172026-08-14T11:56:36.528Z+ for feat in tofino_stub tofino_asic softnpu chaos
16182026-08-14T11:56:36.528Z+ cargo clippy --features chaos -- --deny warnings
16192026-08-14T11:56:37.004Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16202026-08-14T11:56:37.007Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16212026-08-14T11:56:37.007Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16222026-08-14T11:56:44.091Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16232026-08-14T11:56:44.097Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16242026-08-14T11:56:46.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.96s
16252026-08-14T11:56:46.685Z+ banner fmt
16262026-08-14T11:56:46.689Z
16272026-08-14T11:56:46.689Z ###### # # #####
16282026-08-14T11:56:46.689Z # ## ## #
16292026-08-14T11:56:46.689Z ##### # ## # #
16302026-08-14T11:56:46.689Z # # # #
16312026-08-14T11:56:46.689Z # # # #
16322026-08-14T11:56:46.689Z # # # #
16332026-08-14T11:56:46.689Z
16342026-08-14T11:56:46.689Z+ cargo fmt -- --check
16352026-08-14T11:56:47.142Z+ banner test
16362026-08-14T11:56:47.174Z
16372026-08-14T11:56:47.174Z ##### ###### #### #####
16382026-08-14T11:56:47.174Z # # # #
16392026-08-14T11:56:47.174Z # ##### #### #
16402026-08-14T11:56:47.175Z # # # #
16412026-08-14T11:56:47.175Z # # # # #
16422026-08-14T11:56:47.175Z # ###### #### #
16432026-08-14T11:56:47.175Z
16442026-08-14T11:56:47.175Z+ for feat in tofino_stub tofino_asic softnpu chaos
16452026-08-14T11:56:47.175Z+ RUST_BACKTRACE=full
16462026-08-14T11:56:47.175Z+ cargo test --features tofino_stub --no-fail-fast
16472026-08-14T11:56:47.969Z Compiling unicode-ident v1.0.24
16482026-08-14T11:56:47.969Z Compiling cfg-if v1.0.4
16492026-08-14T11:56:47.972Z Compiling memchr v2.7.5
16502026-08-14T11:56:47.972Z Compiling serde_core v1.0.228
16512026-08-14T11:56:48.107Z Compiling itoa v1.0.15
16522026-08-14T11:56:48.145Z Compiling libc v0.2.186
16532026-08-14T11:56:48.146Z Compiling zmij v1.0.17
16542026-08-14T11:56:48.156Z Compiling libm v0.2.15
16552026-08-14T11:56:48.178Z Compiling proc-macro2 v1.0.106
16562026-08-14T11:56:48.367Z Compiling equivalent v1.0.2
16572026-08-14T11:56:48.460Z Compiling heck v0.5.0
16582026-08-14T11:56:48.590Z Compiling quote v1.0.45
16592026-08-14T11:56:48.598Z Compiling smallvec v1.15.1
16602026-08-14T11:56:48.725Z Compiling log v0.4.29
16612026-08-14T11:56:48.740Z Compiling iana-time-zone v0.1.64
16622026-08-14T11:56:48.807Z Compiling syn v2.0.118
16632026-08-14T11:56:48.871Z Compiling dyn-clone v1.0.20
16642026-08-14T11:56:48.904Z Compiling hashbrown v0.17.1
16652026-08-14T11:56:48.945Z Compiling stable_deref_trait v1.2.0
16662026-08-14T11:56:48.953Z Compiling pin-project-lite v0.2.16
16672026-08-14T11:56:49.019Z Compiling percent-encoding v2.3.2
16682026-08-14T11:56:49.031Z Compiling litemap v0.8.0
16692026-08-14T11:56:49.047Z Compiling fnv v1.0.7
16702026-08-14T11:56:49.243Z Compiling writeable v0.6.1
16712026-08-14T11:56:49.250Z Compiling icu_properties_data v2.0.1
16722026-08-14T11:56:49.250Z Compiling icu_normalizer_data v2.0.0
16732026-08-14T11:56:49.250Z Compiling regex-syntax v0.8.11
16742026-08-14T11:56:49.304Z Compiling form_urlencoded v1.2.2
16752026-08-14T11:56:49.377Z Compiling utf8_iter v1.0.4
16762026-08-14T11:56:49.437Z Compiling scopeguard v1.2.0
16772026-08-14T11:56:49.450Z Compiling num-traits v0.2.19
16782026-08-14T11:56:49.486Z Compiling getrandom v0.4.2
16792026-08-14T11:56:49.540Z Compiling lock_api v0.4.14
16802026-08-14T11:56:49.647Z Compiling aho-corasick v1.1.3
16812026-08-14T11:56:49.763Z Compiling semver v1.0.28
16822026-08-14T11:56:49.857Z Compiling serde_json v1.0.150
16832026-08-14T11:56:49.977Z Compiling indexmap v2.14.0
16842026-08-14T11:56:50.041Z Compiling byteorder v1.5.0
16852026-08-14T11:56:50.136Z Compiling ucd-trie v0.1.7
16862026-08-14T11:56:50.318Z Compiling futures-core v0.3.32
16872026-08-14T11:56:50.348Z Compiling uuid v1.23.3
16882026-08-14T11:56:50.348Z Compiling allocator-api2 v0.2.21
16892026-08-14T11:56:51.513Z Compiling foldhash v0.2.0
16902026-08-14T11:56:51.532Z Compiling time-core v0.1.8
16912026-08-14T11:56:51.532Z Compiling regex-automata v0.4.13
16922026-08-14T11:56:51.533Z Compiling num-conv v0.2.1
16932026-08-14T11:56:51.533Z Compiling hashbrown v0.16.1
16942026-08-14T11:56:51.533Z Compiling futures-sink v0.3.32
16952026-08-14T11:56:51.533Z Compiling time-macros v0.2.27
16962026-08-14T11:56:51.533Z Compiling ryu v1.0.20
16972026-08-14T11:56:51.533Z Compiling pretty-hex v0.4.1
16982026-08-14T11:56:51.533Z Compiling slab v0.4.11
16992026-08-14T11:56:51.533Z Compiling plain v0.2.3
17002026-08-14T11:56:51.542Z Compiling synstructure v0.13.2
17012026-08-14T11:56:51.547Z Compiling serde_derive_internals v0.29.1
17022026-08-14T11:56:51.554Z Compiling strsim v0.11.1
17032026-08-14T11:56:51.887Z Compiling futures-channel v0.3.32
17042026-08-14T11:56:51.911Z Compiling futures-io v0.3.32
17052026-08-14T11:56:51.934Z Compiling futures-task v0.3.32
17062026-08-14T11:56:52.023Z Compiling socket2 v0.6.4
17072026-08-14T11:56:52.064Z Compiling parking_lot_core v0.9.12
17082026-08-14T11:56:52.097Z Compiling signal-hook-registry v1.4.6
17092026-08-14T11:56:52.097Z Compiling thread-id v5.0.0
17102026-08-14T11:56:52.180Z Compiling mio v1.2.1
17112026-08-14T11:56:52.271Z Compiling parking_lot v0.12.5
17122026-08-14T11:56:52.349Z Compiling regex v1.12.4
17132026-08-14T11:56:52.459Z Compiling regress v0.10.5
17142026-08-14T11:56:52.486Z Compiling darling_core v0.21.3
17152026-08-14T11:56:52.528Z Compiling bitflags v2.11.1
17162026-08-14T11:56:52.675Z Compiling base64 v0.22.1
17172026-08-14T11:56:52.693Z Compiling getrandom v0.2.16
17182026-08-14T11:56:52.751Z Compiling serde_derive v1.0.228
17192026-08-14T11:56:52.766Z Compiling zerofrom-derive v0.1.6
17202026-08-14T11:56:52.816Z Compiling yoke-derive v0.8.0
17212026-08-14T11:56:52.876Z Compiling zerovec-derive v0.11.1
17222026-08-14T11:56:53.009Z Compiling displaydoc v0.2.5
17232026-08-14T11:56:53.236Z Compiling thiserror-impl v2.0.18
17242026-08-14T11:56:53.757Z Compiling schemars_derive v0.8.22
17252026-08-14T11:56:53.853Z Compiling tokio-macros v2.7.0
17262026-08-14T11:56:54.013Z Compiling zerocopy-derive v0.8.27
17272026-08-14T11:56:54.017Z Compiling zeroize_derive v1.4.3
17282026-08-14T11:56:54.469Z Compiling thiserror v2.0.18
17292026-08-14T11:56:54.555Z Compiling futures-macro v0.3.32
17302026-08-14T11:56:54.575Z Compiling zerofrom v0.1.6
17312026-08-14T11:56:54.598Z Compiling thiserror-impl v1.0.69
17322026-08-14T11:56:54.651Z Compiling tracing-attributes v0.1.30
17332026-08-14T11:56:54.700Z Compiling yoke v0.8.0
17342026-08-14T11:56:54.887Z Compiling zerovec v0.11.4
17352026-08-14T11:56:54.957Z Compiling zerotrie v0.2.2
17362026-08-14T11:56:55.224Z Compiling zerocopy v0.8.27
17372026-08-14T11:56:55.282Z Compiling pest v2.8.2
17382026-08-14T11:56:55.444Z Compiling scroll_derive v0.13.1
17392026-08-14T11:56:55.466Z Compiling serde v1.0.228
17402026-08-14T11:56:55.838Z Compiling tinystr v0.8.1
17412026-08-14T11:56:55.938Z Compiling bytes v1.12.0
17422026-08-14T11:56:55.992Z Compiling serde_tokenstream v0.2.3
17432026-08-14T11:56:56.045Z Compiling icu_locale_core v2.0.0
17442026-08-14T11:56:56.279Z Compiling potential_utf v0.1.3
17452026-08-14T11:56:56.300Z Compiling chrono v0.4.45
17462026-08-14T11:56:56.313Z Compiling async-trait v0.1.89
17472026-08-14T11:56:56.458Z Compiling icu_collections v2.0.0
17482026-08-14T11:56:56.575Z Compiling icu_provider v2.0.0
17492026-08-14T11:56:56.578Z Compiling http v1.4.2
17502026-08-14T11:56:56.719Z Compiling pest_meta v2.8.2
17512026-08-14T11:56:56.891Z Compiling icu_normalizer v2.0.0
17522026-08-14T11:56:56.904Z Compiling icu_properties v2.0.1
17532026-08-14T11:56:56.965Z Compiling scroll v0.13.0
17542026-08-14T11:56:57.222Z Compiling goblin v0.10.1
17552026-08-14T11:56:57.299Z Compiling pest_generator v2.8.2
17562026-08-14T11:56:57.479Z Compiling schemars v0.8.22
17572026-08-14T11:56:57.544Z Compiling thiserror v1.0.69
17582026-08-14T11:56:57.648Z Compiling tokio v1.52.3
17592026-08-14T11:56:57.798Z Compiling idna_adapter v1.2.1
17602026-08-14T11:56:57.922Z Compiling idna v1.1.0
17612026-08-14T11:56:57.947Z Compiling openapiv3 v2.2.0
17622026-08-14T11:56:58.014Z Compiling pest_derive v2.8.2
17632026-08-14T11:56:58.071Z Compiling daft-derive v0.1.5
17642026-08-14T11:56:58.426Z Compiling url v2.5.7
17652026-08-14T11:56:58.583Z Compiling dtrace-parser v0.3.0
17662026-08-14T11:56:58.685Z Compiling typify-impl v0.4.3
17672026-08-14T11:56:58.814Z Compiling darling_macro v0.21.3
17682026-08-14T11:56:59.298Z Compiling http-body v1.0.1
17692026-08-14T11:56:59.406Z Compiling darling v0.21.3
17702026-08-14T11:56:59.449Z Compiling ppv-lite86 v0.2.21
17712026-08-14T11:56:59.461Z Compiling erased-serde v0.3.31
17722026-08-14T11:56:59.487Z Compiling serde_yaml v0.9.34+deprecated
17732026-08-14T11:56:59.526Z Compiling openssl-macros v0.1.1
17742026-08-14T11:56:59.944Z Compiling dof v0.4.0
17752026-08-14T11:56:59.999Z Compiling atomic-waker v1.1.2
17762026-08-14T11:57:00.105Z Compiling ipnet v2.11.0
17772026-08-14T11:57:00.457Z Compiling usdt-impl v0.6.0
17782026-08-14T11:57:00.796Z Compiling httparse v1.10.1
17792026-08-14T11:57:01.054Z Compiling tower-layer v0.3.3
17802026-08-14T11:57:01.109Z Compiling untrusted v0.9.0
17812026-08-14T11:57:01.166Z Compiling tower-service v0.3.3
17822026-08-14T11:57:01.219Z Compiling anyhow v1.0.102
17832026-08-14T11:57:01.233Z Compiling try-lock v0.2.5
17842026-08-14T11:57:01.264Z Compiling syn v1.0.109
17852026-08-14T11:57:01.283Z Compiling zeroize v1.8.1
17862026-08-14T11:57:01.340Z Compiling want v0.3.1
17872026-08-14T11:57:01.490Z Compiling httpdate v1.0.3
17882026-08-14T11:57:01.525Z Compiling portable-atomic v1.11.1
17892026-08-14T11:57:01.935Z Compiling structmeta-derive v0.3.0
17902026-08-14T11:57:01.979Z Compiling usdt-macro v0.6.0
17912026-08-14T11:57:02.041Z Compiling usdt-attr-macro v0.6.0
17922026-08-14T11:57:02.216Z Compiling async-stream-impl v0.3.6
17932026-08-14T11:57:02.717Z Compiling critical-section v1.2.0
17942026-08-14T11:57:02.859Z Compiling once_cell v1.21.3
17952026-08-14T11:57:02.972Z Compiling structmeta v0.3.0
17962026-08-14T11:57:03.090Z Compiling newtype-uuid-macros v0.1.0
17972026-08-14T11:57:03.175Z Compiling strum_macros v0.26.4
17982026-08-14T11:57:03.341Z Compiling powerfmt v0.2.0
17992026-08-14T11:57:03.551Z Compiling deranged v0.5.3
18002026-08-14T11:57:03.789Z Compiling num_threads v0.1.7
18012026-08-14T11:57:04.439Z Compiling http-body-util v0.1.3
18022026-08-14T11:57:04.486Z Compiling omicron-workspace-hack v0.1.0
18032026-08-14T11:57:04.577Z Compiling dropshot_endpoint v0.16.7
18042026-08-14T11:57:04.601Z Compiling serde_urlencoded v0.7.1
18052026-08-14T11:57:04.677Z Compiling ref-cast-impl v1.0.25
18062026-08-14T11:57:04.795Z Compiling derive-ex v0.1.8
18072026-08-14T11:57:04.807Z Compiling typify-macro v0.4.3
18082026-08-14T11:57:04.843Z Compiling strum_macros v0.27.2
18092026-08-14T11:57:04.856Z Compiling sync_wrapper v1.0.2
18102026-08-14T11:57:04.982Z Compiling serde_with_macros v3.14.1
18112026-08-14T11:57:05.113Z Compiling subtle v2.6.1
18122026-08-14T11:57:05.314Z Compiling thread_local v1.1.9
18132026-08-14T11:57:05.580Z Compiling iri-string v0.7.8
18142026-08-14T11:57:05.686Z Compiling futures-util v0.3.32
18152026-08-14T11:57:06.157Z Compiling match_cfg v0.1.0
18162026-08-14T11:57:06.289Z Compiling rand_core v0.6.4
18172026-08-14T11:57:06.331Z Compiling typenum v1.20.1
18182026-08-14T11:57:06.469Z Compiling test-strategy v0.4.3
18192026-08-14T11:57:06.522Z Compiling take_mut v0.2.2
18202026-08-14T11:57:06.633Z Compiling term v1.2.0
18212026-08-14T11:57:06.869Z Compiling typify v0.4.3
18222026-08-14T11:57:06.967Z Compiling progenitor-impl v0.11.1
18232026-08-14T11:57:07.134Z Compiling parse-display-derive v0.10.0
18242026-08-14T11:57:07.153Z Compiling tracing-core v0.1.34
18252026-08-14T11:57:07.216Z Compiling toml_datetime v0.6.11
18262026-08-14T11:57:07.330Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-08-14T11:57:07.490Z Compiling tracing v0.1.41
18282026-08-14T11:57:07.685Z Compiling camino v1.2.3
18292026-08-14T11:57:07.800Z Compiling clap_derive v4.6.1
18302026-08-14T11:57:07.972Z Compiling encoding_rs v0.8.35
18312026-08-14T11:57:08.046Z Compiling mime v0.3.17
18322026-08-14T11:57:08.093Z Compiling fastrand v2.3.0
18332026-08-14T11:57:08.115Z Compiling cpufeatures v0.2.17
18342026-08-14T11:57:08.271Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18352026-08-14T11:57:08.734Z Compiling unicode-width v0.2.1
18362026-08-14T11:57:09.199Z Compiling errno v0.3.14
18372026-08-14T11:57:09.214Z Compiling hex v0.4.3
18382026-08-14T11:57:09.352Z Compiling generic-array v0.14.7
18392026-08-14T11:57:09.470Z Compiling ipnetwork v0.21.1
18402026-08-14T11:57:09.493Z Compiling crossbeam-utils v0.8.21
18412026-08-14T11:57:09.638Z Compiling tokio-util v0.7.16
18422026-08-14T11:57:09.846Z Compiling slog v2.8.2
18432026-08-14T11:57:10.025Z Compiling rustix v1.1.4
18442026-08-14T11:57:10.211Z Compiling getrandom v0.3.3
18452026-08-14T11:57:10.320Z Compiling winnow v0.7.14
18462026-08-14T11:57:10.391Z Compiling rand_core v0.9.3
18472026-08-14T11:57:10.395Z Compiling h2 v0.4.14
18482026-08-14T11:57:10.413Z Compiling progenitor-macro v0.11.1
18492026-08-14T11:57:10.424Z Compiling crypto-common v0.1.6
18502026-08-14T11:57:10.556Z Compiling oxnet v0.1.6
18512026-08-14T11:57:10.605Z Compiling itertools v0.14.0
18522026-08-14T11:57:11.271Z Compiling winnow v1.0.3
18532026-08-14T11:57:11.560Z Compiling toml_parser v1.1.2+spec-1.1.0
18542026-08-14T11:57:11.621Z Compiling num-derive v0.4.2
18552026-08-14T11:57:11.806Z Compiling serde_spanned v1.1.1
18562026-08-14T11:57:11.859Z Compiling socket2 v0.5.10
18572026-08-14T11:57:11.960Z Compiling spin v0.9.8
18582026-08-14T11:57:12.082Z Compiling debug-ignore v1.0.5
18592026-08-14T11:57:12.257Z Compiling toml_writer v1.1.1+spec-1.1.0
18602026-08-14T11:57:12.301Z Compiling rand_chacha v0.9.0
18612026-08-14T11:57:12.470Z Compiling hyper v1.10.1
18622026-08-14T11:57:12.515Z Compiling rustls-pki-types v1.12.0
18632026-08-14T11:57:12.572Z Compiling quick-error v1.2.3
18642026-08-14T11:57:12.683Z Compiling rand v0.9.3
18652026-08-14T11:57:12.789Z Compiling tabwriter v1.4.1
18662026-08-14T11:57:12.991Z Compiling async-stream v0.3.6
18672026-08-14T11:57:13.029Z Compiling waitgroup v0.1.2
18682026-08-14T11:57:13.163Z Compiling serde_path_to_error v0.1.20
18692026-08-14T11:57:13.175Z Compiling bit-vec v0.8.0
18702026-08-14T11:57:13.274Z Compiling lazy_static v1.5.0
18712026-08-14T11:57:13.287Z Compiling colored v3.1.1
18722026-08-14T11:57:13.376Z Compiling bit-set v0.8.0
18732026-08-14T11:57:13.405Z Compiling strum v0.26.3
18742026-08-14T11:57:13.503Z Compiling time v0.3.47
18752026-08-14T11:57:13.516Z Compiling hyper-util v0.1.20
18762026-08-14T11:57:13.531Z Compiling ring v0.17.14
18772026-08-14T11:57:13.676Z Compiling toml_datetime v0.7.5+spec-1.1.0
18782026-08-14T11:57:13.982Z Compiling unarray v0.1.4
18792026-08-14T11:57:14.203Z Compiling anstyle v1.0.14
18802026-08-14T11:57:14.215Z Compiling toml v0.9.12+spec-1.1.0
18812026-08-14T11:57:14.429Z Compiling crossbeam-channel v0.5.15
18822026-08-14T11:57:14.850Z Compiling macaddr v1.0.1
18832026-08-14T11:57:14.998Z Compiling utf8parse v0.2.2
18842026-08-14T11:57:15.096Z Compiling block-buffer v0.10.4
18852026-08-14T11:57:15.117Z Compiling anstyle-parse v1.0.0
18862026-08-14T11:57:15.134Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18872026-08-14T11:57:15.190Z Compiling ref-cast v1.0.25
18882026-08-14T11:57:15.228Z Compiling anstyle-query v1.1.4
18892026-08-14T11:57:15.252Z Compiling is_terminal_polyfill v1.70.1
18902026-08-14T11:57:15.300Z Compiling colorchoice v1.0.4
18912026-08-14T11:57:15.319Z Compiling digest v0.10.7
18922026-08-14T11:57:15.332Z Compiling strum v0.27.2
18932026-08-14T11:57:15.346Z Compiling is-terminal v0.4.16
18942026-08-14T11:57:15.358Z Compiling clap_lex v1.1.0
18952026-08-14T11:57:15.425Z Compiling anstream v1.0.0
18962026-08-14T11:57:15.449Z Compiling slog-term v2.9.2
18972026-08-14T11:57:15.452Z Compiling slog-async v2.8.0
18982026-08-14T11:57:15.476Z Compiling slog-json v2.6.1
18992026-08-14T11:57:15.579Z Compiling hostname v0.3.1
19002026-08-14T11:57:15.721Z Compiling slog-bunyan v2.5.0
19012026-08-14T11:57:15.766Z Compiling tower v0.5.2
19022026-08-14T11:57:15.775Z Compiling futures-executor v0.3.32
19032026-08-14T11:57:15.812Z Compiling instant v0.1.13
19042026-08-14T11:57:16.027Z Compiling futures v0.3.32
19052026-08-14T11:57:16.052Z Compiling aws-lc-sys v0.39.1
19062026-08-14T11:57:16.097Z Compiling untrusted v0.7.1
19072026-08-14T11:57:16.162Z Compiling tower-http v0.6.8
19082026-08-14T11:57:16.223Z Compiling openssl-sys v0.9.117
19092026-08-14T11:57:16.579Z Compiling aws-lc-rs v1.16.2
19102026-08-14T11:57:16.666Z Compiling memmap2 v0.9.8
19112026-08-14T11:57:17.417Z Compiling foreign-types-shared v0.1.1
19122026-08-14T11:57:17.509Z Compiling rustls-webpki v0.103.6
19132026-08-14T11:57:17.710Z Compiling foreign-types v0.3.2
19142026-08-14T11:57:18.050Z Compiling rustls v0.23.40
19152026-08-14T11:57:18.352Z Compiling tempfile v3.27.0
19162026-08-14T11:57:18.491Z Compiling openssl-probe v0.1.6
19172026-08-14T11:57:18.801Z Compiling openssl v0.10.81
19182026-08-14T11:57:19.103Z Compiling either v1.15.0
19192026-08-14T11:57:19.312Z Compiling usdt v0.6.0
19202026-08-14T11:57:19.601Z Compiling webpki-roots v1.0.2
19212026-08-14T11:57:19.937Z Compiling newtype-uuid v1.3.2
19222026-08-14T11:57:20.360Z Compiling daft v0.1.5
19232026-08-14T11:57:20.971Z Compiling tokio-rustls v0.26.4
19242026-08-14T11:57:21.245Z Compiling native-tls v0.2.14
19252026-08-14T11:57:21.367Z Compiling hyper-rustls v0.27.7
19262026-08-14T11:57:21.574Z Compiling tokio-native-tls v0.3.1
19272026-08-14T11:57:21.710Z Compiling hyper-tls v0.6.0
19282026-08-14T11:57:21.944Z Compiling reqwest v0.12.23
19292026-08-14T11:57:22.679Z Compiling rustls-webpki v0.102.8
19302026-08-14T11:57:22.825Z Compiling rustls-pemfile v2.2.0
19312026-08-14T11:57:23.026Z Compiling multer v3.1.0
19322026-08-14T11:57:23.539Z Compiling hostname v0.4.2
19332026-08-14T11:57:23.596Z Compiling rustls v0.22.4
19342026-08-14T11:57:23.684Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19352026-08-14T11:57:24.271Z Compiling terminal_size v0.4.3
19362026-08-14T11:57:24.401Z Compiling rand_chacha v0.3.1
19372026-08-14T11:57:24.425Z Compiling wait-timeout v0.2.1
19382026-08-14T11:57:25.220Z Compiling rand v0.8.5
19392026-08-14T11:57:25.368Z Compiling rusty-fork v0.3.0
19402026-08-14T11:57:25.473Z Compiling tokio-rustls v0.25.0
19412026-08-14T11:57:26.490Z Compiling sha1 v0.10.6
19422026-08-14T11:57:26.552Z Compiling rand_xorshift v0.4.0
19432026-08-14T11:57:26.723Z Compiling hubpack_derive v0.1.1
19442026-08-14T11:57:27.692Z Compiling proptest v1.8.0
19452026-08-14T11:57:27.704Z Compiling dropshot v0.16.7
19462026-08-14T11:57:27.719Z Compiling clap_builder v4.6.0
19472026-08-14T11:57:29.168Z Compiling serde_spanned v0.6.9
19482026-08-14T11:57:29.635Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19492026-08-14T11:57:29.885Z Compiling clap v4.6.1
19502026-08-14T11:57:29.967Z Compiling prettyplease v0.2.37
19512026-08-14T11:57:31.348Z Compiling progenitor-client v0.10.0
19522026-08-14T11:57:31.380Z Compiling progenitor-client v0.11.1
19532026-08-14T11:57:31.546Z Compiling serde_with v3.14.1
19542026-08-14T11:57:32.238Z Compiling progenitor v0.11.1
19552026-08-14T11:57:33.128Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19562026-08-14T11:57:33.205Z Compiling rustc-hash v2.1.1
19572026-08-14T11:57:33.475Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19582026-08-14T11:57:33.531Z Compiling iddqd v0.3.18
19592026-08-14T11:57:34.510Z Compiling backoff v0.4.0
19602026-08-14T11:57:34.657Z Compiling parse-display v0.10.0
19612026-08-14T11:57:34.672Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19622026-08-14T11:57:34.721Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19632026-08-14T11:57:34.850Z Compiling toml_write v0.1.2
19642026-08-14T11:57:34.897Z Compiling winnow v0.5.40
19652026-08-14T11:57:34.994Z Compiling toml_edit v0.22.27
19662026-08-14T11:57:36.784Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-08-14T11:57:36.798Z Compiling num-integer v0.1.46
19682026-08-14T11:57:37.062Z Compiling float-ord v0.3.2
19692026-08-14T11:57:37.515Z Compiling toml v0.8.23
19702026-08-14T11:57:41.088Z Compiling num-iter v0.1.45
19712026-08-14T11:57:41.199Z Compiling num-rational v0.4.2
19722026-08-14T11:57:41.212Z Compiling num-complex v0.4.6
19732026-08-14T11:57:41.625Z Compiling num v0.4.3
19742026-08-14T11:57:42.265Z Compiling toml_edit v0.19.15
19752026-08-14T11:57:43.874Z Compiling proc-macro-crate v1.3.1
19762026-08-14T11:57:45.598Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-08-14T11:57:45.796Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19782026-08-14T11:57:46.248Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19792026-08-14T11:57:46.980Z Compiling memoffset v0.9.1
19802026-08-14T11:57:47.012Z Compiling zerocopy-derive v0.7.35
19812026-08-14T11:57:47.883Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19822026-08-14T11:57:48.080Z Compiling libscf-sys v1.2.0
19832026-08-14T11:57:48.143Z Compiling ingot-macros v0.1.1
19842026-08-14T11:57:49.234Z Compiling scroll_derive v0.12.1
19852026-08-14T11:57:49.540Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19862026-08-14T11:57:50.633Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19872026-08-14T11:57:52.574Z Compiling zerocopy v0.7.35
19882026-08-14T11:57:52.921Z Compiling num_enum_derive v0.7.5
19892026-08-14T11:57:53.147Z Compiling hubpack v0.1.2
19902026-08-14T11:57:53.292Z Compiling foreign-types-macros v0.2.3
19912026-08-14T11:57:53.567Z Compiling static_assertions v1.1.0
19922026-08-14T11:57:54.081Z Compiling glob v0.3.3
19932026-08-14T11:57:54.114Z Compiling proc-macro-error-attr v1.0.4
19942026-08-14T11:57:54.290Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19952026-08-14T11:57:54.445Z Compiling dtrace-parser v0.2.0
19962026-08-14T11:57:54.762Z Compiling bytecount v0.6.9
19972026-08-14T11:57:54.801Z Compiling proc-macro-error v1.0.4
19982026-08-14T11:57:54.906Z Compiling dof v0.3.0
19992026-08-14T11:57:55.451Z Compiling num_enum_derive v0.5.11
20002026-08-14T11:57:56.971Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20012026-08-14T11:57:57.068Z Compiling thread-id v4.2.2
20022026-08-14T11:57:57.157Z Compiling usdt-impl v0.5.0
20032026-08-14T11:57:57.688Z Compiling derive_more v0.99.20
20042026-08-14T11:57:57.980Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20052026-08-14T11:57:58.043Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20062026-08-14T11:57:58.999Z Compiling minimal-lexical v0.2.1
20072026-08-14T11:57:59.066Z Compiling usdt-macro v0.5.0
20082026-08-14T11:57:59.259Z Compiling nom v7.1.3
20092026-08-14T11:57:59.472Z Compiling usdt-attr-macro v0.5.0
20102026-08-14T11:57:59.491Z Compiling zone_cfg_derive v0.3.1
20112026-08-14T11:57:59.844Z Compiling papergrid v0.18.0
20122026-08-14T11:57:59.895Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20132026-08-14T11:58:00.209Z Compiling rustc_version v0.4.1
20142026-08-14T11:58:00.379Z Compiling nix v0.31.3
20152026-08-14T11:58:00.497Z Compiling itertools v0.15.0
20162026-08-14T11:58:00.610Z Compiling crossbeam-epoch v0.9.18
20172026-08-14T11:58:00.659Z Compiling dropshot_endpoint v0.17.1
20182026-08-14T11:58:00.961Z Compiling tabled v0.21.0
20192026-08-14T11:58:00.973Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20202026-08-14T11:58:01.225Z Compiling adler2 v2.0.1
20212026-08-14T11:58:01.372Z Compiling miniz_oxide v0.8.9
20222026-08-14T11:58:01.474Z Compiling crc32fast v1.5.0
20232026-08-14T11:58:01.771Z Compiling enum-as-inner v0.6.1
20242026-08-14T11:58:01.813Z Compiling regress v0.11.1
20252026-08-14T11:58:01.955Z Compiling flate2 v1.1.2
20262026-08-14T11:58:02.073Z Compiling curve25519-dalek v4.1.3
20272026-08-14T11:58:02.340Z Compiling hybrid-array v0.4.12
20282026-08-14T11:58:02.370Z Compiling crossbeam-deque v0.8.6
20292026-08-14T11:58:02.373Z Compiling thiserror-impl-no-std v2.0.2
20302026-08-14T11:58:02.472Z Compiling curve25519-dalek-derive v0.1.1
20312026-08-14T11:58:02.567Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20322026-08-14T11:58:02.598Z Compiling rayon-core v1.13.0
20332026-08-14T11:58:02.814Z Compiling block-buffer v0.12.0
20342026-08-14T11:58:02.982Z Compiling crypto-common v0.2.2
20352026-08-14T11:58:03.171Z Compiling clang-sys v1.8.1
20362026-08-14T11:58:03.338Z Compiling compression-core v0.4.32
20372026-08-14T11:58:03.473Z Compiling typify-impl v0.6.2
20382026-08-14T11:58:03.505Z Compiling const-oid v0.10.2
20392026-08-14T11:58:03.573Z Compiling compression-codecs v0.4.32
20402026-08-14T11:58:03.725Z Compiling digest v0.11.3
20412026-08-14T11:58:03.775Z Compiling scroll v0.12.0
20422026-08-14T11:58:03.898Z Compiling hash32 v0.3.1
20432026-08-14T11:58:04.048Z Compiling toml_datetime v1.1.1+spec-1.1.0
20442026-08-14T11:58:04.071Z Compiling cpufeatures v0.3.0
20452026-08-14T11:58:04.074Z Compiling heapless v0.8.0
20462026-08-14T11:58:04.136Z Compiling sha1 v0.11.0
20472026-08-14T11:58:04.149Z Compiling goblin v0.8.2
20482026-08-14T11:58:04.152Z Compiling async-compression v0.4.33
20492026-08-14T11:58:04.360Z Compiling toml v1.1.2+spec-1.1.0
20502026-08-14T11:58:04.387Z Compiling ingot-types v0.1.2
20512026-08-14T11:58:04.510Z Compiling cobs v0.3.0
20522026-08-14T11:58:04.638Z Compiling libloading v0.8.9
20532026-08-14T11:58:04.716Z Compiling foreign-types-shared v0.3.1
20542026-08-14T11:58:04.778Z Compiling managed v0.8.0
20552026-08-14T11:58:04.815Z Compiling bitflags v1.3.2
20562026-08-14T11:58:04.842Z Compiling foreign-types v0.5.0
20572026-08-14T11:58:04.927Z Compiling bindgen v0.72.1
20582026-08-14T11:58:04.945Z Compiling ingot v0.1.1
20592026-08-14T11:58:05.000Z Compiling smoltcp v0.11.0
20602026-08-14T11:58:05.895Z Compiling dropshot v0.17.1
20612026-08-14T11:58:05.935Z Compiling postcard v1.1.3
20622026-08-14T11:58:06.698Z Compiling cexpr v0.6.0
20632026-08-14T11:58:06.960Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20642026-08-14T11:58:07.269Z Compiling num_enum v0.7.5
20652026-08-14T11:58:07.402Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20662026-08-14T11:58:07.609Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20672026-08-14T11:58:07.732Z Compiling camino-tempfile v1.4.1
20682026-08-14T11:58:07.840Z Compiling serde_repr v0.1.20
20692026-08-14T11:58:07.909Z Compiling derive-where v1.6.0
20702026-08-14T11:58:07.974Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20712026-08-14T11:58:08.087Z Compiling cstr-argument v0.1.2
20722026-08-14T11:58:08.269Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20732026-08-14T11:58:08.283Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20742026-08-14T11:58:09.173Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20752026-08-14T11:58:09.368Z Compiling rayon v1.11.0
20762026-08-14T11:58:09.435Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20772026-08-14T11:58:09.567Z Compiling crucible-workspace-hack v0.1.0
20782026-08-14T11:58:09.689Z Compiling typify-macro v0.6.2
20792026-08-14T11:58:10.526Z Compiling memmap v0.7.0
20802026-08-14T11:58:10.617Z Compiling tinyvec_macros v0.1.1
20812026-08-14T11:58:10.699Z Compiling tinyvec v1.10.0
20822026-08-14T11:58:10.720Z Compiling usdt v0.5.0
20832026-08-14T11:58:11.011Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20842026-08-14T11:58:11.448Z Compiling num_enum v0.5.11
20852026-08-14T11:58:11.798Z Compiling typify v0.6.2
20862026-08-14T11:58:11.894Z Compiling pin-project-internal v1.1.10
20872026-08-14T11:58:12.773Z Compiling progenitor-impl v0.14.0
20882026-08-14T11:58:12.910Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20892026-08-14T11:58:12.994Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20902026-08-14T11:58:13.030Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20912026-08-14T11:58:13.096Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20922026-08-14T11:58:13.280Z Compiling rustix v0.38.44
20932026-08-14T11:58:13.803Z Compiling itertools v0.12.1
20942026-08-14T11:58:13.833Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20952026-08-14T11:58:14.010Z Compiling progenitor-impl v0.10.0
20962026-08-14T11:58:14.157Z Compiling sigpipe v0.1.3
20972026-08-14T11:58:14.185Z Compiling jiff v0.2.15
20982026-08-14T11:58:14.250Z Compiling const_format_proc_macros v0.2.34
20992026-08-14T11:58:14.756Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21002026-08-14T11:58:15.011Z Compiling zone v0.3.1
21012026-08-14T11:58:15.022Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21022026-08-14T11:58:16.322Z Compiling progenitor-macro v0.14.0
21032026-08-14T11:58:16.464Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21042026-08-14T11:58:16.697Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21052026-08-14T11:58:16.742Z Compiling nix v0.30.1
21062026-08-14T11:58:17.109Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21072026-08-14T11:58:17.479Z Compiling progenitor-macro v0.10.0
21082026-08-14T11:58:17.498Z Compiling snafu-derive v0.8.9
21092026-08-14T11:58:17.866Z Compiling secrecy v0.10.3
21102026-08-14T11:58:17.973Z Compiling smf v0.2.3
21112026-08-14T11:58:18.030Z Compiling async-recursion v1.1.1
21122026-08-14T11:58:18.125Z Compiling bstr v1.12.0
21132026-08-14T11:58:18.735Z Compiling whoami v1.6.1
21142026-08-14T11:58:18.932Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-08-14T11:58:19.697Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-08-14T11:58:20.639Z Compiling hmac v0.12.1
21172026-08-14T11:58:20.964Z Compiling inout v0.1.4
21182026-08-14T11:58:20.987Z Compiling ff v0.13.1
21192026-08-14T11:58:21.133Z Compiling crc8 v0.1.1
21202026-08-14T11:58:21.260Z Compiling data-encoding v2.9.0
21212026-08-14T11:58:21.545Z Compiling group v0.13.0
21222026-08-14T11:58:21.590Z Compiling cipher v0.4.4
21232026-08-14T11:58:21.817Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21242026-08-14T11:58:22.117Z Compiling hkdf v0.12.4
21252026-08-14T11:58:22.501Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21262026-08-14T11:58:22.555Z Compiling atomicwrites v0.4.4
21272026-08-14T11:58:22.662Z Compiling tokio-dtrace v0.1.1
21282026-08-14T11:58:23.068Z Compiling tabled_derive v0.7.0
21292026-08-14T11:58:23.434Z Compiling reqwest v0.13.2
21302026-08-14T11:58:23.438Z Compiling universal-hash v0.5.1
21312026-08-14T11:58:23.544Z Compiling crypto-bigint v0.5.5
21322026-08-14T11:58:23.574Z Compiling half v2.7.1
21332026-08-14T11:58:23.874Z Compiling base16ct v0.2.0
21342026-08-14T11:58:23.900Z Compiling opaque-debug v0.3.1
21352026-08-14T11:58:24.024Z Compiling indent_write v2.2.0
21362026-08-14T11:58:24.042Z Compiling base64ct v1.8.0
21372026-08-14T11:58:24.170Z Compiling ciborium-io v0.2.2
21382026-08-14T11:58:24.277Z Compiling password-hash v0.5.0
21392026-08-14T11:58:24.350Z Compiling ciborium-ll v0.2.2
21402026-08-14T11:58:24.585Z Compiling elliptic-curve v0.13.8
21412026-08-14T11:58:24.588Z Compiling progenitor-client v0.14.0
21422026-08-14T11:58:24.728Z Compiling poly1305 v0.8.0
21432026-08-14T11:58:25.287Z Compiling oxide-tokio-rt v0.1.2
21442026-08-14T11:58:25.502Z Compiling chacha20 v0.9.1
21452026-08-14T11:58:25.678Z Compiling similar v2.7.0
21462026-08-14T11:58:25.730Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-08-14T11:58:25.890Z Compiling thiserror-no-std v2.0.2
21482026-08-14T11:58:27.112Z Compiling blake2 v0.10.6
21492026-08-14T11:58:27.437Z Compiling aead v0.5.2
21502026-08-14T11:58:27.479Z Compiling strum_macros v0.28.0
21512026-08-14T11:58:27.825Z Compiling keccak v0.1.6
21522026-08-14T11:58:27.950Z Compiling resolv-conf v0.7.5
21532026-08-14T11:58:27.985Z Compiling linked-hash-map v0.5.6
21542026-08-14T11:58:28.094Z Compiling sha3 v0.10.8
21552026-08-14T11:58:28.177Z Compiling lru-cache v0.1.2
21562026-08-14T11:58:28.311Z Compiling chacha20poly1305 v0.10.1
21572026-08-14T11:58:28.404Z Compiling argon2 v0.5.3
21582026-08-14T11:58:28.457Z Compiling progenitor v0.14.0
21592026-08-14T11:58:28.599Z Compiling vsss-rs v3.3.4
21602026-08-14T11:58:28.707Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21612026-08-14T11:58:28.927Z Compiling ciborium v0.2.2
21622026-08-14T11:58:28.974Z Compiling hickory-proto v0.24.4
21632026-08-14T11:58:29.293Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21642026-08-14T11:58:29.375Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21652026-08-14T11:58:29.843Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21662026-08-14T11:58:29.874Z Compiling serde-big-array v0.5.1
21672026-08-14T11:58:29.886Z Compiling siphasher v1.0.1
21682026-08-14T11:58:30.128Z Compiling unicode-segmentation v1.12.0
21692026-08-14T11:58:30.230Z Compiling same-file v1.0.6
21702026-08-14T11:58:30.406Z Compiling walkdir v2.5.0
21712026-08-14T11:58:30.410Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21722026-08-14T11:58:30.543Z Compiling newline-converter v0.3.0
21732026-08-14T11:58:30.555Z Compiling phf_shared v0.12.1
21742026-08-14T11:58:30.665Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21752026-08-14T11:58:30.732Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21762026-08-14T11:58:30.853Z Compiling hickory-resolver v0.24.4
21772026-08-14T11:58:31.493Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-08-14T11:58:32.482Z Compiling newtype_derive v0.1.6
21792026-08-14T11:58:32.553Z Compiling owo-colors v4.3.0
21802026-08-14T11:58:32.567Z Compiling tokio-stream v0.1.17
21812026-08-14T11:58:32.960Z Compiling console v0.15.11
21822026-08-14T11:58:33.052Z Compiling csv-core v0.1.12
21832026-08-14T11:58:33.308Z Compiling foldhash v0.1.5
21842026-08-14T11:58:33.324Z Compiling swrite v0.1.0
21852026-08-14T11:58:33.328Z Compiling unicode-linebreak v0.1.5
21862026-08-14T11:58:33.393Z Compiling humantime v2.3.0
21872026-08-14T11:58:33.436Z Compiling termtree v0.5.1
21882026-08-14T11:58:33.490Z Compiling unicode-width v0.1.14
21892026-08-14T11:58:33.587Z Compiling smawk v0.3.2
21902026-08-14T11:58:33.673Z Compiling hashbrown v0.15.5
21912026-08-14T11:58:33.780Z Compiling textwrap v0.16.2
21922026-08-14T11:58:33.790Z Compiling expectorate v1.2.0
21932026-08-14T11:58:33.814Z Compiling csv v1.4.0
21942026-08-14T11:58:34.015Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21952026-08-14T11:58:34.215Z Compiling qorb v0.4.1
21962026-08-14T11:58:34.300Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-08-14T11:58:35.490Z Compiling phf v0.12.1
21982026-08-14T11:58:35.656Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21992026-08-14T11:58:36.268Z Compiling pin-project v1.1.10
22002026-08-14T11:58:36.354Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
22012026-08-14T11:58:36.379Z Compiling unicode-normalization v0.1.24
22022026-08-14T11:58:36.409Z Compiling libz-sys v1.1.22
22032026-08-14T11:58:36.738Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-08-14T11:58:37.721Z Compiling libsw-core v0.3.2
22052026-08-14T11:58:37.895Z Compiling highway v1.3.0
22062026-08-14T11:58:38.203Z Compiling fixedbitset v0.5.7
22072026-08-14T11:58:38.299Z Compiling fixedbitset v0.4.2
22082026-08-14T11:58:38.569Z Compiling petgraph v0.6.5
22092026-08-14T11:58:38.653Z Compiling petgraph v0.8.2
22102026-08-14T11:58:39.621Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-08-14T11:58:40.074Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-08-14T11:58:40.319Z Compiling progenitor v0.10.0
22132026-08-14T11:58:40.488Z Compiling libsw v3.5.0
22142026-08-14T11:58:41.089Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-08-14T11:58:42.005Z Compiling olpc-cjson v0.1.4
22162026-08-14T11:58:42.042Z Compiling libgit2-sys v0.17.0+1.8.1
22172026-08-14T11:58:42.312Z Compiling snafu v0.8.9
22182026-08-14T11:58:42.711Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-08-14T11:58:42.917Z Compiling chrono-tz v0.10.4
22202026-08-14T11:58:43.030Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-08-14T11:58:43.633Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-08-14T11:58:43.862Z Compiling papergrid v0.11.0
22232026-08-14T11:58:43.903Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-08-14T11:58:44.160Z Compiling strum v0.28.0
22252026-08-14T11:58:44.188Z Compiling globset v0.4.16
22262026-08-14T11:58:44.297Z Compiling const_format v0.2.34
22272026-08-14T11:58:44.602Z Compiling slog-dtrace v0.3.0
22282026-08-14T11:58:44.628Z Compiling cancel-safe-futures v0.1.5
22292026-08-14T11:58:44.932Z Compiling gethostname v0.5.0
22302026-08-14T11:58:45.079Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22312026-08-14T11:58:45.677Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22322026-08-14T11:58:45.932Z Compiling dropshot-api-manager-types v0.7.2
22332026-08-14T11:58:45.980Z Compiling bcs v0.1.6
22342026-08-14T11:58:46.289Z Compiling serde_plain v1.0.2
22352026-08-14T11:58:46.314Z Compiling cargo-platform v0.1.9
22362026-08-14T11:58:46.326Z Compiling pem v3.0.5
22372026-08-14T11:58:46.475Z Compiling tagptr v0.2.0
22382026-08-14T11:58:46.534Z Compiling linear-map v1.2.0
22392026-08-14T11:58:46.735Z Compiling typed-path v0.9.3
22402026-08-14T11:58:47.538Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22412026-08-14T11:58:48.177Z Compiling tough v0.20.0
22422026-08-14T11:58:48.768Z Compiling moka v0.12.11
22432026-08-14T11:58:48.780Z Compiling cargo_metadata v0.18.1
22442026-08-14T11:58:49.171Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-08-14T11:58:50.054Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-08-14T11:58:50.303Z Compiling tabled v0.15.0
22472026-08-14T11:58:50.374Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22482026-08-14T11:58:51.005Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-08-14T11:58:51.213Z Compiling git2 v0.19.0
22502026-08-14T11:58:53.002Z Compiling steno v0.4.1
22512026-08-14T11:58:54.089Z Compiling hickory-proto v0.25.2
22522026-08-14T11:58:54.101Z Compiling cookie v0.18.1
22532026-08-14T11:58:56.157Z Compiling hickory-resolver v0.25.2
22542026-08-14T11:58:56.804Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22552026-08-14T11:58:59.110Z Compiling vergen v8.3.2
22562026-08-14T11:59:00.720Z Compiling signal-hook v0.4.4
22572026-08-14T11:59:01.236Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22582026-08-14T11:59:01.383Z Compiling predicates-core v1.0.9
22592026-08-14T11:59:01.594Z Compiling mockall_derive v0.14.0
22602026-08-14T11:59:02.044Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22612026-08-14T11:59:02.129Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22622026-08-14T11:59:02.178Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22632026-08-14T11:59:02.389Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22642026-08-14T11:59:02.402Z Compiling sha2 v0.10.9
22652026-08-14T11:59:03.324Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22662026-08-14T11:59:04.004Z Compiling mockall v0.14.0
22672026-08-14T11:59:04.241Z Compiling yansi v1.0.1
22682026-08-14T11:59:04.244Z Compiling diff v0.1.13
22692026-08-14T11:59:04.549Z Compiling pretty_assertions v1.4.1
22702026-08-14T11:59:04.573Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22712026-08-14T11:59:05.678Z Compiling fs-err v3.1.2
22722026-08-14T11:59:05.725Z Compiling predicates v3.1.3
22732026-08-14T11:59:05.990Z Compiling predicates-tree v1.0.12
22742026-08-14T11:59:06.690Z Compiling git-stub v1.0.0
22752026-08-14T11:59:06.770Z Compiling filetime v0.2.26
22762026-08-14T11:59:06.970Z Compiling arrayvec v0.7.6
22772026-08-14T11:59:06.985Z Compiling arrayref v0.3.9
22782026-08-14T11:59:07.064Z Compiling is_ci v1.2.0
22792026-08-14T11:59:07.181Z Compiling fragile v2.0.1
22802026-08-14T11:59:07.220Z Compiling xattr v1.6.1
22812026-08-14T11:59:07.416Z Compiling constant_time_eq v0.3.1
22822026-08-14T11:59:07.496Z Compiling downcast v0.11.0
22832026-08-14T11:59:07.508Z Compiling blake3 v1.8.2
22842026-08-14T11:59:07.535Z Compiling tar v0.4.45
22852026-08-14T11:59:07.855Z Compiling toml v0.7.8
22862026-08-14T11:59:08.082Z Compiling supports-color v3.0.2
22872026-08-14T11:59:08.275Z Compiling git-stub-vcs v0.1.0
22882026-08-14T11:59:08.541Z Compiling signal-hook-tokio v0.4.0
22892026-08-14T11:59:08.657Z Compiling curl-sys v0.4.89+curl-8.20.0
22902026-08-14T11:59:08.950Z Compiling scuffle v0.1.0
22912026-08-14T11:59:09.863Z Compiling drift v0.2.0
22922026-08-14T11:59:10.501Z Compiling kstat-rs v0.2.4
22932026-08-14T11:59:10.712Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22942026-08-14T11:59:10.827Z Compiling topological-sort v0.2.2
22952026-08-14T11:59:10.987Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22962026-08-14T11:59:11.041Z Compiling hex-literal v1.1.0
22972026-08-14T11:59:11.172Z Compiling omicron-zone-package v0.12.2
22982026-08-14T11:59:11.235Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22992026-08-14T11:59:11.875Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23002026-08-14T11:59:13.143Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23012026-08-14T11:59:13.267Z Compiling dropshot-api-manager v0.7.2
23022026-08-14T11:59:14.008Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23032026-08-14T11:59:14.258Z Compiling curl v0.4.50
23042026-08-14T11:59:14.504Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23052026-08-14T11:59:14.526Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23062026-08-14T11:59:14.775Z Compiling iddqd v0.4.5
23072026-08-14T11:59:15.142Z Compiling internet-checksum v0.2.1
23082026-08-14T11:59:15.296Z Compiling search_path v0.1.4
23092026-08-14T11:59:15.618Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23102026-08-14T11:59:15.718Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23112026-08-14T11:59:18.888Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23122026-08-14T11:59:20.264Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23132026-08-14T12:00:04.197Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 17s
23142026-08-14T12:00:04.321Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
23152026-08-14T12:00:04.325Z
23162026-08-14T12:00:04.325Zrunning 5 tests
23172026-08-14T12:00:04.328Ztest fuse::tests::chip_revision_b1 ... ok
23182026-08-14T12:00:04.328Ztest fuse::tests::chip_revision_b0 ... ok
23192026-08-14T12:00:04.328Ztest fuse::tests::chip_revision_a0 ... ok
23202026-08-14T12:00:04.328Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23212026-08-14T12:00:04.328Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23222026-08-14T12:00:04.328Z
23232026-08-14T12:00:04.328Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-08-14T12:00:04.328Z
23252026-08-14T12:00:04.328Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23262026-08-14T12:00:04.332Z
23272026-08-14T12:00:04.332Zrunning 0 tests
23282026-08-14T12:00:04.332Z
23292026-08-14T12:00:04.332Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-08-14T12:00:04.332Z
23312026-08-14T12:00:04.332Z Running unittests src/lib.rs (target/debug/deps/asic-383fcf9cca2eddde)
23322026-08-14T12:00:04.332Z
23332026-08-14T12:00:04.332Zrunning 0 tests
23342026-08-14T12:00:04.332Z
23352026-08-14T12:00:04.332Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23362026-08-14T12:00:04.332Z
23372026-08-14T12:00:04.332Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
23382026-08-14T12:00:04.335Z
23392026-08-14T12:00:04.335Zrunning 11 tests
23402026-08-14T12:00:04.335Ztest nat::tests::test_vni ... ok
23412026-08-14T12:00:04.335Ztest network::tests::test_equal ... ok
23422026-08-14T12:00:04.335Ztest network::tests::test_eui64 ... ok
23432026-08-14T12:00:04.336Ztest network::tests::test_generate_ipv6_link_local ... ok
23442026-08-14T12:00:04.336Ztest network::tests::test_into ... ok
23452026-08-14T12:00:04.336Ztest network::tests::test_not_equal ... ok
23462026-08-14T12:00:04.336Ztest network::tests::test_parse ... ok
23472026-08-14T12:00:04.336Ztest network::tests::test_to_string ... ok
23482026-08-14T12:00:04.336Ztest ports::tests::port_ids_are_ascii ... ok
23492026-08-14T12:00:04.336Ztest test_purge ... ok
23502026-08-14T12:00:04.339Ztest illumos::test::address_exists_handles_missing_object ... ok
23512026-08-14T12:00:04.339Z
23522026-08-14T12:00:04.339Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23532026-08-14T12:00:04.339Z
23542026-08-14T12:00:04.339Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
23552026-08-14T12:00:04.343Z
23562026-08-14T12:00:04.343Zrunning 1 test
23572026-08-14T12:00:04.346Z -------
23582026-08-14T12:00:04.346Z Generating OpenAPI documents from API definitions ...
23592026-08-14T12:00:04.484Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23602026-08-14T12:00:04.552Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23612026-08-14T12:00:05.550Z -------
23622026-08-14T12:00:05.550Z Checking 12 OpenAPI documents...
23632026-08-14T12:00:05.550Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-08-14T12:00:05.550Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-08-14T12:00:05.553Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-08-14T12:00:05.553Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-08-14T12:00:05.554Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-08-14T12:00:05.554Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-08-14T12:00:05.554Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-08-14T12:00:05.554Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-08-14T12:00:05.554Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23722026-08-14T12:00:05.554Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23732026-08-14T12:00:05.554Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23742026-08-14T12:00:05.554Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23752026-08-14T12:00:05.554Z Fresh dpd "latest" symlink
23762026-08-14T12:00:05.554Z -------
23772026-08-14T12:00:05.554Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23782026-08-14T12:00:05.614Ztest test::test_apis_up_to_date ... ok
23792026-08-14T12:00:05.614Z
23802026-08-14T12:00:05.614Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
23812026-08-14T12:00:05.614Z
23822026-08-14T12:00:05.665Z Running unittests src/main.rs (target/debug/deps/dpd-69956902c61aa667)
23832026-08-14T12:00:05.671Z
23842026-08-14T12:00:05.671Zrunning 34 tests
23852026-08-14T12:00:05.674Ztest freemap::test_ordering ... ok
23862026-08-14T12:00:05.674Ztest config::tests::test_updates ... ok
23872026-08-14T12:00:05.674Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23882026-08-14T12:00:05.674Ztest freemap::test_split ... ok
23892026-08-14T12:00:05.674Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23902026-08-14T12:00:05.679Ztest macaddrs::tests::test_mac_offset ... ok
23912026-08-14T12:00:05.679Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23922026-08-14T12:00:05.679Ztest macaddrs::tests::test_parse_port_id ... ok
23932026-08-14T12:00:05.679Ztest nat::test_mapping ... ok
23942026-08-14T12:00:05.679ZAug 14 12:00:04.215 DEBG Aug 14 12:00:04.215created new freemap DEBG, unitcreated new freemap:, unitfreemap_test: freemap_test
23952026-08-14T12:00:05.679Z
23962026-08-14T12:00:05.679ZAug 14 12:00:04.215 DEBG initted freemap. size: 128, unit: freemap_testAug 14 12:00:04.215
23972026-08-14T12:00:05.679Z DEBG initted freemap. size: 128, unitAug 14 12:00:04.215: DEBGfreemap_test
23982026-08-14T12:00:05.679Zreset freemap, unitAug 14 12:00:04.215: Aug 14 12:00:04.215DEBG freemap_test
23992026-08-14T12:00:05.679ZDEBG created new freemapreset freemap, , unitunit:: freemap_testfreemap_test
24002026-08-14T12:00:05.679Z
24012026-08-14T12:00:05.679ZAug 14 12:00:04.215 DEBG initted freemap. size: 128, unit: freemap_test
24022026-08-14T12:00:05.679ZAug 14 12:00:04.215 DEBG reset freemap, unit: freemap_test
24032026-08-14T12:00:05.679Ztest freemap::test_exhaustion ... ok
24042026-08-14T12:00:05.679Ztest freemap::test_free ... ok
24052026-08-14T12:00:05.679Ztest freemap::test_basic ... ok
24062026-08-14T12:00:05.679ZAug 14 12:00:04.215 DEBG created new freemap, unit: freemap_test
24072026-08-14T12:00:05.679ZAug 14 12:00:04.215 DEBG initted freemap. size: 128, unit: freemap_test
24082026-08-14T12:00:05.679ZAug 14 12:00:04.215 DEBG reset freemap, unit: freemap_test
24092026-08-14T12:00:05.679Ztest port_map::tests::test_backplane_group ... ok
24102026-08-14T12:00:05.679Ztest freemap::test_reclaim ... ok
24112026-08-14T12:00:05.680Ztest port_map::tests::test_port_map ... ok
24122026-08-14T12:00:05.680Ztest port_map::tests::dump_map ... ok
24132026-08-14T12:00:05.680ZAug 14 12:00:04.215 DEBG created new freemap, unit: freemap_test
24142026-08-14T12:00:05.680ZAug 14 12:00:04.215 DEBG initted freemap. size: 8, unit: freemap_test
24152026-08-14T12:00:05.680ZAug 14 12:00:04.215 DEBG reset freemap, unit: freemap_test
24162026-08-14T12:00:05.680Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24172026-08-14T12:00:05.680ZAug 14 12:00:04.216 DEBG created new freemap, unit: freemap_test
24182026-08-14T12:00:05.680ZAug 14 12:00:04.216 DEBG initted freemap. size: 128, unit: freemap_test
24192026-08-14T12:00:05.680ZAug 14 12:00:04.216 DEBG reset freemap, unit: freemap_test
24202026-08-14T12:00:05.680ZAug 14 12:00:04.216 DEBG created new freemap, unit: freemap_route_ipv4
24212026-08-14T12:00:05.680ZAug 14 12:00:04.216 DEBG created new freemap, unit: freemap_route_ipv6
24222026-08-14T12:00:05.680ZAug 14 12:00:04.216 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24232026-08-14T12:00:05.680ZAug 14 12:00:04.216 DEBG reset freemap, unit: freemap_route_ipv4
24242026-08-14T12:00:05.680ZAug 14 12:00:04.216 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24252026-08-14T12:00:05.680ZAug 14 12:00:04.216 DEBG reset freemap, unit: freemap_route_ipv6
24262026-08-14T12:00:05.680ZAug 14 12:00:04.216 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24272026-08-14T12:00:05.680ZAug 14 12:00:04.216 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 } }]
24282026-08-14T12:00:05.680ZAug 14 12:00:04.216 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
24292026-08-14T12:00:05.680ZAug 14 12:00:04.216 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 } }]
24302026-08-14T12:00:05.680ZAug 14 12:00:04.216 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
24312026-08-14T12:00:05.680ZAug 14 12:00:04.216 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 } }]
24322026-08-14T12:00:05.680ZAug 14 12:00:04.216 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
24332026-08-14T12:00:05.680ZAug 14 12:00:04.216 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 } }]
24342026-08-14T12:00:05.680ZAug 14 12:00:04.216 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
24352026-08-14T12:00:05.680ZAug 14 12:00:04.216 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 } }]
24362026-08-14T12:00:05.680ZAug 14 12:00:04.216 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24372026-08-14T12:00:05.680ZAug 14 12:00:04.216 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 } }]
24382026-08-14T12:00:05.680ZAug 14 12:00:04.216 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24392026-08-14T12:00:05.680ZAug 14 12:00:04.216 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 } }]
24402026-08-14T12:00:05.680ZAug 14 12:00:04.216 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24412026-08-14T12:00:05.680ZAug 14 12:00:04.216 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 } }]
24422026-08-14T12:00:05.680ZAug 14 12:00:04.216 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24432026-08-14T12:00:05.680ZAug 14 12:00:04.216 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 } }]
24442026-08-14T12:00:05.680ZAug 14 12:00:04.216 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24452026-08-14T12:00:05.680ZAug 14 12:00:04.216 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 } }]
24462026-08-14T12:00:05.680ZAug 14 12:00:04.216 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24472026-08-14T12:00:05.680ZAug 14 12:00:04.216 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 } }]
24482026-08-14T12:00:05.680ZAug 14 12:00:04.216 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24492026-08-14T12:00:05.681ZAug 14 12:00:04.216 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 } }]
24502026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24512026-08-14T12:00:05.681ZAug 14 12:00:04.216 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 } }]
24522026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24532026-08-14T12:00:05.681ZAug 14 12:00:04.216 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 } }]
24542026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24552026-08-14T12:00:05.681ZAug 14 12:00:04.216 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 } }]
24562026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24572026-08-14T12:00:05.681ZAug 14 12:00:04.216 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 } }]
24582026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
24592026-08-14T12:00:05.681ZAug 14 12:00:04.216 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 } }]
24602026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24612026-08-14T12:00:05.681ZAug 14 12:00:04.216 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 } }]
24622026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
24632026-08-14T12:00:05.681ZAug 14 12:00:04.216 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 } }]
24642026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
24652026-08-14T12:00:05.681ZAug 14 12:00:04.216 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 } }]
24662026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
24672026-08-14T12:00:05.681ZAug 14 12:00:04.216 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 } }]
24682026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
24692026-08-14T12:00:05.681ZAug 14 12:00:04.216 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 } }]
24702026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
24712026-08-14T12:00:05.681ZAug 14 12:00:04.216 DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24722026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
24732026-08-14T12:00:05.681ZAug 14 12:00:04.216 DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24742026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
24752026-08-14T12:00:05.681ZAug 14 12:00:04.216 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 } }]
24762026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
24772026-08-14T12:00:05.681ZAug 14 12:00:04.216 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 } }]
24782026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
24792026-08-14T12:00:05.681ZAug 14 12:00:04.216 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 } }]
24802026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
24812026-08-14T12:00:05.681ZAug 14 12:00:04.216 DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24822026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
24832026-08-14T12:00:05.681ZAug 14 12:00:04.216 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 } }]
24842026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
24852026-08-14T12:00:05.681ZAug 14 12:00:04.216 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 } }]
24862026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
24872026-08-14T12:00:05.681ZAug 14 12:00:04.216 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 } }]
24882026-08-14T12:00:05.681ZAug 14 12:00:04.216 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
24892026-08-14T12:00:05.682ZAug 14 12:00:04.216 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 } }]
24902026-08-14T12:00:05.686ZAug 14 12:00:04.216 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
24912026-08-14T12:00:05.686ZAug 14 12:00:04.216 DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.216
24922026-08-14T12:00:05.686Z DEBG Aug 14 12:00:04.216created new freemap INFO, unitadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff:
24932026-08-14T12:00:05.686Z freemap_route_ipv4Aug 14 12:00:04.216Aug 14 12:00:04.216
24942026-08-14T12:00:05.686Ztest freemap::test_span ... ok
24952026-08-14T12:00:05.686Z 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 } }]created new freemap
24962026-08-14T12:00:05.686Z, unitAug 14 12:00:04.216: Aug 14 12:00:04.216freemap_route_ipv4 INFO
24972026-08-14T12:00:05.686ZDEBG created new freemapadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff,
24982026-08-14T12:00:05.686ZunitAug 14 12:00:04.216: DEBGfreemap_route_ipv6
24992026-08-14T12:00:05.686Zcreated new freemapAug 14 12:00:04.216, unitDEBG: 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 } }]freemap_route_ipv6
25002026-08-14T12:00:05.686Z
25012026-08-14T12:00:05.686Ztest api_server::tests::test_build_info ... ok
25022026-08-14T12:00:05.686ZAug 14 12:00:04.216 DEBGAug 14 12:00:04.216 Aug 14 12:00:04.216 DEBGinitted freemap. size: 64 , initted freemap. size: 64INFO, unitunit: : adding route 3fff:beef:1f::/64 -> 2001:db8::55:fffreemap_route_ipv4
25032026-08-14T12:00:05.686Z
25042026-08-14T12:00:05.686Zfreemap_route_ipv4
25052026-08-14T12:00:05.686ZAug 14 12:00:04.216Aug 14 12:00:04.216 Aug 14 12:00:04.216DEBG DEBG DEBGreset freemap , 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 } }]unit
25062026-08-14T12:00:05.686Z: reset freemapfreemap_route_ipv4,
25072026-08-14T12:00:05.686Zunit: freemap_route_ipv4
25082026-08-14T12:00:05.686ZAug 14 12:00:04.216 Aug 14 12:00:04.216INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
25092026-08-14T12:00:05.686Zinitted freemap. size: 64, Aug 14 12:00:04.217unit :DEBG Aug 14 12:00:04.216freemap_route_ipv6
25102026-08-14T12:00:05.686Zreplacing 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
25112026-08-14T12:00:05.686Z initted freemap. size: 64, unit:Aug 14 12:00:04.217 freemap_route_ipv6Aug 14 12:00:04.217DEBG
25122026-08-14T12:00:05.686Z reset freemapINFO, Aug 14 12:00:04.217unit adding route 3fff:beef:21::/64 -> 2001:db8::55:ff:DEBG freemap_route_ipv6reset freemap
25132026-08-14T12:00:05.686Z
25142026-08-14T12:00:05.687Ztest port_map::tests::parse_softnpu_revision ... ok
25152026-08-14T12:00:05.687Z, unit:Aug 14 12:00:04.217 freemap_route_ipv6INFOAug 14 12:00:04.217
25162026-08-14T12:00:05.687Z adding route 3fff:dead::/64 -> 2001:db8::55:1
25172026-08-14T12:00:05.687ZDEBG Aug 14 12:00:04.217replacing 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 } }]
25182026-08-14T12:00:05.687ZAug 14 12:00:04.217INFO Aug 14 12:00:04.217adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
25192026-08-14T12:00:05.687Z 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 } }]
25202026-08-14T12:00:05.687ZINFO Aug 14 12:00:04.217adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
25212026-08-14T12:00:05.687ZDEBG Aug 14 12:00:04.217replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
25222026-08-14T12:00:05.687ZAug 14 12:00:04.217INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
25232026-08-14T12:00:05.687Z Aug 14 12:00:04.217replacing 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
25242026-08-14T12:00:05.687Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:00:04.217
25252026-08-14T12:00:05.687Z DEBG Aug 14 12:00:04.217replacing 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:00:04.217
25262026-08-14T12:00:05.687ZINFO DEBG adding route 3fff:beef:23::/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 } }]
25272026-08-14T12:00:05.687Z
25282026-08-14T12:00:05.687ZAug 14 12:00:04.217 INFOAug 14 12:00:04.217 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBGAug 14 12:00:04.217
25292026-08-14T12:00:05.687Z replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
25302026-08-14T12:00:05.687Z adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 14 12:00:04.217
25312026-08-14T12:00:05.687Z DEBGAug 14 12:00:04.217 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
25322026-08-14T12:00:05.687Z Aug 14 12:00:04.217adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
25332026-08-14T12:00:05.687ZDEBGAug 14 12:00:04.217 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.217
25342026-08-14T12:00:05.687Z INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25352026-08-14T12:00:05.687ZAug 14 12:00:04.217replacing 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 } }]
25362026-08-14T12:00:05.687ZINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 14 12:00:04.217
25372026-08-14T12:00:05.687Z Aug 14 12:00:04.217DEBG 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 } }]
25382026-08-14T12:00:05.687Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
25392026-08-14T12:00:05.687ZAug 14 12:00:04.217 DEBGAug 14 12:00:04.217Aug 14 12:00:04.217 INFO 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 } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
25402026-08-14T12:00:05.687Z
25412026-08-14T12:00:05.687Z 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 } }]
25422026-08-14T12:00:05.687ZAug 14 12:00:04.217Aug 14 12:00:04.217 INFODEBG Aug 14 12:00:04.217replacing 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:2::/64 -> 2001:db8::55:ff
25432026-08-14T12:00:05.687ZINFO
25442026-08-14T12:00:05.687Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
25452026-08-14T12:00:05.687ZAug 14 12:00:04.217Aug 14 12:00:04.217 Aug 14 12:00:04.217INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG
25462026-08-14T12:00:05.687Z 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: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 } }]
25472026-08-14T12:00:05.687Z
25482026-08-14T12:00:05.687ZAug 14 12:00:04.217 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:00:04.217
25492026-08-14T12:00:05.687Z Aug 14 12:00:04.217INFO INFOAug 14 12:00:04.217adding route 3fff:beef:27::/64 -> 2001:db8::55:ff adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
25502026-08-14T12:00:05.687ZAug 14 12:00:04.217
25512026-08-14T12:00:05.687Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
25522026-08-14T12:00:05.687ZDEBGAug 14 12:00:04.217 created new freemapDEBGAug 14 12:00:04.217, Aug 14 12:00:04.217replacing 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 } }]
25532026-08-14T12:00:05.687ZDEBG DEBGunitreplacing 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 } }]:
25542026-08-14T12:00:05.688Z replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.217
25552026-08-14T12:00:05.688Zfreemap_route_ipv4
25562026-08-14T12:00:05.688ZINFO Aug 14 12:00:04.217adding route 3fff:beef:4::/64 -> 2001:db8::55:ff INFOAug 14 12:00:04.217
25572026-08-14T12:00:05.688Z Aug 14 12:00:04.217adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO
25582026-08-14T12:00:05.688Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
25592026-08-14T12:00:05.688ZDEBGAug 14 12:00:04.217 created new freemapDEBGAug 14 12:00:04.217 Aug 14 12:00:04.217 , 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 } }]DEBGunit
25602026-08-14T12:00:05.688Z: freemap_route_ipv6DEBG
25612026-08-14T12:00:05.688Z 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:00:04.217
25622026-08-14T12:00:05.688Z 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 } }]Aug 14 12:00:04.217 DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
25632026-08-14T12:00:05.688Z initted freemap. size: 64Aug 14 12:00:04.217
25642026-08-14T12:00:05.688ZAug 14 12:00:04.217 INFO, unit :adding route 3fff:beef:7::/64 -> 2001:db8::55:ff Aug 14 12:00:04.217
25652026-08-14T12:00:05.688Zfreemap_route_ipv4
25662026-08-14T12:00:05.688ZDEBG INFOreplacing 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:00:04.217
25672026-08-14T12:00:05.688Z DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 14 12:00:04.217
25682026-08-14T12:00:05.688ZAug 14 12:00:04.217replacing 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
25692026-08-14T12:00:05.688Z Aug 14 12:00:04.217adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
25702026-08-14T12:00:05.688Z DEBG reset freemapAug 14 12:00:04.217, replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit
25712026-08-14T12:00:05.688ZAug 14 12:00:04.217INFO 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 } }] freemap_route_ipv4
25722026-08-14T12:00:05.688Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
25732026-08-14T12:00:05.688Z
25742026-08-14T12:00:05.688ZAug 14 12:00:04.217Aug 14 12:00:04.217 Aug 14 12:00:04.217INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBGDEBGAug 14 12:00:04.217
25752026-08-14T12:00:05.688Z 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:00:04.217
25762026-08-14T12:00:05.688Zinitted freemap. size: 64 , unitDEBG: Aug 14 12:00:04.217 freemap_route_ipv6
25772026-08-14T12:00:05.688Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
25782026-08-14T12:00:05.688Z 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 } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
25792026-08-14T12:00:05.688ZAug 14 12:00:04.217Aug 14 12:00:04.217
25802026-08-14T12:00:05.688Z DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
25812026-08-14T12:00:05.688ZAug 14 12:00:04.217Aug 14 12:00:04.217, unit DEBGINFO:Aug 14 12:00:04.217 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 } }]freemap_route_ipv6INFO
25822026-08-14T12:00:05.688Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
25832026-08-14T12:00:05.688Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
25842026-08-14T12:00:05.688Z
25852026-08-14T12:00:05.688ZAug 14 12:00:04.217Aug 14 12:00:04.217Aug 14 12:00:04.217 DEBGINFODEBG 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:a::/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 } }]
25862026-08-14T12:00:05.688Z
25872026-08-14T12:00:05.688Z
25882026-08-14T12:00:05.688ZAug 14 12:00:04.217Aug 14 12:00:04.217 INFOAug 14 12:00:04.217 DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
25892026-08-14T12:00:05.688ZINFO 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:2c::/64 -> 2001:db8::55:ff
25902026-08-14T12:00:05.692Z
25912026-08-14T12:00:05.692ZAug 14 12:00:04.217Aug 14 12:00:04.217 INFODEBG Aug 14 12:00:04.217adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing 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 } }]
25922026-08-14T12:00:05.693ZDEBG
25932026-08-14T12:00:05.693Z 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 } }]
25942026-08-14T12:00:05.693ZAug 14 12:00:04.217Aug 14 12:00:04.217 DEBGINFO Aug 14 12:00:04.217replacing 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 } }]
25952026-08-14T12:00:05.693Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25962026-08-14T12:00:05.693ZINFO Aug 14 12:00:04.217adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 14 12:00:04.217
25972026-08-14T12:00:05.693Z 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:c::/64 -> 2001:db8::55:ffAug 14 12:00:04.217
25982026-08-14T12:00:05.693Z
25992026-08-14T12:00:05.693ZDEBG 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 } }]
26002026-08-14T12:00:05.693ZAug 14 12:00:04.217Aug 14 12:00:04.217 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:00:04.217
26012026-08-14T12:00:05.693Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
26022026-08-14T12:00:05.693ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 14 12:00:04.217
26032026-08-14T12:00:05.693Z Aug 14 12:00:04.217INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGAug 14 12:00:04.217
26042026-08-14T12:00:05.693Z 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
26052026-08-14T12:00:05.693Z replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.217
26062026-08-14T12:00:05.693Z Aug 14 12:00:04.217DEBG 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 } }]INFO
26072026-08-14T12:00:05.693Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 14 12:00:04.217
26082026-08-14T12:00:05.693Z Aug 14 12:00:04.217INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
26092026-08-14T12:00:05.693Z Aug 14 12:00:04.217adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
26102026-08-14T12:00:05.693ZDEBG 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:00:04.217
26112026-08-14T12:00:05.693Z Aug 14 12:00:04.217DEBG 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 } }]
26122026-08-14T12:00:05.693Zreplacing 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:00:04.217
26132026-08-14T12:00:05.693Z Aug 14 12:00:04.217INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO
26142026-08-14T12:00:05.693Z Aug 14 12:00:04.217adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
26152026-08-14T12:00:05.693ZINFO Aug 14 12:00:04.217adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26162026-08-14T12:00:05.693ZDEBGAug 14 12:00:04.217 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
26172026-08-14T12:00:05.693ZAug 14 12:00:04.217 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 } }]
26182026-08-14T12:00:05.693Zreplacing 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 } }]
26192026-08-14T12:00:05.693ZAug 14 12:00:04.217 INFOAug 14 12:00:04.217 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:00:04.217
26202026-08-14T12:00:05.693ZINFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff Aug 14 12:00:04.217adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26212026-08-14T12:00:05.693ZDEBG
26222026-08-14T12:00:05.693Z 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 } }]
26232026-08-14T12:00:05.693ZAug 14 12:00:04.217Aug 14 12:00:04.217 Aug 14 12:00:04.217 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 } }]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 } }]
26242026-08-14T12:00:05.693Z
26252026-08-14T12:00:05.693Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26262026-08-14T12:00:05.693ZAug 14 12:00:04.217Aug 14 12:00:04.217 Aug 14 12:00:04.217INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26272026-08-14T12:00:05.693Z 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
26282026-08-14T12:00:05.693Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 14 12:00:04.217Aug 14 12:00:04.217
26292026-08-14T12:00:05.693Z DEBG INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26302026-08-14T12:00:05.694ZAug 14 12:00:04.217adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26312026-08-14T12:00:05.694ZDEBG Aug 14 12:00:04.217replacing 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 } }]
26322026-08-14T12:00:05.694ZAug 14 12:00:04.217INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26332026-08-14T12:00:05.694Zreplacing 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:00:04.217
26342026-08-14T12:00:05.694Z INFO Aug 14 12:00:04.217adding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 14 12:00:04.217
26352026-08-14T12:00:05.694ZDEBG 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 } }]
26362026-08-14T12:00:05.694ZINFOAug 14 12:00:04.217 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 14 12:00:04.217
26372026-08-14T12:00:05.694ZDEBG INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26382026-08-14T12:00:05.694ZAug 14 12:00:04.217
26392026-08-14T12:00:05.694Z DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.217
26402026-08-14T12:00:05.694Z Aug 14 12:00:04.217INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 14 12:00:04.217
26412026-08-14T12:00:05.694Z 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
26422026-08-14T12:00:05.694ZAug 14 12:00:04.217adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26432026-08-14T12:00:05.694ZDEBG 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 } }]
26442026-08-14T12:00:05.694ZAug 14 12:00:04.217Aug 14 12:00:04.217 DEBGINFO Aug 14 12:00:04.217 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 } }]
26452026-08-14T12:00:05.694ZINFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26462026-08-14T12:00:05.694Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
26472026-08-14T12:00:05.694ZAug 14 12:00:04.217Aug 14 12:00:04.217Aug 14 12:00:04.217 DEBG 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 } }]DEBG
26482026-08-14T12:00:05.694Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
26492026-08-14T12:00:05.694Zreplacing 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:00:04.217
26502026-08-14T12:00:05.694Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 14 12:00:04.217Aug 14 12:00:04.217
26512026-08-14T12:00:05.694Z INFODEBG Aug 14 12:00:04.217replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1INFOAug 14 12:00:04.217
26522026-08-14T12:00:05.694Z
26532026-08-14T12:00:05.694Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
26542026-08-14T12:00:05.694Zreplacing 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 } }]
26552026-08-14T12:00:05.694ZAug 14 12:00:04.217Aug 14 12:00:04.217 Aug 14 12:00:04.217 DEBG INFO Aug 14 12:00:04.217replacing 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 } }] INFO
26562026-08-14T12:00:05.694Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26572026-08-14T12:00:05.694ZDEBG 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:14::/64 -> 2001:db8::55:ff
26582026-08-14T12:00:05.694Z
26592026-08-14T12:00:05.694ZAug 14 12:00:04.217 DEBGAug 14 12:00:04.217 Aug 14 12:00:04.217Aug 14 12:00:04.217 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26602026-08-14T12:00:05.694ZDEBG INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26612026-08-14T12:00:05.694Z Aug 14 12:00:04.217
26622026-08-14T12:00:05.694Zadding route 3fff:dead::/64 -> 2001:db8::55:1
26632026-08-14T12:00:05.694ZINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 14 12:00:04.217
26642026-08-14T12:00:05.694Z Aug 14 12:00:04.217INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 14 12:00:04.217
26652026-08-14T12:00:05.694ZAug 14 12:00:04.217 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
26662026-08-14T12:00:05.694ZAug 14 12:00:04.217replacing 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 } }]
26672026-08-14T12:00:05.694ZDEBGreplacing 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:00:04.217
26682026-08-14T12:00:05.694Z 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
26692026-08-14T12:00:05.695Z Aug 14 12:00:04.217Aug 14 12:00:04.217adding route 3fff:beef:38::/64 -> 2001:db8::55:ff INFO
26702026-08-14T12:00:05.695Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
26712026-08-14T12:00:05.695Z Aug 14 12:00:04.217adding route 3fff:dead::/64 -> 2001:db8::55:1
26722026-08-14T12:00:05.695ZAug 14 12:00:04.217Aug 14 12:00:04.217 INFODEBG DEBG adding route 3fff:beef:16::/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 } }]
26732026-08-14T12:00:05.695Z
26742026-08-14T12:00:05.695Z 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 } }]
26752026-08-14T12:00:05.695ZAug 14 12:00:04.217Aug 14 12:00:04.217Aug 14 12:00:04.217 Aug 14 12:00:04.217INFODEBG DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
26762026-08-14T12:00:05.695Z
26772026-08-14T12:00:05.695Z
26782026-08-14T12:00:05.695Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26792026-08-14T12:00:05.695ZAug 14 12:00:04.217 DEBGAug 14 12:00:04.217 Aug 14 12:00:04.217 Aug 14 12:00:04.217INFOINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26802026-08-14T12:00:05.695Z
26812026-08-14T12:00:05.695Zreplacing 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: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 } }]
26822026-08-14T12:00:05.695Z
26832026-08-14T12:00:05.695ZAug 14 12:00:04.217 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 } }]Aug 14 12:00:04.217Aug 14 12:00:04.217
26842026-08-14T12:00:05.695ZAug 14 12:00:04.217INFO DEBGINFO Aug 14 12:00:04.217replacing 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 } }]
26852026-08-14T12:00:05.695ZINFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
26862026-08-14T12:00:05.695Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
26872026-08-14T12:00:05.695Z
26882026-08-14T12:00:05.695ZAug 14 12:00:04.217 Aug 14 12:00:04.217INFOAug 14 12:00:04.217 Aug 14 12:00:04.217 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG 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 } }]
26892026-08-14T12:00:05.695Z 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 } }]
26902026-08-14T12:00:05.699Z
26912026-08-14T12:00:05.699Z Aug 14 12:00:04.217DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:00:04.217replacing 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 } }]
26922026-08-14T12:00:05.699ZAug 14 12:00:04.217
26932026-08-14T12:00:05.699Z INFOINFO Aug 14 12:00:04.217 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 14 12:00:04.217
26942026-08-14T12:00:05.699Z INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26952026-08-14T12:00:05.699ZAug 14 12:00:04.217
26962026-08-14T12:00:05.699Z
26972026-08-14T12:00:05.699ZDEBG Aug 14 12:00:04.217replacing 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:00:04.217
26982026-08-14T12:00:05.699Z DEBG Aug 14 12:00:04.217replacing 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
26992026-08-14T12:00:05.699Z Aug 14 12:00:04.217DEBG 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 } }]
27002026-08-14T12:00:05.699ZINFO Aug 14 12:00:04.217 INFOAug 14 12:00:04.217replacing 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 } }]
27012026-08-14T12:00:05.699ZDEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
27022026-08-14T12:00:05.699Zcreated new freemap, unit: freemap_route_ipv4Aug 14 12:00:04.218
27032026-08-14T12:00:05.699Z DEBG Aug 14 12:00:04.218replacing 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:00:04.218
27042026-08-14T12:00:05.700Z INFO DEBGAug 14 12:00:04.218 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 14 12:00:04.218created new freemap , INFO unit
27052026-08-14T12:00:05.700Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff:
27062026-08-14T12:00:05.700Z INFOfreemap_route_ipv6 Aug 14 12:00:04.218
27072026-08-14T12:00:05.700ZAug 14 12:00:04.218 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
27082026-08-14T12:00:05.700ZDEBGDEBG 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: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 } }]
27092026-08-14T12:00:05.700Z
27102026-08-14T12:00:05.700ZAug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218Aug 14 12:00:04.218DEBG INFOinitted freemap. size: 64 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO,
27112026-08-14T12:00:05.700Z unitDEBG:adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff freemap_route_ipv4
27122026-08-14T12:00:05.700Z
27132026-08-14T12:00:05.700Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.218
27142026-08-14T12:00:05.700Z DEBGAug 14 12:00:04.218 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:00:04.218DEBG
27152026-08-14T12:00:05.700Z 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
27162026-08-14T12:00:05.700Zreset freemapAug 14 12:00:04.218, Aug 14 12:00:04.218unitAug 14 12:00:04.218 :INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
27172026-08-14T12:00:05.700Z freemap_route_ipv4
27182026-08-14T12:00:05.700Zfailed to allocate space for the new target list
27192026-08-14T12:00:05.700Z
27202026-08-14T12:00:05.700ZAug 14 12:00:04.218 Aug 14 12:00:04.218DEBGAug 14 12:00:04.218 Aug 14 12:00:04.218DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27212026-08-14T12:00:05.700ZDEBG
27222026-08-14T12:00:05.700Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG
27232026-08-14T12:00:05.700Z initted freemap. size: 64Aug 14 12:00:04.218, INFOAug 14 12:00:04.218 unit :adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO
27242026-08-14T12:00:05.700Z freemap_route_ipv6adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
27252026-08-14T12:00:05.700Z
27262026-08-14T12:00:05.700ZAug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218DEBGDEBG reset freemapreplacing 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
27272026-08-14T12:00:05.700Z , 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 } }]unit
27282026-08-14T12:00:05.700Z:Aug 14 12:00:04.218 Aug 14 12:00:04.218INFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
27292026-08-14T12:00:05.700Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
27302026-08-14T12:00:05.700ZAug 14 12:00:04.218 Aug 14 12:00:04.218DEBG freemap_route_ipv6DEBG
27312026-08-14T12:00:05.700Z 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: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 } }]
27322026-08-14T12:00:05.700Z
27332026-08-14T12:00:05.700ZAug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218INFO INFOINFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
27342026-08-14T12:00:05.700Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
27352026-08-14T12:00:05.700Z
27362026-08-14T12:00:05.700ZAug 14 12:00:04.218 DEBG Aug 14 12:00:04.218Aug 14 12:00:04.218replacing 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 } }]
27372026-08-14T12:00:05.700ZDEBG DEBGreplacing 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 } }]
27382026-08-14T12:00:05.700Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:00:04.218
27392026-08-14T12:00:05.700Z INFOAug 14 12:00:04.218 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFOAug 14 12:00:04.218
27402026-08-14T12:00:05.700ZINFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
27412026-08-14T12:00:05.700Zadding route 3fff:dead::/64 -> 2001:db8::55:2
27422026-08-14T12:00:05.701ZAug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218 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:dead::/64 with: [NextHop { asic_port_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 } }]
27432026-08-14T12:00:05.701Z
27442026-08-14T12:00:05.701ZDEBG 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 } }]
27452026-08-14T12:00:05.701ZAug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218INFO INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff INFOadding route 3fff:dead::/64 -> 2001:db8::55:3
27462026-08-14T12:00:05.701Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27472026-08-14T12:00:05.701Z
27482026-08-14T12:00:05.701ZAug 14 12:00:04.218Aug 14 12:00:04.218Aug 14 12:00:04.218 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 } }]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 } }]
27492026-08-14T12:00:05.701ZDEBG
27502026-08-14T12:00:05.701Zreplacing 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 } }]
27512026-08-14T12:00:05.701ZAug 14 12:00:04.218 INFO Aug 14 12:00:04.218adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:00:04.218
27522026-08-14T12:00:05.701Z INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
27532026-08-14T12:00:05.701Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 14 12:00:04.218
27542026-08-14T12:00:05.701Z DEBG Aug 14 12:00:04.218replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]
27552026-08-14T12:00:05.701ZDEBGAug 14 12:00:04.218 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 } }]DEBG
27562026-08-14T12:00:05.701Z 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:00:04.218
27572026-08-14T12:00:05.701Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 14 12:00:04.218Aug 14 12:00:04.218
27582026-08-14T12:00:05.701Z INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
27592026-08-14T12:00:05.701Z
27602026-08-14T12:00:05.701ZAug 14 12:00:04.218Aug 14 12:00:04.218 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: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 } }]
27612026-08-14T12:00:05.701Z
27622026-08-14T12:00:05.701ZAug 14 12:00:04.218Aug 14 12:00:04.218 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
27632026-08-14T12:00:05.701Z
27642026-08-14T12:00:05.701ZAug 14 12:00:04.218 Aug 14 12:00:04.218DEBG DEBGreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27652026-08-14T12:00:05.701Zreplacing 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 } }]
27662026-08-14T12:00:05.701ZAug 14 12:00:04.218 Aug 14 12:00:04.218 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27672026-08-14T12:00:05.701ZINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
27682026-08-14T12:00:05.701ZAug 14 12:00:04.218 DEBG Aug 14 12:00:04.218replacing 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 } }]
27692026-08-14T12:00:05.701ZDEBG 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 } }]
27702026-08-14T12:00:05.701ZAug 14 12:00:04.218 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:00:04.218
27712026-08-14T12:00:05.701Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff INFO
27722026-08-14T12:00:05.701Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 14 12:00:04.218
27732026-08-14T12:00:05.701Z 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:00:04.218
27742026-08-14T12:00:05.701Z Aug 14 12:00:04.218DEBG 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 } }]Aug 14 12:00:04.218
27752026-08-14T12:00:05.701Z replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27762026-08-14T12:00:05.701Z Aug 14 12:00:04.218adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
27772026-08-14T12:00:05.701ZINFOAug 14 12:00:04.218 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
27782026-08-14T12:00:05.701Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
27792026-08-14T12:00:05.701ZAug 14 12:00:04.218Aug 14 12:00:04.218 DEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27802026-08-14T12:00:05.701Z
27812026-08-14T12:00:05.701ZAug 14 12:00:04.218 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 } }]Aug 14 12:00:04.218Aug 14 12:00:04.218
27822026-08-14T12:00:05.702Z INFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
27832026-08-14T12:00:05.702Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 14 12:00:04.218
27842026-08-14T12:00:05.702Z INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27852026-08-14T12:00:05.702ZAug 14 12:00:04.218Aug 14 12:00:04.218 DEBGAug 14 12:00:04.218DEBG 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
27862026-08-14T12:00:05.702Z replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27872026-08-14T12:00:05.702ZAug 14 12:00:04.218
27882026-08-14T12:00:05.702Z INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
27892026-08-14T12:00:05.702ZAug 14 12:00:04.218Aug 14 12:00:04.218 INFO INFOAug 14 12:00:04.218adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
27902026-08-14T12:00:05.706Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
27912026-08-14T12:00:05.706Z 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:00:04.218
27922026-08-14T12:00:05.706Z Aug 14 12:00:04.218DEBG 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 } }]
27932026-08-14T12:00:05.706ZDEBGAug 14 12:00:04.218 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27942026-08-14T12:00:05.706Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 14 12:00:04.218
27952026-08-14T12:00:05.706Z INFOAug 14 12:00:04.218 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 14 12:00:04.218
27962026-08-14T12:00:05.706Z INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
27972026-08-14T12:00:05.706ZAug 14 12:00:04.218replacing 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
27982026-08-14T12:00:05.706Z 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:00:04.218
27992026-08-14T12:00:05.706Z Aug 14 12:00:04.218DEBG 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 } }]
28002026-08-14T12:00:05.706Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 14 12:00:04.218
28012026-08-14T12:00:05.706Z INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
28022026-08-14T12:00:05.706ZAug 14 12:00:04.218 Aug 14 12:00:04.218INFO Aug 14 12:00:04.218adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
28032026-08-14T12:00:05.706Z DEBGreplacing 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 } }]
28042026-08-14T12:00:05.706Zreplacing 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 } }]
28052026-08-14T12:00:05.706ZAug 14 12:00:04.218Aug 14 12:00:04.218Aug 14 12:00:04.218 DEBG INFO 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 } }]INFO
28062026-08-14T12:00:05.706Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
28072026-08-14T12:00:05.706Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
28082026-08-14T12:00:05.706ZAug 14 12:00:04.218Aug 14 12:00:04.218 INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 14 12:00:04.218replacing 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 } }]
28092026-08-14T12:00:05.706Z
28102026-08-14T12:00:05.706ZDEBG 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 } }]
28112026-08-14T12:00:05.706ZAug 14 12:00:04.218Aug 14 12:00:04.218 INFOAug 14 12:00:04.218DEBG adding route 3fff:beef:15::/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 } }]
28122026-08-14T12:00:05.706Z
28132026-08-14T12:00:05.706ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
28142026-08-14T12:00:05.706ZAug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218DEBGINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
28152026-08-14T12:00:05.706Zreplacing 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 } }]
28162026-08-14T12:00:05.707Z
28172026-08-14T12:00:05.707ZAug 14 12:00:04.218Aug 14 12:00:04.218Aug 14 12:00:04.218 DEBGINFO 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 } }]INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
28182026-08-14T12:00:05.707Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
28192026-08-14T12:00:05.707Z
28202026-08-14T12:00:05.707ZAug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218 INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
28212026-08-14T12:00:05.707Z 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: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 } }]
28222026-08-14T12:00:05.707Z
28232026-08-14T12:00:05.707ZAug 14 12:00:04.218 DEBGAug 14 12:00:04.218Aug 14 12:00:04.218 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 } }]
28242026-08-14T12:00:05.707ZINFO INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
28252026-08-14T12:00:05.707Z
28262026-08-14T12:00:05.707ZAug 14 12:00:04.218 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 14 12:00:04.218
28272026-08-14T12:00:05.707Z Aug 14 12:00:04.218DEBG 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
28282026-08-14T12:00:05.707Z 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 } }]
28292026-08-14T12:00:05.707ZAug 14 12:00:04.218 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 } }]
28302026-08-14T12:00:05.707ZAug 14 12:00:04.218Aug 14 12:00:04.218 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
28312026-08-14T12:00:05.707Z
28322026-08-14T12:00:05.707ZAug 14 12:00:04.218Aug 14 12:00:04.218 DEBGDEBG 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 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 } }]
28332026-08-14T12:00:05.707Z
28342026-08-14T12:00:05.707ZAug 14 12:00:04.218Aug 14 12:00:04.218 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
28352026-08-14T12:00:05.707Z
28362026-08-14T12:00:05.707ZAug 14 12:00:04.218Aug 14 12:00:04.218 DEBGDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
28372026-08-14T12:00:05.707Z
28382026-08-14T12:00:05.707ZAug 14 12:00:04.218Aug 14 12:00:04.218 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
28392026-08-14T12:00:05.707Z
28402026-08-14T12:00:05.707ZAug 14 12:00:04.218Aug 14 12:00:04.218 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 } }]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 } }]
28412026-08-14T12:00:05.707Z
28422026-08-14T12:00:05.707ZAug 14 12:00:04.218Aug 14 12:00:04.218 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
28432026-08-14T12:00:05.707Z
28442026-08-14T12:00:05.707ZAug 14 12:00:04.218Aug 14 12:00:04.218 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 } }]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 } }]
28452026-08-14T12:00:05.707Z
28462026-08-14T12:00:05.707ZAug 14 12:00:04.218Aug 14 12:00:04.218 INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
28472026-08-14T12:00:05.707Z
28482026-08-14T12:00:05.707ZAug 14 12:00:04.218Aug 14 12:00:04.218 DEBGDEBG 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 } }]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 } }]
28492026-08-14T12:00:05.707Z
28502026-08-14T12:00:05.707ZAug 14 12:00:04.218Aug 14 12:00:04.218 INFOAug 14 12:00:04.218 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
28512026-08-14T12:00:05.707Z
28522026-08-14T12:00:05.707Z
28532026-08-14T12:00:05.707ZAug 14 12:00:04.218Aug 14 12:00:04.218Aug 14 12:00:04.218 DEBGDEBG DEBGreplacing 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 } }]
28542026-08-14T12:00:05.708Zreplacing 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 } }]
28552026-08-14T12:00:05.708Zreplacing 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 } }]
28562026-08-14T12:00:05.708ZAug 14 12:00:04.218Aug 14 12:00:04.218 INFOAug 14 12:00:04.218 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO
28572026-08-14T12:00:05.708Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
28582026-08-14T12:00:05.708Z
28592026-08-14T12:00:05.708ZAug 14 12:00:04.218 DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.218
28602026-08-14T12:00:05.708Z Aug 14 12:00:04.218DEBG 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 } }]
28612026-08-14T12:00:05.708Zreplacing 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:00:04.218
28622026-08-14T12:00:05.708Z INFO Aug 14 12:00:04.218adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
28632026-08-14T12:00:05.708ZAug 14 12:00:04.218INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFOAug 14 12:00:04.218 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
28642026-08-14T12:00:05.708ZDEBG
28652026-08-14T12:00:05.708Zreplacing 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 } }]
28662026-08-14T12:00:05.708ZAug 14 12:00:04.218 Aug 14 12:00:04.218Aug 14 12:00:04.218DEBG 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 } }]
28672026-08-14T12:00:05.708Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
28682026-08-14T12:00:05.708ZDEBG 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 } }]
28692026-08-14T12:00:05.708ZAug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO
28702026-08-14T12:00:05.708Z
28712026-08-14T12:00:05.708Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
28722026-08-14T12:00:05.708ZAug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff 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 } }]
28732026-08-14T12:00:05.708ZAug 14 12:00:04.218
28742026-08-14T12:00:05.708ZDEBG 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
28752026-08-14T12:00:05.708Z Aug 14 12:00:04.218Aug 14 12:00:04.218created new freemap Aug 14 12:00:04.218DEBG, 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 } }]unit
28762026-08-14T12:00:05.708Z: adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
28772026-08-14T12:00:05.708Z freemap_route_ipv4Aug 14 12:00:04.218adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
28782026-08-14T12:00:05.708ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
28792026-08-14T12:00:05.708Z
28802026-08-14T12:00:05.708ZAug 14 12:00:04.218Aug 14 12:00:04.218 Aug 14 12:00:04.218DEBGAug 14 12:00:04.218 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 } }]DEBGcreated new 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 } }] ,
28812026-08-14T12:00:05.708Zunit
28822026-08-14T12:00:05.708Z: freemap_route_ipv6
28832026-08-14T12:00:05.708ZAug 14 12:00:04.219 Aug 14 12:00:04.219INFOreplacing 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:00:04.219 INFODEBG
28842026-08-14T12:00:05.708Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffinitted freemap. size: 64
28852026-08-14T12:00:05.708Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff,
28862026-08-14T12:00:05.708Zunit: Aug 14 12:00:04.219freemap_route_ipv4
28872026-08-14T12:00:05.708ZINFOAug 14 12:00:04.219 Aug 14 12:00:04.219DEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing 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 } }]
28882026-08-14T12:00:05.708ZAug 14 12:00:04.219
28892026-08-14T12:00:05.708Z DEBG DEBG Aug 14 12:00:04.219reset freemapAug 14 12:00:04.219replacing 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 } }] INFODEBG
28902026-08-14T12:00:05.716Z, unitadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff: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 } }]
28912026-08-14T12:00:05.716Z
28922026-08-14T12:00:05.716Z freemap_route_ipv4
28932026-08-14T12:00:05.716ZAug 14 12:00:04.219Aug 14 12:00:04.219Aug 14 12:00:04.219 Aug 14 12:00:04.219 INFO INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
28942026-08-14T12:00:05.716Z
28952026-08-14T12:00:05.716ZDEBGreplacing 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 } }]
28962026-08-14T12:00:05.716Z initted freemap. size: 64, Aug 14 12:00:04.219unitAug 14 12:00:04.219 :DEBG Aug 14 12:00:04.219INFOreplacing 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 } }]freemap_route_ipv6
28972026-08-14T12:00:05.716Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
28982026-08-14T12:00:05.716Z
28992026-08-14T12:00:05.716ZDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.219
29002026-08-14T12:00:05.716ZAug 14 12:00:04.219 Aug 14 12:00:04.219 INFODEBGDEBG Aug 14 12:00:04.219 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff reset freemap
29012026-08-14T12:00:05.716Zreplacing 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
29022026-08-14T12:00:05.716Z:INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:fffreemap_route_ipv6Aug 14 12:00:04.219
29032026-08-14T12:00:05.716Z
29042026-08-14T12:00:05.716Z DEBGAug 14 12:00:04.219 Aug 14 12:00:04.219replacing 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
29052026-08-14T12:00:05.716Z INFOAug 14 12:00:04.219 adding route 172.16.0.0/32 -> 10.0.0.1
29062026-08-14T12:00:05.716ZDEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff 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 } }]
29072026-08-14T12:00:05.716Z
29082026-08-14T12:00:05.716ZAug 14 12:00:04.219Aug 14 12:00:04.219 Aug 14 12:00:04.219INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
29092026-08-14T12:00:05.716ZAug 14 12:00:04.219replacing 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 } }]
29102026-08-14T12:00:05.716ZDEBG 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
29112026-08-14T12:00:05.716ZAug 14 12:00:04.219Aug 14 12:00:04.219 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29122026-08-14T12:00:05.716Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
29132026-08-14T12:00:05.716Z
29142026-08-14T12:00:05.716ZAug 14 12:00:04.219 INFO Aug 14 12:00:04.219adding route 172.16.0.0/32 -> 10.0.0.2 Aug 14 12:00:04.219Aug 14 12:00:04.219
29152026-08-14T12:00:05.716Z DEBGINFO 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 } }]
29162026-08-14T12:00:05.716ZAug 14 12:00:04.219adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 14 12:00:04.219
29172026-08-14T12:00:05.716Z DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBGcreated new freemapAug 14 12:00:04.219Aug 14 12:00:04.219
29182026-08-14T12:00:05.717Z INFO , replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunit
29192026-08-14T12:00:05.717Z:Aug 14 12:00:04.219 DEBG
29202026-08-14T12:00:05.717Z Aug 14 12:00:04.219INFO freemap_route_ipv4DEBG
29212026-08-14T12:00:05.717Z replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
29222026-08-14T12:00:05.717Zadding route 172.16.0.0/32 -> 10.0.0.3
29232026-08-14T12:00:05.717Z
29242026-08-14T12:00:05.717ZAug 14 12:00:04.219 Aug 14 12:00:04.219Aug 14 12:00:04.219DEBG Aug 14 12:00:04.219INFO DEBGINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 14 12:00:04.219replacing 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 } }]
29252026-08-14T12:00:05.717Z
29262026-08-14T12:00:05.717Z DEBGfailed to allocate space for the new target list created new freemapadding route 3fff:beef:32::/64 -> 2001:db8::55:ff, Aug 14 12:00:04.219
29272026-08-14T12:00:05.717Z
29282026-08-14T12:00:05.717Z Aug 14 12:00:04.219Aug 14 12:00:04.219 Aug 14 12:00:04.219DEBGINFO 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 } }]DEBGadding route 172.16.0.0/32 -> 10.0.0.4
29292026-08-14T12:00:05.717Z
29302026-08-14T12:00:05.717Zreplacing 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
29312026-08-14T12:00:05.717ZunitAug 14 12:00:04.219: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:00:04.219INFO Aug 14 12:00:04.219freemap_route_ipv6INFO
29322026-08-14T12:00:05.717Z
29332026-08-14T12:00:05.717Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
29342026-08-14T12:00:05.717ZDEBGadding route 3fff:beef:33::/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 } }, 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:00:04.219
29352026-08-14T12:00:05.717ZAug 14 12:00:04.219
29362026-08-14T12:00:05.717Z DEBG 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 } }]
29372026-08-14T12:00:05.717ZAug 14 12:00:04.219initted freemap. size: 64 , DEBGAug 14 12:00:04.219Aug 14 12:00:04.219unit : INFO INFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
29382026-08-14T12:00:05.717Zfreemap_route_ipv4adding route 172.17.0.0/32 -> 10.0.0.255
29392026-08-14T12:00:05.717Z
29402026-08-14T12:00:05.717Z
29412026-08-14T12:00:05.717ZAug 14 12:00:04.219 INFOAug 14 12:00:04.219Aug 14 12:00:04.219 Aug 14 12:00:04.219 DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ff DEBGDEBG
29422026-08-14T12:00:05.717Zreplacing 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 } }]
29432026-08-14T12:00:05.717Z 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 } }]reset freemapAug 14 12:00:04.219,
29442026-08-14T12:00:05.717ZAug 14 12:00:04.219 unit DEBGINFO : replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.219adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
29452026-08-14T12:00:05.717Z
29462026-08-14T12:00:05.717ZINFOfreemap_route_ipv4
29472026-08-14T12:00:05.717ZAug 14 12:00:04.219adding route 172.17.0.1/32 -> 10.0.0.255 Aug 14 12:00:04.219
29482026-08-14T12:00:05.717Z DEBGINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
29492026-08-14T12:00:05.717Zreplacing 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:00:04.219
29502026-08-14T12:00:05.717Z Aug 14 12:00:04.219DEBGAug 14 12:00:04.219 Aug 14 12:00:04.219 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 } }]INFO
29512026-08-14T12:00:05.717Z adding route 3fff:beef:2b::/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 } }]
29522026-08-14T12:00:05.717Z
29532026-08-14T12:00:05.717Ztest route::tests::identity_replace_is_noop ... ok
29542026-08-14T12:00:05.717ZAug 14 12:00:04.219 INFODEBG adding route 172.17.0.2/32 -> 10.0.0.255Aug 14 12:00:04.219
29552026-08-14T12:00:05.717Z initted freemap. size: 64Aug 14 12:00:04.219INFO, unitDEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff:
29562026-08-14T12:00:05.717Z 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 } }]freemap_route_ipv6
29572026-08-14T12:00:05.718Z
29582026-08-14T12:00:05.718ZAug 14 12:00:04.219 DEBG Aug 14 12:00:04.219Aug 14 12:00:04.219 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 } }] DEBGINFO
29592026-08-14T12:00:05.718Z reset freemapAug 14 12:00:04.219, adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff unitDEBGAug 14 12:00:04.219
29602026-08-14T12:00:05.718Z INFOreplacing 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 3fff:beef:37::/64 -> 2001:db8::55:ff
29612026-08-14T12:00:05.718ZAug 14 12:00:04.220Aug 14 12:00:04.219 DEBGDEBG created new freemapcreated new freemap, unit, :unit :freemap_route_ipv4
29622026-08-14T12:00:05.718Zfreemap_route_ipv4Aug 14 12:00:04.225Aug 14 12:00:04.220
29632026-08-14T12:00:05.718Z DEBG DEBGcreated new freemap replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
29642026-08-14T12:00:05.718ZunitAug 14 12:00:04.225: DEBGfreemap_route_ipv4
29652026-08-14T12:00:05.718Zcreated new freemap, unitAug 14 12:00:04.225: DEBGfreemap_route_ipv6: freemap_route_ipv6 created new freemap,
29662026-08-14T12:00:05.718Z
29672026-08-14T12:00:05.718Zunit:Aug 14 12:00:04.225 freemap_route_ipv6DEBG
29682026-08-14T12:00:05.718Z Aug 14 12:00:04.225Aug 14 12:00:04.220created new freemap Aug 14 12:00:04.225Aug 14 12:00:04.225DEBG, unit :created new freemap , Aug 14 12:00:04.225DEBG unitfreemap_route_ipv6INFO
29692026-08-14T12:00:05.718Z: DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
29702026-08-14T12:00:05.718ZINFOinitted freemap. size: 64 , adding route 172.16.0.0/32 -> 10.0.0.1initted freemap. size: 64unitfreemap_route_ipv4Aug 14 12:00:04.225, :
29712026-08-14T12:00:05.718Z
29722026-08-14T12:00:05.718ZAug 14 12:00:04.225 freemap_route_ipv4unit
29732026-08-14T12:00:05.718Z :Aug 14 12:00:04.225 DEBGAug 14 12:00:04.225 freemap_route_ipv4replacing 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
29742026-08-14T12:00:05.718ZAug 14 12:00:04.225
29752026-08-14T12:00:05.718ZDEBGDEBGcreated new freemap Aug 14 12:00:04.225Aug 14 12:00:04.225, DEBGunit reset freemap , INFO:replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] DEBGfreemap_route_ipv6
29762026-08-14T12:00:05.718Z reset freemap unit
29772026-08-14T12:00:05.718Z: adding route 3fff:beef:39::/64 -> 2001:db8::55:ffinitted freemap. size: 64, Aug 14 12:00:04.225unit:freemap_route_ipv4
29782026-08-14T12:00:05.718Z
29792026-08-14T12:00:05.718Zfreemap_route_ipv4
29802026-08-14T12:00:05.718ZINFO, unit Aug 14 12:00:04.225: freemap_route_ipv4adding route 172.16.0.0/32 -> 10.0.0.2Aug 14 12:00:04.225 Aug 14 12:00:04.225Aug 14 12:00:04.225
29812026-08-14T12:00:05.718ZDEBG
29822026-08-14T12:00:05.718Z initted freemap. size: 64 Aug 14 12:00:04.225DEBG DEBGAug 14 12:00:04.225, DEBG DEBG unit :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 } }] initted freemap. size: 64freemap_route_ipv6initted freemap. size: 64
29832026-08-14T12:00:05.718Z,
29842026-08-14T12:00:05.718Zunit:, unit 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 } }]:
29852026-08-14T12:00:05.718Z freemap_route_ipv4DEBG
29862026-08-14T12:00:05.718ZAug 14 12:00:04.225freemap_route_ipv6
29872026-08-14T12:00:05.718ZDEBGAug 14 12:00:04.225reset freemap Aug 14 12:00:04.225 DEBGINFO reset freemapadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff,
29882026-08-14T12:00:05.718Zunit: freemap_route_ipv4
29892026-08-14T12:00:05.718ZAug 14 12:00:04.225 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:00:04.225
29902026-08-14T12:00:05.723Z DEBG initted freemap. size: 64, Aug 14 12:00:04.225unit :INFO freemap_route_ipv6adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
29912026-08-14T12:00:05.723Z
29922026-08-14T12:00:05.723ZAug 14 12:00:04.225Aug 14 12:00:04.225 DEBGDEBG reset freemapreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
29932026-08-14T12:00:05.723Zunit: freemap_route_ipv6
29942026-08-14T12:00:05.723ZAug 14 12:00:04.225 INFOAug 14 12:00:04.225 Aug 14 12:00:04.225INFO
29952026-08-14T12:00:05.723Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
29962026-08-14T12:00:05.723Zadding route 172.16.0.0/32 -> 10.0.0.3INFO
29972026-08-14T12:00:05.723Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:00:04.225
29982026-08-14T12:00:05.723Z Aug 14 12:00:04.225 Aug 14 12:00:04.225DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.225
29992026-08-14T12:00:05.723Z DEBG DEBGreset freemap Aug 14 12:00:04.225, Aug 14 12:00:04.225unit :INFOadding route 172.17.0.3/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 } }] adding route 3fff:beef:3d::/64 -> 2001:db8::55:fffreemap_route_ipv6
30002026-08-14T12:00:05.723ZDEBG
30012026-08-14T12:00:05.723Z
30022026-08-14T12:00:05.723Z
30032026-08-14T12:00:05.723Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
30042026-08-14T12:00:05.723ZAug 14 12:00:04.225 Aug 14 12:00:04.225Aug 14 12:00:04.225DEBG INFOreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.225
30052026-08-14T12:00:05.723ZAug 14 12:00:04.225DEBG INFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
30062026-08-14T12:00:05.723ZAug 14 12:00:04.225
30072026-08-14T12:00:05.723Z INFOadding route 172.16.0.0/32 -> 10.0.0.4
30082026-08-14T12:00:05.723ZDEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 14 12:00:04.225Aug 14 12:00:04.225
30092026-08-14T12:00:05.723Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }] DEBGINFO Aug 14 12:00:04.225 adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
30102026-08-14T12:00:05.723ZAug 14 12:00:04.225
30112026-08-14T12:00:05.723Z
30122026-08-14T12:00:05.723Z 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 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:00:04.225
30132026-08-14T12:00:05.723ZAug 14 12:00:04.225
30142026-08-14T12:00:05.723ZINFOAug 14 12:00:04.225DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
30152026-08-14T12:00:05.723Z 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 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:00:04.225
30162026-08-14T12:00:05.723Z
30172026-08-14T12:00:05.723Z INFOAug 14 12:00:04.225 adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 14 12:00:04.225
30182026-08-14T12:00:05.724Z DEBGINFO adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
30192026-08-14T12:00:05.724ZAug 14 12:00:04.225
30202026-08-14T12:00:05.724Z DEBG Aug 14 12:00:04.225replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:00:04.225INFO DEBGreset freemapadding route 3fff:dead::/64 -> 2001:db8::55:1 ,
30212026-08-14T12:00:05.724Zunit
30222026-08-14T12:00:05.724Z: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 } }]
30232026-08-14T12:00:05.724Zfreemap_route_ipv6
30242026-08-14T12:00:05.724ZAug 14 12:00:04.225Aug 14 12:00:04.225 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
30252026-08-14T12:00:05.724Z
30262026-08-14T12:00:05.724ZAug 14 12:00:04.225 INFO Aug 14 12:00:04.225adding route 172.17.0.6/32 -> 10.0.0.255
30272026-08-14T12:00:05.724ZDEBGAug 14 12:00:04.225 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 } }]INFOAug 14 12:00:04.225
30282026-08-14T12:00:05.724Zadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
30292026-08-14T12:00:05.724Z 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 } }]
30302026-08-14T12:00:05.724Z, Aug 14 12:00:04.225unit :Aug 14 12:00:04.225DEBG Aug 14 12:00:04.225 failed to allocate space for the new target listAug 14 12:00:04.225freemap_route_ipv4
30312026-08-14T12:00:05.724Z
30322026-08-14T12:00:05.724ZINFO INFOadding route 172.16.0.0/32 -> 10.0.0.1DEBG
30332026-08-14T12:00:05.724Z Aug 14 12:00:04.225 DEBGadding route 172.17.0.7/32 -> 10.0.0.255 initted freemap. size: 64
30342026-08-14T12:00:05.724Z, unit: 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 } }]
30352026-08-14T12:00:05.724ZAug 14 12:00:04.225Aug 14 12:00:04.225 INFODEBG adding route 3fff:beef::/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 } }]
30362026-08-14T12:00:05.724Z
30372026-08-14T12:00:05.724Zfreemap_route_ipv6Aug 14 12:00:04.225
30382026-08-14T12:00:05.724Z Aug 14 12:00:04.225Aug 14 12:00:04.225Aug 14 12:00:04.225 DEBG DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
30392026-08-14T12:00:05.724Z replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
30402026-08-14T12:00:05.724Zreset freemap
30412026-08-14T12:00:05.724Z, Aug 14 12:00:04.225unit :INFOAug 14 12:00:04.225 freemap_route_ipv6 Aug 14 12:00:04.225adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
30422026-08-14T12:00:05.724Z
30432026-08-14T12:00:05.724ZINFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255
30442026-08-14T12:00:05.724Zreplacing 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:00:04.225
30452026-08-14T12:00:05.724ZAug 14 12:00:04.225 INFODEBG 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
30462026-08-14T12:00:05.724ZAug 14 12:00:04.225Aug 14 12:00:04.225 INFODEBG
30472026-08-14T12:00:05.724Z 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:00:04.225
30482026-08-14T12:00:05.724Z adding route 172.17.0.0/32 -> 10.0.0.255Aug 14 12:00:04.225INFO
30492026-08-14T12:00:05.724Z DEBGAug 14 12:00:04.225 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 } }]INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
30502026-08-14T12:00:05.724Z
30512026-08-14T12:00:05.724Zadding route 172.17.0.9/32 -> 10.0.0.255
30522026-08-14T12:00:05.724ZAug 14 12:00:04.225Aug 14 12:00:04.225Aug 14 12:00:04.225 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 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
30532026-08-14T12:00:05.724Z
30542026-08-14T12:00:05.724Z
30552026-08-14T12:00:05.724ZAug 14 12:00:04.225Aug 14 12:00:04.225Aug 14 12:00:04.225 Aug 14 12:00:04.225 INFO 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 } }]
30562026-08-14T12:00:05.724Zadding route 172.17.0.10/32 -> 10.0.0.255
30572026-08-14T12:00:05.725Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
30582026-08-14T12:00:05.725ZDEBGAug 14 12:00:04.225 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 } }]
30592026-08-14T12:00:05.725Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:00:04.225
30602026-08-14T12:00:05.725Z Aug 14 12:00:04.225DEBG 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 } }]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:00:04.225
30612026-08-14T12:00:05.725Z
30622026-08-14T12:00:05.725ZINFO Aug 14 12:00:04.225adding route 172.17.0.1/32 -> 10.0.0.255
30632026-08-14T12:00:05.725ZDEBGAug 14 12:00:04.225Aug 14 12:00:04.225 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 } }]
30642026-08-14T12:00:05.725Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFOAug 14 12:00:04.225
30652026-08-14T12:00:05.725Zadding route 172.17.0.11/32 -> 10.0.0.255DEBG
30662026-08-14T12:00:05.725ZAug 14 12:00:04.225 INFOAug 14 12:00:04.225replacing 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:00:04.225 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
30672026-08-14T12:00:05.725Z
30682026-08-14T12:00:05.725Z 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 } }]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 } }]
30692026-08-14T12:00:05.725Z
30702026-08-14T12:00:05.725ZAug 14 12:00:04.231Aug 14 12:00:04.231 INFOAug 14 12:00:04.231Aug 14 12:00:04.231DEBG 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 } }]
30712026-08-14T12:00:05.725Z adding route 172.17.0.12/32 -> 10.0.0.255
30722026-08-14T12:00:05.725ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 172.17.0.2/32 -> 10.0.0.255
30732026-08-14T12:00:05.725ZAug 14 12:00:04.232
30742026-08-14T12:00:05.725Z 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 } }]Aug 14 12:00:04.232Aug 14 12:00:04.232Aug 14 12:00:04.232 DEBG
30752026-08-14T12:00:05.725ZDEBGINFO 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 } }]
30762026-08-14T12:00:05.725Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 14 12:00:04.232replacing 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 } }]
30772026-08-14T12:00:05.725Z
30782026-08-14T12:00:05.725ZINFO Aug 14 12:00:04.232adding route 172.17.0.13/32 -> 10.0.0.255
30792026-08-14T12:00:05.725ZAug 14 12:00:04.232INFO Aug 14 12:00:04.232 adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
30802026-08-14T12:00:05.725ZDEBG Aug 14 12:00:04.232replacing 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 } }] DEBGINFO
30812026-08-14T12:00:05.725Z Aug 14 12:00:04.232adding route 172.17.0.3/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 } }]
30822026-08-14T12:00:05.725Z
30832026-08-14T12:00:05.725Z DEBGAug 14 12:00:04.232 Aug 14 12:00:04.232 DEBGINFO Aug 14 12:00:04.232replacing 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 } }] 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 } }] adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
30842026-08-14T12:00:05.725Z
30852026-08-14T12:00:05.725Z
30862026-08-14T12:00:05.725Z
30872026-08-14T12:00:05.725ZAug 14 12:00:04.232Aug 14 12:00:04.232 DEBGAug 14 12:00:04.232 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
30882026-08-14T12:00:05.725ZDEBGAug 14 12:00:04.232 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 } }]
30892026-08-14T12:00:05.725ZINFOadding route 172.17.0.4/32 -> 10.0.0.255 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
30902026-08-14T12:00:05.731Z
30912026-08-14T12:00:05.732ZAug 14 12:00:04.232Aug 14 12:00:04.232 INFO INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255
30922026-08-14T12:00:05.732Z
30932026-08-14T12:00:05.732ZAug 14 12:00:04.232Aug 14 12:00:04.232 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 } }]DEBGAug 14 12:00:04.232
30942026-08-14T12:00:05.732ZAug 14 12:00:04.232 DEBG DEBGAug 14 12:00:04.232replacing 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: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 } }]
30952026-08-14T12:00:05.732Zreplacing 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 } }]
30962026-08-14T12:00:05.732ZINFO
30972026-08-14T12:00:05.732Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
30982026-08-14T12:00:05.732ZAug 14 12:00:04.232Aug 14 12:00:04.232 INFO INFOAug 14 12:00:04.232adding route 172.17.0.5/32 -> 10.0.0.255 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
30992026-08-14T12:00:05.732Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 14 12:00:04.226
31002026-08-14T12:00:05.732Z
31012026-08-14T12:00:05.732ZAug 14 12:00:04.232 Aug 14 12:00:04.232DEBGDEBG Aug 14 12:00:04.232 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 } }]DEBGDEBG created new freemapreplacing 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 } }],
31022026-08-14T12:00:05.732Z
31032026-08-14T12:00:05.732ZAug 14 12:00:04.232replacing 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 } }] unitDEBG
31042026-08-14T12:00:05.732Z: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 } }]
31052026-08-14T12:00:05.732ZAug 14 12:00:04.232freemap_route_ipv4 INFOAug 14 12:00:04.232
31062026-08-14T12:00:05.732Z Aug 14 12:00:04.232INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
31072026-08-14T12:00:05.732Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
31082026-08-14T12:00:05.732Zadding route 172.17.0.6/32 -> 10.0.0.255Aug 14 12:00:04.232
31092026-08-14T12:00:05.732ZDEBG Aug 14 12:00:04.232Aug 14 12:00:04.232Aug 14 12:00:04.232 Aug 14 12:00:04.226replacing 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 } }] DEBGINFO
31102026-08-14T12:00:05.732ZDEBG adding route 172.17.0.17/32 -> 10.0.0.255
31112026-08-14T12:00:05.732Zcreated new freemapAug 14 12:00:04.232, 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 } }]unitAug 14 12:00:04.232:
31122026-08-14T12:00:05.732Z INFO Aug 14 12:00:04.232 adding route 3fff:beef:a::/64 -> 2001:db8::55:ff DEBGAug 14 12:00:04.232DEBGDEBGfreemap_route_ipv4
31132026-08-14T12:00:05.732Z
31142026-08-14T12:00:05.732Zcreated new freemap 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
31152026-08-14T12:00:05.732ZAug 14 12:00:04.232 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
31162026-08-14T12:00:05.732Z 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:00:04.232Aug 14 12:00:04.232 DEBG
31172026-08-14T12:00:05.732Z 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 } }]
31182026-08-14T12:00:05.732Zadding route 172.17.0.18/32 -> 10.0.0.255created new freemap,
31192026-08-14T12:00:05.732Zunit, Aug 14 12:00:04.232:unitAug 14 12:00:04.232 :Aug 14 12:00:04.232 INFOINFOfreemap_route_ipv6 DEBG
31202026-08-14T12:00:05.732Z Aug 14 12:00:04.232adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:b::/64 -> 2001:db8::55:fffreemap_route_ipv6
31212026-08-14T12:00:05.732Z
31222026-08-14T12:00:05.732Zreplacing 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 } }]
31232026-08-14T12:00:05.732ZAug 14 12:00:04.232 DEBGDEBG Aug 14 12:00:04.232Aug 14 12:00:04.232replacing 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
31242026-08-14T12:00:05.732Z initted freemap. size: 64adding route 3fff:beef:33::/64 -> 2001:db8::55:ff,
31252026-08-14T12:00:05.732ZunitDEBGAug 14 12:00:04.232
31262026-08-14T12:00:05.732Z: freemap_route_ipv4Aug 14 12:00:04.232Aug 14 12:00:04.232
31272026-08-14T12:00:05.732Z DEBGINFO DEBGreplacing 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 } }]initted freemap. size: 64 ,
31282026-08-14T12:00:05.733Zunit 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:00:04.232adding route 172.17.0.19/32 -> 10.0.0.255
31292026-08-14T12:00:05.733Z:
31302026-08-14T12:00:05.733ZDEBGAug 14 12:00:04.232freemap_route_ipv4 Aug 14 12:00:04.232INFOreplacing 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 } }]
31312026-08-14T12:00:05.733Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 14 12:00:04.232INFOAug 14 12:00:04.232
31322026-08-14T12:00:05.733Z DEBG DEBG reset freemap replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
31332026-08-14T12:00:05.733Z
31342026-08-14T12:00:05.733ZAug 14 12:00:04.232, unit
31352026-08-14T12:00:05.733ZDEBG:Aug 14 12:00:04.232 Aug 14 12:00:04.232freemap_route_ipv4
31362026-08-14T12:00:05.733ZDEBG 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:00:04.232
31372026-08-14T12:00:05.733ZINFO 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.20/32 -> 10.0.0.255
31382026-08-14T12:00:05.733Z
31392026-08-14T12:00:05.733ZAug 14 12:00:04.232Aug 14 12:00:04.232 DEBGAug 14 12:00:04.232INFO DEBGAug 14 12:00:04.232 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff initted freemap. size: 64
31402026-08-14T12:00:05.733Z
31412026-08-14T12:00:05.733ZINFO Aug 14 12:00:04.232adding route 3fff:beef:35::/64 -> 2001:db8::55:ff,
31422026-08-14T12:00:05.733ZunitAug 14 12:00:04.232 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 } }]DEBGAug 14 12:00:04.232 reset freemapfreemap_route_ipv6INFO,
31432026-08-14T12:00:05.733ZAug 14 12:00:04.232unit
31442026-08-14T12:00:05.733Z adding route 172.17.0.21/32 -> 10.0.0.255DEBG Aug 14 12:00:04.232replacing 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 } }]
31452026-08-14T12:00:05.733Z
31462026-08-14T12:00:05.733ZAug 14 12:00:04.232: DEBGINFO freemap_route_ipv4Aug 14 12:00:04.232adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreset freemapAug 14 12:00:04.232 , INFOunit DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff:
31472026-08-14T12:00:05.733Z
31482026-08-14T12:00:05.733Zreplacing 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 } }]
31492026-08-14T12:00:05.733Ztest route::tests::grow_succeeds ... ok
31502026-08-14T12:00:05.733Z
31512026-08-14T12:00:05.733Z freemap_route_ipv6Aug 14 12:00:04.232
31522026-08-14T12:00:05.733Z DEBGAug 14 12:00:04.232Aug 14 12:00:04.232 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:00:04.232DEBG
31532026-08-14T12:00:05.733Z DEBGinitted freemap. size: 64 INFO, 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 } }]
31542026-08-14T12:00:05.733ZAug 14 12:00:04.232adding route 172.17.0.22/32 -> 10.0.0.255
31552026-08-14T12:00:05.733ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 14 12:00:04.232unit Aug 14 12:00:04.232Aug 14 12:00:04.232
31562026-08-14T12:00:05.733Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
31572026-08-14T12:00:05.733Ztest route::tests::rollback_on_compact_delete_failure ... ok
31582026-08-14T12:00:05.733Z DEBGINFO : replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 14 12:00:04.232adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
31592026-08-14T12:00:05.733Z adding route 172.16.0.0/32 -> 10.0.0.1
31602026-08-14T12:00:05.733Z freemap_route_ipv6
31612026-08-14T12:00:05.733ZDEBG
31622026-08-14T12:00:05.733Z 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 } }]
31632026-08-14T12:00:05.733ZAug 14 12:00:04.232Aug 14 12:00:04.232 Aug 14 12:00:04.226DEBG 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
31642026-08-14T12:00:05.733ZAug 14 12:00:04.232Aug 14 12:00:04.232INFOAug 14 12:00:04.232 adding route 172.17.0.23/32 -> 10.0.0.255DEBGDEBG
31652026-08-14T12:00:05.733Zreplacing 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 } }] created new freemap
31662026-08-14T12:00:05.733Zreset freemap, , unit: INFOunit Aug 14 12:00:04.232Aug 14 12:00:04.232adding route 3fff:beef:10::/64 -> 2001:db8::55:ff Aug 14 12:00:04.232INFOfreemap_route_ipv4 DEBG
31672026-08-14T12:00:05.733ZINFO adding route 172.17.0.0/32 -> 10.0.0.255:
31682026-08-14T12:00:05.734Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
31692026-08-14T12:00:05.734Z 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 } }]
31702026-08-14T12:00:05.734Zfreemap_route_ipv6
31712026-08-14T12:00:05.734ZAug 14 12:00:04.232Aug 14 12:00:04.232 DEBG
31722026-08-14T12:00:05.734ZAug 14 12:00:04.232Aug 14 12:00:04.232 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 } }]Aug 14 12:00:04.232 DEBG
31732026-08-14T12:00:05.734ZINFO adding route 172.17.0.24/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 } }]
31742026-08-14T12:00:05.734ZDEBGAug 14 12:00:04.232created new freemap Aug 14 12:00:04.232
31752026-08-14T12:00:05.734Z , unitINFOINFO: 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:00:04.232 Aug 14 12:00:04.232adding route 3fff:beef:11::/64 -> 2001:db8::55:ff freemap_route_ipv6INFO
31762026-08-14T12:00:05.734Z
31772026-08-14T12:00:05.734Z
31782026-08-14T12:00:05.734ZDEBG adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
31792026-08-14T12:00:05.734Z
31802026-08-14T12:00:05.734Zreplacing 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:00:04.232
31812026-08-14T12:00:05.734ZAug 14 12:00:04.232 Aug 14 12:00:04.232INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 14 12:00:04.232 DEBG Aug 14 12:00:04.232 DEBGreplacing 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
31822026-08-14T12:00:05.734Zinitted freemap. size: 64replacing 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:00:04.232
31832026-08-14T12:00:05.734Z
31842026-08-14T12:00:05.734Zreplacing 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:00:04.232, unitDEBGAug 14 12:00:04.232Aug 14 12:00:04.232 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 } }] INFO
31852026-08-14T12:00:05.734ZINFOadding route 172.17.0.25/32 -> 10.0.0.255:
31862026-08-14T12:00:05.734Z adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv4
31872026-08-14T12:00:05.734Z
31882026-08-14T12:00:05.734ZAug 14 12:00:04.232 Aug 14 12:00:04.232INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
31892026-08-14T12:00:05.734Z
31902026-08-14T12:00:05.738ZAug 14 12:00:04.232Aug 14 12:00:04.232
31912026-08-14T12:00:05.738ZDEBG Aug 14 12:00:04.232reset freemap DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }], unitDEBG: replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4
31922026-08-14T12:00:05.738ZAug 14 12:00:04.232
31932026-08-14T12:00:05.738ZAug 14 12:00:04.238 DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
31942026-08-14T12:00:05.738Z, Aug 14 12:00:04.238unit :INFO freemap_route_ipv6
31952026-08-14T12:00:05.738ZAug 14 12:00:04.238 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
31962026-08-14T12:00:05.738Z
31972026-08-14T12:00:05.738ZAug 14 12:00:04.238 Aug 14 12:00:04.232DEBGAug 14 12:00:04.238 DEBGreset freemapAug 14 12:00:04.238 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 } }]DEBG , replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
31982026-08-14T12:00:05.739Z:
31992026-08-14T12:00:05.739Z
32002026-08-14T12:00:05.739Zfreemap_route_ipv6
32012026-08-14T12:00:05.739ZAug 14 12:00:04.238 INFO adding route 172.17.0.3/32 -> 10.0.0.255Aug 14 12:00:04.238
32022026-08-14T12:00:05.739Z
32032026-08-14T12:00:05.739ZAug 14 12:00:04.238 INFO Aug 14 12:00:04.238adding route 3fff:beef:14::/64 -> 2001:db8::55:ff INFOAug 14 12:00:04.238
32042026-08-14T12:00:05.739ZINFO adding route 172.17.0.9/32 -> 10.0.0.255DEBG
32052026-08-14T12:00:05.739Zadding route 3fff:dead::/64 -> 2001:db8::55:1
32062026-08-14T12:00:05.739Zreplacing 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:00:04.238
32072026-08-14T12:00:05.739Z 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 } }]Aug 14 12:00:04.238
32082026-08-14T12:00:05.739Z DEBGAug 14 12:00:04.238 Aug 14 12:00:04.238replacing 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:00:04.238
32092026-08-14T12:00:05.739Z INFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff DEBGadding route 172.17.0.4/32 -> 10.0.0.255
32102026-08-14T12:00:05.739Z
32112026-08-14T12:00:05.739Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:00:04.238
32122026-08-14T12:00:05.739Z Aug 14 12:00:04.238INFO DEBGAug 14 12:00:04.238adding route 172.17.0.10/32 -> 10.0.0.255
32132026-08-14T12:00:05.739Zreplacing 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:00:04.238
32142026-08-14T12:00:05.739Z replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
32152026-08-14T12:00:05.739Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:00:04.238Aug 14 12:00:04.238Aug 14 12:00:04.238 INFODEBG
32162026-08-14T12:00:05.739Z 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:16::/64 -> 2001:db8::55:ff
32172026-08-14T12:00:05.739Z
32182026-08-14T12:00:05.739ZINFO Aug 14 12:00:04.238Aug 14 12:00:04.238 adding route 172.17.0.5/32 -> 10.0.0.255DEBGAug 14 12:00:04.225
32192026-08-14T12:00:05.739Z Aug 14 12:00:04.238 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 } }]Aug 14 12:00:04.238DEBG
32202026-08-14T12:00:05.739Z INFOreplacing 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 } }]
32212026-08-14T12:00:05.739Zadding 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 } }, 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 } }]
32222026-08-14T12:00:05.739Z
32232026-08-14T12:00:05.739ZAug 14 12:00:04.238DEBG Aug 14 12:00:04.238replacing 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:00:04.238 INFODEBG
32242026-08-14T12:00:05.739ZAug 14 12:00:04.238adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
32252026-08-14T12:00:05.739Z replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG
32262026-08-14T12:00:05.739Z
32272026-08-14T12:00:05.739Z Aug 14 12:00:04.238replacing targets for 3fff:dead::/64 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 } }]
32282026-08-14T12:00:05.739ZDEBG 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:00:04.238
32292026-08-14T12:00:05.739Z INFOAug 14 12:00:04.238 Aug 14 12:00:04.238adding route 172.17.0.6/32 -> 10.0.0.255
32302026-08-14T12:00:05.739ZDEBGWARN Aug 14 12:00:04.238Aug 14 12:00:04.238shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) 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 } }]
32312026-08-14T12:00:05.739Z
32322026-08-14T12:00:05.739Z INFOINFO Aug 14 12:00:04.238Aug 14 12:00:04.238Aug 14 12:00:04.238 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 172.17.0.12/32 -> 10.0.0.255ERRO
32332026-08-14T12:00:05.740ZINFO
32342026-08-14T12:00:05.740Z rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
32352026-08-14T12:00:05.740Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:00:04.238
32362026-08-14T12:00:05.740Z DEBGAug 14 12:00:04.238 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:00:04.238
32372026-08-14T12:00:05.740ZAug 14 12:00:04.238 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 DEBGERRO
32382026-08-14T12:00:05.740Z 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 itreplacing 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 } }]
32392026-08-14T12:00:05.740Z
32402026-08-14T12:00:05.740Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:00:04.238Aug 14 12:00:04.238 INFOINFOAug 14 12:00:04.238
32412026-08-14T12:00:05.740Zadding route 172.17.0.7/32 -> 10.0.0.255 INFO
32422026-08-14T12:00:05.740Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
32432026-08-14T12:00:05.740Zadding route 172.17.0.13/32 -> 10.0.0.255
32442026-08-14T12:00:05.740ZAug 14 12:00:04.238Aug 14 12:00:04.238 Aug 14 12:00:04.238Aug 14 12:00:04.238DEBGDEBG 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 } }]DEBGDEBG
32452026-08-14T12:00:05.740Z 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 } }]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 } }]
32462026-08-14T12:00:05.740Zreplacing 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 } }]
32472026-08-14T12:00:05.740Z
32482026-08-14T12:00:05.740ZAug 14 12:00:04.238 Aug 14 12:00:04.238INFO Aug 14 12:00:04.238INFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
32492026-08-14T12:00:05.740ZAug 14 12:00:04.238WARN
32502026-08-14T12:00:05.740Z INFOshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
32512026-08-14T12:00:05.740Zadding route 172.17.0.14/32 -> 10.0.0.255
32522026-08-14T12:00:05.740ZAug 14 12:00:04.238 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:00:04.238
32532026-08-14T12:00:05.740Z 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 } }]
32542026-08-14T12:00:05.740ZAug 14 12:00:04.238Aug 14 12:00:04.238 INFODEBGAug 14 12:00:04.238 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32552026-08-14T12:00:05.740Z
32562026-08-14T12:00:05.740Z INFO adding route 172.17.0.15/32 -> 10.0.0.255
32572026-08-14T12:00:05.740ZAug 14 12:00:04.238 DEBG Aug 14 12:00:04.238replacing 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:00:04.238 INFODEBG
32582026-08-14T12:00:05.740Z adding route 172.17.0.9/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 } }]
32592026-08-14T12:00:05.740Z
32602026-08-14T12:00:05.740ZAug 14 12:00:04.239 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
32612026-08-14T12:00:05.740ZAug 14 12:00:04.239 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 } }]
32622026-08-14T12:00:05.740ZAug 14 12:00:04.239 DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
32632026-08-14T12:00:05.740Ztest route::tests::rollback_on_index_readd_failure ... ok
32642026-08-14T12:00:05.740ZAug 14 12:00:04.239 INFO adding route 172.17.0.10/32 -> 10.0.0.255Aug 14 12:00:04.239
32652026-08-14T12:00:05.740Z Aug 14 12:00:04.239INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
32662026-08-14T12:00:05.740Zadding route 172.17.0.16/32 -> 10.0.0.255
32672026-08-14T12:00:05.740ZAug 14 12:00:04.239 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 } }]Aug 14 12:00:04.239 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:00:04.239DEBG
32682026-08-14T12:00:05.740ZDEBG
32692026-08-14T12:00:05.740Ztest route::tests::rollback_on_compact_write_failure ... ok
32702026-08-14T12:00:05.740Z 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 } }]
32712026-08-14T12:00:05.740Zreplacing 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 } }]
32722026-08-14T12:00:05.740ZAug 14 12:00:04.239 INFO adding route 172.17.0.11/32 -> 10.0.0.255
32732026-08-14T12:00:05.741ZAug 14 12:00:04.239Aug 14 12:00:04.239 INFOINFO Aug 14 12:00:04.239Aug 14 12:00:04.239 INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
32742026-08-14T12:00:05.741Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
32752026-08-14T12:00:05.741Zreplacing 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 } }]
32762026-08-14T12:00:05.741Z
32772026-08-14T12:00:05.741ZAug 14 12:00:04.239Aug 14 12:00:04.239 Aug 14 12:00:04.239 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.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
32782026-08-14T12:00:05.741Z
32792026-08-14T12:00:05.741Z 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:00:04.239
32802026-08-14T12:00:05.741Z INFOAug 14 12:00:04.239 adding route 172.17.0.12/32 -> 10.0.0.255INFOAug 14 12:00:04.239
32812026-08-14T12:00:05.741Z INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
32822026-08-14T12:00:05.741Zadding route 172.17.0.18/32 -> 10.0.0.255Aug 14 12:00:04.239
32832026-08-14T12:00:05.741Z INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
32842026-08-14T12:00:05.741ZAug 14 12:00:04.239Aug 14 12:00:04.239 adding route 172.17.0.26/32 -> 10.0.0.255DEBGDEBG
32852026-08-14T12:00:05.741ZAug 14 12:00:04.239Aug 14 12:00:04.239 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 } }]
32862026-08-14T12:00:05.741ZDEBGreplacing 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 } }]
32872026-08-14T12:00:05.741Zreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
32882026-08-14T12:00:05.741ZAug 14 12:00:04.239Aug 14 12:00:04.239
32892026-08-14T12:00:05.741ZDEBGINFOAug 14 12:00:04.239 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
32902026-08-14T12:00:05.745Zfailed to allocate space for the new target listDEBG
32912026-08-14T12:00:05.745Z 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 } }]
32922026-08-14T12:00:05.745ZAug 14 12:00:04.239Aug 14 12:00:04.239 Aug 14 12:00:04.239Aug 14 12:00:04.239 INFOINFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255
32932026-08-14T12:00:05.745Z
32942026-08-14T12:00:05.745Zreplacing 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 } }]
32952026-08-14T12:00:05.745Z DEBGAug 14 12:00:04.239 Aug 14 12:00:04.239Aug 14 12:00:04.239 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 } }]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 } }]
32962026-08-14T12:00:05.745ZINFOAug 14 12:00:04.239 DEBGadding route 172.17.0.27/32 -> 10.0.0.255
32972026-08-14T12:00:05.745Zreplacing 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:00:04.245
32982026-08-14T12:00:05.745Z INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 14 12:00:04.245
32992026-08-14T12:00:05.745Z
33002026-08-14T12:00:05.745ZAug 14 12:00:04.245 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.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 } }]
33012026-08-14T12:00:05.745Z
33022026-08-14T12:00:05.745ZAug 14 12:00:04.245 INFOAug 14 12:00:04.245Aug 14 12:00:04.245 INFOINFO Aug 14 12:00:04.239 adding route 172.17.0.21/32 -> 10.0.0.255
33032026-08-14T12:00:05.746Zadding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255DEBG
33042026-08-14T12:00:05.746Z created new freemap
33052026-08-14T12:00:05.746ZAug 14 12:00:04.245, Aug 14 12:00:04.245DEBG 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 } }]
33062026-08-14T12:00:05.746Zunitreplacing 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 } }]:
33072026-08-14T12:00:05.746Z freemap_route_ipv4Aug 14 12:00:04.245 INFO adding route 172.17.0.22/32 -> 10.0.0.255Aug 14 12:00:04.239
33082026-08-14T12:00:05.746Z Aug 14 12:00:04.245DEBG created new freemapINFO,
33092026-08-14T12:00:05.746Zunit Aug 14 12:00:04.245: DEBGfreemap_route_ipv4
33102026-08-14T12:00:05.746Zreplacing 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:00:04.245
33112026-08-14T12:00:05.746Zadding route 172.17.0.29/32 -> 10.0.0.255
33122026-08-14T12:00:05.746ZDEBGAug 14 12:00:04.245 Aug 14 12:00:04.245 created new freemap DEBG, INFOunitcreated new freemap , :adding route 172.17.0.23/32 -> 10.0.0.255 unitfreemap_route_ipv6Aug 14 12:00:04.245
33132026-08-14T12:00:05.746Z:
33142026-08-14T12:00:05.746Z freemap_route_ipv6
33152026-08-14T12:00:05.746ZDEBG Aug 14 12:00:04.245Aug 14 12:00:04.245 DEBGDEBG Aug 14 12:00:04.245replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGreplacing targets for 172.17.0.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
33162026-08-14T12:00:05.746Z,
33172026-08-14T12:00:05.746Zinitted freemap. size: 64unit, :unit :freemap_route_ipv4 Aug 14 12:00:04.245freemap_route_ipv4
33182026-08-14T12:00:05.746Z
33192026-08-14T12:00:05.746ZINFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 14 12:00:04.245
33202026-08-14T12:00:05.746ZAug 14 12:00:04.245 DEBGDEBG Aug 14 12:00:04.245reset freemap , reset freemapunitAug 14 12:00:04.245, :unit freemap_route_ipv4:
33212026-08-14T12:00:05.746ZDEBGINFO freemap_route_ipv4 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 } }]
33222026-08-14T12:00:05.746Z
33232026-08-14T12:00:05.746Zadding route 172.17.0.30/32 -> 10.0.0.255Aug 14 12:00:04.245
33242026-08-14T12:00:05.746Z DEBGAug 14 12:00:04.245 Aug 14 12:00:04.245initted freemap. size: 64 , DEBGINFOunit : freemap_route_ipv6initted freemap. size: 64Aug 14 12:00:04.245
33252026-08-14T12:00:05.746Z , adding route 172.17.0.25/32 -> 10.0.0.255unit
33262026-08-14T12:00:05.746ZDEBG: 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 } }]freemap_route_ipv6
33272026-08-14T12:00:05.746Z
33282026-08-14T12:00:05.746ZAug 14 12:00:04.245 Aug 14 12:00:04.245DEBG 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 } }]Aug 14 12:00:04.245
33292026-08-14T12:00:05.746Z Aug 14 12:00:04.245reset freemapDEBG, unit : Aug 14 12:00:04.245freemap_route_ipv6
33302026-08-14T12:00:05.746ZINFO reset freemapINFOadding route 172.17.0.26/32 -> 10.0.0.255,
33312026-08-14T12:00:05.746Zunit :Aug 14 12:00:04.245 adding route 172.17.0.31/32 -> 10.0.0.255
33322026-08-14T12:00:05.746ZINFOfreemap_route_ipv6
33332026-08-14T12:00:05.746Zadding route 3fff:dead::/64 -> 2001:db8::55:1
33342026-08-14T12:00:05.746ZAug 14 12:00:04.245 DEBGAug 14 12:00:04.245 Aug 14 12:00:04.245replacing 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
33352026-08-14T12:00:05.746Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:00:04.245DEBG
33362026-08-14T12:00:05.746Z 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:00:04.245
33372026-08-14T12:00:05.746Z Aug 14 12:00:04.245DEBG 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 } }]Aug 14 12:00:04.245 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 } }]
33382026-08-14T12:00:05.746Zadding route 172.17.0.27/32 -> 10.0.0.255INFO
33392026-08-14T12:00:05.746Z
33402026-08-14T12:00:05.746Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:00:04.245Aug 14 12:00:04.245
33412026-08-14T12:00:05.746Z 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 } }]INFO
33422026-08-14T12:00:05.746Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:00:04.245
33432026-08-14T12:00:05.747Z Aug 14 12:00:04.245DEBGAug 14 12:00:04.245 Aug 14 12:00:04.245 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 } }] INFOAug 14 12:00:04.245
33442026-08-14T12:00:05.747Z adding route 172.17.0.28/32 -> 10.0.0.255INFODEBG DEBGadding route 172.17.0.32/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 } }]
33452026-08-14T12:00:05.747Z
33462026-08-14T12:00:05.747Z
33472026-08-14T12:00:05.747Z 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 } }]
33482026-08-14T12:00:05.747ZAug 14 12:00:04.245 DEBGAug 14 12:00:04.245 Aug 14 12:00:04.245INFOreplacing 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 } }]
33492026-08-14T12:00:05.747Z Aug 14 12:00:04.245 Aug 14 12:00:04.245adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
33502026-08-14T12:00:05.747Z Aug 14 12:00:04.245 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
33512026-08-14T12:00:05.747Z adding route 172.17.0.15/32 -> 10.0.0.255INFO
33522026-08-14T12:00:05.747Z DEBGadding route 172.17.0.29/32 -> 10.0.0.255
33532026-08-14T12:00:05.747ZAug 14 12:00:04.245 Aug 14 12:00:04.245replacing 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 } }]DEBGAug 14 12:00:04.245
33542026-08-14T12:00:05.747ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]
33552026-08-14T12:00:05.747Zreplacing 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 } }]
33562026-08-14T12:00:05.747ZAug 14 12:00:04.245
33572026-08-14T12:00:05.747Z Aug 14 12:00:04.245INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 14 12:00:04.245Aug 14 12:00:04.245DEBG Aug 14 12:00:04.245
33582026-08-14T12:00:05.747Z INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33592026-08-14T12:00:05.747ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
33602026-08-14T12:00:05.747ZAug 14 12:00:04.245adding route 172.17.0.16/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:4
33612026-08-14T12:00:05.747ZDEBG
33622026-08-14T12:00:05.747ZAug 14 12:00:04.245 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:00:04.245
33632026-08-14T12:00:05.747Z INFOAug 14 12:00:04.245 DEBGadding route 172.17.0.30/32 -> 10.0.0.255 DEBG
33642026-08-14T12:00:05.747Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:00:04.245
33652026-08-14T12:00:05.747Z Aug 14 12:00:04.245 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 } }]
33662026-08-14T12:00:05.747ZINFOAug 14 12:00:04.245replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]
33672026-08-14T12:00:05.747ZDEBG 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:00:04.245
33682026-08-14T12:00:05.747Z Aug 14 12:00:04.245adding route 172.17.0.34/32 -> 10.0.0.255 Aug 14 12:00:04.245INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255Aug 14 12:00:04.245
33692026-08-14T12:00:05.747Z
33702026-08-14T12:00:05.747ZDEBG 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 } }]
33712026-08-14T12:00:05.747ZWARN shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 14 12:00:04.245
33722026-08-14T12:00:05.747Z 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 } }]
33732026-08-14T12:00:05.747ZDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:04.245
33742026-08-14T12:00:05.747Z INFO Aug 14 12:00:04.245adding route 172.17.0.31/32 -> 10.0.0.255Aug 14 12:00:04.245
33752026-08-14T12:00:05.747ZAug 14 12:00:04.245 DEBG WARNINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:04.245 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.18/32 -> 10.0.0.255
33762026-08-14T12:00:05.747Z
33772026-08-14T12:00:05.747Z
33782026-08-14T12:00:05.747ZDEBG 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:00:04.245
33792026-08-14T12:00:05.747Z Aug 14 12:00:04.245INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255
33802026-08-14T12:00:05.747Zreplacing 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:00:04.245
33812026-08-14T12:00:05.747Z INFO Aug 14 12:00:04.245adding route 172.17.0.32/32 -> 10.0.0.255 Aug 14 12:00:04.239DEBG Aug 14 12:00:04.245
33822026-08-14T12:00:05.747Z 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 } }]INFO
33832026-08-14T12:00:05.748Zcreated new freemap , adding route 172.17.0.19/32 -> 10.0.0.255unit
33842026-08-14T12:00:05.748Z:Aug 14 12:00:04.245Aug 14 12:00:04.245 DEBG freemap_route_ipv4INFO
33852026-08-14T12:00:05.748ZAug 14 12:00:04.245 adding route 172.17.0.36/32 -> 10.0.0.255 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 } }]
33862026-08-14T12:00:05.748ZDEBG
33872026-08-14T12:00:05.748Z Aug 14 12:00:04.245replacing 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 } }]
33882026-08-14T12:00:05.748ZDEBGAug 14 12:00:04.245Aug 14 12:00:04.245 DEBGINFO INFOcreated new freemapAug 14 12:00:04.245 adding route 172.17.0.33/32 -> 10.0.0.255, adding route 3fff:beef:21::/64 -> 2001:db8::55:ffunit :replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
33892026-08-14T12:00:05.748Z
33902026-08-14T12:00:05.752Z freemap_route_ipv6
33912026-08-14T12:00:05.752Z
33922026-08-14T12:00:05.752Zadding route 172.17.0.20/32 -> 10.0.0.255
33932026-08-14T12:00:05.752ZAug 14 12:00:04.245Aug 14 12:00:04.245 Aug 14 12:00:04.245DEBGAug 14 12:00:04.245 INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255initted freemap. size: 64replacing 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 } }]
33942026-08-14T12:00:05.752ZAug 14 12:00:04.245,
33952026-08-14T12:00:05.752ZDEBG unitDEBG 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 } }]:
33962026-08-14T12:00:05.752Zreplacing 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:00:04.245
33972026-08-14T12:00:05.752Z DEBGAug 14 12:00:04.245freemap_route_ipv4Aug 14 12:00:04.245 INFOreplacing 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 } }]
33982026-08-14T12:00:05.752ZAug 14 12:00:04.245INFO
33992026-08-14T12:00:05.752Zadding route 172.17.0.21/32 -> 10.0.0.255INFOAug 14 12:00:04.245 adding route 172.17.0.34/32 -> 10.0.0.255DEBG
34002026-08-14T12:00:05.752Z reset freemap
34012026-08-14T12:00:05.752Z, Aug 14 12:00:04.245adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 14 12:00:04.245unit
34022026-08-14T12:00:05.752Z: freemap_route_ipv4 INFO
34032026-08-14T12:00:05.752Z DEBG Aug 14 12:00:04.245adding route 172.17.0.38/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 } }]
34042026-08-14T12:00:05.752Z Aug 14 12:00:04.245DEBG Aug 14 12:00:04.246 DEBG
34052026-08-14T12:00:05.752Zreplacing 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 } }]
34062026-08-14T12:00:05.752Zcreated new freemap, unitDEBG: initted freemap. size: 64freemap_route_ipv4Aug 14 12:00:04.255,
34072026-08-14T12:00:05.752Z unitINFO: adding route 172.17.0.35/32 -> 10.0.0.255freemap_route_ipv6
34082026-08-14T12:00:05.752ZAug 14 12:00:04.255
34092026-08-14T12:00:05.752ZAug 14 12:00:04.255 INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255created new freemap
34102026-08-14T12:00:05.752Z, unitAug 14 12:00:04.255: DEBGfreemap_route_ipv6 Aug 14 12:00:04.255
34112026-08-14T12:00:05.753ZAug 14 12:00:04.255 DEBG DEBGreset freemap 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.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:00:04.255
34122026-08-14T12:00:05.753Zunit :DEBG freemap_route_ipv6
34132026-08-14T12:00:05.753Z
34142026-08-14T12:00:05.753Zinitted freemap. size: 64Aug 14 12:00:04.255, unit :INFOAug 14 12:00:04.255 Aug 14 12:00:04.255 adding route 172.17.0.36/32 -> 10.0.0.255INFOfreemap_route_ipv4
34152026-08-14T12:00:05.753Z
34162026-08-14T12:00:05.753Zadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
34172026-08-14T12:00:05.753Zadding route 172.17.0.23/32 -> 10.0.0.255Aug 14 12:00:04.255
34182026-08-14T12:00:05.753Z DEBGAug 14 12:00:04.255 Aug 14 12:00:04.255DEBGAug 14 12:00:04.255reset freemap , unitDEBG 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 } }] 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.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 } }]
34192026-08-14T12:00:05.753Z
34202026-08-14T12:00:05.753Z
34212026-08-14T12:00:05.753Zfreemap_route_ipv4
34222026-08-14T12:00:05.753ZAug 14 12:00:04.255Aug 14 12:00:04.255 Aug 14 12:00:04.255INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
34232026-08-14T12:00:05.753Z
34242026-08-14T12:00:05.753Z INFO Aug 14 12:00:04.255adding route 3fff:dead::/64 -> 2001:db8::55:2
34252026-08-14T12:00:05.753ZDEBGAug 14 12:00:04.255Aug 14 12:00:04.255 DEBGinitted freemap. size: 64 , DEBGunit 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.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 } }]
34262026-08-14T12:00:05.753Z
34272026-08-14T12:00:05.753Z:Aug 14 12:00:04.255Aug 14 12:00:04.255Aug 14 12:00:04.255 INFO freemap_route_ipv6adding route 172.17.0.25/32 -> 10.0.0.255
34282026-08-14T12:00:05.753ZDEBGINFO
34292026-08-14T12:00:05.753Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255Aug 14 12:00:04.255
34302026-08-14T12:00:05.753Z
34312026-08-14T12:00:05.753Z DEBG Aug 14 12:00:04.255 reset freemapDEBG, Aug 14 12:00:04.255Aug 14 12:00:04.255unit :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 } }]
34322026-08-14T12:00:05.753Z freemap_route_ipv6
34332026-08-14T12:00:05.753ZDEBGDEBG 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:00:04.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 } }]
34342026-08-14T12:00:05.753Z
34352026-08-14T12:00:05.753ZAug 14 12:00:04.255INFO adding route 172.17.0.26/32 -> 10.0.0.255INFOAug 14 12:00:04.255
34362026-08-14T12:00:05.753Z adding route 172.16.0.0/32 -> 10.0.0.1
34372026-08-14T12:00:05.753ZINFO Aug 14 12:00:04.255adding route 172.17.0.39/32 -> 10.0.0.255 DEBG
34382026-08-14T12:00:05.753Zreplacing 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 } }]
34392026-08-14T12:00:05.753ZAug 14 12:00:04.255 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 } }]
34402026-08-14T12:00:05.753ZAug 14 12:00:04.255 DEBGAug 14 12:00:04.255 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 } }]INFO
34412026-08-14T12:00:05.753Z adding route 172.16.0.0/32 -> 10.0.0.1
34422026-08-14T12:00:05.753ZAug 14 12:00:04.255 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:00:04.255Aug 14 12:00:04.255
34432026-08-14T12:00:05.753Z INFOAug 14 12:00:04.255 Aug 14 12:00:04.255adding route 172.17.0.40/32 -> 10.0.0.255DEBG
34442026-08-14T12:00:05.753ZINFO INFO adding route 172.17.0.27/32 -> 10.0.0.255replacing 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 } }]
34452026-08-14T12:00:05.753Z
34462026-08-14T12:00:05.753Z adding route 172.16.0.0/32 -> 10.0.0.1
34472026-08-14T12:00:05.753ZAug 14 12:00:04.255 DEBG Aug 14 12:00:04.255Aug 14 12:00:04.255 Aug 14 12:00:04.255DEBGINFOreplacing 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 } }]
34482026-08-14T12:00:05.753Zreplacing 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
34492026-08-14T12:00:05.753Zreplacing 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 } }]
34502026-08-14T12:00:05.753Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 14 12:00:04.255
34512026-08-14T12:00:05.754ZAug 14 12:00:04.255 INFO INFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
34522026-08-14T12:00:05.754Z
34532026-08-14T12:00:05.754ZAug 14 12:00:04.255Aug 14 12:00:04.255 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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:00:04.255
34542026-08-14T12:00:05.754Z
34552026-08-14T12:00:05.754Z Aug 14 12:00:04.255DEBG Aug 14 12:00:04.255DEBG 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:00:04.255
34562026-08-14T12:00:05.754Zreplacing 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
34572026-08-14T12:00:05.754Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
34582026-08-14T12:00:05.754ZDEBGAug 14 12:00:04.255 Aug 14 12:00:04.255Aug 14 12:00:04.255INFOreplacing 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.17.0.42/32 -> 10.0.0.255
34592026-08-14T12:00:05.754Z
34602026-08-14T12:00:05.754Z DEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.262adding route 172.17.0.29/32 -> 10.0.0.255
34612026-08-14T12:00:05.754Z
34622026-08-14T12:00:05.754ZINFO adding route 172.17.0.0/32 -> 10.0.0.255Aug 14 12:00:04.256
34632026-08-14T12:00:05.754Z DEBG created new freemapAug 14 12:00:04.262Aug 14 12:00:04.262 DEBGAug 14 12:00:04.262 Aug 14 12:00:04.262replacing 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 } }]
34642026-08-14T12:00:05.754ZDEBGINFO 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 3fff:beef:25::/64 -> 2001:db8::55:ff
34652026-08-14T12:00:05.754ZAug 14 12:00:04.262
34662026-08-14T12:00:05.754Z INFO Aug 14 12:00:04.262adding route 172.17.0.1/32 -> 10.0.0.255
34672026-08-14T12:00:05.754ZINFO Aug 14 12:00:04.262adding route 172.17.0.43/32 -> 10.0.0.255
34682026-08-14T12:00:05.754ZDEBG 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 } }]
34692026-08-14T12:00:05.754ZAug 14 12:00:04.262Aug 14 12:00:04.262 DEBGDEBG Aug 14 12:00:04.262 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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
34702026-08-14T12:00:05.754ZAug 14 12:00:04.262
34712026-08-14T12:00:05.754Z DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
34722026-08-14T12:00:05.754ZAug 14 12:00:04.262Aug 14 12:00:04.262 INFOINFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255Aug 14 12:00:04.262
34732026-08-14T12:00:05.754Z adding route 172.17.0.2/32 -> 10.0.0.255DEBG
34742026-08-14T12:00:05.754Z 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 } }]
34752026-08-14T12:00:05.754Z
34762026-08-14T12:00:05.754ZAug 14 12:00:04.262Aug 14 12:00:04.262 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
34772026-08-14T12:00:05.754ZAug 14 12:00:04.262
34782026-08-14T12:00:05.754ZAug 14 12:00:04.262 INFOINFOAug 14 12:00:04.262Aug 14 12:00:04.262 INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 172.17.0.39/32 -> 10.0.0.255
34792026-08-14T12:00:05.754Z
34802026-08-14T12:00:05.754Zadding route 172.17.0.3/32 -> 10.0.0.255
34812026-08-14T12:00:05.754ZINFOAug 14 12:00:04.262 adding route 172.17.0.45/32 -> 10.0.0.255Aug 14 12:00:04.262Aug 14 12:00:04.262 DEBGDEBGDEBG
34822026-08-14T12:00:05.754Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
34832026-08-14T12:00:05.754Zreplacing 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 } }]
34842026-08-14T12:00:05.754ZAug 14 12:00:04.262
34852026-08-14T12:00:05.754Z DEBGAug 14 12:00:04.262 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:00:04.262
34862026-08-14T12:00:05.754Z INFOAug 14 12:00:04.262 adding route 172.17.0.4/32 -> 10.0.0.255Aug 14 12:00:04.262
34872026-08-14T12:00:05.754ZDEBG INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
34882026-08-14T12:00:05.754Zadding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 14 12:00:04.262
34892026-08-14T12:00:05.754Z DEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing 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 } }]
34902026-08-14T12:00:05.758Z
34912026-08-14T12:00:05.758ZAug 14 12:00:04.262
34922026-08-14T12:00:05.758Z Aug 14 12:00:04.262 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 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 } }]
34932026-08-14T12:00:05.759ZAug 14 12:00:04.262
34942026-08-14T12:00:05.759Z INFOAug 14 12:00:04.262 adding route 172.17.0.5/32 -> 10.0.0.255DEBGAug 14 12:00:04.262
34952026-08-14T12:00:05.759Z 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:00:04.262INFO Aug 14 12:00:04.262
34962026-08-14T12:00:05.759Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO
34972026-08-14T12:00:05.759Z Aug 14 12:00:04.262 adding route 172.17.0.47/32 -> 10.0.0.255DEBGINFO
34982026-08-14T12:00:05.759Z 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 } }]
34992026-08-14T12:00:05.759Zadding route 172.17.0.30/32 -> 10.0.0.255Aug 14 12:00:04.262Aug 14 12:00:04.262
35002026-08-14T12:00:05.759Z DEBG Aug 14 12:00:04.262replacing 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 } }]INFOAug 14 12:00:04.262
35012026-08-14T12:00:05.759Z INFOadding route 172.17.0.41/32 -> 10.0.0.255 Aug 14 12:00:04.262
35022026-08-14T12:00:05.759Zadding route 172.17.0.6/32 -> 10.0.0.255 DEBG
35032026-08-14T12:00:05.759Z 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 } }]DEBGAug 14 12:00:04.262 Aug 14 12:00:04.262 Aug 14 12:00:04.262 INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
35042026-08-14T12:00:05.759Z DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff 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.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 } }]
35052026-08-14T12:00:05.759Z
35062026-08-14T12:00:05.759Z
35072026-08-14T12:00:05.759Z
35082026-08-14T12:00:05.759ZAug 14 12:00:04.262Aug 14 12:00:04.262Aug 14 12:00:04.262Aug 14 12:00:04.262 INFO INFO DEBG adding route 172.17.0.7/32 -> 10.0.0.255INFOAug 14 12:00:04.262replacing 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 } }]
35092026-08-14T12:00:05.759Zadding route 172.17.0.48/32 -> 10.0.0.255 adding route 172.17.0.42/32 -> 10.0.0.255
35102026-08-14T12:00:05.759Z
35112026-08-14T12:00:05.759Z
35122026-08-14T12:00:05.759ZINFOAug 14 12:00:04.262 adding route 172.17.0.31/32 -> 10.0.0.255 Aug 14 12:00:04.262Aug 14 12:00:04.262
35132026-08-14T12:00:05.759Z INFO DEBGDEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:04.262
35142026-08-14T12:00:05.759Zreplacing 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
35152026-08-14T12:00:05.759Z
35162026-08-14T12:00:05.759Z 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:00:04.262
35172026-08-14T12:00:05.759Z INFOAug 14 12:00:04.262 adding route 172.17.0.8/32 -> 10.0.0.255Aug 14 12:00:04.262
35182026-08-14T12:00:05.759Z DEBGAug 14 12:00:04.262 INFOAug 14 12:00:04.262Aug 14 12:00:04.262 DEBGadding route 172.17.0.43/32 -> 10.0.0.255
35192026-08-14T12:00:05.759Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35202026-08-14T12:00:05.759Zreplacing 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 } }]
35212026-08-14T12:00:05.759Zadding route 172.17.0.49/32 -> 10.0.0.255Aug 14 12:00:04.262
35222026-08-14T12:00:05.759ZDEBGAug 14 12:00:04.262 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:00:04.262
35232026-08-14T12:00:05.759ZINFOAug 14 12:00:04.262 INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.9/32 -> 10.0.0.255Aug 14 12:00:04.262
35242026-08-14T12:00:05.759Z
35252026-08-14T12:00:05.759ZINFODEBG adding route 172.17.0.44/32 -> 10.0.0.255Aug 14 12:00:04.262replacing 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 } }]
35262026-08-14T12:00:05.759Z
35272026-08-14T12:00:05.759Z DEBG Aug 14 12:00:04.262replacing 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.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 } }]
35282026-08-14T12:00:05.759ZAug 14 12:00:04.262
35292026-08-14T12:00:05.759ZAug 14 12:00:04.262 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.50/32 -> 10.0.0.255DEBG
35302026-08-14T12:00:05.759ZAug 14 12:00:04.262
35312026-08-14T12:00:05.759ZINFO Aug 14 12:00:04.262 Aug 14 12:00:04.262adding route 172.17.0.10/32 -> 10.0.0.255
35322026-08-14T12:00:05.760ZAug 14 12:00:04.262 DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOAug 14 12:00:04.262replacing 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 } }] INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
35332026-08-14T12:00:05.760Z
35342026-08-14T12:00:05.760Z adding route 172.17.0.32/32 -> 10.0.0.255DEBG
35352026-08-14T12:00:05.760Z
35362026-08-14T12:00:05.760ZAug 14 12:00:04.262Aug 14 12:00:04.262 Aug 14 12:00:04.262DEBGINFO 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:00:04.262INFOreplacing 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 } }]
35372026-08-14T12:00:05.760Z adding route 172.17.0.45/32 -> 10.0.0.255
35382026-08-14T12:00:05.760Z
35392026-08-14T12:00:05.760ZDEBG adding route 172.17.0.51/32 -> 10.0.0.255
35402026-08-14T12:00:05.760Zreplacing 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 } }]
35412026-08-14T12:00:05.760ZAug 14 12:00:04.262Aug 14 12:00:04.262 Aug 14 12:00:04.262INFO DEBG INFOadding route 172.17.0.11/32 -> 10.0.0.255
35422026-08-14T12:00:05.760ZAug 14 12:00:04.262 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 14 12:00:04.262
35432026-08-14T12:00:05.760Z replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
35442026-08-14T12:00:05.760ZINFO Aug 14 12:00:04.262Aug 14 12:00:04.262replacing 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 } }] DEBG
35452026-08-14T12:00:05.760ZAug 14 12:00:04.262 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 } }]DEBG
35462026-08-14T12:00:05.760Z Aug 14 12:00:04.262 adding route 172.17.0.46/32 -> 10.0.0.255
35472026-08-14T12:00:05.760ZINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:04.262
35482026-08-14T12:00:05.760Z adding route 172.17.0.52/32 -> 10.0.0.255INFO
35492026-08-14T12:00:05.760ZAug 14 12:00:04.262 adding route 172.17.0.33/32 -> 10.0.0.255 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
35502026-08-14T12:00:05.760ZDEBG
35512026-08-14T12:00:05.760Zreplacing 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:00:04.262
35522026-08-14T12:00:05.760Ztest route::tests::same_size_non_subset_replace ... ok
35532026-08-14T12:00:05.760Z INFOAug 14 12:00:04.262 Aug 14 12:00:04.262 adding route 172.17.0.12/32 -> 10.0.0.255
35542026-08-14T12:00:05.760ZAug 14 12:00:04.262DEBG DEBG INFO 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: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 } }]
35552026-08-14T12:00:05.760Z
35562026-08-14T12:00:05.760Z Aug 14 12:00:04.262adding route 172.17.0.47/32 -> 10.0.0.255
35572026-08-14T12:00:05.760ZAug 14 12:00:04.262 DEBGINFO Aug 14 12:00:04.262Aug 14 12:00:04.262replacing 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 } }]
35582026-08-14T12:00:05.760ZAug 14 12:00:04.262INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff adding route 172.17.0.53/32 -> 10.0.0.255DEBG
35592026-08-14T12:00:05.760Ztest route::tests::delete_target_full ... ok
35602026-08-14T12:00:05.760Z 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:00:04.262
35612026-08-14T12:00:05.760Z
35622026-08-14T12:00:05.760Z DEBG Aug 14 12:00:04.262INFO 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 } }]
35632026-08-14T12:00:05.760ZDEBGAug 14 12:00:04.262 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 } }]adding route 172.17.0.13/32 -> 10.0.0.255
35642026-08-14T12:00:05.760Z
35652026-08-14T12:00:05.760Zreplacing 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:00:04.262
35662026-08-14T12:00:05.760ZAug 14 12:00:04.262 Aug 14 12:00:04.262INFOINFO Aug 14 12:00:04.262adding route 172.17.0.34/32 -> 10.0.0.255 adding route 172.17.0.48/32 -> 10.0.0.255
35672026-08-14T12:00:05.760ZAug 14 12:00:04.262INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
35682026-08-14T12:00:05.760ZINFOAug 14 12:00:04.262 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
35692026-08-14T12:00:05.760Z
35702026-08-14T12:00:05.760Z DEBG
35712026-08-14T12:00:05.761Zreplacing 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:00:04.262
35722026-08-14T12:00:05.761Z DEBGAug 14 12:00:04.262Aug 14 12:00:04.262 INFOAug 14 12:00:04.262 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 } }] adding route 172.17.0.14/32 -> 10.0.0.255replacing 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 } }]
35732026-08-14T12:00:05.761Z
35742026-08-14T12:00:05.761Z
35752026-08-14T12:00:05.761ZDEBG Aug 14 12:00:04.262 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:00:04.262
35762026-08-14T12:00:05.761Z INFOAug 14 12:00:04.262 Aug 14 12:00:04.262 DEBGAug 14 12:00:04.262 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 172.17.0.49/32 -> 10.0.0.255
35772026-08-14T12:00:05.761Zreplacing 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 } }]
35782026-08-14T12:00:05.761Z
35792026-08-14T12:00:05.761ZAug 14 12:00:04.270Aug 14 12:00:04.270 DEBGINFO adding route 172.17.0.15/32 -> 10.0.0.255replacing 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 } }]
35802026-08-14T12:00:05.761Z
35812026-08-14T12:00:05.761Zadding route 172.17.0.55/32 -> 10.0.0.255Aug 14 12:00:04.271Aug 14 12:00:04.271
35822026-08-14T12:00:05.761Z INFO, DEBGunit :adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
35832026-08-14T12:00:05.761Zreplacing 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 } }]freemap_route_ipv4
35842026-08-14T12:00:05.761Z
35852026-08-14T12:00:05.761ZAug 14 12:00:04.271 DEBGadding route 172.17.0.35/32 -> 10.0.0.255Aug 14 12:00:04.271 Aug 14 12:00:04.271 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
35862026-08-14T12:00:05.761ZAug 14 12:00:04.271DEBG
35872026-08-14T12:00:05.761Z DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:04.271
35882026-08-14T12:00:05.761Z adding route 172.17.0.50/32 -> 10.0.0.255INFO created new freemap
35892026-08-14T12:00:05.761Z adding route 172.17.0.56/32 -> 10.0.0.255Aug 14 12:00:04.271
35902026-08-14T12:00:05.765Z, Aug 14 12:00:04.271unit: DEBGAug 14 12:00:04.271 freemap_route_ipv6INFO
35912026-08-14T12:00:05.765Z Aug 14 12:00:04.271adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
35922026-08-14T12:00:05.765Zreplacing 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 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 } }]
35932026-08-14T12:00:05.765Z
35942026-08-14T12:00:05.765Zreplacing 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 } }]
35952026-08-14T12:00:05.765ZAug 14 12:00:04.271 Aug 14 12:00:04.271Aug 14 12:00:04.271DEBGAug 14 12:00:04.271 Aug 14 12:00:04.271 Aug 14 12:00:04.271INFO DEBGDEBG 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 } }]
35962026-08-14T12:00:05.765Z 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.57/32 -> 10.0.0.255
35972026-08-14T12:00:05.765Z
35982026-08-14T12:00:05.765ZINFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 14 12:00:04.271
35992026-08-14T12:00:05.765Z INFO initted freemap. size: 64adding route 172.17.0.36/32 -> 10.0.0.255Aug 14 12:00:04.271Aug 14 12:00:04.271
36002026-08-14T12:00:05.765Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 14 12:00:04.271INFO , DEBG unitadding route 172.17.0.16/32 -> 10.0.0.255
36012026-08-14T12:00:05.765Z:DEBG
36022026-08-14T12:00:05.765Z 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 } }]
36032026-08-14T12:00:05.765Zreplacing 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 } }]freemap_route_ipv4
36042026-08-14T12:00:05.765ZAug 14 12:00:04.271
36052026-08-14T12:00:05.765ZAug 14 12:00:04.271 Aug 14 12:00:04.271 DEBGDEBG Aug 14 12:00:04.271replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36062026-08-14T12:00:05.766Z
36072026-08-14T12:00:05.766Z
36082026-08-14T12:00:05.766ZAug 14 12:00:04.271 DEBGAug 14 12:00:04.271 Aug 14 12:00:04.271 DEBGAug 14 12:00:04.271replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
36092026-08-14T12:00:05.766Z adding route 172.17.0.52/32 -> 10.0.0.255Aug 14 12:00:04.271reset freemap
36102026-08-14T12:00:05.766Z Aug 14 12:00:04.271INFO, unitadding route 172.17.0.17/32 -> 10.0.0.255:
36112026-08-14T12:00:05.766ZINFOAug 14 12:00:04.271 INFOfreemap_route_ipv4
36122026-08-14T12:00:05.766ZAug 14 12:00:04.271DEBGDEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
36132026-08-14T12:00:05.766ZDEBG Aug 14 12:00:04.271 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 Aug 14 12:00:04.271
36142026-08-14T12:00:05.766Z 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 } }]adding route 172.17.0.37/32 -> 10.0.0.255
36152026-08-14T12:00:05.766Z
36162026-08-14T12:00:05.766Z, DEBGunitAug 14 12:00:04.271 INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
36172026-08-14T12:00:05.766Z
36182026-08-14T12:00:05.766Zadding route 172.17.0.53/32 -> 10.0.0.255Aug 14 12:00:04.271:
36192026-08-14T12:00:05.766Z Aug 14 12:00:04.271Aug 14 12:00:04.271Aug 14 12:00:04.271 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
36202026-08-14T12:00:05.766Z
36212026-08-14T12:00:05.766ZAug 14 12:00:04.271INFO DEBG Aug 14 12:00:04.271adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
36222026-08-14T12:00:05.766ZDEBGfreemap_route_ipv6replacing 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 } }]
36232026-08-14T12:00:05.766Zreplacing 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:00:04.271
36242026-08-14T12:00:05.766Z DEBG
36252026-08-14T12:00:05.766Z 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:00:04.271DEBGAug 14 12:00:04.271
36262026-08-14T12:00:05.766ZDEBGINFO Aug 14 12:00:04.271reset freemap , unitDEBG: 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 } }]freemap_route_ipv6
36272026-08-14T12:00:05.766ZAug 14 12:00:04.271
36282026-08-14T12:00:05.766Zreplacing 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.54/32 -> 10.0.0.255 INFO
36292026-08-14T12:00:05.766ZAug 14 12:00:04.271
36302026-08-14T12:00:05.766Zadding route 172.17.0.60/32 -> 10.0.0.255Aug 14 12:00:04.271INFO
36312026-08-14T12:00:05.766Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 14 12:00:04.271
36322026-08-14T12:00:05.766Z DEBG INFOAug 14 12:00:04.271 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:00:04.271Aug 14 12:00:04.271INFO Aug 14 12:00:04.271DEBGadding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.19/32 -> 10.0.0.255
36332026-08-14T12:00:05.766Z 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 } }]INFO
36342026-08-14T12:00:05.766Z
36352026-08-14T12:00:05.766Z
36362026-08-14T12:00:05.766Z adding route 172.17.0.38/32 -> 10.0.0.255 DEBG Aug 14 12:00:04.271
36372026-08-14T12:00:05.766Z 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 } }]INFOAug 14 12:00:04.271
36382026-08-14T12:00:05.766Z INFOAug 14 12:00:04.271 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 14 12:00:04.271
36392026-08-14T12:00:05.766Z Aug 14 12:00:04.271DEBGDEBGadding route 172.17.0.55/32 -> 10.0.0.255
36402026-08-14T12:00:05.766Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
36412026-08-14T12:00:05.766ZINFO
36422026-08-14T12:00:05.766Z Aug 14 12:00:04.271adding route 172.17.0.61/32 -> 10.0.0.255
36432026-08-14T12:00:05.766ZAug 14 12:00:04.271 Aug 14 12:00:04.271Aug 14 12:00:04.271 Aug 14 12:00:04.271DEBGINFO INFO 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 } }]
36442026-08-14T12:00:05.766Zadding route 172.17.0.20/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2DEBG
36452026-08-14T12:00:05.766Z
36462026-08-14T12:00:05.767Z 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:00:04.271 Aug 14 12:00:04.271DEBG Aug 14 12:00:04.271 Aug 14 12:00:04.271INFODEBGreplacing 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 } }]
36472026-08-14T12:00:05.767ZDEBG 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 } }]
36482026-08-14T12:00:05.767Z
36492026-08-14T12:00:05.767Zreplacing 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 } }]
36502026-08-14T12:00:05.767ZAug 14 12:00:04.271 adding route 172.17.0.56/32 -> 10.0.0.255DEBGINFO
36512026-08-14T12:00:05.767ZAug 14 12:00:04.271 adding route 172.17.0.62/32 -> 10.0.0.255
36522026-08-14T12:00:05.767Ztest route::tests::delete_target_fragmented ... ok
36532026-08-14T12:00:05.767ZAug 14 12:00:04.271 Aug 14 12:00:04.271 INFO Aug 14 12:00:04.271 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 } }] adding route 172.17.0.21/32 -> 10.0.0.255
36542026-08-14T12:00:05.767Z
36552026-08-14T12:00:05.767Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
36562026-08-14T12:00:05.767Z
36572026-08-14T12:00:05.767ZAug 14 12:00:04.271 DEBGAug 14 12:00:04.271
36582026-08-14T12:00:05.767Z DEBGAug 14 12:00:04.271 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 } }]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 } }]
36592026-08-14T12:00:05.767ZAug 14 12:00:04.271INFO Aug 14 12:00:04.271adding route 172.17.0.57/32 -> 10.0.0.255
36602026-08-14T12:00:05.767Z
36612026-08-14T12:00:05.767Z DEBGDEBGAug 14 12:00:04.271 Aug 14 12:00:04.271failed to allocate space for the new target list
36622026-08-14T12:00:05.767ZINFO DEBG adding route 172.17.0.22/32 -> 10.0.0.255replacing 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:00:04.271replacing 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 } }]
36632026-08-14T12:00:05.767ZDEBG 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 } }]
36642026-08-14T12:00:05.767Z
36652026-08-14T12:00:05.767Z
36662026-08-14T12:00:05.767ZAug 14 12:00:04.271 DEBGAug 14 12:00:04.271 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:00:04.271
36672026-08-14T12:00:05.767Z adding route 172.17.0.58/32 -> 10.0.0.255INFO
36682026-08-14T12:00:05.767Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 14 12:00:04.271
36692026-08-14T12:00:05.767Z INFO Aug 14 12:00:04.246adding route 172.17.0.23/32 -> 10.0.0.255 Aug 14 12:00:04.271
36702026-08-14T12:00:05.767Z Aug 14 12:00:04.271DEBG DEBGDEBG created new freemap, 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 } }]unit
36712026-08-14T12:00:05.767Z: Aug 14 12:00:04.246freemap_route_ipv4
36722026-08-14T12:00:05.767ZDEBG Aug 14 12:00:04.271created new freemap , Aug 14 12:00:04.271DEBGunit :replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:00:04.271
36732026-08-14T12:00:05.767Z DEBGfreemap_route_ipv4 INFO
36742026-08-14T12:00:05.767Zcreated new freemap adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff,
36752026-08-14T12:00:05.767Zunit:Aug 14 12:00:04.271 freemap_route_ipv6INFOAug 14 12:00:04.271
36762026-08-14T12:00:05.767Z adding route 172.17.0.24/32 -> 10.0.0.255DEBGAug 14 12:00:04.271
36772026-08-14T12:00:05.767Z Aug 14 12:00:04.271 Aug 14 12:00:04.271 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 } }]DEBG
36782026-08-14T12:00:05.767Z created new freemapDEBGDEBG, Aug 14 12:00:04.271replacing 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 } }]unit :DEBG
36792026-08-14T12:00:05.767Z initted freemap. size: 64freemap_route_ipv6failed to allocate space for the new target list
36802026-08-14T12:00:05.767Z,
36812026-08-14T12:00:05.767ZunitAug 14 12:00:04.271 :INFO freemap_route_ipv4Aug 14 12:00:04.271adding route 172.17.0.25/32 -> 10.0.0.255Aug 14 12:00:04.271
36822026-08-14T12:00:05.767Z
36832026-08-14T12:00:05.767ZDEBG 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 } }]
36842026-08-14T12:00:05.767ZDEBGAug 14 12:00:04.271 Aug 14 12:00:04.271initted freemap. size: 64 , DEBGDEBG unitreplacing 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 } }]:
36852026-08-14T12:00:05.767Z reset freemapfreemap_route_ipv4,
36862026-08-14T12:00:05.767Zunit:Aug 14 12:00:04.271 INFO adding route 172.17.0.26/32 -> 10.0.0.255
36872026-08-14T12:00:05.768ZAug 14 12:00:04.271 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:00:04.271freemap_route_ipv4
36882026-08-14T12:00:05.768ZDEBG
36892026-08-14T12:00:05.768Zreset freemap, Aug 14 12:00:04.271unit :INFOAug 14 12:00:04.271 adding route 172.17.0.27/32 -> 10.0.0.255DEBG
36902026-08-14T12:00:05.772Z freemap_route_ipv4initted freemap. size: 64
36912026-08-14T12:00:05.772Z, unitAug 14 12:00:04.271 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 } }]
36922026-08-14T12:00:05.772Z:Aug 14 12:00:04.271 freemap_route_ipv6INFO
36932026-08-14T12:00:05.772ZAug 14 12:00:04.271 Aug 14 12:00:04.271Aug 14 12:00:04.271 adding route 172.17.0.28/32 -> 10.0.0.255DEBGDEBGINFO initted freemap. size: 64adding route 172.17.0.39/32 -> 10.0.0.255
36942026-08-14T12:00:05.772Z,
36952026-08-14T12:00:05.772Zunit:reset freemap , freemap_route_ipv6unit
36962026-08-14T12:00:05.772ZAug 14 12:00:04.271:Aug 14 12:00:04.271 freemap_route_ipv6DEBG
36972026-08-14T12:00:05.772Z DEBGreplacing 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 } }]
36982026-08-14T12:00:05.772Zreplacing 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:00:04.271
36992026-08-14T12:00:05.772Z DEBG reset freemapAug 14 12:00:04.271, unitAug 14 12:00:04.271:Aug 14 12:00:04.271INFO INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.40/32 -> 10.0.0.255
37002026-08-14T12:00:05.772ZAug 14 12:00:04.272 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:00:04.277created new freemap
37012026-08-14T12:00:05.772Z , DEBGunit :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 } }]
37022026-08-14T12:00:05.772Zfreemap_route_ipv4
37032026-08-14T12:00:05.772Z adding route 172.17.0.29/32 -> 10.0.0.255
37042026-08-14T12:00:05.772ZAug 14 12:00:04.277
37052026-08-14T12:00:05.772ZAug 14 12:00:04.277 INFOAug 14 12:00:04.277 adding route 172.17.0.59/32 -> 10.0.0.255Aug 14 12:00:04.277DEBG INFO
37062026-08-14T12:00:05.772Z DEBGadding route 172.17.0.41/32 -> 10.0.0.255 created new freemap
37072026-08-14T12:00:05.772Z, unitreplacing 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:00:04.277
37082026-08-14T12:00:05.772Zfreemap_route_ipv6DEBG
37092026-08-14T12:00:05.772Zreplacing 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:00:04.277
37102026-08-14T12:00:05.772ZAug 14 12:00:04.277Aug 14 12:00:04.277 Aug 14 12:00:04.277 DEBG INFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 14 12:00:04.277
37112026-08-14T12:00:05.772Z DEBGinitted freemap. size: 64 , unitINFOadding route 172.17.0.30/32 -> 10.0.0.255:
37122026-08-14T12:00:05.772ZAug 14 12:00:04.277 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] freemap_route_ipv4
37132026-08-14T12:00:05.772Zadding route 172.17.0.60/32 -> 10.0.0.255
37142026-08-14T12:00:05.772Z
37152026-08-14T12:00:05.772ZAug 14 12:00:04.277 INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255
37162026-08-14T12:00:05.772ZAug 14 12:00:04.277Aug 14 12:00:04.277 Aug 14 12:00:04.277replacing 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
37172026-08-14T12:00:05.772Z DEBG reset freemap, 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 } }]unitINFO:Aug 14 12:00:04.277 Aug 14 12:00:04.277 freemap_route_ipv4
37182026-08-14T12:00:05.772ZINFODEBG 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 } }]
37192026-08-14T12:00:05.772Zadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.31/32 -> 10.0.0.255
37202026-08-14T12:00:05.773Z
37212026-08-14T12:00:05.773ZAug 14 12:00:04.277
37222026-08-14T12:00:05.773Z Aug 14 12:00:04.277DEBG DEBGinitted freemap. size: 64 , Aug 14 12:00:04.277unitAug 14 12:00:04.277failed to allocate space for the new target list Aug 14 12:00:04.277:DEBG
37232026-08-14T12:00:05.773ZINFO 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 } }]
37242026-08-14T12:00:05.773Zfreemap_route_ipv6
37252026-08-14T12:00:05.773ZDEBGAug 14 12:00:04.278Aug 14 12:00:04.278 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 } }] INFO
37262026-08-14T12:00:05.773ZAug 14 12:00:04.278replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 adding route 172.17.0.43/32 -> 10.0.0.255reset freemap
37272026-08-14T12:00:05.773Z, adding route 172.17.0.32/32 -> 10.0.0.255unit
37282026-08-14T12:00:05.773Z:
37292026-08-14T12:00:05.773Z freemap_route_ipv6
37302026-08-14T12:00:05.773ZAug 14 12:00:04.278 Aug 14 12:00:04.278DEBGAug 14 12:00:04.278 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
37312026-08-14T12:00:05.773Z
37322026-08-14T12:00:05.773Zreplacing 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 } }]
37332026-08-14T12:00:05.773ZAug 14 12:00:04.278 INFOAug 14 12:00:04.278Aug 14 12:00:04.278 Aug 14 12:00:04.278 adding route 3fff:dead::/64 -> 2001:db8::55:3INFODEBG 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 } }]INFO
37342026-08-14T12:00:05.773Zadding route 172.17.0.44/32 -> 10.0.0.255
37352026-08-14T12:00:05.773Z
37362026-08-14T12:00:05.773Zadding route 172.17.0.33/32 -> 10.0.0.255
37372026-08-14T12:00:05.773ZAug 14 12:00:04.278 INFOAug 14 12:00:04.278 Aug 14 12:00:04.278adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:00:04.278
37382026-08-14T12:00:05.773Z DEBG DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37392026-08-14T12:00:05.773Z 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:00:04.278
37402026-08-14T12:00:05.773Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:00:04.278
37412026-08-14T12:00:05.773Z DEBG 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:00:04.278
37422026-08-14T12:00:05.773Z Aug 14 12:00:04.278adding route 172.17.0.45/32 -> 10.0.0.255
37432026-08-14T12:00:05.773ZINFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4
37442026-08-14T12:00:05.773ZAug 14 12:00:04.278
37452026-08-14T12:00:05.773Z Aug 14 12:00:04.278INFO DEBGAug 14 12:00:04.278 adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:00:04.278
37462026-08-14T12:00:05.773Z 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 } }]DEBGDEBG
37472026-08-14T12:00:05.773Z 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 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 } }]
37482026-08-14T12:00:05.773Z
37492026-08-14T12:00:05.773ZAug 14 12:00:04.278 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 14 12:00:04.278
37502026-08-14T12:00:05.773Z Aug 14 12:00:04.278freemap_route_ipv6INFO
37512026-08-14T12:00:05.773Z DEBGAug 14 12:00:04.278 adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 14 12:00:04.278 Aug 14 12:00:04.278INFO
37522026-08-14T12:00:05.773Z adding route 172.17.0.46/32 -> 10.0.0.255
37532026-08-14T12:00:05.773Z
37542026-08-14T12:00:05.773Z INFOINFO Aug 14 12:00:04.278adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:dead::/64 -> 2001:db8::55:1
37552026-08-14T12:00:05.773Z
37562026-08-14T12:00:05.773ZDEBG 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:00:04.278
37572026-08-14T12:00:05.773ZDEBG Aug 14 12:00:04.278replacing 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:00:04.278
37582026-08-14T12:00:05.773Z Aug 14 12:00:04.278DEBGDEBG 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 } }]
37592026-08-14T12:00:05.773Zreplacing 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.17.0.47/32 -> 10.0.0.255
37602026-08-14T12:00:05.774Z
37612026-08-14T12:00:05.774ZAug 14 12:00:04.278Aug 14 12:00:04.278 INFOINFOAug 14 12:00:04.278 adding route 172.17.0.36/32 -> 10.0.0.255 INFO
37622026-08-14T12:00:05.774Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:00:04.278adding route 172.17.0.0/32 -> 10.0.0.255
37632026-08-14T12:00:05.774ZDEBG
37642026-08-14T12:00:05.774Z 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:00:04.278
37652026-08-14T12:00:05.774ZAug 14 12:00:04.278Aug 14 12:00:04.278 DEBGDEBG Aug 14 12:00:04.278replacing 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 } }] 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 } }]
37662026-08-14T12:00:05.774Z
37672026-08-14T12:00:05.774ZDEBG 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:00:04.278
37682026-08-14T12:00:05.774Zadding route 172.17.0.48/32 -> 10.0.0.255 Aug 14 12:00:04.278
37692026-08-14T12:00:05.774Z INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255
37702026-08-14T12:00:05.774ZAug 14 12:00:04.278
37712026-08-14T12:00:05.774ZAug 14 12:00:04.278 DEBGINFOAug 14 12:00:04.278Aug 14 12:00:04.278 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
37722026-08-14T12:00:05.774ZDEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
37732026-08-14T12:00:05.774Z
37742026-08-14T12:00:05.774Z 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 } }]
37752026-08-14T12:00:05.774ZAug 14 12:00:04.278Aug 14 12:00:04.278 Aug 14 12:00:04.278 Aug 14 12:00:04.278INFOINFODEBG INFOadding route 172.17.0.49/32 -> 10.0.0.255
37762026-08-14T12:00:05.774Zadding route 172.17.0.2/32 -> 10.0.0.255
37772026-08-14T12:00:05.774Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.38/32 -> 10.0.0.255
37782026-08-14T12:00:05.774Z
37792026-08-14T12:00:05.774ZAug 14 12:00:04.278 Aug 14 12:00:04.278DEBG Aug 14 12:00:04.278DEBG 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
37802026-08-14T12:00:05.774Z adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:00:04.278
37812026-08-14T12:00:05.774Zreplacing 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 } }]
37822026-08-14T12:00:05.774ZAug 14 12:00:04.278DEBG INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:04.278 adding route 172.17.0.50/32 -> 10.0.0.255DEBG
37832026-08-14T12:00:05.774Z 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 } }]
37842026-08-14T12:00:05.774Z
37852026-08-14T12:00:05.774ZAug 14 12:00:04.278Aug 14 12:00:04.278 INFODEBG Aug 14 12:00:04.278replacing 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 } }]
37862026-08-14T12:00:05.774Zadding route 172.17.0.3/32 -> 10.0.0.255INFO Aug 14 12:00:04.278adding route 172.17.0.39/32 -> 10.0.0.255
37872026-08-14T12:00:05.774Z
37882026-08-14T12:00:05.774ZDEBG Aug 14 12:00:04.278replacing targets for 3fff:dead::/64 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 } }]
37892026-08-14T12:00:05.774ZINFO Aug 14 12:00:04.278Aug 14 12:00:04.278 DEBGDEBGadding route 172.17.0.51/32 -> 10.0.0.255
37902026-08-14T12:00:05.779Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
37912026-08-14T12:00:05.779Z
37922026-08-14T12:00:05.779ZAug 14 12:00:04.278 Aug 14 12:00:04.278DEBGAug 14 12:00:04.278 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255
37932026-08-14T12:00:05.779Z
37942026-08-14T12:00:05.779Z
37952026-08-14T12:00:05.779ZAug 14 12:00:04.278Aug 14 12:00:04.278Aug 14 12:00:04.278 INFODEBG DEBG adding route 172.17.0.52/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 } }]
37962026-08-14T12:00:05.779Z
37972026-08-14T12:00:05.779Z 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 } }]
37982026-08-14T12:00:05.779ZAug 14 12:00:04.278Aug 14 12:00:04.278 Aug 14 12:00:04.278 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255INFO adding route 172.17.0.5/32 -> 10.0.0.255
37992026-08-14T12:00:05.779Z
38002026-08-14T12:00:05.779ZAug 14 12:00:04.279 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:04.284DEBG
38012026-08-14T12:00:05.779ZDEBG created new freemapreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38022026-08-14T12:00:05.779Z, unit: Aug 14 12:00:04.284Aug 14 12:00:04.284Aug 14 12:00:04.284 INFOfreemap_route_ipv4INFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255
38032026-08-14T12:00:05.779Z
38042026-08-14T12:00:05.779Z
38052026-08-14T12:00:05.779ZAug 14 12:00:04.284DEBGAug 14 12:00:04.284 DEBGDEBG Aug 14 12:00:04.284replacing 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 } }]
38062026-08-14T12:00:05.779Zreplacing 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 } }]
38072026-08-14T12:00:05.779Z Aug 14 12:00:04.284DEBGreplacing 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 } }]
38082026-08-14T12:00:05.779ZINFO Aug 14 12:00:04.284adding route 172.17.0.54/32 -> 10.0.0.255created new freemap
38092026-08-14T12:00:05.779Z , Aug 14 12:00:04.284unit INFOINFO :adding route 172.17.0.7/32 -> 10.0.0.255
38102026-08-14T12:00:05.779Zadding route 172.17.0.42/32 -> 10.0.0.255
38112026-08-14T12:00:05.779Zfreemap_route_ipv6Aug 14 12:00:04.284
38122026-08-14T12:00:05.779Z Aug 14 12:00:04.284DEBG 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 } }] Aug 14 12:00:04.284replacing 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 } }]
38132026-08-14T12:00:05.779Z
38142026-08-14T12:00:05.779ZAug 14 12:00:04.284DEBG DEBG Aug 14 12:00:04.284initted freemap. size: 64replacing 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:00:04.284,
38152026-08-14T12:00:05.779ZINFO INFOunit adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
38162026-08-14T12:00:05.779ZAug 14 12:00:04.284:
38172026-08-14T12:00:05.779Z freemap_route_ipv4INFO
38182026-08-14T12:00:05.779ZAug 14 12:00:04.284 DEBG Aug 14 12:00:04.284adding route 172.17.0.43/32 -> 10.0.0.255 Aug 14 12:00:04.284
38192026-08-14T12:00:05.779Z 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 } }] DEBGreplacing 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 } }]
38202026-08-14T12:00:05.779ZAug 14 12:00:04.284reset freemap ,
38212026-08-14T12:00:05.779ZDEBGunit :Aug 14 12:00:04.284replacing 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
38222026-08-14T12:00:05.779Z adding route 172.17.0.9/32 -> 10.0.0.255freemap_route_ipv4
38232026-08-14T12:00:05.779Z
38242026-08-14T12:00:05.780ZAug 14 12:00:04.284Aug 14 12:00:04.284 INFOINFOAug 14 12:00:04.284Aug 14 12:00:04.284 adding route 172.17.0.44/32 -> 10.0.0.255DEBG
38252026-08-14T12:00:05.780Zadding route 172.17.0.56/32 -> 10.0.0.255
38262026-08-14T12:00:05.780ZDEBGinitted freemap. size: 64 , 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 } }]unit
38272026-08-14T12:00:05.780ZAug 14 12:00:04.284: Aug 14 12:00:04.284freemap_route_ipv6DEBG
38282026-08-14T12:00:05.780ZDEBGAug 14 12:00:04.284 INFO 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.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 } }]
38292026-08-14T12:00:05.780Z
38302026-08-14T12:00:05.780ZAug 14 12:00:04.284adding route 172.17.0.10/32 -> 10.0.0.255 DEBG
38312026-08-14T12:00:05.780Z reset freemapAug 14 12:00:04.284Aug 14 12:00:04.284, unit INFO: INFOadding route 172.17.0.45/32 -> 10.0.0.255freemap_route_ipv6 Aug 14 12:00:04.284
38322026-08-14T12:00:05.780Zadding route 172.17.0.57/32 -> 10.0.0.255
38332026-08-14T12:00:05.780Z
38342026-08-14T12:00:05.780ZDEBG 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 } }]
38352026-08-14T12:00:05.780ZAug 14 12:00:04.284Aug 14 12:00:04.284 Aug 14 12:00:04.284Aug 14 12:00:04.284INFO INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG
38362026-08-14T12:00:05.780Zadding route 172.17.0.11/32 -> 10.0.0.255DEBGreplacing 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 } }]
38372026-08-14T12:00:05.780Z
38382026-08-14T12:00:05.780Z Aug 14 12:00:04.284Aug 14 12:00:04.284 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 } }]adding route 172.17.0.46/32 -> 10.0.0.255
38392026-08-14T12:00:05.780Z
38402026-08-14T12:00:05.780ZAug 14 12:00:04.284 INFO Aug 14 12:00:04.284adding route 172.16.0.0/32 -> 10.0.0.2
38412026-08-14T12:00:05.780ZDEBG 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 } }]
38422026-08-14T12:00:05.780ZAug 14 12:00:04.284 DEBG Aug 14 12:00:04.284replacing 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 } }]
38432026-08-14T12:00:05.780ZINFO adding route 172.17.0.47/32 -> 10.0.0.255
38442026-08-14T12:00:05.780ZAug 14 12:00:04.284Aug 14 12:00:04.284Aug 14 12:00:04.284 DEBGDEBGINFO 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.3
38452026-08-14T12:00:05.780Z
38462026-08-14T12:00:05.780Zreplacing 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 } }]
38472026-08-14T12:00:05.780ZAug 14 12:00:04.285Aug 14 12:00:04.285 Aug 14 12:00:04.285DEBGINFO INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255
38482026-08-14T12:00:05.780Z adding route 172.17.0.12/32 -> 10.0.0.255
38492026-08-14T12:00:05.780Z
38502026-08-14T12:00:05.780ZAug 14 12:00:04.285 INFOAug 14 12:00:04.285Aug 14 12:00:04.285 adding route 172.16.0.0/32 -> 10.0.0.4DEBG
38512026-08-14T12:00:05.780Z 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
38522026-08-14T12:00:05.780Ztest route::tests::shrink_preserves_compacted_order ... ok
38532026-08-14T12:00:05.780Z 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 } }]
38542026-08-14T12:00:05.780Ztest route::tests::add_target_fails_full ... ok
38552026-08-14T12:00:05.780Ztest route::tests::delete_targets_full ... ok
38562026-08-14T12:00:05.780Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
38572026-08-14T12:00:05.780ZAug 14 12:00:04.285 Aug 14 12:00:04.285INFO DEBGAug 14 12:00:04.285 adding route 172.17.0.13/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 } }]
38582026-08-14T12:00:05.780Z INFO adding route 172.17.0.49/32 -> 10.0.0.255
38592026-08-14T12:00:05.780ZAug 14 12:00:04.291 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 } }]
38602026-08-14T12:00:05.780Zreplacing 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:00:04.291
38612026-08-14T12:00:05.780Z INFO adding route 172.17.0.14/32 -> 10.0.0.255
38622026-08-14T12:00:05.780Z
38632026-08-14T12:00:05.780ZAug 14 12:00:04.291Aug 14 12:00:04.291 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 14 12:00:04.291
38642026-08-14T12:00:05.781Z 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 } }]
38652026-08-14T12:00:05.781ZDEBGAug 14 12:00:04.291 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 } }]DEBGAug 14 12:00:04.291
38662026-08-14T12:00:05.781Z 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
38672026-08-14T12:00:05.781Z adding route 172.17.0.50/32 -> 10.0.0.255
38682026-08-14T12:00:05.781ZAug 14 12:00:04.291Aug 14 12:00:04.291 INFOINFO Aug 14 12:00:04.291 adding route 172.17.0.15/32 -> 10.0.0.255DEBG
38692026-08-14T12:00:05.781Zadding route 172.17.0.59/32 -> 10.0.0.255
38702026-08-14T12:00:05.781Zreplacing 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 } }]
38712026-08-14T12:00:05.781ZAug 14 12:00:04.291 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 } }]Aug 14 12:00:04.291
38722026-08-14T12:00:05.781Z Aug 14 12:00:04.291DEBG 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
38732026-08-14T12:00:05.781Z Aug 14 12:00:04.291adding route 172.17.0.51/32 -> 10.0.0.255
38742026-08-14T12:00:05.781ZINFO Aug 14 12:00:04.291 adding route 172.17.0.16/32 -> 10.0.0.255INFOAug 14 12:00:04.291
38752026-08-14T12:00:05.781Zadding route 172.17.0.60/32 -> 10.0.0.255DEBG
38762026-08-14T12:00:05.781Z 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 } }]
38772026-08-14T12:00:05.781ZAug 14 12:00:04.291 Aug 14 12:00:04.291DEBG Aug 14 12:00:04.291 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
38782026-08-14T12:00:05.781Z INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38792026-08-14T12:00:05.781Zadding route 172.17.0.52/32 -> 10.0.0.255
38802026-08-14T12:00:05.781ZAug 14 12:00:04.291Aug 14 12:00:04.291Aug 14 12:00:04.291 INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255
38812026-08-14T12:00:05.781Zreplacing 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
38822026-08-14T12:00:05.781Z adding route 172.17.0.61/32 -> 10.0.0.255Aug 14 12:00:04.291Aug 14 12:00:04.291
38832026-08-14T12:00:05.781ZDEBGINFO adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38842026-08-14T12:00:05.781Z
38852026-08-14T12:00:05.781ZAug 14 12:00:04.291 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 } }]
38862026-08-14T12:00:05.781ZAug 14 12:00:04.291Aug 14 12:00:04.291 Aug 14 12:00:04.291DEBG Aug 14 12:00:04.291INFO 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 } }]adding route 172.17.0.18/32 -> 10.0.0.255 INFO
38872026-08-14T12:00:05.781Z
38882026-08-14T12:00:05.781Zreplacing 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 } }]
38892026-08-14T12:00:05.781Zadding route 172.17.0.62/32 -> 10.0.0.255
38902026-08-14T12:00:05.785ZAug 14 12:00:04.291Aug 14 12:00:04.291 Aug 14 12:00:04.278DEBGINFO 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 } }]created new freemapadding route 172.17.0.54/32 -> 10.0.0.255
38912026-08-14T12:00:05.785Z,
38922026-08-14T12:00:05.785ZAug 14 12:00:04.291unit :DEBG Aug 14 12:00:04.291freemap_route_ipv4Aug 14 12:00:04.291replacing 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
38932026-08-14T12:00:05.785ZDEBG
38942026-08-14T12:00:05.785Z 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:00:04.291
38952026-08-14T12:00:05.785Zadding route 172.17.0.19/32 -> 10.0.0.255
38962026-08-14T12:00:05.786ZINFO Aug 14 12:00:04.291adding route 172.17.0.63/32 -> 10.0.0.255
38972026-08-14T12:00:05.786ZAug 14 12:00:04.291INFO DEBG Aug 14 12:00:04.291 adding route 172.17.0.55/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 } }]
38982026-08-14T12:00:05.786ZDEBG
38992026-08-14T12:00:05.786ZAug 14 12:00:04.291 created new freemapDEBG, Aug 14 12:00:04.291replacing 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 DEBG:
39002026-08-14T12:00:05.786Zreplacing 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 } }]
39012026-08-14T12:00:05.786ZAug 14 12:00:04.291freemap_route_ipv6 INFO
39022026-08-14T12:00:05.786Z adding route 172.17.0.20/32 -> 10.0.0.255Aug 14 12:00:04.291Aug 14 12:00:04.291
39032026-08-14T12:00:05.786Z Aug 14 12:00:04.291INFO DEBG DEBGadding route 172.17.0.56/32 -> 10.0.0.255Aug 14 12:00:04.291initted freemap. size: 64 , failed to allocate space for the new target listDEBGunit :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 } }]
39042026-08-14T12:00:05.786Z
39052026-08-14T12:00:05.786Z freemap_route_ipv4
39062026-08-14T12:00:05.786Z
39072026-08-14T12:00:05.786ZAug 14 12:00:04.291 INFOAug 14 12:00:04.291 Aug 14 12:00:04.291Aug 14 12:00:04.291adding route 172.17.0.21/32 -> 10.0.0.255 DEBGDEBGDEBG
39082026-08-14T12:00:05.786Z 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 } }]
39092026-08-14T12:00:05.786Zreplacing 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 } }]reset freemap
39102026-08-14T12:00:05.786Z, unit:Aug 14 12:00:04.291 Aug 14 12:00:04.291INFOAug 14 12:00:04.291 freemap_route_ipv4 DEBGDEBG
39112026-08-14T12:00:05.786Z 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.57/32 -> 10.0.0.255
39122026-08-14T12:00:05.786Zfailed to allocate space for the new target list
39132026-08-14T12:00:05.786Z
39142026-08-14T12:00:05.786ZAug 14 12:00:04.291Aug 14 12:00:04.291 Aug 14 12:00:04.291INFODEBG DEBGadding route 172.17.0.22/32 -> 10.0.0.255
39152026-08-14T12:00:05.786Zreplacing 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 } }]
39162026-08-14T12:00:05.786Zinitted freemap. size: 64, unit:Aug 14 12:00:04.291 Aug 14 12:00:04.291freemap_route_ipv6DEBG
39172026-08-14T12:00:05.786Z 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 } }]INFO
39182026-08-14T12:00:05.786Z adding route 172.17.0.58/32 -> 10.0.0.255
39192026-08-14T12:00:05.786ZAug 14 12:00:04.291 Aug 14 12:00:04.291DEBGAug 14 12:00:04.291 INFOreset freemap , DEBGadding route 172.17.0.23/32 -> 10.0.0.255unit
39202026-08-14T12:00:05.786Z: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 } }] freemap_route_ipv6
39212026-08-14T12:00:05.786Z
39222026-08-14T12:00:05.786ZAug 14 12:00:04.291 DEBG Aug 14 12:00:04.291Aug 14 12:00:04.291 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 } }] INFOINFO
39232026-08-14T12:00:05.786Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.59/32 -> 10.0.0.255
39242026-08-14T12:00:05.786Z
39252026-08-14T12:00:05.786ZAug 14 12:00:04.291 INFO Aug 14 12:00:04.291Aug 14 12:00:04.291adding route 172.17.0.24/32 -> 10.0.0.255
39262026-08-14T12:00:05.786Z DEBGDEBG 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:00:04.291
39272026-08-14T12:00:05.786Z 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
39282026-08-14T12:00:05.786Z Aug 14 12:00:04.291replacing 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 } }]
39292026-08-14T12:00:05.786ZINFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 14 12:00:04.291
39302026-08-14T12:00:05.786Z Aug 14 12:00:04.291INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2
39312026-08-14T12:00:05.786Zadding route 172.17.0.25/32 -> 10.0.0.255Aug 14 12:00:04.291
39322026-08-14T12:00:05.786Z 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 } }]
39332026-08-14T12:00:05.786ZAug 14 12:00:04.291Aug 14 12:00:04.291 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 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 } }]
39342026-08-14T12:00:05.786ZAug 14 12:00:04.291
39352026-08-14T12:00:05.787Z DEBG failed to allocate space for the new target list
39362026-08-14T12:00:05.787ZAug 14 12:00:04.291Aug 14 12:00:04.291 INFOINFOAug 14 12:00:04.291 adding route 172.17.0.26/32 -> 10.0.0.255DEBG
39372026-08-14T12:00:05.787Z 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.16.0.0/32 -> 10.0.0.3
39382026-08-14T12:00:05.787Z
39392026-08-14T12:00:05.787ZAug 14 12:00:04.291 DEBGAug 14 12:00:04.291 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
39402026-08-14T12:00:05.787Z 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 } }]
39412026-08-14T12:00:05.787ZAug 14 12:00:04.291 INFOAug 14 12:00:04.291 adding route 172.17.0.27/32 -> 10.0.0.255INFO
39422026-08-14T12:00:05.787Z adding route 172.16.0.0/32 -> 10.0.0.4
39432026-08-14T12:00:05.787ZAug 14 12:00:04.291 DEBGAug 14 12:00:04.291 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
39442026-08-14T12:00:05.787Z 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 } }]
39452026-08-14T12:00:05.787ZAug 14 12:00:04.291 INFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 14 12:00:04.291
39462026-08-14T12:00:05.787Z 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.3, vlan_id: None } }]
39472026-08-14T12:00:05.787ZAug 14 12:00:04.291 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:00:05.787ZAug 14 12:00:04.291 INFO adding route 172.17.0.29/32 -> 10.0.0.255
39492026-08-14T12:00:05.787ZAug 14 12:00:04.291 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:00:05.787ZAug 14 12:00:04.291 INFO adding route 172.17.0.30/32 -> 10.0.0.255
39512026-08-14T12:00:05.787Ztest route::tests::delete_targets_fragmented ... ok
39522026-08-14T12:00:05.787ZAug 14 12:00:04.291 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 } }]
39532026-08-14T12:00:05.787ZAug 14 12:00:04.291 INFO adding route 172.17.0.31/32 -> 10.0.0.255
39542026-08-14T12:00:05.787ZAug 14 12:00:04.291 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 } }]
39552026-08-14T12:00:05.787ZAug 14 12:00:04.291 INFO adding route 172.17.0.32/32 -> 10.0.0.255
39562026-08-14T12:00:05.787Z
39572026-08-14T12:00:05.787ZAug 14 12:00:04.291 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 } }]
39582026-08-14T12:00:05.787ZAug 14 12:00:04.291 INFO adding route 172.17.0.33/32 -> 10.0.0.255
39592026-08-14T12:00:05.787Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
39602026-08-14T12:00:05.787ZAug 14 12:00:04.291 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 } }]
39612026-08-14T12:00:05.787ZAug 14 12:00:04.291 INFO adding route 172.17.0.34/32 -> 10.0.0.255
39622026-08-14T12:00:05.787Z
39632026-08-14T12:00:05.787ZAug 14 12:00:04.291 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 } }]
39642026-08-14T12:00:05.787ZAug 14 12:00:04.291 INFO adding route 172.17.0.35/32 -> 10.0.0.255
39652026-08-14T12:00:05.787ZAug 14 12:00:04.291 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 } }]
39662026-08-14T12:00:05.787ZAug 14 12:00:04.291 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39672026-08-14T12:00:05.787ZAug 14 12:00:04.292 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 } }]
39682026-08-14T12:00:05.787ZAug 14 12:00:04.292 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39692026-08-14T12:00:05.787ZAug 14 12:00:04.292 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:00:05.787ZAug 14 12:00:04.292 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39712026-08-14T12:00:05.787ZAug 14 12:00:04.292 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:00:05.787ZAug 14 12:00:04.292 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39732026-08-14T12:00:05.787ZAug 14 12:00:04.292 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:00:05.787ZAug 14 12:00:04.292 INFO adding route 172.17.0.40/32 -> 10.0.0.255
39752026-08-14T12:00:05.788ZAug 14 12:00:04.297 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:00:05.788ZAug 14 12:00:04.297 INFO adding route 172.17.0.41/32 -> 10.0.0.255
39772026-08-14T12:00:05.788ZAug 14 12:00:04.298 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:00:05.788ZAug 14 12:00:04.298 INFO adding route 172.17.0.42/32 -> 10.0.0.255
39792026-08-14T12:00:05.788ZAug 14 12:00:04.298 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:00:05.788ZAug 14 12:00:04.298 INFO adding route 172.17.0.43/32 -> 10.0.0.255
39812026-08-14T12:00:05.788ZAug 14 12:00:04.298 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:00:05.788ZAug 14 12:00:04.298 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39832026-08-14T12:00:05.788ZAug 14 12:00:04.298 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:00:05.788ZAug 14 12:00:04.298 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39852026-08-14T12:00:05.788ZAug 14 12:00:04.298 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:00:05.788ZAug 14 12:00:04.298 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39872026-08-14T12:00:05.788ZAug 14 12:00:04.298 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:00:05.788ZAug 14 12:00:04.298 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39892026-08-14T12:00:05.788ZAug 14 12:00:04.298 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:00:05.792ZAug 14 12:00:04.298 INFO adding route 172.17.0.48/32 -> 10.0.0.255
39912026-08-14T12:00:05.792ZAug 14 12:00:04.298 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:00:05.792ZAug 14 12:00:04.298 INFO adding route 172.17.0.49/32 -> 10.0.0.255
39932026-08-14T12:00:05.792ZAug 14 12:00:04.298 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:00:05.792ZAug 14 12:00:04.298 INFO adding route 172.17.0.50/32 -> 10.0.0.255
39952026-08-14T12:00:05.792ZAug 14 12:00:04.298 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:00:05.792ZAug 14 12:00:04.298 INFO adding route 172.17.0.51/32 -> 10.0.0.255
39972026-08-14T12:00:05.792ZAug 14 12:00:04.298 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:00:05.792ZAug 14 12:00:04.298 INFO adding route 172.17.0.52/32 -> 10.0.0.255
39992026-08-14T12:00:05.792ZAug 14 12:00:04.298 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:00:05.792ZAug 14 12:00:04.298 INFO adding route 172.17.0.53/32 -> 10.0.0.255
40012026-08-14T12:00:05.792ZAug 14 12:00:04.298 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:00:05.792ZAug 14 12:00:04.298 INFO adding route 172.17.0.54/32 -> 10.0.0.255
40032026-08-14T12:00:05.792ZAug 14 12:00:04.298 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:00:05.792ZAug 14 12:00:04.298 INFO adding route 172.17.0.55/32 -> 10.0.0.255
40052026-08-14T12:00:05.792ZAug 14 12:00:04.298 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:00:05.792ZAug 14 12:00:04.298 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40072026-08-14T12:00:05.792ZAug 14 12:00:04.298 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:00:05.792ZAug 14 12:00:04.298 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40092026-08-14T12:00:05.792ZAug 14 12:00:04.298 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:00:05.792ZAug 14 12:00:04.298 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40112026-08-14T12:00:05.792ZAug 14 12:00:04.298 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:00:05.792ZAug 14 12:00:04.298 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40132026-08-14T12:00:05.792ZAug 14 12:00:04.298 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:00:05.792ZAug 14 12:00:04.298 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40152026-08-14T12:00:05.792ZAug 14 12:00:04.298 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:00:05.792ZAug 14 12:00:04.298 DEBG failed to allocate space for the new target list
40172026-08-14T12:00:05.792ZAug 14 12:00:04.298 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 } }]
40182026-08-14T12:00:05.792Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-9a5ae64985c3e580)
40192026-08-14T12:00:05.792Z
40202026-08-14T12:00:05.793Zrunning 0 tests
40212026-08-14T12:00:05.793Z
40222026-08-14T12:00:05.793Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40232026-08-14T12:00:05.793Z
40242026-08-14T12:00:05.793Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
40252026-08-14T12:00:05.793Z
40262026-08-14T12:00:05.793Zrunning 0 tests
40272026-08-14T12:00:05.793Z
40282026-08-14T12:00:05.793Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40292026-08-14T12:00:05.793Z
40302026-08-14T12:00:05.793Z Running unittests src/lib.rs (target/debug/deps/dpd_client-a0641429f08c43c9)
40312026-08-14T12:00:05.793Z
40322026-08-14T12:00:05.793Zrunning 6 tests
40332026-08-14T12:00:05.793Ztest tests::test_full_lot_id_neither_present ... ok
40342026-08-14T12:00:05.793Ztest tests::test_full_lot_id_lotnum_only ... ok
40352026-08-14T12:00:05.793Ztest tests::test_full_lot_id_lot_only ... ok
40362026-08-14T12:00:05.793Ztest tests::test_full_lot_id_both_present ... ok
40372026-08-14T12:00:05.793Ztest tests::test_parse_client_port_id ... ok
40382026-08-14T12:00:05.793Ztest tests::test_port_id_cmp ... ok
40392026-08-14T12:00:05.793Z
40402026-08-14T12:00:05.793Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40412026-08-14T12:00:05.793Z
40422026-08-14T12:00:05.793Z Running tests/test_all.rs (target/debug/deps/test_all-a549e29c96051256)
40432026-08-14T12:00:05.793Z
40442026-08-14T12:00:05.793Zrunning 0 tests
40452026-08-14T12:00:05.793Z
40462026-08-14T12:00:05.793Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40472026-08-14T12:00:05.793Z
40482026-08-14T12:00:05.793Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
40492026-08-14T12:00:05.793Z
40502026-08-14T12:00:05.793Zrunning 0 tests
40512026-08-14T12:00:05.793Z
40522026-08-14T12:00:05.793Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40532026-08-14T12:00:05.793Z
40542026-08-14T12:00:05.793Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
40552026-08-14T12:00:05.793Z
40562026-08-14T12:00:05.793Zrunning 0 tests
40572026-08-14T12:00:05.793Z
40582026-08-14T12:00:05.793Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40592026-08-14T12:00:05.793Z
40602026-08-14T12:00:05.794Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
40612026-08-14T12:00:05.794Z
40622026-08-14T12:00:05.794Zrunning 12 tests
40632026-08-14T12:00:05.794Ztest icmp::test_v6_checksum ... ok
40642026-08-14T12:00:05.794Ztest icmp::test_v4_checksum ... ok
40652026-08-14T12:00:05.794Ztest pbuf::test_byte ... ok
40662026-08-14T12:00:05.794Ztest lldp::test_lldp_parse ... ok
40672026-08-14T12:00:05.794Ztest ipv6::test_ipv6_parse ... ok
40682026-08-14T12:00:05.794Ztest pbuf::test_nibble ... ok
40692026-08-14T12:00:05.794Ztest pbuf::test_overflow ... ok
40702026-08-14T12:00:05.794Ztest pbuf::test_short ... ok
40712026-08-14T12:00:05.794Ztest pbuf::test_twelve ... ok
40722026-08-14T12:00:05.794Ztest pbuf::test_word ... ok
40732026-08-14T12:00:05.794Ztest tcp::test_checksum_syn_nodata ... ok
40742026-08-14T12:00:05.794Ztest tcp::test_checksum_ack_data ... ok
40752026-08-14T12:00:05.794Z
40762026-08-14T12:00:05.794Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40772026-08-14T12:00:05.794Z
40782026-08-14T12:00:05.794Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
40792026-08-14T12:00:05.794Z
40802026-08-14T12:00:05.794Zrunning 0 tests
40812026-08-14T12:00:05.794Z
40822026-08-14T12:00:05.794Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40832026-08-14T12:00:05.794Z
40842026-08-14T12:00:05.794Z Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc)
40852026-08-14T12:00:05.794Z
40862026-08-14T12:00:05.794Zrunning 5 tests
40872026-08-14T12:00:05.794Ztest switchport::test::test_compute_lanes ... ok
40882026-08-14T12:00:05.794Ztest switchport::test::port_id_ordering ... ok
40892026-08-14T12:00:05.794Z Lane 0 Lane 1 Lane 2 Lane 3
40902026-08-14T12:00:05.798Z Lane 0 Rx Loss-of-lock: Yes Yes Lane 1Yes YesLane 2
40912026-08-14T12:00:05.798Z Rx Loss-of-signal: YesLane 3 Yes
40922026-08-14T12:00:05.798Z Yes State: Activated Yes
40932026-08-14T12:00:05.798ZActivated Rx CDR Enabled: Yes Activated Yes ActivatedYes
40942026-08-14T12:00:05.798Z Rx Output Enabled: falseYes
40952026-08-14T12:00:05.798Zfalse false Tx Enabled: Yes falseYes
40962026-08-14T12:00:05.798Z Rx Output Status: validYes validYes
40972026-08-14T12:00:05.798Zvalid Tx Loss-of-lock: No valid
40982026-08-14T12:00:05.798ZNo Rx Loss-of-lock: trueNo trueNo
40992026-08-14T12:00:05.798Ztrue Tx Loss-of-signal: Notrue
41002026-08-14T12:00:05.798ZNo Rx Loss-of-signal: falseNo falseNo
41012026-08-14T12:00:05.798Z false Tx CDR Enabled: No No false
41022026-08-14T12:00:05.798ZNo NoRx Auto-squelch Disable: true
41032026-08-14T12:00:05.798Ztrue Tx Adaptive EQ Fault: No trueNo true
41042026-08-14T12:00:05.798ZNo Tx Output Enabled: trueNo
41052026-08-14T12:00:05.798Ztrue Tx Fault: Yestrue true
41062026-08-14T12:00:05.798ZYes Tx Output Status: invalidYes invalidYes
41072026-08-14T12:00:05.798Zinvalid invalid
41082026-08-14T12:00:05.799Z Tx Loss-of-lock: false false false false
41092026-08-14T12:00:05.799Z Tx Loss-of-signal: true true true true
41102026-08-14T12:00:05.799ZTx Auto-squelch Disable: false false false false
41112026-08-14T12:00:05.799Z Tx Adaptive EQ Fail: true true true true
41122026-08-14T12:00:05.799Z Tx Failure: false false false false
41132026-08-14T12:00:05.799Z Tx Force Squelch: true true true true
41142026-08-14T12:00:05.799Z Tx Input Polarity: normal normal normal normal
41152026-08-14T12:00:05.799Ztest switchport::test::test_print_sff_datapath ... ok
41162026-08-14T12:00:05.799Ztest switchport::test::test_print_cmis_datapath ... ok
41172026-08-14T12:00:05.799Ztest link::test_filter ... ok
41182026-08-14T12:00:05.799Z
41192026-08-14T12:00:05.799Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41202026-08-14T12:00:05.799Z
41212026-08-14T12:00:05.799Z Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7)
41222026-08-14T12:00:05.799Z
41232026-08-14T12:00:05.799Zrunning 1 test
41242026-08-14T12:00:05.799Ztest test_p4_counter_list ... ignored
41252026-08-14T12:00:05.799Z
41262026-08-14T12:00:05.799Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41272026-08-14T12:00:05.799Z
41282026-08-14T12:00:05.799Z Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43)
41292026-08-14T12:00:05.799Z
41302026-08-14T12:00:05.799Zrunning 5 tests
41312026-08-14T12:00:05.799Ztest test_an ... ignored
41322026-08-14T12:00:05.799Ztest test_enable ... ignored
41332026-08-14T12:00:05.799Ztest test_ip_addresses ... ignored
41342026-08-14T12:00:05.799Ztest test_kr ... ignored
41352026-08-14T12:00:05.799Ztest test_mac ... ignored
41362026-08-14T12:00:05.799Z
41372026-08-14T12:00:05.799Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41382026-08-14T12:00:05.799Z
41392026-08-14T12:00:05.799Z Running unittests src/main.rs (target/debug/deps/tfportd-c2bdb70bfbc0b426)
41402026-08-14T12:00:05.799Z
41412026-08-14T12:00:05.799Zrunning 3 tests
41422026-08-14T12:00:05.799Ztest linklocal::test_parse_ipadm ... ok
41432026-08-14T12:00:05.799Ztest tfport::test_parse_tfport ... ok
41442026-08-14T12:00:05.799Ztest config::tests::test_updates ... ok
41452026-08-14T12:00:05.799Z
41462026-08-14T12:00:05.799Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41472026-08-14T12:00:05.799Z
41482026-08-14T12:00:05.800Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
41492026-08-14T12:00:05.800Z
41502026-08-14T12:00:05.800Zrunning 0 tests
41512026-08-14T12:00:05.800Z
41522026-08-14T12:00:05.800Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41532026-08-14T12:00:05.800Z
41542026-08-14T12:00:05.800Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
41552026-08-14T12:00:05.803Z
41562026-08-14T12:00:05.803Zrunning 0 tests
41572026-08-14T12:00:05.803Z
41582026-08-14T12:00:05.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41592026-08-14T12:00:05.803Z
41602026-08-14T12:00:05.803Z Doc-tests aal
41612026-08-14T12:00:05.927Z
41622026-08-14T12:00:05.927Zrunning 0 tests
41632026-08-14T12:00:05.927Z
41642026-08-14T12:00:05.927Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41652026-08-14T12:00:05.927Z
41662026-08-14T12:00:05.942Z Doc-tests aal_macros
41672026-08-14T12:00:06.010Z
41682026-08-14T12:00:06.010Zrunning 0 tests
41692026-08-14T12:00:06.010Z
41702026-08-14T12:00:06.010Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41712026-08-14T12:00:06.010Z
41722026-08-14T12:00:06.020Z Doc-tests common
41732026-08-14T12:00:06.251Z
41742026-08-14T12:00:06.251Zrunning 0 tests
41752026-08-14T12:00:06.251Z
41762026-08-14T12:00:06.251Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41772026-08-14T12:00:06.251Z
41782026-08-14T12:00:06.271Z Doc-tests dpd_api
41792026-08-14T12:00:07.002Z
41802026-08-14T12:00:07.002Zrunning 2 tests
41812026-08-14T12:00:07.003Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
41822026-08-14T12:00:07.003Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
41832026-08-14T12:00:07.003Z
41842026-08-14T12:00:07.003Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41852026-08-14T12:00:07.003Z
41862026-08-14T12:00:07.032Z Doc-tests dpd_client
41872026-08-14T12:00:08.278Z
41882026-08-14T12:00:08.279Zrunning 0 tests
41892026-08-14T12:00:08.279Z
41902026-08-14T12:00:08.279Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41912026-08-14T12:00:08.279Z
41922026-08-14T12:00:08.319Z Doc-tests dpd_types
41932026-08-14T12:00:08.528Z
41942026-08-14T12:00:08.528Zrunning 0 tests
41952026-08-14T12:00:08.528Z
41962026-08-14T12:00:08.528Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41972026-08-14T12:00:08.528Z
41982026-08-14T12:00:08.551Z Doc-tests dpd_types_versions
41992026-08-14T12:00:09.734Z
42002026-08-14T12:00:09.734Zrunning 1 test
42012026-08-14T12:00:09.735Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42022026-08-14T12:00:09.735Z
42032026-08-14T12:00:09.735Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42042026-08-14T12:00:09.735Z
42052026-08-14T12:00:09.774Z Doc-tests packet
42062026-08-14T12:00:09.885Z
42072026-08-14T12:00:09.885Zrunning 0 tests
42082026-08-14T12:00:09.885Z
42092026-08-14T12:00:09.885Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42102026-08-14T12:00:09.885Z
42112026-08-14T12:00:09.899Z Doc-tests pcap
42122026-08-14T12:00:09.949Z
42132026-08-14T12:00:09.949Zrunning 0 tests
42142026-08-14T12:00:09.949Z
42152026-08-14T12:00:09.949Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42162026-08-14T12:00:09.949Z
42172026-08-14T12:00:10.016Z+ for feat in tofino_stub tofino_asic softnpu chaos
42182026-08-14T12:00:10.016Z+ RUST_BACKTRACE=full
42192026-08-14T12:00:10.016Z+ cargo test --features tofino_asic --no-fail-fast
42202026-08-14T12:00:10.606Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42212026-08-14T12:00:10.686Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42222026-08-14T12:00:10.693Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42232026-08-14T12:00:10.700Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42242026-08-14T12:00:19.164Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42252026-08-14T12:00:19.707Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42262026-08-14T12:00:58.668Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.64s
42272026-08-14T12:00:58.791Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
42282026-08-14T12:00:58.794Z
42292026-08-14T12:00:58.794Zrunning 5 tests
42302026-08-14T12:00:58.797Ztest fuse::tests::chip_revision_b0 ... ok
42312026-08-14T12:00:58.797Ztest fuse::tests::chip_revision_a0 ... ok
42322026-08-14T12:00:58.797Ztest fuse::tests::chip_revision_b1 ... ok
42332026-08-14T12:00:58.797Ztest fuse::tests::chip_revision_unknown_device_id ... ok
42342026-08-14T12:00:58.797Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
42352026-08-14T12:00:58.797Z
42362026-08-14T12:00:58.797Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42372026-08-14T12:00:58.797Z
42382026-08-14T12:00:58.797Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42392026-08-14T12:00:58.797Z
42402026-08-14T12:00:58.797Zrunning 0 tests
42412026-08-14T12:00:58.798Z
42422026-08-14T12:00:58.798Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42432026-08-14T12:00:58.798Z
42442026-08-14T12:00:58.801Z Running unittests src/lib.rs (target/debug/deps/asic-7fbe7810b219c0c1)
42452026-08-14T12:00:58.895Z
42462026-08-14T12:00:58.895Zrunning 8 tests
42472026-08-14T12:00:58.898Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42482026-08-14T12:00:58.898Ztest tofino_asic::qsfp::tests::fix_link ... ok
42492026-08-14T12:00:58.898Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42502026-08-14T12:00:58.898Ztest tofino_asic::stats::constants_sanity_check ... ok
42512026-08-14T12:00:58.898Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42522026-08-14T12:00:58.898Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42532026-08-14T12:00:58.905Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42542026-08-14T12:00:59.397Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42552026-08-14T12:00:59.397Z
42562026-08-14T12:00:59.397Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42572026-08-14T12:00:59.397Z
42582026-08-14T12:00:59.407Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
42592026-08-14T12:00:59.410Z
42602026-08-14T12:00:59.410Zrunning 11 tests
42612026-08-14T12:00:59.413Ztest network::tests::test_eui64 ... ok
42622026-08-14T12:00:59.413Ztest network::tests::test_equal ... ok
42632026-08-14T12:00:59.413Ztest nat::tests::test_vni ... ok
42642026-08-14T12:00:59.413Ztest network::tests::test_generate_ipv6_link_local ... ok
42652026-08-14T12:00:59.413Ztest network::tests::test_into ... ok
42662026-08-14T12:00:59.413Ztest network::tests::test_not_equal ... ok
42672026-08-14T12:00:59.413Ztest network::tests::test_to_string ... ok
42682026-08-14T12:00:59.413Ztest network::tests::test_parse ... ok
42692026-08-14T12:00:59.413Ztest ports::tests::port_ids_are_ascii ... ok
42702026-08-14T12:00:59.413Ztest test_purge ... ok
42712026-08-14T12:00:59.417Ztest illumos::test::address_exists_handles_missing_object ... ok
42722026-08-14T12:00:59.417Z
42732026-08-14T12:00:59.417Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42742026-08-14T12:00:59.417Z
42752026-08-14T12:00:59.417Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
42762026-08-14T12:00:59.420Z
42772026-08-14T12:00:59.420Zrunning 1 test
42782026-08-14T12:00:59.420Z -------
42792026-08-14T12:00:59.420Z Generating OpenAPI documents from API definitions ...
42802026-08-14T12:00:59.562Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42812026-08-14T12:00:59.629Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42822026-08-14T12:01:00.624Z -------
42832026-08-14T12:01:00.624Z Checking 12 OpenAPI documents...
42842026-08-14T12:01:00.624Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-08-14T12:01:00.624Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-08-14T12:01:00.624Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42872026-08-14T12:01:00.624Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42882026-08-14T12:01:00.628Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42892026-08-14T12:01:00.628Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42902026-08-14T12:01:00.628Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42912026-08-14T12:01:00.628Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42922026-08-14T12:01:00.628Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42932026-08-14T12:01:00.628Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42942026-08-14T12:01:00.628Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42952026-08-14T12:01:00.628Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42962026-08-14T12:01:00.628Z Fresh dpd "latest" symlink
42972026-08-14T12:01:00.628Z -------
42982026-08-14T12:01:00.628Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
42992026-08-14T12:01:00.685Ztest test::test_apis_up_to_date ... ok
43002026-08-14T12:01:00.685Z
43012026-08-14T12:01:00.685Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
43022026-08-14T12:01:00.685Z
43032026-08-14T12:01:00.741Z Running unittests src/main.rs (target/debug/deps/dpd-a748305040c3fc1b)
43042026-08-14T12:01:00.805Z
43052026-08-14T12:01:00.805Zrunning 66 tests
43062026-08-14T12:01:00.808Ztest freemap::test_ordering ... ok
43072026-08-14T12:01:00.808Ztest config::tests::test_updates ... ok
43082026-08-14T12:01:00.808Ztest dhcpv6::tests::test_create_duid_bytes ... ok
43092026-08-14T12:01:00.808Ztest freemap::test_split ... ok
43102026-08-14T12:01:00.808Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43112026-08-14T12:01:00.808Ztest macaddrs::tests::test_mac_offset ... ok
43122026-08-14T12:01:00.809Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43132026-08-14T12:01:00.809Ztest macaddrs::tests::test_parse_port_id ... ok
43142026-08-14T12:01:00.809Ztest nat::test_mapping ... ok
43152026-08-14T12:01:00.813ZAug 14 12:00:59.347 DEBGAug 14 12:00:59.347 DEBG created new freemapcreated new freemap, unit: freemap_test
43162026-08-14T12:01:00.813Z, unit: freemap_test
43172026-08-14T12:01:00.813ZAug 14 12:00:59.347 DEBG initted freemap. size: 128, unit: freemap_test
43182026-08-14T12:01:00.813ZAug 14 12:00:59.347 DEBG reset freemapAug 14 12:00:59.347, unitDEBG: created new freemapfreemap_test
43192026-08-14T12:01:00.813Z, unit: freemap_testAug 14 12:00:59.347
43202026-08-14T12:01:00.813Z DEBG created new freemap, unit: freemap_testAug 14 12:00:59.347
43212026-08-14T12:01:00.813Z DEBG initted freemap. size: 128, unit: freemap_test
43222026-08-14T12:01:00.813ZAug 14 12:00:59.347 DEBG initted freemap. size: 128, unitAug 14 12:00:59.347: DEBGfreemap_test
43232026-08-14T12:01:00.813Zreset freemap, unitAug 14 12:00:59.347: DEBGfreemap_test
43242026-08-14T12:01:00.813Zreset freemap, unit: freemap_test
43252026-08-14T12:01:00.813ZAug 14 12:00:59.347 DEBG initted freemap. size: 128, unit: freemap_test
43262026-08-14T12:01:00.814ZAug 14 12:00:59.347 DEBG reset freemap, unit: freemap_test
43272026-08-14T12:01:00.814Ztest freemap::test_reclaim ... ok
43282026-08-14T12:01:00.814ZAug 14 12:00:59.347 DEBG created new freemap, unit: freemap_test
43292026-08-14T12:01:00.814Ztest freemap::test_basic ... ok
43302026-08-14T12:01:00.814ZAug 14 12:00:59.347 DEBG initted freemap. size: 8, unit: freemap_test
43312026-08-14T12:01:00.814ZAug 14 12:00:59.347 DEBG reset freemap, unit: freemap_test
43322026-08-14T12:01:00.814Ztest freemap::test_free ... ok
43332026-08-14T12:01:00.814Ztest freemap::test_exhaustion ... ok
43342026-08-14T12:01:00.814Ztest port_map::tests::dump_map ... ok
43352026-08-14T12:01:00.814Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43362026-08-14T12:01:00.814Ztest port_map::tests::test_backplane_group ... ok
43372026-08-14T12:01:00.814Ztest port_map::tests::test_port_map ... ok
43382026-08-14T12:01:00.814ZAug 14 12:00:59.348 DEBG created new freemap, unit: freemap_test
43392026-08-14T12:01:00.814ZAug 14 12:00:59.348 DEBG initted freemap. size: 128, unit: freemap_test
43402026-08-14T12:01:00.814ZAug 14 12:00:59.348 DEBG reset freemap, unit: freemap_test
43412026-08-14T12:01:00.814Ztest freemap::test_span ... ok
43422026-08-14T12:01:00.814ZAug 14 12:00:59.348 DEBG created new freemap, unit: freemap_route_ipv4
43432026-08-14T12:01:00.814ZAug 14 12:00:59.348 DEBG created new freemap, unit: freemap_route_ipv6
43442026-08-14T12:01:00.814ZAug 14 12:00:59.348 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43452026-08-14T12:01:00.814ZAug 14 12:00:59.348 DEBG reset freemap, unit: freemap_route_ipv4
43462026-08-14T12:01:00.814ZAug 14 12:00:59.348 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43472026-08-14T12:01:00.814ZAug 14 12:00:59.348 DEBG reset freemap, unit: freemap_route_ipv6
43482026-08-14T12:01:00.814ZAug 14 12:00:59.348 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43492026-08-14T12:01:00.814ZAug 14 12:00:59.348 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:00:59.348
43502026-08-14T12:01:00.814Z DEBG created new freemapAug 14 12:00:59.348, unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4
43512026-08-14T12:01:00.814Z
43522026-08-14T12:01:00.814ZAug 14 12:00:59.348 DEBGAug 14 12:00:59.348 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 } }]DEBG
43532026-08-14T12:01:00.814Z created new freemap, unit: Aug 14 12:00:59.348freemap_route_ipv6
43542026-08-14T12:01:00.814ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:00:59.348
43552026-08-14T12:01:00.814Z DEBG initted freemap. size: 64, Aug 14 12:00:59.348unit :DEBG freemap_route_ipv4replacing 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 } }]
43562026-08-14T12:01:00.814Z
43572026-08-14T12:01:00.814ZAug 14 12:00:59.348 DEBG reset freemap, unit: freemap_route_ipv4
43582026-08-14T12:01:00.814ZAug 14 12:00:59.348 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43592026-08-14T12:01:00.814ZAug 14 12:00:59.348 DEBG reset freemap, unit: freemap_route_ipv6
43602026-08-14T12:01:00.814ZAug 14 12:00:59.348 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43612026-08-14T12:01:00.814ZAug 14 12:00:59.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 } }]
43622026-08-14T12:01:00.814ZAug 14 12:00:59.348 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43632026-08-14T12:01:00.814ZAug 14 12:00:59.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
43642026-08-14T12:01:00.814ZAug 14 12:00:59.348 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
43652026-08-14T12:01:00.815ZAug 14 12:00:59.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 } }, NextHop { asic_port_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 } }]
43662026-08-14T12:01:00.815ZAug 14 12:00:59.348 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
43672026-08-14T12:01:00.815ZAug 14 12:00:59.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 } }, NextHop { asic_port_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 } }]
43682026-08-14T12:01:00.815ZAug 14 12:00:59.348 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
43692026-08-14T12:01:00.815ZAug 14 12:00:59.348 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 } }]
43702026-08-14T12:01:00.815ZAug 14 12:00:59.348 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43712026-08-14T12:01:00.815ZAug 14 12:00:59.348 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 } }]
43722026-08-14T12:01:00.815ZAug 14 12:00:59.348 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43732026-08-14T12:01:00.815ZAug 14 12:00:59.348 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 } }]
43742026-08-14T12:01:00.815ZAug 14 12:00:59.348 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43752026-08-14T12:01:00.815ZAug 14 12:00:59.348 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 } }]
43762026-08-14T12:01:00.815Ztest api_server::tests::test_build_info ... ok
43772026-08-14T12:01:00.815ZAug 14 12:00:59.348 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43782026-08-14T12:01:00.815ZAug 14 12:00:59.348 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 } }]
43792026-08-14T12:01:00.815ZAug 14 12:00:59.348 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43802026-08-14T12:01:00.815ZAug 14 12:00:59.349 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 } }]
43812026-08-14T12:01:00.815ZAug 14 12:00:59.349 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43822026-08-14T12:01:00.815ZAug 14 12:00:59.349 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 } }]
43832026-08-14T12:01:00.815ZAug 14 12:00:59.349Aug 14 12:00:59.348 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffcreated new freemap
43842026-08-14T12:01:00.815Z, unit: freemap_route_ipv4Aug 14 12:00:59.349
43852026-08-14T12:01:00.815Z 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 } }]
43862026-08-14T12:01:00.815ZAug 14 12:00:59.349Aug 14 12:00:59.349 DEBGINFO created new freemapadding route 3fff:beef:8::/64 -> 2001:db8::55:ff,
43872026-08-14T12:01:00.815Zunit: freemap_route_ipv6
43882026-08-14T12:01:00.815ZAug 14 12:00:59.349 DEBG Aug 14 12:00:59.349replacing 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 } }]
43892026-08-14T12:01:00.815ZDEBG initted freemap. size: 64, unitAug 14 12:00:59.349: INFOfreemap_route_ipv4
43902026-08-14T12:01:00.815Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
43912026-08-14T12:01:00.815ZAug 14 12:00:59.349Aug 14 12:00:59.349 DEBGDEBG reset freemapreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
43922026-08-14T12:01:00.815Zunit: freemap_route_ipv4
43932026-08-14T12:01:00.815ZAug 14 12:00:59.349 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 14 12:00:59.349
43942026-08-14T12:01:00.815Z DEBG initted freemap. size: 64Aug 14 12:00:59.349, unitDEBG: 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 } }]freemap_route_ipv6
43952026-08-14T12:01:00.815Z
43962026-08-14T12:01:00.815ZAug 14 12:00:59.349Aug 14 12:00:59.349 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreset freemap
43972026-08-14T12:01:00.815Z, unit: freemap_route_ipv6Aug 14 12:00:59.349
43982026-08-14T12:01:00.815Z 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 } }]Aug 14 12:00:59.349
43992026-08-14T12:01:00.815Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
44002026-08-14T12:01:00.815ZAug 14 12:00:59.349 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 14 12:00:59.349
44012026-08-14T12:01:00.815Z 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 } }]
44022026-08-14T12:01:00.815ZAug 14 12:00:59.349 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 } }]Aug 14 12:00:59.349
44032026-08-14T12:01:00.815Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:00:59.349
44042026-08-14T12:01:00.816Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44052026-08-14T12:01:00.816ZAug 14 12:00:59.349 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:00:59.349
44062026-08-14T12:01:00.816Z 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 } }]
44072026-08-14T12:01:00.816ZAug 14 12:00:59.349 INFO Aug 14 12:00:59.349adding route 3fff:beef::/64 -> 2001:db8::55:ff
44082026-08-14T12:01:00.816ZINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44092026-08-14T12:01:00.816ZAug 14 12:00:59.349 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.349
44102026-08-14T12:01:00.816Z 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 } }]
44112026-08-14T12:01:00.816ZAug 14 12:00:59.349 INFO Aug 14 12:00:59.349adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
44122026-08-14T12:01:00.816ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
44132026-08-14T12:01:00.816ZAug 14 12:00:59.349 Aug 14 12:00:59.349DEBG 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 } }]
44142026-08-14T12:01:00.816Zreplacing 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 } }]
44152026-08-14T12:01:00.820ZAug 14 12:00:59.349Aug 14 12:00:59.349 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44162026-08-14T12:01:00.820Z
44172026-08-14T12:01:00.820ZAug 14 12:00:59.349Aug 14 12:00:59.349 DEBGDEBG 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: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 } }]
44182026-08-14T12:01:00.820Z
44192026-08-14T12:01:00.820ZAug 14 12:00:59.349Aug 14 12:00:59.349 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
44202026-08-14T12:01:00.820Z
44212026-08-14T12:01:00.820ZAug 14 12:00:59.349Aug 14 12:00:59.349 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: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 } }]
44222026-08-14T12:01:00.820Z
44232026-08-14T12:01:00.820ZAug 14 12:00:59.349Aug 14 12:00:59.349Aug 14 12:00:59.349 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44242026-08-14T12:01:00.820Z
44252026-08-14T12:01:00.820Z created new freemapAug 14 12:00:59.349Aug 14 12:00:59.349 , DEBGunit DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44262026-08-14T12:01:00.820Zreplacing 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 } }]:
44272026-08-14T12:01:00.821Z freemap_route_ipv4Aug 14 12:00:59.349
44282026-08-14T12:01:00.821Z INFO Aug 14 12:00:59.349adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
44292026-08-14T12:01:00.821ZINFOAug 14 12:00:59.349 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
44302026-08-14T12:01:00.821Z created new freemapAug 14 12:00:59.349, unitDEBG: Aug 14 12:00:59.349 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 } }]
44312026-08-14T12:01:00.821Zfreemap_route_ipv6DEBG
44322026-08-14T12:01:00.821Zreplacing 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 } }]
44332026-08-14T12:01:00.821ZAug 14 12:00:59.349 INFOAug 14 12:00:59.349 Aug 14 12:00:59.349 adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
44342026-08-14T12:01:00.821ZDEBGINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffinitted freemap. size: 64
44352026-08-14T12:01:00.821Z, Aug 14 12:00:59.349unit 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:00:59.349
44362026-08-14T12:01:00.821Z freemap_route_ipv4DEBG
44372026-08-14T12:01:00.821Z 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:00:59.349Aug 14 12:00:59.349
44382026-08-14T12:01:00.821ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
44392026-08-14T12:01:00.821ZAug 14 12:00:59.349 reset freemapINFO, unitadding route 3fff:beef:15::/64 -> 2001:db8::55:ff:Aug 14 12:00:59.349
44402026-08-14T12:01:00.821Z freemap_route_ipv4DEBG
44412026-08-14T12:01:00.821Zreplacing 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 } }]
44422026-08-14T12:01:00.821ZAug 14 12:00:59.349 DEBG Aug 14 12:00:59.349Aug 14 12:00:59.349 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
44432026-08-14T12:01:00.821Z DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
44442026-08-14T12:01:00.821Zinitted freemap. size: 64, unit: freemap_route_ipv6Aug 14 12:00:59.349Aug 14 12:00:59.349
44452026-08-14T12:01:00.821Z INFODEBG adding route 3fff:beef:16::/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 } }]
44462026-08-14T12:01:00.821Z
44472026-08-14T12:01:00.821ZAug 14 12:00:59.349 Aug 14 12:00:59.349DEBGAug 14 12:00:59.349 DEBGINFOreset freemap , adding route 3fff:beef:9::/64 -> 2001:db8::55:ffunitreplacing 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 } }]:
44482026-08-14T12:01:00.821Z
44492026-08-14T12:01:00.821Ztest port_map::tests::parse_softnpu_revision ... ok
44502026-08-14T12:01:00.821Zfreemap_route_ipv6
44512026-08-14T12:01:00.821ZAug 14 12:00:59.349Aug 14 12:00:59.349Aug 14 12:00:59.349 INFODEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
44522026-08-14T12:01:00.821Zreplacing 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:17::/64 -> 2001:db8::55:ff
44532026-08-14T12:01:00.821Z
44542026-08-14T12:01:00.821ZAug 14 12:00:59.349Aug 14 12:00:59.349 INFOAug 14 12:00:59.349 DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44552026-08-14T12:01:00.821ZDEBG 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: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 } }]
44562026-08-14T12:01:00.821ZAug 14 12:00:59.349
44572026-08-14T12:01:00.821Z 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 } }]
44582026-08-14T12:01:00.821ZAug 14 12:00:59.349 Aug 14 12:00:59.349INFO Aug 14 12:00:59.349Aug 14 12:00:59.349 INFO INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff
44592026-08-14T12:01:00.821Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff adding route 3fff:beef:18::/64 -> 2001:db8::55:ffcreated new freemap
44602026-08-14T12:01:00.821Z
44612026-08-14T12:01:00.821Z, Aug 14 12:00:59.349unit Aug 14 12:00:59.349Aug 14 12:00:59.349DEBG 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 } }]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
44622026-08-14T12:01:00.821Z
44632026-08-14T12:01:00.821Z :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:00:59.349
44642026-08-14T12:01:00.821Z freemap_route_ipv4Aug 14 12:00:59.349INFO INFO
44652026-08-14T12:01:00.821Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 14 12:00:59.349
44662026-08-14T12:01:00.821Z
44672026-08-14T12:01:00.822Z Aug 14 12:00:59.349INFO Aug 14 12:00:59.349DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 14 12:00:59.349
44682026-08-14T12:01:00.822Zcreated new freemapDEBG, unit DEBG: Aug 14 12:00:59.349 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 } }]freemap_route_ipv6
44692026-08-14T12:01:00.822Z replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44702026-08-14T12:01:00.822Z 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 } }]
44712026-08-14T12:01:00.822Z
44722026-08-14T12:01:00.822ZAug 14 12:00:59.349 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 14 12:00:59.349
44732026-08-14T12:01:00.822ZAug 14 12:00:59.349 Aug 14 12:00:59.349 INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
44742026-08-14T12:01:00.822ZAug 14 12:00:59.349initted freemap. size: 64 , unitDEBGINFO :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 } }]
44752026-08-14T12:01:00.822Z freemap_route_ipv4adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44762026-08-14T12:01:00.822Z
44772026-08-14T12:01:00.822ZAug 14 12:00:59.349 DEBG Aug 14 12:00:59.349replacing 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:00:59.349Aug 14 12:00:59.349INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
44782026-08-14T12:01:00.822ZDEBGDEBG
44792026-08-14T12:01:00.822Z 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 } }]reset freemap
44802026-08-14T12:01:00.822Z, Aug 14 12:00:59.349unit DEBG: Aug 14 12:00:59.349replacing 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 } }]
44812026-08-14T12:01:00.822Zfreemap_route_ipv4Aug 14 12:00:59.349
44822026-08-14T12:01:00.822ZINFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
44832026-08-14T12:01:00.822Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44842026-08-14T12:01:00.822ZAug 14 12:00:59.349Aug 14 12:00:59.349 Aug 14 12:00:59.349 DEBGINFO DEBGinitted 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:1c::/64 -> 2001:db8::55:ff
44852026-08-14T12:01:00.822Zunit
44862026-08-14T12:01:00.822ZAug 14 12:00:59.349 :DEBGAug 14 12:00:59.349 freemap_route_ipv6DEBGAug 14 12:00:59.349
44872026-08-14T12:01:00.822Z 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: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 } }]
44882026-08-14T12:01:00.822ZAug 14 12:00:59.349INFOAug 14 12:00:59.349
44892026-08-14T12:01:00.822ZAug 14 12:00:59.349 INFO DEBG Aug 14 12:00:59.349INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
44902026-08-14T12:01:00.822Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:2INFO reset freemap
44912026-08-14T12:01:00.822Z
44922026-08-14T12:01:00.822ZAug 14 12:00:59.349adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
44932026-08-14T12:01:00.822ZDEBG , 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 } }]:
44942026-08-14T12:01:00.822Z Aug 14 12:00:59.349Aug 14 12:00:59.349freemap_route_ipv6
44952026-08-14T12:01:00.822ZAug 14 12:00:59.349DEBG 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 } }]
44962026-08-14T12:01:00.822ZDEBG Aug 14 12:00:59.349Aug 14 12:00:59.349 INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:00:59.349INFO 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 } }]
44972026-08-14T12:01:00.822ZINFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44982026-08-14T12:01:00.822Zreplacing 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 } }]
44992026-08-14T12:01:00.822ZAug 14 12:00:59.349
45002026-08-14T12:01:00.822Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff INFO
45012026-08-14T12:01:00.822Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 14 12:00:59.349Aug 14 12:00:59.349
45022026-08-14T12:01:00.822Z Aug 14 12:00:59.349Aug 14 12:00:59.349 DEBGINFODEBG 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::/64 -> 2001:db8::55:ff
45032026-08-14T12:01:00.822Z
45042026-08-14T12:01:00.822ZDEBGAug 14 12:00:59.349replacing 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 } }]
45052026-08-14T12:01:00.822Z Aug 14 12:00:59.349Aug 14 12:00:59.349DEBG 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 } }]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 } }]
45062026-08-14T12:01:00.823ZAug 14 12:00:59.349
45072026-08-14T12:01:00.823Z 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 } }]DEBGINFO
45082026-08-14T12:01:00.823Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 14 12:00:59.349
45092026-08-14T12:01:00.823Zreplacing 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 } }]
45102026-08-14T12:01:00.823ZINFOAug 14 12:00:59.349 Aug 14 12:00:59.349Aug 14 12:00:59.349adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
45112026-08-14T12:01:00.823ZDEBG INFOINFOreplacing 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 } }]
45122026-08-14T12:01:00.823Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff Aug 14 12:00:59.349
45132026-08-14T12:01:00.823Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
45142026-08-14T12:01:00.823ZDEBG 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:00:59.349
45152026-08-14T12:01:00.827ZAug 14 12:00:59.349 Aug 14 12:00:59.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
45162026-08-14T12:01:00.827ZDEBG Aug 14 12:00:59.349adding route 3fff:beef:20::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45172026-08-14T12:01:00.827Z
45182026-08-14T12:01:00.827Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 14 12:00:59.349Aug 14 12:00:59.349 Aug 14 12:00:59.349
45192026-08-14T12:01:00.827ZINFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
45202026-08-14T12:01:00.827Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG
45212026-08-14T12:01:00.827ZAug 14 12:00:59.349 DEBG 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:00:59.349
45222026-08-14T12:01:00.827ZAug 14 12:00:59.349 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 } }] DEBGAug 14 12:00:59.349 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 } }]
45232026-08-14T12:01:00.827Zreplacing 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 } }]
45242026-08-14T12:01:00.827ZINFO
45252026-08-14T12:01:00.827Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
45262026-08-14T12:01:00.827ZAug 14 12:00:59.349Aug 14 12:00:59.349Aug 14 12:00:59.349 INFOINFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
45272026-08-14T12:01:00.827Z
45282026-08-14T12:01:00.827ZAug 14 12:00:59.349adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45292026-08-14T12:01:00.827ZDEBG Aug 14 12:00:59.349Aug 14 12:00:59.349replacing 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 } }]
45302026-08-14T12:01:00.827ZDEBG Aug 14 12:00:59.349DEBGreplacing 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: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 } }]
45312026-08-14T12:01:00.827ZDEBGAug 14 12:00:59.349
45322026-08-14T12:01:00.828Z INFO Aug 14 12:00:59.349 Aug 14 12:00:59.349 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFOINFO 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:14::/64 -> 2001:db8::55:ff
45332026-08-14T12:01:00.828Z
45342026-08-14T12:01:00.828Z
45352026-08-14T12:01:00.828Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
45362026-08-14T12:01:00.828ZAug 14 12:00:59.349Aug 14 12:00:59.349 INFOAug 14 12:00:59.349 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
45372026-08-14T12:01:00.828Z 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 } }]
45382026-08-14T12:01:00.828ZAug 14 12:00:59.349Aug 14 12:00:59.349 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
45392026-08-14T12:01:00.828Z
45402026-08-14T12:01:00.828ZAug 14 12:00:59.349 Aug 14 12:00:59.349DEBG DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.349
45412026-08-14T12:01:00.828Zreplacing 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 } }]
45422026-08-14T12:01:00.828ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
45432026-08-14T12:01:00.828ZAug 14 12:00:59.349Aug 14 12:00:59.349 INFOINFO Aug 14 12:00:59.349 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
45442026-08-14T12:01:00.828Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG
45452026-08-14T12:01:00.828Z 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 } }]
45462026-08-14T12:01:00.828ZAug 14 12:00:59.349Aug 14 12:00:59.349 Aug 14 12:00:59.349 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:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45472026-08-14T12:01:00.828Z
45482026-08-14T12:01:00.828Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
45492026-08-14T12:01:00.828ZAug 14 12:00:59.349Aug 14 12:00:59.349 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
45502026-08-14T12:01:00.828Z
45512026-08-14T12:01:00.828ZAug 14 12:00:59.349 DEBGAug 14 12:00:59.349 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:00:59.349
45522026-08-14T12:01:00.828Z DEBGDEBG 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:00:59.349
45532026-08-14T12:01:00.828Zreplacing 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 } }]
45542026-08-14T12:01:00.828ZINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 14 12:00:59.349
45552026-08-14T12:01:00.828ZAug 14 12:00:59.349 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
45562026-08-14T12:01:00.828Z
45572026-08-14T12:01:00.828ZAug 14 12:00:59.349 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 } }]Aug 14 12:00:59.349Aug 14 12:00:59.349
45582026-08-14T12:01:00.828ZDEBGDEBG 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: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:00:59.349
45592026-08-14T12:01:00.828Z
45602026-08-14T12:01:00.828Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 14 12:00:59.350
45612026-08-14T12:01:00.828Z Aug 14 12:00:59.350INFO INFOAug 14 12:00:59.350 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45622026-08-14T12:01:00.828Z
45632026-08-14T12:01:00.828ZDEBG 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 } }]
45642026-08-14T12:01:00.828ZAug 14 12:00:59.350Aug 14 12:00:59.350 DEBGDEBGAug 14 12:00:59.350 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: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 } }]
45652026-08-14T12:01:00.828ZINFO
45662026-08-14T12:01:00.828Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
45672026-08-14T12:01:00.828ZAug 14 12:00:59.350Aug 14 12:00:59.350 INFOINFO Aug 14 12:00:59.350 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
45682026-08-14T12:01:00.828Z
45692026-08-14T12:01:00.828Zreplacing 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 } }]
45702026-08-14T12:01:00.828ZAug 14 12:00:59.350Aug 14 12:00:59.350 Aug 14 12:00:59.350DEBG 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 } }]DEBG
45712026-08-14T12:01:00.828Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing 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 } }]
45722026-08-14T12:01:00.829Z
45732026-08-14T12:01:00.829ZAug 14 12:00:59.350 INFOAug 14 12:00:59.350Aug 14 12:00:59.350 INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
45742026-08-14T12:01:00.829Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing 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 } }]
45752026-08-14T12:01:00.829Z
45762026-08-14T12:01:00.829ZAug 14 12:00:59.350 DEBGAug 14 12:00:59.350 Aug 14 12:00:59.350replacing 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 } }]
45772026-08-14T12:01:00.829ZDEBG Aug 14 12:00:59.350INFOreplacing 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 } }]
45782026-08-14T12:01:00.829Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
45792026-08-14T12:01:00.829Z Aug 14 12:00:59.350adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
45802026-08-14T12:01:00.829ZINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
45812026-08-14T12:01:00.829ZAug 14 12:00:59.350Aug 14 12:00:59.350 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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:00:59.350
45822026-08-14T12:01:00.829Z
45832026-08-14T12:01:00.829Z 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 } }]Aug 14 12:00:59.350Aug 14 12:00:59.350
45842026-08-14T12:01:00.829ZINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO
45852026-08-14T12:01:00.829ZAug 14 12:00:59.350 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
45862026-08-14T12:01:00.829ZINFOAug 14 12:00:59.350 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
45872026-08-14T12:01:00.829ZAug 14 12:00:59.350 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 } }]DEBG
45882026-08-14T12:01:00.829Z Aug 14 12:00:59.350replacing 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 } }]
45892026-08-14T12:01:00.829ZDEBG 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:00:59.350
45902026-08-14T12:01:00.829ZAug 14 12:00:59.350 INFOINFO Aug 14 12:00:59.350 adding route 3fff:beef:12::/64 -> 2001:db8::55:ff adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
45912026-08-14T12:01:00.829ZINFO
45922026-08-14T12:01:00.829Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
45932026-08-14T12:01:00.829ZAug 14 12:00:59.350 Aug 14 12:00:59.350DEBG Aug 14 12:00:59.350DEBG 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 } }]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 } }]
45942026-08-14T12:01:00.829Z
45952026-08-14T12:01:00.829Zreplacing 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 } }]
45962026-08-14T12:01:00.829ZAug 14 12:00:59.350Aug 14 12:00:59.350 INFOINFO Aug 14 12:00:59.350adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
45972026-08-14T12:01:00.829ZINFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
45982026-08-14T12:01:00.829Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
45992026-08-14T12:01:00.829ZAug 14 12:00:59.350Aug 14 12:00:59.350 Aug 14 12:00:59.350DEBG DEBGDEBGreplacing 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 } }]
46002026-08-14T12:01:00.829Zreplacing 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 } }]
46012026-08-14T12:01:00.829Zreplacing 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 } }]
46022026-08-14T12:01:00.829ZAug 14 12:00:59.350Aug 14 12:00:59.350 Aug 14 12:00:59.350INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
46032026-08-14T12:01:00.829Z
46042026-08-14T12:01:00.829Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 14 12:00:59.350
46052026-08-14T12:01:00.829ZAug 14 12:00:59.350 DEBGDEBGAug 14 12:00:59.350 DEBGreplacing 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:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46062026-08-14T12:01:00.829Z
46072026-08-14T12:01:00.829Zreplacing 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 } }]
46082026-08-14T12:01:00.829ZAug 14 12:00:59.350Aug 14 12:00:59.350 Aug 14 12:00:59.350INFO INFOINFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
46092026-08-14T12:01:00.829Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
46102026-08-14T12:01:00.830Z
46112026-08-14T12:01:00.830ZAug 14 12:00:59.350Aug 14 12:00:59.350 DEBGDEBGAug 14 12:00:59.350 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 } }]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 } }]
46122026-08-14T12:01:00.830Zreplacing 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 } }]
46132026-08-14T12:01:00.830Z
46142026-08-14T12:01:00.830ZAug 14 12:00:59.350Aug 14 12:00:59.350Aug 14 12:00:59.350 INFOINFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
46152026-08-14T12:01:00.834Z
46162026-08-14T12:01:00.834Z
46172026-08-14T12:01:00.834ZAug 14 12:00:59.350Aug 14 12:00:59.350Aug 14 12:00:59.350 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46182026-08-14T12:01:00.834Zreplacing 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 } }]
46192026-08-14T12:01:00.834Zreplacing 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 } }]
46202026-08-14T12:01:00.834ZAug 14 12:00:59.350 Aug 14 12:00:59.350INFOAug 14 12:00:59.350 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
46212026-08-14T12:01:00.834Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
46222026-08-14T12:01:00.834Z Aug 14 12:00:59.350adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
46232026-08-14T12:01:00.834ZDEBGAug 14 12:00:59.350 Aug 14 12:00:59.350DEBG 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 } }] 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 } }]
46242026-08-14T12:01:00.834Zreplacing 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 } }]
46252026-08-14T12:01:00.834Z
46262026-08-14T12:01:00.834ZAug 14 12:00:59.350Aug 14 12:00:59.350 INFOINFO Aug 14 12:00:59.350adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
46272026-08-14T12:01:00.834Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
46282026-08-14T12:01:00.834ZINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 14 12:00:59.350
46292026-08-14T12:01:00.834Z Aug 14 12:00:59.350DEBG Aug 14 12:00:59.350DEBG 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: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 } }]
46302026-08-14T12:01:00.834ZDEBG
46312026-08-14T12:01:00.834Z 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 } }]
46322026-08-14T12:01:00.834ZAug 14 12:00:59.350Aug 14 12:00:59.350 Aug 14 12:00:59.350INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
46332026-08-14T12:01:00.834Z
46342026-08-14T12:01:00.834Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
46352026-08-14T12:01:00.834ZAug 14 12:00:59.350Aug 14 12:00:59.350 Aug 14 12:00:59.350 DEBG 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: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: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 } }]
46362026-08-14T12:01:00.834Z
46372026-08-14T12:01:00.834Z
46382026-08-14T12:01:00.834ZAug 14 12:00:59.350Aug 14 12:00:59.350 Aug 14 12:00:59.350 INFO INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
46392026-08-14T12:01:00.835ZINFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
46402026-08-14T12:01:00.835Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
46412026-08-14T12:01:00.835ZAug 14 12:00:59.350 DEBGAug 14 12:00:59.350 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 } }]DEBGAug 14 12:00:59.350
46422026-08-14T12:01:00.835Z 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
46432026-08-14T12:01:00.835Z 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:00:59.350
46442026-08-14T12:01:00.835Z INFO Aug 14 12:00:59.350adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
46452026-08-14T12:01:00.835ZAug 14 12:00:59.350INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Aug 14 12:00:59.350adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
46462026-08-14T12:01:00.835Z
46472026-08-14T12:01:00.835ZDEBG 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 } }]
46482026-08-14T12:01:00.835ZAug 14 12:00:59.350Aug 14 12:00:59.350 Aug 14 12:00:59.350DEBG DEBGINFOreplacing 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 } }]
46492026-08-14T12:01:00.835Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
46502026-08-14T12:01:00.835Zreplacing 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 } }]
46512026-08-14T12:01:00.835ZAug 14 12:00:59.350Aug 14 12:00:59.350 Aug 14 12:00:59.350INFO DEBG INFOadding route 3fff:beef:17::/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 } }]
46522026-08-14T12:01:00.835Z
46532026-08-14T12:01:00.835Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
46542026-08-14T12:01:00.835ZAug 14 12:00:59.350Aug 14 12:00:59.350 DEBGINFO 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:29::/64 -> 2001:db8::55:ff
46552026-08-14T12:01:00.835ZAug 14 12:00:59.350
46562026-08-14T12:01:00.835Z DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46572026-08-14T12:01:00.835ZAug 14 12:00:59.350Aug 14 12:00:59.350 INFODEBG Aug 14 12:00:59.350replacing 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:18::/64 -> 2001:db8::55:ff
46582026-08-14T12:01:00.835Z
46592026-08-14T12:01:00.835ZINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
46602026-08-14T12:01:00.835ZAug 14 12:00:59.350Aug 14 12:00:59.350 INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46612026-08-14T12:01:00.835ZAug 14 12:00:59.350
46622026-08-14T12:01:00.835Z 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:00:59.350
46632026-08-14T12:01:00.835ZAug 14 12:00:59.350 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:19::/64 -> 2001:db8::55:ff
46642026-08-14T12:01:00.835Z
46652026-08-14T12:01:00.835ZAug 14 12:00:59.350 INFO Aug 14 12:00:59.350adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 14 12:00:59.350
46662026-08-14T12:01:00.835Z INFOAug 14 12:00:59.350DEBG adding route 3fff:beef:2b::/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 } }]
46672026-08-14T12:01:00.835ZDEBG
46682026-08-14T12:01:00.835Z 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 } }]
46692026-08-14T12:01:00.835ZAug 14 12:00:59.350 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:00:59.350
46702026-08-14T12:01:00.835Z INFOAug 14 12:00:59.350 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFOAug 14 12:00:59.350 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
46712026-08-14T12:01:00.835Z
46722026-08-14T12:01:00.835ZINFO Aug 14 12:00:59.350adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
46732026-08-14T12:01:00.835Ztest route::tests::grow_succeeds ... ok
46742026-08-14T12:01:00.835ZDEBGAug 14 12:00:59.350 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:00:59.350
46752026-08-14T12:01:00.835Z DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46762026-08-14T12:01:00.835Z
46772026-08-14T12:01:00.835ZAug 14 12:00:59.350 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
46782026-08-14T12:01:00.836ZAug 14 12:00:59.350Aug 14 12:00:59.350 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 14 12:00:59.350
46792026-08-14T12:01:00.836Z DEBGAug 14 12:00:59.350adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
46802026-08-14T12:01:00.836Z 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
46812026-08-14T12:01:00.836Z Aug 14 12:00:59.350created new freemapAug 14 12:00:59.350 , Aug 14 12:00:59.350DEBG INFOunit adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]:
46822026-08-14T12:01:00.836Zfreemap_route_ipv4
46832026-08-14T12:01:00.836Z
46842026-08-14T12:01:00.836Zreplacing 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 } }]
46852026-08-14T12:01:00.836ZAug 14 12:00:59.350 INFOAug 14 12:00:59.350Aug 14 12:00:59.350 DEBG Aug 14 12:00:59.350INFO created new freemapadding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46862026-08-14T12:01:00.836Z
46872026-08-14T12:01:00.836Z
46882026-08-14T12:01:00.836Z, unit: Aug 14 12:00:59.350freemap_route_ipv6
46892026-08-14T12:01:00.836ZDEBGAug 14 12:00:59.350 Aug 14 12:00:59.350replacing 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
46902026-08-14T12:01:00.836Z DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
46912026-08-14T12:01:00.836Zreplacing 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:00:59.350Aug 14 12:00:59.350 INFODEBG
46922026-08-14T12:01:00.836ZAug 14 12:00:59.350adding route 3fff:beef:22::/64 -> 2001:db8::55:ff DEBG
46932026-08-14T12:01:00.836Zinitted freemap. size: 64 , 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 } }]unitAug 14 12:00:59.350:Aug 14 12:00:59.350 INFO
46942026-08-14T12:01:00.836Z freemap_route_ipv4DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 14 12:00:59.350
46952026-08-14T12:01:00.836Z
46962026-08-14T12:01:00.836Zreplacing 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 } }]
46972026-08-14T12:01:00.836ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
46982026-08-14T12:01:00.836ZAug 14 12:00:59.350Aug 14 12:00:59.350 INFODEBG Aug 14 12:00:59.350adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreset freemap
46992026-08-14T12:01:00.836ZDEBG 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:00:59.350
47002026-08-14T12:01:00.836Z, Aug 14 12:00:59.350unit :DEBGAug 14 12:00:59.350 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 } }]DEBGINFO
47012026-08-14T12:01:00.836Zreplacing 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 } }]
47022026-08-14T12:01:00.836Zadding route 3fff:beef:30::/64 -> 2001:db8::55:fffreemap_route_ipv4
47032026-08-14T12:01:00.836Z
47042026-08-14T12:01:00.836ZAug 14 12:00:59.350 Aug 14 12:00:59.350INFOAug 14 12:00:59.350 DEBGINFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
47052026-08-14T12:01:00.836Z
47062026-08-14T12:01:00.836ZAug 14 12:00:59.350replacing 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:00:59.350DEBGAug 14 12:00:59.350
47072026-08-14T12:01:00.836Z DEBGinitted freemap. size: 64 , 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 } }]unitAug 14 12:00:59.350
47082026-08-14T12:01:00.836Z : freemap_route_ipv6INFO
47092026-08-14T12:01:00.836Z Aug 14 12:00:59.350 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
47102026-08-14T12:01:00.836Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 14 12:00:59.350 DEBGAug 14 12:00:59.350 reset freemap
47112026-08-14T12:01:00.836ZDEBG , 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 } }]unit
47122026-08-14T12:01:00.836Z:Aug 14 12:00:59.350 freemap_route_ipv6DEBGAug 14 12:00:59.350
47132026-08-14T12:01:00.836Z 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
47142026-08-14T12:01:00.836Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 14 12:00:59.350
47152026-08-14T12:01:00.840Z INFO adding route 172.16.0.0/32 -> 10.0.0.1
47162026-08-14T12:01:00.840Z Aug 14 12:00:59.350Aug 14 12:00:59.350DEBG INFODEBG 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:00:59.350adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
47172026-08-14T12:01:00.840Z 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
47182026-08-14T12:01:00.840Z
47192026-08-14T12:01:00.840Z Aug 14 12:00:59.350 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
47202026-08-14T12:01:00.840Z Aug 14 12:00:59.350Aug 14 12:00:59.350 DEBGINFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff Aug 14 12:00:59.350
47212026-08-14T12:01:00.841Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
47222026-08-14T12:01:00.841Zreplacing 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 } }]
47232026-08-14T12:01:00.841Z DEBG Aug 14 12:00:59.350replacing 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:00:59.350DEBG
47242026-08-14T12:01:00.841Z 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:00:59.350DEBG
47252026-08-14T12:01:00.841Z 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 } }] Aug 14 12:00:59.350
47262026-08-14T12:01:00.841Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
47272026-08-14T12:01:00.841ZINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
47282026-08-14T12:01:00.841ZAug 14 12:00:59.350 INFO Aug 14 12:00:59.350adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Aug 14 12:00:59.350
47292026-08-14T12:01:00.841ZDEBG DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47302026-08-14T12:01:00.841Zreplacing 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 } }]
47312026-08-14T12:01:00.841ZAug 14 12:00:59.350Aug 14 12:00:59.350 INFOINFO Aug 14 12:00:59.350 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
47322026-08-14T12:01:00.841Z
47332026-08-14T12:01:00.841Z DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.350Aug 14 12:00:59.350
47342026-08-14T12:01:00.841ZDEBG 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:00:59.350replacing 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 } }]
47352026-08-14T12:01:00.841ZINFO
47362026-08-14T12:01:00.841Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
47372026-08-14T12:01:00.841ZAug 14 12:00:59.350 INFOAug 14 12:00:59.350Aug 14 12:00:59.350 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
47382026-08-14T12:01:00.841Z DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
47392026-08-14T12:01:00.841Zreplacing 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:00:59.350
47402026-08-14T12:01:00.841Z 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:00:59.350Aug 14 12:00:59.350
47412026-08-14T12:01:00.841Z DEBGINFO Aug 14 12:00:59.350 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 } }]INFO
47422026-08-14T12:01:00.841Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
47432026-08-14T12:01:00.841Z
47442026-08-14T12:01:00.841ZAug 14 12:00:59.350 Aug 14 12:00:59.350INFO DEBGAug 14 12:00:59.350adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff 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
47452026-08-14T12:01:00.841Z
47462026-08-14T12:01:00.841Zreplacing 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 } }]
47472026-08-14T12:01:00.841ZAug 14 12:00:59.350 Aug 14 12:00:59.350INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFOAug 14 12:00:59.350
47482026-08-14T12:01:00.841Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
47492026-08-14T12:01:00.841Z Aug 14 12:00:59.350replacing 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 } }]
47502026-08-14T12:01:00.841ZDEBG Aug 14 12:00:59.350replacing 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 } }]
47512026-08-14T12:01:00.841ZDEBG Aug 14 12:00:59.350replacing 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 } }]
47522026-08-14T12:01:00.841ZINFOAug 14 12:00:59.350 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
47532026-08-14T12:01:00.841Z Aug 14 12:00:59.350adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
47542026-08-14T12:01:00.841ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 14 12:00:59.351
47552026-08-14T12:01:00.841ZAug 14 12:00:59.351 DEBGDEBG Aug 14 12:00:59.351 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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
47562026-08-14T12:01:00.841Z
47572026-08-14T12:01:00.841Z 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 } }]
47582026-08-14T12:01:00.841ZAug 14 12:00:59.351Aug 14 12:00:59.351Aug 14 12:00:59.351 INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
47592026-08-14T12:01:00.841Z
47602026-08-14T12:01:00.842Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
47612026-08-14T12:01:00.842ZAug 14 12:00:59.351 Aug 14 12:00:59.351DEBGAug 14 12:00:59.351 DEBGDEBGreplacing 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 } }]
47622026-08-14T12:01:00.842Zreplacing 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: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 } }]
47632026-08-14T12:01:00.842Z
47642026-08-14T12:01:00.842ZAug 14 12:00:59.351Aug 14 12:00:59.351Aug 14 12:00:59.351 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
47652026-08-14T12:01:00.842Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
47662026-08-14T12:01:00.842Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 14 12:00:59.351
47672026-08-14T12:01:00.842Z DEBGAug 14 12:00:59.351 Aug 14 12:00:59.351DEBGreplacing 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: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 } }]
47682026-08-14T12:01:00.842Z
47692026-08-14T12:01:00.842ZDEBG 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:00:59.351
47702026-08-14T12:01:00.842Z Aug 14 12:00:59.351INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFOAug 14 12:00:59.351
47712026-08-14T12:01:00.842Z INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
47722026-08-14T12:01:00.842Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 14 12:00:59.351
47732026-08-14T12:01:00.842Z DEBGAug 14 12:00:59.351 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 } }]Aug 14 12:00:59.351DEBG
47742026-08-14T12:01:00.842Z 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 } }]
47752026-08-14T12:01:00.842Zreplacing 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:00:59.351
47762026-08-14T12:01:00.842Z INFO Aug 14 12:00:59.351Aug 14 12:00:59.351adding route 3fff:beef:29::/64 -> 2001:db8::55:ff INFO
47772026-08-14T12:01:00.842ZINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
47782026-08-14T12:01:00.842Z
47792026-08-14T12:01:00.842ZAug 14 12:00:59.351Aug 14 12:00:59.351Aug 14 12:00:59.351 DEBGDEBG DEBGreplacing 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 } }]
47802026-08-14T12:01:00.842Zreplacing 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: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 } }]
47812026-08-14T12:01:00.842Z
47822026-08-14T12:01:00.842ZAug 14 12:00:59.351 INFO Aug 14 12:00:59.351adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
47832026-08-14T12:01:00.842ZINFO Aug 14 12:00:59.351adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 14 12:00:59.351 INFO
47842026-08-14T12:01:00.842Z DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
47852026-08-14T12:01:00.842Ztest route::tests::rollback_on_compact_delete_failure ... ok
47862026-08-14T12:01:00.842Zreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.351
47872026-08-14T12:01:00.842Z 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 } }]Aug 14 12:00:59.351
47882026-08-14T12:01:00.842Z Aug 14 12:00:59.351DEBG 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 } }] failed to allocate space for the new target list
47892026-08-14T12:01:00.842ZAug 14 12:00:59.351 DEBG created new freemap, Aug 14 12:00:59.351unit :
47902026-08-14T12:01:00.842Z 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 } }]
47912026-08-14T12:01:00.842Z Aug 14 12:00:59.351DEBG 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 } }]
47922026-08-14T12:01:00.842Zcreated new freemap, Aug 14 12:00:59.351unit :INFO freemap_route_ipv4adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
47932026-08-14T12:01:00.842Z
47942026-08-14T12:01:00.842ZAug 14 12:00:59.351Aug 14 12:00:59.351 Aug 14 12:00:59.351INFO DEBGDEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
47952026-08-14T12:01:00.842Zcreated new freemap , 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 } }]unit
47962026-08-14T12:01:00.842Z: Aug 14 12:00:59.351freemap_route_ipv6
47972026-08-14T12:01:00.842ZDEBG 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 } }]
47982026-08-14T12:01:00.842ZAug 14 12:00:59.351 Aug 14 12:00:59.351DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:24::/64 -> 2001:db8::55:ffunit
47992026-08-14T12:01:00.843Z: freemap_route_ipv4
48002026-08-14T12:01:00.843ZAug 14 12:00:59.351 DEBGAug 14 12:00:59.351 freemap_route_ipv4Aug 14 12:00:59.351replacing 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 } }]
48012026-08-14T12:01:00.843ZINFODEBGAug 14 12:00:59.351 reset freemapINFO, unit
48022026-08-14T12:01:00.843Z:adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 14 12:00:59.351
48032026-08-14T12:01:00.843Zfreemap_route_ipv4 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
48042026-08-14T12:01:00.843Z
48052026-08-14T12:01:00.843Zcreated new freemapAug 14 12:00:59.351, unit :INFOAug 14 12:00:59.351Aug 14 12:00:59.351 DEBG freemap_route_ipv6
48062026-08-14T12:01:00.843Zinitted freemap. size: 64adding route 3fff:beef:25::/64 -> 2001:db8::55:ff,
48072026-08-14T12:01:00.843ZAug 14 12:00:59.351DEBGunit 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 } }]:
48082026-08-14T12:01:00.843ZDEBG Aug 14 12:00:59.351freemap_route_ipv6
48092026-08-14T12:01:00.843ZAug 14 12:00:59.351DEBG initted freemap. size: 64DEBG , replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.351unit :Aug 14 12:00:59.351DEBG
48102026-08-14T12:01:00.843Z freemap_route_ipv4 INFOreset freemap
48112026-08-14T12:01:00.843ZAug 14 12:00:59.351replacing 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 } }] , INFOunit adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
48122026-08-14T12:01:00.843Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff:
48132026-08-14T12:01:00.843ZAug 14 12:00:59.351 DEBG freemap_route_ipv6
48142026-08-14T12:01:00.843Zreset freemapAug 14 12:00:59.351 , Aug 14 12:00:59.351unit DEBGAug 14 12:00:59.351: 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 } }]INFOfreemap_route_ipv4
48152026-08-14T12:01:00.847ZDEBG
48162026-08-14T12:01:00.847Z adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
48172026-08-14T12:01:00.847Z
48182026-08-14T12:01:00.847ZAug 14 12:00:59.351 Aug 14 12:00:59.351DEBGAug 14 12:00:59.351Aug 14 12:00:59.351 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
48192026-08-14T12:01:00.847Z
48202026-08-14T12:01:00.847Z initted freemap. size: 64INFO, Aug 14 12:00:59.352unit :adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFOAug 14 12:00:59.352 adding route 3fff:dead::/64 -> 2001:db8::55:1
48212026-08-14T12:01:00.847ZDEBG
48222026-08-14T12:01:00.847Z freemap_route_ipv6
48232026-08-14T12:01:00.847Zreplacing 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 } }]
48242026-08-14T12:01:00.847ZAug 14 12:00:59.352Aug 14 12:00:59.352Aug 14 12:00:59.352 DEBGINFODEBG Aug 14 12:00:59.352replacing 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 } }] adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
48252026-08-14T12:01:00.847Z
48262026-08-14T12:01:00.847Zreset freemapreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
48272026-08-14T12:01:00.847Zunit:Aug 14 12:00:59.352Aug 14 12:00:59.352 INFODEBGfreemap_route_ipv6
48282026-08-14T12:01:00.847Zreplacing 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
48292026-08-14T12:01:00.847Z
48302026-08-14T12:01:00.847ZAug 14 12:00:59.352 Aug 14 12:00:59.352INFO Aug 14 12:00:59.352Aug 14 12:00:59.352INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1
48312026-08-14T12:01:00.847ZINFO
48322026-08-14T12:01:00.847Z 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 } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
48332026-08-14T12:01:00.847ZAug 14 12:00:59.352
48342026-08-14T12:01:00.848Z DEBG Aug 14 12:00:59.352 Aug 14 12:00:59.352Aug 14 12:00:59.352DEBG 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 } }]
48352026-08-14T12:01:00.848Zadding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
48362026-08-14T12:01:00.848Z
48372026-08-14T12:01:00.848ZDEBG Aug 14 12:00:59.352replacing 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:00:59.352INFO
48382026-08-14T12:01:00.848Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
48392026-08-14T12:01:00.848Zreplacing 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 } }]
48402026-08-14T12:01:00.848ZAug 14 12:00:59.352Aug 14 12:00:59.352 Aug 14 12:00:59.352INFODEBG INFOAug 14 12:00:59.352 adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
48412026-08-14T12:01:00.848Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
48422026-08-14T12:01:00.848Z
48432026-08-14T12:01:00.848Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 14 12:00:59.352
48442026-08-14T12:01:00.848ZDEBG Aug 14 12:00:59.352replacing 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:00:59.352
48452026-08-14T12:01:00.848Z INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 14 12:00:59.352replacing 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:00:59.352
48462026-08-14T12:01:00.848Z
48472026-08-14T12:01:00.848Z INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 14 12:00:59.352Aug 14 12:00:59.352
48482026-08-14T12:01:00.848Z 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 } }] DEBG
48492026-08-14T12:01:00.848ZAug 14 12:00:59.352 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, 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 } }]
48502026-08-14T12:01:00.848Z
48512026-08-14T12:01:00.848Zreplacing 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 } }]
48522026-08-14T12:01:00.848ZAug 14 12:00:59.352Aug 14 12:00:59.352 Aug 14 12:00:59.352INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFOAug 14 12:00:59.352
48532026-08-14T12:01:00.848Zadding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
48542026-08-14T12:01:00.848Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
48552026-08-14T12:01:00.848Zreplacing 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:00:59.352Aug 14 12:00:59.352
48562026-08-14T12:01:00.848Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, 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
48572026-08-14T12:01:00.848Z Aug 14 12:00:59.352Aug 14 12:00:59.352 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:00:59.352DEBG
48582026-08-14T12:01:00.848Z adding route 3fff:beef:2b::/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 } }]
48592026-08-14T12:01:00.848ZDEBG
48602026-08-14T12:01:00.848Zreplacing targets for 3fff:dead::/64 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:00:59.352
48612026-08-14T12:01:00.848Z Aug 14 12:00:59.352INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
48622026-08-14T12:01:00.848ZAug 14 12:00:59.352replacing 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 } }]
48632026-08-14T12:01:00.848ZWARN Aug 14 12:00:59.352shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 14 12:00:59.352INFO
48642026-08-14T12:01:00.848Z Aug 14 12:00:59.352 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
48652026-08-14T12:01:00.848Zreplacing 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 } }]
48662026-08-14T12:01:00.848Z
48672026-08-14T12:01:00.848ZAug 14 12:00:59.352 Aug 14 12:00:59.352DEBG INFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
48682026-08-14T12:01:00.848Z
48692026-08-14T12:01:00.848ZAug 14 12:00:59.352 DEBG Aug 14 12:00:59.352replacing 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:00:59.352 DEBG
48702026-08-14T12:01:00.848ZINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
48712026-08-14T12:01:00.848Z
48722026-08-14T12:01:00.848ZAug 14 12:00:59.352 Aug 14 12:00:59.352INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
48732026-08-14T12:01:00.849Zreplacing 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:00:59.352
48742026-08-14T12:01:00.849Z INFO Aug 14 12:00:59.352adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
48752026-08-14T12:01:00.849ZDEBGAug 14 12:00:59.352 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:00:59.352INFO
48762026-08-14T12:01:00.849Z DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
48772026-08-14T12:01:00.849Zreplacing 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 } }]
48782026-08-14T12:01:00.849ZAug 14 12:00:59.352 INFO Aug 14 12:00:59.352Aug 14 12:00:59.352 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
48792026-08-14T12:01:00.849ZINFODEBG 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 } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
48802026-08-14T12:01:00.849Z
48812026-08-14T12:01:00.849Ztest route::tests::rollback_on_compact_write_failure ... ok
48822026-08-14T12:01:00.849Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
48832026-08-14T12:01:00.849ZAug 14 12:00:59.352 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 } }]
48842026-08-14T12:01:00.849ZAug 14 12:00:59.352Aug 14 12:00:59.352 DEBGINFOAug 14 12:00:59.352 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:2f::/64 -> 2001:db8::55:ff
48852026-08-14T12:01:00.849ZINFO
48862026-08-14T12:01:00.849Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
48872026-08-14T12:01:00.849ZAug 14 12:00:59.352 Aug 14 12:00:59.352DEBG 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 } }]
48882026-08-14T12:01:00.849Zreplacing 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 } }]
48892026-08-14T12:01:00.849ZAug 14 12:00:59.352Aug 14 12:00:59.352 Aug 14 12:00:59.352 INFOINFO INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
48902026-08-14T12:01:00.849Z
48912026-08-14T12:01:00.849Z
48922026-08-14T12:01:00.849ZAug 14 12:00:59.352Aug 14 12:00:59.352 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: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 } }]
48932026-08-14T12:01:00.849ZAug 14 12:00:59.352Aug 14 12:00:59.352Aug 14 12:00:59.359 DEBGINFO created new freemapadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
48942026-08-14T12:01:00.849ZDEBG, unitcreated new freemap:, Aug 14 12:00:59.359unit :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 } }]freemap_route_ipv4
48952026-08-14T12:01:00.849Z
48962026-08-14T12:01:00.849Z
48972026-08-14T12:01:00.849Z Aug 14 12:00:59.359freemap_route_ipv4
48982026-08-14T12:01:00.849ZAug 14 12:00:59.359INFO Aug 14 12:00:59.359adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
48992026-08-14T12:01:00.849Z INFOcreated new freemap Aug 14 12:00:59.359adding route 3fff:beef:8::/64 -> 2001:db8::55:ff,
49002026-08-14T12:01:00.849Zunit: DEBGfreemap_route_ipv6 Aug 14 12:00:59.359
49012026-08-14T12:01:00.849Zcreated new freemap Aug 14 12:00:59.359, unitDEBG:Aug 14 12:00:59.359 DEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGfreemap_route_ipv6
49022026-08-14T12:01:00.849Zinitted freemap. size: 64 , 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 } }]unit
49032026-08-14T12:01:00.849Z:
49042026-08-14T12:01:00.849Zfreemap_route_ipv4
49052026-08-14T12:01:00.849ZAug 14 12:00:59.359 Aug 14 12:00:59.359 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 14 12:00:59.352
49062026-08-14T12:01:00.849ZAug 14 12:00:59.359Aug 14 12:00:59.359 INFODEBG DEBGAug 14 12:00:59.359adding route 3fff:beef:9::/64 -> 2001:db8::55:ff DEBG
49072026-08-14T12:01:00.849Zreset freemap , 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 } }] DEBGunitinitted freemap. size: 64
49082026-08-14T12:01:00.849Z:, Aug 14 12:00:59.359unit 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: freemap_route_ipv4
49092026-08-14T12:01:00.849Zreplacing 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 } }]freemap_route_ipv4
49102026-08-14T12:01:00.850Z
49112026-08-14T12:01:00.850ZAug 14 12:00:59.359
49122026-08-14T12:01:00.850Z INFO Aug 14 12:00:59.359Aug 14 12:00:59.359 INFOAug 14 12:00:59.359 DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 14 12:00:59.359
49132026-08-14T12:01:00.850Zreset freemap
49142026-08-14T12:01:00.850Z, unit :DEBGINFOAug 14 12:00:59.359 Aug 14 12:00:59.359 freemap_route_ipv4initted freemap. size: 64
49152026-08-14T12:01:00.854ZDEBG 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 } }]
49162026-08-14T12:01:00.854Zreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
49172026-08-14T12:01:00.854ZunitAug 14 12:00:59.359: Aug 14 12:00:59.359
49182026-08-14T12:01:00.854Z INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:fffreemap_route_ipv6
49192026-08-14T12:01:00.854Zinitted freemap. size: 64Aug 14 12:00:59.359,
49202026-08-14T12:01:00.854Zunit Aug 14 12:00:59.359: INFOfreemap_route_ipv6DEBGAug 14 12:00:59.359
49212026-08-14T12:01:00.854ZAug 14 12:00:59.359 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 } }]DEBG
49222026-08-14T12:01:00.854Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
49232026-08-14T12:01:00.854Zreplacing 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:00:59.359
49242026-08-14T12:01:00.854Zreset freemap , DEBG Aug 14 12:00:59.359unitreset freemapAug 14 12:00:59.359: , INFOunit : DEBGfreemap_route_ipv6
49252026-08-14T12:01:00.854Zreplacing 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 } }]freemap_route_ipv6adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
49262026-08-14T12:01:00.854ZAug 14 12:00:59.359
49272026-08-14T12:01:00.854Z
49282026-08-14T12:01:00.854Z Aug 14 12:00:59.359INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 14 12:00:59.359
49292026-08-14T12:01:00.854ZAug 14 12:00:59.359 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:00:59.359 Aug 14 12:00:59.359
49302026-08-14T12:01:00.854Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
49312026-08-14T12:01:00.854Zreplacing 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:beef:36::/64 -> 2001:db8::55:ff
49322026-08-14T12:01:00.854ZDEBG
49332026-08-14T12:01:00.854Z Aug 14 12:00:59.359Aug 14 12:00:59.359 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 } }]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 } }]
49342026-08-14T12:01:00.855Z
49352026-08-14T12:01:00.855Zreplacing 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:00:59.359
49362026-08-14T12:01:00.855Z DEBG Aug 14 12:00:59.359Aug 14 12:00:59.359Aug 14 12:00:59.359 INFO 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 } }]
49372026-08-14T12:01:00.855Zadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 14 12:00:59.359
49382026-08-14T12:01:00.855Z INFO INFOAug 14 12:00:59.359adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
49392026-08-14T12:01:00.855Zadding route 3fff:dead::/64 -> 2001:db8::55:2INFO
49402026-08-14T12:01:00.855ZINFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
49412026-08-14T12:01:00.855ZAug 14 12:00:59.359Aug 14 12:00:59.359 Aug 14 12:00:59.359adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
49422026-08-14T12:01:00.855ZDEBG 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 } }]
49432026-08-14T12:01:00.855ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:00:59.359replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:00:59.359
49442026-08-14T12:01:00.855Z DEBG
49452026-08-14T12:01:00.855Z 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
49462026-08-14T12:01:00.855ZAug 14 12:00:59.359 INFOreplacing 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:00:59.359
49472026-08-14T12:01:00.855ZAug 14 12:00:59.359Aug 14 12:00:59.359 INFOINFO Aug 14 12:00:59.359 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO
49482026-08-14T12:01:00.855Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
49492026-08-14T12:01:00.855Z
49502026-08-14T12:01:00.855Z
49512026-08-14T12:01:00.855Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
49522026-08-14T12:01:00.855ZAug 14 12:00:59.359Aug 14 12:00:59.359 Aug 14 12:00:59.359DEBG 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 } }] 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 } }]
49532026-08-14T12:01:00.855ZAug 14 12:00:59.359
49542026-08-14T12:01:00.855Z
49552026-08-14T12:01:00.855ZDEBGDEBG 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:00:59.359
49562026-08-14T12:01:00.855Zreplacing 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 } }]
49572026-08-14T12:01:00.855ZAug 14 12:00:59.359Aug 14 12:00:59.359 INFOINFOAug 14 12:00:59.359 DEBG Aug 14 12:00:59.359adding route 3fff:dead::/64 -> 2001:db8::55:4 INFOAug 14 12:00:59.359replacing 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
49582026-08-14T12:01:00.855Z
49592026-08-14T12:01:00.855Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
49602026-08-14T12:01:00.855Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
49612026-08-14T12:01:00.855Z
49622026-08-14T12:01:00.855ZAug 14 12:00:59.359 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO
49632026-08-14T12:01:00.855ZAug 14 12:00:59.359Aug 14 12:00:59.359 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 14 12:00:59.359
49642026-08-14T12:01:00.855ZDEBG 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
49652026-08-14T12:01:00.855Z Aug 14 12:00:59.359 Aug 14 12:00:59.359replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]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 } }]Aug 14 12:00:59.359
49662026-08-14T12:01:00.855Z
49672026-08-14T12:01:00.855Z DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49682026-08-14T12:01:00.855ZAug 14 12:00:59.359 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 } }]
49692026-08-14T12:01:00.855Z Aug 14 12:00:59.359Aug 14 12:00:59.359DEBG Aug 14 12:00:59.359Aug 14 12:00:59.359 DEBGINFOWARN 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 } }]shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49702026-08-14T12:01:00.855Zreplacing 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
49712026-08-14T12:01:00.855Z replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
49722026-08-14T12:01:00.855Ztest route::tests::rollback_on_index_readd_failure ... ok
49732026-08-14T12:01:00.855Z
49742026-08-14T12:01:00.856ZAug 14 12:00:59.359
49752026-08-14T12:01:00.856ZDEBG failed to allocate space for the new target listWARN Aug 14 12:00:59.359
49762026-08-14T12:01:00.856Z Aug 14 12:00:59.359INFOAug 14 12:00:59.359 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49772026-08-14T12:01:00.856Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG 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 } }]
49782026-08-14T12:01:00.856Z
49792026-08-14T12:01:00.856ZINFOAug 14 12:00:59.359 Aug 14 12:00:59.359adding route 3fff:beef:f::/64 -> 2001:db8::55:ff Aug 14 12:00:59.359Aug 14 12:00:59.359ERRODEBG
49802026-08-14T12:01:00.856Z 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 } }]
49812026-08-14T12:01:00.856ZINFOAug 14 12:00:59.359 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
49822026-08-14T12:01:00.856Z
49832026-08-14T12:01:00.856ZDEBG 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 } }]Aug 14 12:00:59.359Aug 14 12:00:59.359 ERRODEBG
49842026-08-14T12:01:00.856Z 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 itreplacing 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: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 } }]
49852026-08-14T12:01:00.856Z
49862026-08-14T12:01:00.856Z
49872026-08-14T12:01:00.856ZAug 14 12:00:59.359 INFOAug 14 12:00:59.359 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 14 12:00:59.359INFO
49882026-08-14T12:01:00.856Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
49892026-08-14T12:01:00.856Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
49902026-08-14T12:01:00.856ZAug 14 12:00:59.359 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 } }]
49912026-08-14T12:01:00.856ZAug 14 12:00:59.359 DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.359
49922026-08-14T12:01:00.856Z INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
49932026-08-14T12:01:00.856ZAug 14 12:00:59.359 DEBG failed to allocate space for the new target list
49942026-08-14T12:01:00.856ZAug 14 12:00:59.359 Aug 14 12:00:59.359DEBG DEBGAug 14 12:00:59.359 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: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
49952026-08-14T12:01:00.856Z
49962026-08-14T12:01:00.856Z 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 } }]
49972026-08-14T12:01:00.856ZAug 14 12:00:59.360Aug 14 12:00:59.360 DEBG created new freemap, unitDEBG: freemap_route_ipv4
49982026-08-14T12:01:00.856Zcreated new freemap, Aug 14 12:00:59.366unit :DEBG freemap_route_ipv4created new freemap
49992026-08-14T12:01:00.856Z, unitAug 14 12:00:59.360:Aug 14 12:00:59.366 freemap_route_ipv6DEBG
50002026-08-14T12:01:00.856Z created new freemap, unit DEBGAug 14 12:00:59.366: freemap_route_ipv6DEBG
50012026-08-14T12:01:00.856Z created new freemapinitted freemap. size: 64, Aug 14 12:00:59.366, unitDEBG: unitinitted freemap. size: 64:, Aug 14 12:00:59.359 unitfreemap_route_ipv4:
50022026-08-14T12:01:00.856Z freemap_route_ipv4freemap_route_ipv4INFO
50032026-08-14T12:01:00.856Z
50042026-08-14T12:01:00.856Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 14 12:00:59.366 DEBG created new freemap, unit
50052026-08-14T12:01:00.856Z: Aug 14 12:00:59.366freemap_route_ipv6
50062026-08-14T12:01:00.856ZDEBG Aug 14 12:00:59.366Aug 14 12:00:59.366 DEBGDEBG reset freemapinitted 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 } }],
50072026-08-14T12:01:00.856Z, unitunit:Aug 14 12:00:59.366: freemap_route_ipv4 DEBG
50082026-08-14T12:01:00.856Z freemap_route_ipv4reset freemap
50092026-08-14T12:01:00.856Z, Aug 14 12:00:59.366Aug 14 12:00:59.366unit DEBG:INFO freemap_route_ipv4
50102026-08-14T12:01:00.856ZAug 14 12:00:59.366adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
50112026-08-14T12:01:00.856Zreset freemapDEBG, Aug 14 12:00:59.366initted freemap. size: 64 Aug 14 12:00:59.366DEBG , DEBGunit 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 } }]initted freemap. size: 64:,
50122026-08-14T12:01:00.857Zfreemap_route_ipv6unitunit
50132026-08-14T12:01:00.857Z::Aug 14 12:00:59.366 freemap_route_ipv6freemap_route_ipv4
50142026-08-14T12:01:00.857Z
50152026-08-14T12:01:00.861ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 14 12:00:59.366Aug 14 12:00:59.366 DEBG reset freemap, unit: DEBGAug 14 12:00:59.366freemap_route_ipv6 DEBGreset freemap , initted freemap. size: 64
50162026-08-14T12:01:00.861Z, unitunit: freemap_route_ipv6:
50172026-08-14T12:01:00.861ZAug 14 12:00:59.366 freemap_route_ipv6INFO
50182026-08-14T12:01:00.861ZAug 14 12:00:59.366 adding route 172.16.0.0/32 -> 10.0.0.1INFO
50192026-08-14T12:01:00.861Z
50202026-08-14T12:01:00.861Zadding route 3fff:dead::/64 -> 2001:db8::55:1
50212026-08-14T12:01:00.861ZAug 14 12:00:59.359Aug 14 12:00:59.366 Aug 14 12:00:59.366 DEBGAug 14 12:00:59.366 DEBGINFOreplacing 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:00:59.366 DEBGDEBG
50222026-08-14T12:01:00.861Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
50232026-08-14T12:01:00.861Z 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 } }] reset freemap
50242026-08-14T12:01:00.861Z, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit
50252026-08-14T12:01:00.861ZAug 14 12:00:59.366Aug 14 12:00:59.366 Aug 14 12:00:59.366DEBG: INFOAug 14 12:00:59.366 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 172.16.0.0/32 -> 10.0.0.1INFO
50262026-08-14T12:01:00.861Z
50272026-08-14T12:01:00.861Z adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
50282026-08-14T12:01:00.861Zfreemap_route_ipv6Aug 14 12:00:59.366Aug 14 12:00:59.366
50292026-08-14T12:01:00.861Z Aug 14 12:00:59.366INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
50302026-08-14T12:01:00.861Z DEBGAug 14 12:00:59.366 INFOadding route 3fff:beef:37::/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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
50312026-08-14T12:01:00.861Z
50322026-08-14T12:01:00.861Z
50332026-08-14T12:01:00.861Zreplacing 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:00:59.366
50342026-08-14T12:01:00.861Z Aug 14 12:00:59.366DEBGAug 14 12:00:59.366 INFOAug 14 12:00:59.366replacing 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 } }]
50352026-08-14T12:01:00.861Zadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 14 12:00:59.366DEBG
50362026-08-14T12:01:00.861Z 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
50372026-08-14T12:01:00.862Z adding route 172.16.0.0/32 -> 10.0.0.1DEBG
50382026-08-14T12:01:00.862Z Aug 14 12:00:59.366replacing 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:00:59.366
50392026-08-14T12:01:00.862ZAug 14 12:00:59.366 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG Aug 14 12:00:59.366adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
50402026-08-14T12:01:00.862Z
50412026-08-14T12:01:00.862Z 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:00:59.366
50422026-08-14T12:01:00.862ZDEBG Aug 14 12:00:59.366 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 } }]DEBGINFOAug 14 12:00:59.366 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 } }]
50432026-08-14T12:01:00.862Z INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
50442026-08-14T12:01:00.862Zadding route 3fff:dead::/64 -> 2001:db8::55:4
50452026-08-14T12:01:00.862Z
50462026-08-14T12:01:00.862ZAug 14 12:00:59.366Aug 14 12:00:59.366Aug 14 12:00:59.366 INFO DEBG Aug 14 12:00:59.366replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
50472026-08-14T12:01:00.862Z DEBG Aug 14 12:00:59.366
50482026-08-14T12:01:00.862Zreplacing 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
50492026-08-14T12:01:00.862ZAug 14 12:00:59.366DEBG Aug 14 12:00:59.366replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:00:59.366
50502026-08-14T12:01:00.862Z 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 } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
50512026-08-14T12:01:00.862Z
50522026-08-14T12:01:00.862Z 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 3fff:beef:17::/64 -> 2001:db8::55:ff
50532026-08-14T12:01:00.862Z
50542026-08-14T12:01:00.862ZAug 14 12:00:59.366 DEBG Aug 14 12:00:59.366 Aug 14 12:00:59.366DEBG DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50552026-08-14T12:01:00.862Zreplacing 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 } }]
50562026-08-14T12:01:00.862ZAug 14 12:00:59.366 INFOAug 14 12:00:59.366 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: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 } }]
50572026-08-14T12:01:00.862Z
50582026-08-14T12:01:00.862ZAug 14 12:00:59.366INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFOAug 14 12:00:59.366
50592026-08-14T12:01:00.862ZAug 14 12:00:59.366 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 14 12:00:59.352
50602026-08-14T12:01:00.862Z DEBG WARNDEBGreplacing 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:00:59.366
50612026-08-14T12:01:00.862Zcreated new freemapDEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }),
50622026-08-14T12:01:00.862ZAug 14 12:00:59.366replacing 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
50632026-08-14T12:01:00.862Z Aug 14 12:00:59.366DEBG INFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] :adding route 172.17.0.1/32 -> 10.0.0.255
50642026-08-14T12:01:00.862Z
50652026-08-14T12:01:00.862Zfreemap_route_ipv4Aug 14 12:00:59.366
50662026-08-14T12:01:00.862Z Aug 14 12:00:59.366INFO Aug 14 12:00:59.366INFO DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ff adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50672026-08-14T12:01:00.862Z
50682026-08-14T12:01:00.862Z
50692026-08-14T12:01:00.862ZAug 14 12:00:59.366Aug 14 12:00:59.366 Aug 14 12:00:59.366DEBG Aug 14 12:00:59.366 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
50702026-08-14T12:01:00.862Z INFO created new freemapadding route 172.17.0.2/32 -> 10.0.0.255, DEBG
50712026-08-14T12:01:00.862ZunitAug 14 12:00:59.366: freemap_route_ipv6
50722026-08-14T12:01:00.862Ztest route::tests::same_size_non_subset_replace ... ok
50732026-08-14T12:01:00.862ZAug 14 12:00:59.366INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing 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 } }]
50742026-08-14T12:01:00.862Z
50752026-08-14T12:01:00.862ZAug 14 12:00:59.366 DEBGDEBGAug 14 12:00:59.366 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 } }]
50762026-08-14T12:01:00.863ZDEBGinitted freemap. size: 64 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:00:59.366unit
50772026-08-14T12:01:00.863Z: INFOAug 14 12:00:59.366 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 14 12:00:59.366 freemap_route_ipv4INFO
50782026-08-14T12:01:00.863Z
50792026-08-14T12:01:00.863Z adding route 172.17.0.3/32 -> 10.0.0.255INFO
50802026-08-14T12:01:00.863Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 14 12:00:59.366Aug 14 12:00:59.366
50812026-08-14T12:01:00.863Z DEBGAug 14 12:00:59.366 DEBG DEBGreset freemap , 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 } }]unit:
50822026-08-14T12:01:00.863Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.366freemap_route_ipv4
50832026-08-14T12:01:00.863Z
50842026-08-14T12:01:00.863ZDEBG Aug 14 12:00:59.366replacing 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 } }]
50852026-08-14T12:01:00.863ZINFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 14 12:00:59.366
50862026-08-14T12:01:00.863Z Aug 14 12:00:59.366DEBG INFOinitted freemap. size: 64Aug 14 12:00:59.366 , adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 14 12:00:59.366
50872026-08-14T12:01:00.863Z unitINFO: adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 14 12:00:59.366
50882026-08-14T12:01:00.863ZDEBGfreemap_route_ipv6
50892026-08-14T12:01:00.863Zreplacing 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 } }]
50902026-08-14T12:01:00.863ZAug 14 12:00:59.366DEBG 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 } }]DEBGAug 14 12:00:59.366 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.366
50912026-08-14T12:01:00.863Z
50922026-08-14T12:01:00.863Z DEBG reset freemapINFO, Aug 14 12:00:59.366unitadding route 172.17.0.5/32 -> 10.0.0.255Aug 14 12:00:59.366 :
50932026-08-14T12:01:00.863ZINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO Aug 14 12:00:59.366
50942026-08-14T12:01:00.863Z DEBG freemap_route_ipv6replacing 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 } }]
50952026-08-14T12:01:00.863Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 14 12:00:59.366
50962026-08-14T12:01:00.863ZDEBGAug 14 12:00:59.366 INFO
50972026-08-14T12:01:00.863Z replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255Aug 14 12:00:59.366
50982026-08-14T12:01:00.863Z
50992026-08-14T12:01:00.863ZAug 14 12:00:59.366 Aug 14 12:00:59.366INFO Aug 14 12:00:59.366DEBG DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 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
51002026-08-14T12:01:00.863Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
51012026-08-14T12:01:00.863Z
51022026-08-14T12:01:00.863Z
51032026-08-14T12:01:00.863ZAug 14 12:00:59.366 Aug 14 12:00:59.366INFO Aug 14 12:00:59.366INFO Aug 14 12:00:59.366adding route 172.17.0.7/32 -> 10.0.0.255
51042026-08-14T12:01:00.863ZAug 14 12:00:59.352 DEBGDEBG adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffcreated new freemapDEBG
51052026-08-14T12:01:00.863Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:00:59.366 unitreplacing 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 } }]
51062026-08-14T12:01:00.863Z
51072026-08-14T12:01:00.863ZDEBG: 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:00:59.366 Aug 14 12:00:59.367DEBG DEBG created new freemapAug 14 12:00:59.367, unit :DEBG freemap_route_ipv4created new freemap
51082026-08-14T12:01:00.863Z,
51092026-08-14T12:01:00.863Zunitreplacing 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 } }]:
51102026-08-14T12:01:00.863Z freemap_route_ipv4
51112026-08-14T12:01:00.863ZAug 14 12:00:59.373Aug 14 12:00:59.373 INFODEBG failed to allocate space for the new target listAug 14 12:00:59.373
51122026-08-14T12:01:00.863Z Aug 14 12:00:59.373DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:00:59.373 created new freemap DEBGAug 14 12:00:59.373INFO , DEBGcreated new freemap
51132026-08-14T12:01:00.863Z, unitunit: :freemap_route_ipv6
51142026-08-14T12:01:00.863Zfreemap_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 } }]
51152026-08-14T12:01:00.868ZAug 14 12:00:59.373
51162026-08-14T12:01:00.868Z Aug 14 12:00:59.373DEBG Aug 14 12:00:59.373Aug 14 12:00:59.373 DEBGDEBG initted freemap. size: 64DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }] initted freemap. size: 64
51172026-08-14T12:01:00.868Z, failed to allocate space for the new target list, unit
51182026-08-14T12:01:00.868Z:unit adding route 172.17.0.8/32 -> 10.0.0.255Aug 14 12:00:59.373freemap_route_ipv4 INFO
51192026-08-14T12:01:00.868Z: adding route 3fff:dead::/64 -> 2001:db8::55:3freemap_route_ipv4
51202026-08-14T12:01:00.868Z
51212026-08-14T12:01:00.868Z
51222026-08-14T12:01:00.868ZAug 14 12:00:59.373 Aug 14 12:00:59.373Aug 14 12:00:59.373 DEBG reset freemap, DEBGunit :Aug 14 12:00:59.373reset freemap , freemap_route_ipv4 unit
51232026-08-14T12:01:00.868ZDEBG: freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
51242026-08-14T12:01:00.868Z
51252026-08-14T12:01:00.868ZAug 14 12:00:59.373 DEBG initted freemap. size: 64, Aug 14 12:00:59.373Aug 14 12:00:59.373Aug 14 12:00:59.366 unitDEBG: initted freemap. size: 64freemap_route_ipv6, unitINFO
51262026-08-14T12:01:00.868Z INFO: adding route 3fff:beef:1f::/64 -> 2001:db8::55:fffreemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:4
51272026-08-14T12:01:00.868Z Aug 14 12:00:59.373
51282026-08-14T12:01:00.868ZDEBG
51292026-08-14T12:01:00.868ZAug 14 12:00:59.373DEBG reset freemapDEBGreplacing 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 } }] ,
51302026-08-14T12:01:00.868Zunit:reset freemap , Aug 14 12:00:59.373unitAug 14 12:00:59.373freemap_route_ipv6
51312026-08-14T12:01:00.868ZDEBG 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:00:59.373
51322026-08-14T12:01:00.868ZDEBGAug 14 12:00:59.373freemap_route_ipv6 INFO
51332026-08-14T12:01:00.868Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:00:59.373adding route 172.17.0.9/32 -> 10.0.0.255
51342026-08-14T12:01:00.868Z
51352026-08-14T12:01:00.868ZAug 14 12:00:59.373
51362026-08-14T12:01:00.868Z INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
51372026-08-14T12:01:00.868ZAug 14 12:00:59.373adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
51382026-08-14T12:01:00.868ZDEBGAug 14 12:00:59.373Aug 14 12:00:59.373Aug 14 12:00:59.373 DEBGDEBGAug 14 12:00:59.373 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 } }] 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 } }]
51392026-08-14T12:01:00.868Zreplacing 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
51402026-08-14T12:01:00.868Zreplacing 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 } }]
51412026-08-14T12:01:00.868Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]
51422026-08-14T12:01:00.868Z
51432026-08-14T12:01:00.868ZAug 14 12:00:59.373Aug 14 12:00:59.373 Aug 14 12:00:59.373INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
51442026-08-14T12:01:00.868Z adding route 172.16.0.0/32 -> 10.0.0.2
51452026-08-14T12:01:00.868Zadding route 3fff:dead::/64 -> 2001:db8::55:2
51462026-08-14T12:01:00.868ZAug 14 12:00:59.373 Aug 14 12:00:59.373DEBG INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.373
51472026-08-14T12:01:00.869Z adding route 172.17.0.10/32 -> 10.0.0.255Aug 14 12:00:59.373DEBG
51482026-08-14T12:01:00.869Z 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:00:59.373
51492026-08-14T12:01:00.869Z INFOAug 14 12:00:59.373 DEBG DEBGAug 14 12:00:59.373adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
51502026-08-14T12:01:00.869Zreplacing 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.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 } }]
51512026-08-14T12:01:00.869Z
51522026-08-14T12:01:00.869ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:00:59.373Aug 14 12:00:59.373 Aug 14 12:00:59.373DEBG
51532026-08-14T12:01:00.869ZINFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255 Aug 14 12:00:59.373replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 3fff: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 } }]
51542026-08-14T12:01:00.869Z
51552026-08-14T12:01:00.869ZDEBG
51562026-08-14T12:01:00.869Z 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 } }]
51572026-08-14T12:01:00.869ZAug 14 12:00:59.373 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
51582026-08-14T12:01:00.869ZAug 14 12:00:59.373 Aug 14 12:00:59.373Aug 14 12:00:59.373 INFODEBG DEBGAug 14 12:00:59.367 adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51592026-08-14T12:01:00.869Z
51602026-08-14T12:01:00.869ZDEBG 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 } }]created new freemap
51612026-08-14T12:01:00.869ZAug 14 12:00:59.373Aug 14 12:00:59.373 DEBG , INFOunitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:00:59.373:adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
51622026-08-14T12:01:00.869Z
51632026-08-14T12:01:00.869ZINFO freemap_route_ipv4adding route 172.17.0.12/32 -> 10.0.0.255
51642026-08-14T12:01:00.869Z
51652026-08-14T12:01:00.869ZAug 14 12:00:59.373Aug 14 12:00:59.373 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: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 } }]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 } }]
51662026-08-14T12:01:00.869Z
51672026-08-14T12:01:00.869ZAug 14 12:00:59.373Aug 14 12:00:59.373 DEBGDEBGAug 14 12:00:59.373 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 } }] INFOcreated new freemap
51682026-08-14T12:01:00.869Z, adding route 3fff:beef:25::/64 -> 2001:db8::55:ffunit
51692026-08-14T12:01:00.869Z: freemap_route_ipv6
51702026-08-14T12:01:00.869ZAug 14 12:00:59.373 Aug 14 12:00:59.373INFO Aug 14 12:00:59.373adding route 172.17.0.13/32 -> 10.0.0.255 DEBG
51712026-08-14T12:01:00.869Z DEBG initted freemap. size: 64replacing 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 } }],
51722026-08-14T12:01:00.869ZunitAug 14 12:00:59.373: DEBGfreemap_route_ipv4
51732026-08-14T12:01:00.869Ztest route::tests::shrink_preserves_compacted_order ... ok
51742026-08-14T12:01:00.869ZAug 14 12:00:59.373replacing 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 } }]
51752026-08-14T12:01:00.869ZINFO Aug 14 12:00:59.373adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
51762026-08-14T12:01:00.869ZDEBG reset freemap, unitAug 14 12:00:59.373: DEBGfreemap_route_ipv4 Aug 14 12:00:59.373replacing 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 } }]
51772026-08-14T12:01:00.869Z
51782026-08-14T12:01:00.869Z INFO adding route 172.17.0.14/32 -> 10.0.0.255
51792026-08-14T12:01:00.869ZAug 14 12:00:59.373 Aug 14 12:00:59.373INFO Aug 14 12:00:59.373 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
51802026-08-14T12:01:00.869ZDEBG initted freemap. size: 64replacing 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 } }],
51812026-08-14T12:01:00.869ZunitAug 14 12:00:59.373: DEBGfreemap_route_ipv6
51822026-08-14T12:01:00.869Zreplacing 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 } }]
51832026-08-14T12:01:00.869ZAug 14 12:00:59.373Aug 14 12:00:59.373 DEBGINFO Aug 14 12:00:59.373 reset freemapadding route 172.17.0.15/32 -> 10.0.0.255 , INFOunit :adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
51842026-08-14T12:01:00.869Z
51852026-08-14T12:01:00.870Z freemap_route_ipv6Aug 14 12:00:59.373Aug 14 12:00:59.373 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 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 } }]
51862026-08-14T12:01:00.870Z
51872026-08-14T12:01:00.870Z
51882026-08-14T12:01:00.870Zfreemap_route_ipv4Aug 14 12:00:59.373Aug 14 12:00:59.373Aug 14 12:00:59.373
51892026-08-14T12:01:00.870ZINFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
51902026-08-14T12:01:00.870Z
51912026-08-14T12:01:00.870Z INFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 14 12:00:59.373
51922026-08-14T12:01:00.870ZAug 14 12:00:59.373 DEBGDEBG created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], Aug 14 12:00:59.373unit
51932026-08-14T12:01:00.870ZDEBGAug 14 12:00:59.373: replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG freemap_route_ipv6
51942026-08-14T12:01:00.870Zreplacing 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 } }]
51952026-08-14T12:01:00.870ZAug 14 12:00:59.373
51962026-08-14T12:01:00.870Z INFOAug 14 12:00:59.373 adding route 172.16.0.0/32 -> 10.0.0.2Aug 14 12:00:59.373Aug 14 12:00:59.373DEBG
51972026-08-14T12:01:00.870Z INFOinitted freemap. size: 64 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.17/32 -> 10.0.0.255,
51982026-08-14T12:01:00.870Z
51992026-08-14T12:01:00.870Ztest transceivers::mpn_test::test_mpn_missing ... ok
52002026-08-14T12:01:00.870ZAug 14 12:00:59.373 unitDEBG: Aug 14 12:00:59.373 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:00:59.373
52012026-08-14T12:01:00.870Ztest route::tests::identity_replace_is_noop ... ok
52022026-08-14T12:01:00.870Z DEBGDEBGfreemap_route_ipv4
52032026-08-14T12:01:00.870Ztest transceivers::mpn_test::test_mpn_present ... ok
52042026-08-14T12:01:00.870Zreplacing 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 } }]
52052026-08-14T12:01:00.870Ztest transceivers::mpn_test::test_xcvr_missing ... ok
52062026-08-14T12:01:00.870Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
52072026-08-14T12:01:00.870Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
52082026-08-14T12:01:00.870Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
52092026-08-14T12:01:00.870Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
52102026-08-14T12:01:00.870Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
52112026-08-14T12:01:00.870Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
52122026-08-14T12:01:00.870Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
52132026-08-14T12:01:00.870Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
52142026-08-14T12:01:00.870Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
52152026-08-14T12:01:00.874Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
52162026-08-14T12:01:00.874Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
52172026-08-14T12:01:00.874Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
52182026-08-14T12:01:00.874Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.373Aug 14 12:00:59.373 INFODEBG Aug 14 12:00:59.373adding route 172.16.0.0/32 -> 10.0.0.3
52192026-08-14T12:01:00.874Z
52202026-08-14T12:01:00.874Z reset freemap, INFOunit Aug 14 12:00:59.373: Aug 14 12:00:59.373adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff DEBG
52212026-08-14T12:01:00.874ZINFO adding route 172.17.0.18/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 } }]
52222026-08-14T12:01:00.874Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
52232026-08-14T12:01:00.874Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
52242026-08-14T12:01:00.874Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
52252026-08-14T12:01:00.875Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
52262026-08-14T12:01:00.875Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
52272026-08-14T12:01:00.875Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
52282026-08-14T12:01:00.875Zfreemap_route_ipv4Aug 14 12:00:59.373
52292026-08-14T12:01:00.875Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
52302026-08-14T12:01:00.875Z
52312026-08-14T12:01:00.875Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
52322026-08-14T12:01:00.875Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
52332026-08-14T12:01:00.875Z 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 } }]
52342026-08-14T12:01:00.875Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
52352026-08-14T12:01:00.875ZAug 14 12:00:59.373Aug 14 12:00:59.373Aug 14 12:00:59.373Aug 14 12:00:59.373 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.4 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
52362026-08-14T12:01:00.875Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
52372026-08-14T12:01:00.875Z
52382026-08-14T12:01:00.875Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
52392026-08-14T12:01:00.875Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
52402026-08-14T12:01:00.875Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
52412026-08-14T12:01:00.875Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
52422026-08-14T12:01:00.875Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
52432026-08-14T12:01:00.875Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
52442026-08-14T12:01:00.875ZDEBG initted freemap. size: 64DEBGAug 14 12:00:59.373Aug 14 12:00:59.373 , DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit: Aug 14 12:00:59.374freemap_route_ipv6 Aug 14 12:00:59.374Aug 14 12:00:59.374
52452026-08-14T12:01:00.875Z DEBG DEBGcreated new freemap , created new freemapunit, :DEBG unitfreemap_route_ipv4
52462026-08-14T12:01:00.875Zreplacing 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 } }]:
52472026-08-14T12:01:00.875Z freemap_route_ipv4Aug 14 12:00:59.379
52482026-08-14T12:01:00.875Z DEBG created new freemap, unit:Aug 14 12:00:59.379
52492026-08-14T12:01:00.875ZAug 14 12:00:59.379Aug 14 12:00:59.379 freemap_route_ipv6DEBG
52502026-08-14T12:01:00.875ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreset freemap
52512026-08-14T12:01:00.875Z, unitDEBG: created new freemap , Aug 14 12:00:59.379Aug 14 12:00:59.379 unitDEBG: Aug 14 12:00:59.379freemap_route_ipv6initted freemap. size: 64
52522026-08-14T12:01:00.875Z, unit:DEBG Aug 14 12:00:59.379freemap_route_ipv6freemap_route_ipv4
52532026-08-14T12:01:00.875Z
52542026-08-14T12:01:00.875Zreplacing 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 } }]
52552026-08-14T12:01:00.875ZINFOINFO Aug 14 12:00:59.379adding route 172.16.0.0/32 -> 10.0.0.1
52562026-08-14T12:01:00.875ZDEBGAug 14 12:00:59.379Aug 14 12:00:59.379 reset freemapINFO, unitadding route 172.17.0.19/32 -> 10.0.0.255:
52572026-08-14T12:01:00.875ZAug 14 12:00:59.379freemap_route_ipv4
52582026-08-14T12:01:00.875Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff 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 } }]
52592026-08-14T12:01:00.875Z
52602026-08-14T12:01:00.875ZAug 14 12:00:59.379Aug 14 12:00:59.379 DEBGAug 14 12:00:59.379 DEBGinitted freemap. size: 64 DEBGDEBG, Aug 14 12:00:59.379initted freemap. size: 64 unit, 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 } }]INFOunit
52612026-08-14T12:01:00.875Z: 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 } }]freemap_route_ipv6:adding route 172.16.0.0/32 -> 10.0.0.2
52622026-08-14T12:01:00.875Z
52632026-08-14T12:01:00.875ZAug 14 12:00:59.379 INFO
52642026-08-14T12:01:00.875Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 14 12:00:59.379
52652026-08-14T12:01:00.876Z Aug 14 12:00:59.379freemap_route_ipv4DEBG Aug 14 12:00:59.379
52662026-08-14T12:01:00.876Z Aug 14 12:00:59.379replacing 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
52672026-08-14T12:01:00.876Z INFOreset freemap adding route 172.17.0.20/32 -> 10.0.0.255DEBG,
52682026-08-14T12:01:00.876Zunit:Aug 14 12:00:59.379 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
52692026-08-14T12:01:00.876Z
52702026-08-14T12:01:00.876ZINFO adding route 172.17.0.0/32 -> 10.0.0.255
52712026-08-14T12:01:00.876ZAug 14 12:00:59.379Aug 14 12:00:59.379 Aug 14 12:00:59.379Aug 14 12:00:59.379 INFOINFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 Aug 14 12:00:59.379adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
52722026-08-14T12:01:00.876ZDEBG
52732026-08-14T12:01:00.876Z replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
52742026-08-14T12:01:00.876Z
52752026-08-14T12:01:00.876ZAug 14 12:00:59.379DEBG Aug 14 12:00:59.379DEBG Aug 14 12:00:59.379 INFO Aug 14 12:00:59.379replacing 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 } }] reset freemap
52762026-08-14T12:01:00.876Z, unit DEBG: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 14 12:00:59.379INFOadding route 172.17.0.1/32 -> 10.0.0.255
52772026-08-14T12:01:00.876Z
52782026-08-14T12:01:00.876Z adding route 172.17.0.21/32 -> 10.0.0.255INFOAug 14 12:00:59.380 adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
52792026-08-14T12:01:00.876Zfreemap_route_ipv4
52802026-08-14T12:01:00.876ZAug 14 12:00:59.380INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.2
52812026-08-14T12:01:00.876Zreplacing 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 } }]
52822026-08-14T12:01:00.876Z
52832026-08-14T12:01:00.876ZAug 14 12:00:59.380 Aug 14 12:00:59.380DEBG Aug 14 12:00:59.380DEBG Aug 14 12:00:59.380replacing 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 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:00:59.380DEBGINFO
52842026-08-14T12:01:00.876Z
52852026-08-14T12:01:00.876Z 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 } }]
52862026-08-14T12:01:00.876Z adding route 172.17.0.2/32 -> 10.0.0.255DEBG
52872026-08-14T12:01:00.876Z initted freemap. size: 64Aug 14 12:00:59.380, Aug 14 12:00:59.380 unitINFOINFO Aug 14 12:00:59.380adding route 172.16.0.0/32 -> 10.0.0.3Aug 14 12:00:59.380
52882026-08-14T12:01:00.876Z :INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff adding route 172.17.0.22/32 -> 10.0.0.255DEBG freemap_route_ipv6replacing 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 } }]
52892026-08-14T12:01:00.876Z
52902026-08-14T12:01:00.876Z
52912026-08-14T12:01:00.876ZAug 14 12:00:59.380 DEBG Aug 14 12:00:59.380replacing 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 } }]
52922026-08-14T12:01:00.876Z
52932026-08-14T12:01:00.876ZAug 14 12:00:59.380 Aug 14 12:00:59.380DEBG INFODEBG Aug 14 12:00:59.380adding route 172.17.0.3/32 -> 10.0.0.255 Aug 14 12:00:59.380DEBGreplacing 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 } }]reset freemap
52942026-08-14T12:01:00.876Z
52952026-08-14T12:01:00.876Z 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 } }]INFO
52962026-08-14T12:01:00.876Z, Aug 14 12:00:59.380adding route 172.16.0.0/32 -> 10.0.0.4Aug 14 12:00:59.380
52972026-08-14T12:01:00.876Z Aug 14 12:00:59.380DEBGINFO unit 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:33::/64 -> 2001:db8::55:ff
52982026-08-14T12:01:00.876ZINFO
52992026-08-14T12:01:00.876ZAug 14 12:00:59.380 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 } }]Aug 14 12:00:59.380
53002026-08-14T12:01:00.876ZDEBGadding route 172.17.0.23/32 -> 10.0.0.255:
53012026-08-14T12:01:00.876ZAug 14 12:00:59.380 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:00:59.380INFO
53022026-08-14T12:01:00.876Z Aug 14 12:00:59.380 freemap_route_ipv6
53032026-08-14T12:01:00.877Zadding route 172.17.0.4/32 -> 10.0.0.255DEBGAug 14 12:00:59.380 DEBG
53042026-08-14T12:01:00.877Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.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 } }]
53052026-08-14T12:01:00.877ZAug 14 12:00:59.380
53062026-08-14T12:01:00.877ZINFOAug 14 12:00:59.380 Aug 14 12:00:59.380INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO
53072026-08-14T12:01:00.877Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.24/32 -> 10.0.0.255
53082026-08-14T12:01:00.877Zreplacing 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 } }]
53092026-08-14T12:01:00.877Z
53102026-08-14T12:01:00.877ZAug 14 12:00:59.380Aug 14 12:00:59.380Aug 14 12:00:59.380 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 } }]
53112026-08-14T12:01:00.877ZDEBGAug 14 12:00:59.380adding route 172.17.0.5/32 -> 10.0.0.255
53122026-08-14T12:01:00.877Z 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
53132026-08-14T12:01:00.877Z 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:00:59.380Aug 14 12:00:59.380 DEBGINFOAug 14 12:00:59.380 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 } }]
53142026-08-14T12:01:00.877Z
53152026-08-14T12:01:00.881Zadding route 172.16.0.0/32 -> 10.0.0.2
53162026-08-14T12:01:00.881ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 14 12:00:59.380
53172026-08-14T12:01:00.881Z INFOAug 14 12:00:59.380 Aug 14 12:00:59.380adding route 172.17.0.25/32 -> 10.0.0.255
53182026-08-14T12:01:00.881ZINFODEBG 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.6/32 -> 10.0.0.255
53192026-08-14T12:01:00.881Z
53202026-08-14T12:01:00.881ZAug 14 12:00:59.380 DEBGAug 14 12:00:59.380 Aug 14 12:00:59.380DEBGreplacing 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 } }]
53212026-08-14T12:01:00.881ZAug 14 12:00:59.380 INFODEBG 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.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 } }]
53222026-08-14T12:01:00.881Z
53232026-08-14T12:01:00.881ZAug 14 12:00:59.380 adding route 172.16.0.0/32 -> 10.0.0.3INFO
53242026-08-14T12:01:00.881ZAug 14 12:00:59.380 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
53252026-08-14T12:01:00.881ZINFOAug 14 12:00:59.380 Aug 14 12:00:59.380adding route 172.17.0.7/32 -> 10.0.0.255
53262026-08-14T12:01:00.881Z Aug 14 12:00:59.380DEBG 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 } }]INFOAug 14 12:00:59.380
53272026-08-14T12:01:00.881Z 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 } }]
53282026-08-14T12:01:00.881Z adding route 172.17.0.26/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 } }]
53292026-08-14T12:01:00.881Z
53302026-08-14T12:01:00.881ZAug 14 12:00:59.380 Aug 14 12:00:59.380INFO INFOAug 14 12:00:59.380 adding route 172.16.0.0/32 -> 10.0.0.4 Aug 14 12:00:59.380
53312026-08-14T12:01:00.881Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGINFO
53322026-08-14T12:01:00.881Z Aug 14 12:00:59.380adding route 172.17.0.8/32 -> 10.0.0.255
53332026-08-14T12:01:00.881ZDEBGreplacing 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 } }]
53342026-08-14T12:01:00.881Zreplacing 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:00:59.380
53352026-08-14T12:01:00.881Z Aug 14 12:00:59.380DEBGAug 14 12:00:59.380 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 } }]INFO
53362026-08-14T12:01:00.881Z 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:00:59.380
53372026-08-14T12:01:00.882Zadding route 172.17.0.27/32 -> 10.0.0.255
53382026-08-14T12:01:00.882Z Aug 14 12:00:59.380Aug 14 12:00:59.380Aug 14 12:00:59.380 INFODEBG DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
53392026-08-14T12:01:00.882Zreplacing 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.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 } }]
53402026-08-14T12:01:00.882Z
53412026-08-14T12:01:00.882ZAug 14 12:00:59.374Aug 14 12:00:59.380 DEBGDEBG created new freemapreplacing 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 } }],
53422026-08-14T12:01:00.882ZINFO Aug 14 12:00:59.380adding route 172.17.0.9/32 -> 10.0.0.255 unit
53432026-08-14T12:01:00.882ZINFO:DEBG Aug 14 12:00:59.380 freemap_route_ipv4INFOcreated new freemap
53442026-08-14T12:01:00.882Z adding route 172.17.0.28/32 -> 10.0.0.255Aug 14 12:00:59.380adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
53452026-08-14T12:01:00.882Z
53462026-08-14T12:01:00.882Z, DEBG unitreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.380
53472026-08-14T12:01:00.882ZAug 14 12:00:59.380 : DEBGfreemap_route_ipv4 DEBG
53482026-08-14T12:01:00.882Z 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:00:59.380Aug 14 12:00:59.380replacing 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 } }]
53492026-08-14T12:01:00.882ZINFO adding route 172.17.0.10/32 -> 10.0.0.255
53502026-08-14T12:01:00.882ZDEBG
53512026-08-14T12:01:00.882ZAug 14 12:00:59.386 Aug 14 12:00:59.380created new freemap DEBG, unitcreated new freemapINFO, unit:: adding route 172.17.0.29/32 -> 10.0.0.255freemap_route_ipv6freemap_route_ipv6
53522026-08-14T12:01:00.882Z
53532026-08-14T12:01:00.882ZAug 14 12:00:59.386
53542026-08-14T12:01:00.882Z DEBGAug 14 12:00:59.386Aug 14 12:00:59.386 DEBGDEBG 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 } }]initted freemap. size: 64,
53552026-08-14T12:01:00.882Zunitreplacing 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 } }]:
53562026-08-14T12:01:00.882Zfreemap_route_ipv4
53572026-08-14T12:01:00.882ZAug 14 12:00:59.386 Aug 14 12:00:59.386INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255 Aug 14 12:00:59.386initted freemap. size: 64 , DEBGAug 14 12:00:59.386
53582026-08-14T12:01:00.882Z reset freemapunit, : INFOfreemap_route_ipv4
53592026-08-14T12:01:00.882Zadding route 172.17.0.11/32 -> 10.0.0.255unit
53602026-08-14T12:01:00.882Z: Aug 14 12:00:59.386 Aug 14 12:00:59.386DEBG DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53612026-08-14T12:01:00.882Zreset freemapAug 14 12:00:59.386freemap_route_ipv4,
53622026-08-14T12:01:00.882ZDEBGunitAug 14 12:00:59.386: INFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 14 12:00:59.386
53632026-08-14T12:01:00.882Zreplacing 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
53642026-08-14T12:01:00.882Z freemap_route_ipv4initted freemap. size: 64
53652026-08-14T12:01:00.882Z, unitAug 14 12:00:59.386Aug 14 12:00:59.386 : DEBGfreemap_route_ipv6
53662026-08-14T12:01:00.882Zreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.12/32 -> 10.0.0.255
53672026-08-14T12:01:00.882Z
53682026-08-14T12:01:00.882ZAug 14 12:00:59.386 Aug 14 12:00:59.386Aug 14 12:00:59.386DEBG DEBGINFO Aug 14 12:00:59.386 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.32/32 -> 10.0.0.255
53692026-08-14T12:01:00.882Zreset freemap ,
53702026-08-14T12:01:00.882ZDEBGunit :Aug 14 12:00:59.386 freemap_route_ipv6INFOinitted freemap. size: 64
53712026-08-14T12:01:00.882Z , adding route 172.17.0.13/32 -> 10.0.0.255unit
53722026-08-14T12:01:00.882Z: freemap_route_ipv6Aug 14 12:00:59.386Aug 14 12:00:59.386Aug 14 12:00:59.386 INFODEBG
53732026-08-14T12:01:00.882Zadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]
53742026-08-14T12:01:00.882Z
53752026-08-14T12:01:00.882Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
53762026-08-14T12:01:00.882ZDEBG 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 } }]
53772026-08-14T12:01:00.883ZAug 14 12:00:59.386 Aug 14 12:00:59.386DEBG 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 } }]
53782026-08-14T12:01:00.883Zadding route 172.17.0.14/32 -> 10.0.0.255
53792026-08-14T12:01:00.883ZAug 14 12:00:59.386 DEBGAug 14 12:00:59.386Aug 14 12:00:59.386 Aug 14 12:00:59.386INFOINFOreset freemap adding route 172.17.0.33/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
53802026-08-14T12:01:00.883Z
53812026-08-14T12:01:00.883Z, unitDEBG: Aug 14 12:00:59.386Aug 14 12:00:59.386replacing 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
53822026-08-14T12:01:00.883ZDEBG freemap_route_ipv6replacing 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 } }]
53832026-08-14T12:01:00.883Z
53842026-08-14T12:01:00.883ZAug 14 12:00:59.386
53852026-08-14T12:01:00.883Z INFOAug 14 12:00:59.386Aug 14 12:00:59.386 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.34/32 -> 10.0.0.255
53862026-08-14T12:01:00.883Z
53872026-08-14T12:01:00.883ZAug 14 12:00:59.386adding route 172.17.0.15/32 -> 10.0.0.255
53882026-08-14T12:01:00.883ZINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:00:59.386
53892026-08-14T12:01:00.883ZAug 14 12:00:59.386 Aug 14 12:00:59.380 DEBGAug 14 12:00:59.386 DEBGINFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
53902026-08-14T12:01:00.883Z 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:00:59.386
53912026-08-14T12:01:00.883Z
53922026-08-14T12:01:00.883Z replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
53932026-08-14T12:01:00.883Z 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:00:59.386
53942026-08-14T12:01:00.883Z Aug 14 12:00:59.386 Aug 14 12:00:59.386DEBGINFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:00:59.386Aug 14 12:00:59.386replacing 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 } }]
53952026-08-14T12:01:00.883Z
53962026-08-14T12:01:00.883Zadding route 172.17.0.16/32 -> 10.0.0.255
53972026-08-14T12:01:00.883ZINFOINFO Aug 14 12:00:59.386adding route 172.17.0.0/32 -> 10.0.0.255
53982026-08-14T12:01:00.883ZDEBGAug 14 12:00:59.386 Aug 14 12:00:59.386replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]
53992026-08-14T12:01:00.883ZDEBG 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 } }]
54002026-08-14T12:01:00.883ZINFOAug 14 12:00:59.386 DEBGAug 14 12:00:59.386 Aug 14 12:00:59.386replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] adding route 172.17.0.35/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBGINFO
54012026-08-14T12:01:00.883Z adding route 172.17.0.17/32 -> 10.0.0.255
54022026-08-14T12:01:00.883Z
54032026-08-14T12:01:00.883Z
54042026-08-14T12:01:00.883Zreplacing 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 } }]
54052026-08-14T12:01:00.883ZAug 14 12:00:59.386 Aug 14 12:00:59.386DEBG Aug 14 12:00:59.386DEBG DEBGreplacing 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:00:59.386
54062026-08-14T12:01:00.883Z 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 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 adding route 172.17.0.1/32 -> 10.0.0.255
54072026-08-14T12:01:00.883Z
54082026-08-14T12:01:00.883Z
54092026-08-14T12:01:00.883ZAug 14 12:00:59.393 DEBGAug 14 12:00:59.393 Aug 14 12:00:59.393 INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.18/32 -> 10.0.0.255
54102026-08-14T12:01:00.883Zreplacing 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 } }]
54112026-08-14T12:01:00.883Z
54122026-08-14T12:01:00.883Z Aug 14 12:00:59.393replacing 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 } }] DEBG
54132026-08-14T12:01:00.883Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:00:59.393Aug 14 12:00:59.393
54142026-08-14T12:01:00.883Z Aug 14 12:00:59.393DEBGINFO 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:00:59.393INFO
54152026-08-14T12:01:00.888Z adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255DEBG
54162026-08-14T12:01:00.888Z
54172026-08-14T12:01:00.888Z failed to allocate space for the new target listAug 14 12:00:59.393Aug 14 12:00:59.393 DEBGDEBG
54182026-08-14T12:01:00.888Zreplacing 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:00:59.393
54192026-08-14T12:01:00.888Z 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 } }]INFOAug 14 12:00:59.393
54202026-08-14T12:01:00.888Z adding route 172.17.0.19/32 -> 10.0.0.255Aug 14 12:00:59.393
54212026-08-14T12:01:00.888Z INFO DEBG adding route 172.17.0.3/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 } }]Aug 14 12:00:59.393
54222026-08-14T12:01:00.888Z
54232026-08-14T12:01:00.888Z Aug 14 12:00:59.393DEBG INFOAug 14 12:00:59.393 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.1/32 -> 10.0.0.255
54242026-08-14T12:01:00.888Z
54252026-08-14T12:01:00.888Z 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 } }]
54262026-08-14T12:01:00.888ZAug 14 12:00:59.393Aug 14 12:00:59.393 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 } }]adding route 172.17.0.20/32 -> 10.0.0.255
54272026-08-14T12:01:00.888Z
54282026-08-14T12:01:00.888ZAug 14 12:00:59.393 Aug 14 12:00:59.393Aug 14 12:00:59.393 INFODEBG INFO adding route 172.17.0.4/32 -> 10.0.0.255
54292026-08-14T12:01:00.888Zadding route 172.17.0.2/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 } }]
54302026-08-14T12:01:00.888Z
54312026-08-14T12:01:00.888ZAug 14 12:00:59.393 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 } }]
54322026-08-14T12:01:00.888ZAug 14 12:00:59.393Aug 14 12:00:59.393Aug 14 12:00:59.393 INFOAug 14 12:00:59.387INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255DEBG
54332026-08-14T12:01:00.888Z adding route 172.17.0.21/32 -> 10.0.0.255
54342026-08-14T12:01:00.888Zreplacing 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 } }]created new freemap
54352026-08-14T12:01:00.888Z, Aug 14 12:00:59.393unitAug 14 12:00:59.393 Aug 14 12:00:59.393 INFODEBG DEBGadding route 172.17.0.3/32 -> 10.0.0.255
54362026-08-14T12:01:00.888Z 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 } }]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 } }]
54372026-08-14T12:01:00.888Z
54382026-08-14T12:01:00.888Z: Aug 14 12:00:59.393 freemap_route_ipv4DEBG
54392026-08-14T12:01:00.888ZAug 14 12:00:59.393 Aug 14 12:00:59.393 INFOINFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255Aug 14 12:00:59.393
54402026-08-14T12:01:00.888Zadding route 172.17.0.22/32 -> 10.0.0.255 DEBG
54412026-08-14T12:01:00.888Z
54422026-08-14T12:01:00.888ZAug 14 12:00:59.393 created new freemapINFOAug 14 12:00:59.393Aug 14 12:00:59.393 , adding route 172.17.0.4/32 -> 10.0.0.255DEBGDEBG
54432026-08-14T12:01:00.888Z replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]unit
54442026-08-14T12:01:00.888Z:
54452026-08-14T12:01:00.888Z Aug 14 12:00:59.393Aug 14 12:00:59.393Aug 14 12:00:59.393 INFOINFOfreemap_route_ipv6DEBG
54462026-08-14T12:01:00.888Z adding route 172.17.0.7/32 -> 10.0.0.255
54472026-08-14T12:01:00.888Zadding route 172.17.0.23/32 -> 10.0.0.255 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:00:59.393
54482026-08-14T12:01:00.888Z Aug 14 12:00:59.393DEBG DEBGinitted freemap. size: 64
54492026-08-14T12:01:00.888Z, unit: freemap_route_ipv4replacing 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:00:59.393Aug 14 12:00:59.393
54502026-08-14T12:01:00.888Z DEBGINFO
54512026-08-14T12:01:00.888Z adding route 172.17.0.5/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 } }]
54522026-08-14T12:01:00.888Z
54532026-08-14T12:01:00.889ZAug 14 12:00:59.393 Aug 14 12:00:59.393 Aug 14 12:00:59.393DEBGAug 14 12:00:59.393 DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54542026-08-14T12:01:00.889ZINFOINFO reset freemapadding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
54552026-08-14T12:01:00.889Z
54562026-08-14T12:01:00.889ZAug 14 12:00:59.393, INFO unitadding route 172.17.0.6/32 -> 10.0.0.255:Aug 14 12:00:59.393Aug 14 12:00:59.393
54572026-08-14T12:01:00.889Z 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 } }]freemap_route_ipv4Aug 14 12:00:59.393replacing 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 } }]
54582026-08-14T12:01:00.889Z
54592026-08-14T12:01:00.889ZDEBG 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 } }]
54602026-08-14T12:01:00.889Z
54612026-08-14T12:01:00.889ZAug 14 12:00:59.393Aug 14 12:00:59.393 INFOAug 14 12:00:59.393 DEBGadding route 172.17.0.9/32 -> 10.0.0.255 initted freemap. size: 64
54622026-08-14T12:01:00.889Z, Aug 14 12:00:59.393unit :INFO freemap_route_ipv6Aug 14 12:00:59.393
54632026-08-14T12:01:00.889Z adding route 172.17.0.7/32 -> 10.0.0.255INFO DEBG
54642026-08-14T12:01:00.889Z Aug 14 12:00:59.393replacing 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 } }]
54652026-08-14T12:01:00.889Zadding route 172.17.0.25/32 -> 10.0.0.255Aug 14 12:00:59.393
54662026-08-14T12:01:00.889ZDEBG reset freemapDEBGAug 14 12:00:59.393, Aug 14 12:00:59.393 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 } }]DEBG
54672026-08-14T12:01:00.889Z 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 } }]
54682026-08-14T12:01:00.889Zadding route 172.17.0.10/32 -> 10.0.0.255unit
54692026-08-14T12:01:00.889Z:Aug 14 12:00:59.393Aug 14 12:00:59.393 INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255 Aug 14 12:00:59.393adding route 172.17.0.26/32 -> 10.0.0.255
54702026-08-14T12:01:00.889Zfreemap_route_ipv6
54712026-08-14T12:01:00.889Z
54722026-08-14T12:01:00.889Z Aug 14 12:00:59.393DEBG 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 } }]
54732026-08-14T12:01:00.889Zreplacing 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:00:59.393
54742026-08-14T12:01:00.889Z Aug 14 12:00:59.393INFOAug 14 12:00:59.393 Aug 14 12:00:59.393DEBG INFO 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.9/32 -> 10.0.0.255
54752026-08-14T12:01:00.889ZINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
54762026-08-14T12:01:00.889Z
54772026-08-14T12:01:00.889Z
54782026-08-14T12:01:00.889ZAug 14 12:00:59.393 INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 14 12:00:59.393
54792026-08-14T12:01:00.889Z Aug 14 12:00:59.393DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54802026-08-14T12:01:00.889Z Aug 14 12:00:59.393replacing 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 } }]
54812026-08-14T12:01:00.889ZDEBGAug 14 12:00:59.393Aug 14 12:00:59.393 DEBG 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 } }]Aug 14 12:00:59.393 adding route 172.17.0.12/32 -> 10.0.0.255INFO
54822026-08-14T12:01:00.889Z adding route 172.17.0.10/32 -> 10.0.0.255
54832026-08-14T12:01:00.889Z
54842026-08-14T12:01:00.889ZAug 14 12:00:59.393replacing 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:00:59.393 Aug 14 12:00:59.393
54852026-08-14T12:01:00.889ZINFO DEBGadding route 172.17.0.28/32 -> 10.0.0.255DEBG
54862026-08-14T12:01:00.889Z replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
54872026-08-14T12:01:00.889ZAug 14 12:00:59.393
54882026-08-14T12:01:00.889Z Aug 14 12:00:59.393INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.2
54892026-08-14T12:01:00.889Zreplacing 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:00:59.393
54902026-08-14T12:01:00.890ZAug 14 12:00:59.393 INFOINFO Aug 14 12:00:59.393adding route 172.17.0.13/32 -> 10.0.0.255Aug 14 12:00:59.393 DEBG
54912026-08-14T12:01:00.890ZINFO 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 } }]
54922026-08-14T12:01:00.890Zadding route 172.17.0.29/32 -> 10.0.0.255
54932026-08-14T12:01:00.890ZAug 14 12:00:59.393adding route 172.17.0.11/32 -> 10.0.0.255 Aug 14 12:00:59.393
54942026-08-14T12:01:00.890ZDEBG Aug 14 12:00:59.393INFO 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 } }]Aug 14 12:00:59.393 adding route 172.16.0.0/32 -> 10.0.0.3
54952026-08-14T12:01:00.890Z
54962026-08-14T12:01:00.890ZDEBGreplacing 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 } }]
54972026-08-14T12:01:00.890Zreplacing 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 } }]
54982026-08-14T12:01:00.890ZAug 14 12:00:59.393Aug 14 12:00:59.393 DEBGINFOAug 14 12:00:59.393 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.14/32 -> 10.0.0.255INFO
54992026-08-14T12:01:00.890Z
55002026-08-14T12:01:00.890Z adding route 172.17.0.12/32 -> 10.0.0.255Aug 14 12:00:59.393
55012026-08-14T12:01:00.890Z INFO Aug 14 12:00:59.393adding route 172.17.0.30/32 -> 10.0.0.255Aug 14 12:00:59.393
55022026-08-14T12:01:00.890Z INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.4 Aug 14 12:00:59.393replacing 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 } }]
55032026-08-14T12:01:00.890Z
55042026-08-14T12:01:00.890Z Aug 14 12:00:59.393DEBG DEBGAug 14 12:00:59.393replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
55052026-08-14T12:01:00.890Z
55062026-08-14T12:01:00.890ZAug 14 12:00:59.393DEBG Aug 14 12:00:59.393INFOreplacing 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 } }]
55072026-08-14T12:01:00.890Zadding route 172.17.0.15/32 -> 10.0.0.255Aug 14 12:00:59.393
55082026-08-14T12:01:00.890Z INFO adding route 172.17.0.13/32 -> 10.0.0.255INFOAug 14 12:00:59.393Aug 14 12:00:59.393
55092026-08-14T12:01:00.890Z adding route 172.17.0.31/32 -> 10.0.0.255 DEBG
55102026-08-14T12:01:00.890Z DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
55112026-08-14T12:01:00.890ZAug 14 12:00:59.393replacing 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:00:59.393
55122026-08-14T12:01:00.890Z 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 } }]
55132026-08-14T12:01:00.890Zreplacing 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:00:59.393
55142026-08-14T12:01:00.890Z INFO Aug 14 12:00:59.393adding route 172.17.0.16/32 -> 10.0.0.255
55152026-08-14T12:01:00.894ZINFO adding route 172.17.0.14/32 -> 10.0.0.255
55162026-08-14T12:01:00.894ZAug 14 12:00:59.393 DEBGAug 14 12:00:59.393 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 } }]INFOAug 14 12:00:59.393
55172026-08-14T12:01:00.894Zadding route 172.17.0.32/32 -> 10.0.0.255
55182026-08-14T12:01:00.894ZDEBG 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 } }]
55192026-08-14T12:01:00.894ZAug 14 12:00:59.393 INFOAug 14 12:00:59.393 Aug 14 12:00:59.393adding route 172.17.0.17/32 -> 10.0.0.255 DEBGAug 14 12:00:59.394 DEBG created new freemap, 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 } }]unit:
55202026-08-14T12:01:00.894Zfreemap_route_ipv4Aug 14 12:00:59.400 INFO
55212026-08-14T12:01:00.894Z adding route 172.17.0.33/32 -> 10.0.0.255
55222026-08-14T12:01:00.894Z Aug 14 12:00:59.400INFOAug 14 12:00:59.400 adding route 172.17.0.15/32 -> 10.0.0.255DEBG
55232026-08-14T12:01:00.894Z created new freemapDEBG , 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 } }]unit
55242026-08-14T12:01:00.894ZAug 14 12:00:59.400: DEBGfreemap_route_ipv6
55252026-08-14T12:01:00.895Zreplacing 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:00:59.400
55262026-08-14T12:01:00.895Z INFO Aug 14 12:00:59.400 DEBG initted freemap. size: 64, unitadding route 172.17.0.34/32 -> 10.0.0.255:
55272026-08-14T12:01:00.895Z Aug 14 12:00:59.400freemap_route_ipv4
55282026-08-14T12:01:00.895ZINFO adding route 172.17.0.16/32 -> 10.0.0.255
55292026-08-14T12:01:00.895ZAug 14 12:00:59.400Aug 14 12:00:59.400 DEBGDEBG Aug 14 12:00:59.400replacing 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 } }]
55302026-08-14T12:01:00.895Z reset freemapDEBG, unitAug 14 12:00:59.400: 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 } }] freemap_route_ipv4
55312026-08-14T12:01:00.895Z
55322026-08-14T12:01:00.895Zadding route 172.17.0.35/32 -> 10.0.0.255
55332026-08-14T12:01:00.895ZAug 14 12:00:59.400 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 } }]
55342026-08-14T12:01:00.895ZAug 14 12:00:59.400Aug 14 12:00:59.400 INFOAug 14 12:00:59.400
55352026-08-14T12:01:00.895Z DEBGadding route 172.17.0.17/32 -> 10.0.0.255
55362026-08-14T12:01:00.895Zinitted freemap. size: 64INFO, unitAug 14 12:00:59.400:adding route 172.17.0.36/32 -> 10.0.0.255 Aug 14 12:00:59.400
55372026-08-14T12:01:00.895Z freemap_route_ipv6DEBG DEBG
55382026-08-14T12:01:00.895Z 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.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 } }]
55392026-08-14T12:01:00.895Z
55402026-08-14T12:01:00.895ZAug 14 12:00:59.400 DEBG Aug 14 12:00:59.400replacing 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:00:59.400INFO
55412026-08-14T12:01:00.895Zadding route 172.17.0.18/32 -> 10.0.0.255DEBG
55422026-08-14T12:01:00.895Z Aug 14 12:00:59.400reset freemap Aug 14 12:00:59.400, unitAug 14 12:00:59.400:INFO freemap_route_ipv6adding route 172.17.0.18/32 -> 10.0.0.255
55432026-08-14T12:01:00.895ZDEBG
55442026-08-14T12:01:00.895ZINFO replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255
55452026-08-14T12:01:00.895ZAug 14 12:00:59.400
55462026-08-14T12:01:00.895Z Aug 14 12:00:59.400INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:00:59.400Aug 14 12:00:59.400 INFO
55472026-08-14T12:01:00.895Z adding route 172.17.0.19/32 -> 10.0.0.255DEBGDEBG
55482026-08-14T12:01:00.895ZAug 14 12:00:59.400replacing 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 } }]
55492026-08-14T12:01:00.895ZDEBG 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:00:59.400replacing 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 } }]
55502026-08-14T12:01:00.895Z
55512026-08-14T12:01:00.895Z Aug 14 12:00:59.400DEBG 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 } }]
55522026-08-14T12:01:00.895Zadding route 172.17.0.19/32 -> 10.0.0.255
55532026-08-14T12:01:00.895ZAug 14 12:00:59.400 Aug 14 12:00:59.400INFO Aug 14 12:00:59.400 adding route 172.17.0.38/32 -> 10.0.0.255
55542026-08-14T12:01:00.895ZINFOINFOAug 14 12:00:59.400 Aug 14 12:00:59.386 Aug 14 12:00:59.400INFOadding route 172.17.0.20/32 -> 10.0.0.255 adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1DEBG
55552026-08-14T12:01:00.895Z 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 } }]
55562026-08-14T12:01:00.895Z
55572026-08-14T12:01:00.895Z
55582026-08-14T12:01:00.895ZDEBG Aug 14 12:00:59.400replacing 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:00:59.400
55592026-08-14T12:01:00.895Z Aug 14 12:00:59.400 INFOAug 14 12:00:59.400 adding route 172.17.0.39/32 -> 10.0.0.255DEBGDEBG 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 } }]
55602026-08-14T12:01:00.895Z
55612026-08-14T12:01:00.895Zreplacing 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 } }]
55622026-08-14T12:01:00.895Z 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:00:59.400
55632026-08-14T12:01:00.895Z Aug 14 12:00:59.400DEBG INFOAug 14 12:00:59.400 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 } }]INFO
55642026-08-14T12:01:00.896Zadding route 172.17.0.37/32 -> 10.0.0.255
55652026-08-14T12:01:00.896Zadding route 172.17.0.21/32 -> 10.0.0.255Aug 14 12:00:59.400
55662026-08-14T12:01:00.896ZAug 14 12:00:59.400 INFO Aug 14 12:00:59.400INFO Aug 14 12:00:59.400Aug 14 12:00:59.400adding route 172.16.0.0/32 -> 10.0.0.1
55672026-08-14T12:01:00.896Zadding route 172.17.0.40/32 -> 10.0.0.255
55682026-08-14T12:01:00.896ZINFO DEBG DEBGadding route 172.17.0.20/32 -> 10.0.0.255
55692026-08-14T12:01:00.896Z 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 } }]
55702026-08-14T12:01:00.896ZAug 14 12:00:59.400replacing 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:00:59.400DEBG
55712026-08-14T12:01:00.896ZAug 14 12:00:59.400 INFO 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:00:59.400Aug 14 12:00:59.400adding route 172.17.0.22/32 -> 10.0.0.255
55722026-08-14T12:01:00.896ZINFO
55732026-08-14T12:01:00.896Z DEBG adding route 172.17.0.38/32 -> 10.0.0.255
55742026-08-14T12:01:00.896ZAug 14 12:00:59.400replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 14 12:00:59.400
55752026-08-14T12:01:00.896Z DEBG 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 } }]Aug 14 12:00:59.400
55762026-08-14T12:01:00.896Z adding route 172.17.0.41/32 -> 10.0.0.255DEBG
55772026-08-14T12:01:00.896Z 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:00:59.400
55782026-08-14T12:01:00.896Zreplacing 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 } }] INFO
55792026-08-14T12:01:00.896ZAug 14 12:00:59.400Aug 14 12:00:59.400 adding route 172.16.0.0/32 -> 10.0.0.2INFO
55802026-08-14T12:01:00.896Z adding route 172.17.0.23/32 -> 10.0.0.255INFOAug 14 12:00:59.400
55812026-08-14T12:01:00.896Z DEBGAug 14 12:00:59.400Aug 14 12:00:59.400 adding route 172.17.0.39/32 -> 10.0.0.255 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 } }]DEBGINFO
55822026-08-14T12:01:00.896Zreplacing 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 } }]
55832026-08-14T12:01:00.896Z
55842026-08-14T12:01:00.896ZAug 14 12:00:59.400 DEBG adding route 172.17.0.21/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 } }]Aug 14 12:00:59.400
55852026-08-14T12:01:00.896Z
55862026-08-14T12:01:00.896ZAug 14 12:00:59.400Aug 14 12:00:59.400INFO INFOadding route 172.17.0.0/32 -> 10.0.0.255DEBG
55872026-08-14T12:01:00.896Zadding route 172.17.0.42/32 -> 10.0.0.255Aug 14 12:00:59.400replacing 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 } }]
55882026-08-14T12:01:00.896Z
55892026-08-14T12:01:00.896Z INFOAug 14 12:00:59.400 Aug 14 12:00:59.400Aug 14 12:00:59.400DEBG INFOAug 14 12:00:59.400adding route 172.17.0.24/32 -> 10.0.0.255
55902026-08-14T12:01:00.896ZDEBG adding route 172.17.0.40/32 -> 10.0.0.255DEBG
55912026-08-14T12:01:00.896Z 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:00:59.400replacing 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 } }]
55922026-08-14T12:01:00.896Z
55932026-08-14T12:01:00.896ZAug 14 12:00:59.400replacing 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 } }]
55942026-08-14T12:01:00.896Z DEBG 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:00:59.400
55952026-08-14T12:01:00.896Zreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
55962026-08-14T12:01:00.896ZAug 14 12:00:59.400Aug 14 12:00:59.400 INFOAug 14 12:00:59.400 Aug 14 12:00:59.400 adding route 172.17.0.43/32 -> 10.0.0.255INFO
55972026-08-14T12:01:00.896Z INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255Aug 14 12:00:59.400adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255
55982026-08-14T12:01:00.896Z
55992026-08-14T12:01:00.896Z
56002026-08-14T12:01:00.896ZDEBG
56012026-08-14T12:01:00.896Z Aug 14 12:00:59.400replacing 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:00:59.400
56022026-08-14T12:01:00.896ZDEBGAug 14 12:00:59.400 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 } }]DEBGDEBG
56032026-08-14T12:01:00.897ZAug 14 12:00:59.400 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 Aug 14 12:00:59.400
56042026-08-14T12:01:00.897Zreplacing 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 } }] INFO
56052026-08-14T12:01:00.897ZAug 14 12:00:59.400adding route 172.17.0.26/32 -> 10.0.0.255
56062026-08-14T12:01:00.897ZAug 14 12:00:59.400 Aug 14 12:00:59.400INFO INFO 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 } }]
56072026-08-14T12:01:00.897Zadding route 172.17.0.44/32 -> 10.0.0.255Aug 14 12:00:59.400
56082026-08-14T12:01:00.897Zadding route 172.17.0.2/32 -> 10.0.0.255 DEBG
56092026-08-14T12:01:00.897Z Aug 14 12:00:59.400Aug 14 12:00:59.400 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 } }] INFOAug 14 12:00:59.400 DEBG
56102026-08-14T12:01:00.897ZDEBG 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.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 } }]
56112026-08-14T12:01:00.897Z
56122026-08-14T12:01:00.897Zadding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
56132026-08-14T12:01:00.897ZAug 14 12:00:59.400
56142026-08-14T12:01:00.897ZAug 14 12:00:59.400Aug 14 12:00:59.400 INFOINFO INFOadding route 172.17.0.27/32 -> 10.0.0.255 adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255
56152026-08-14T12:01:00.901Z
56162026-08-14T12:01:00.901Z
56172026-08-14T12:01:00.901ZAug 14 12:00:59.400 DEBGAug 14 12:00:59.400Aug 14 12:00:59.400 Aug 14 12:00:59.400Aug 14 12:00:59.400 DEBGDEBG 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 } }]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 } }]
56182026-08-14T12:01:00.901Zreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
56192026-08-14T12:01:00.901Z
56202026-08-14T12:01:00.901ZDEBG
56212026-08-14T12:01:00.901Z Aug 14 12:00:59.400 INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.400
56222026-08-14T12:01:00.901Z Aug 14 12:00:59.400 INFOINFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 14 12:00:59.400
56232026-08-14T12:01:00.901Z adding route 172.17.0.28/32 -> 10.0.0.255INFO
56242026-08-14T12:01:00.901Z adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255Aug 14 12:00:59.400 Aug 14 12:00:59.400DEBG
56252026-08-14T12:01:00.901Z Aug 14 12:00:59.400replacing 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 } }]
56262026-08-14T12:01:00.901ZINFODEBG Aug 14 12:00:59.400replacing 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 } }]
56272026-08-14T12:01:00.901Zadding route 172.17.0.43/32 -> 10.0.0.255
56282026-08-14T12:01:00.901ZAug 14 12:00:59.400
56292026-08-14T12:01:00.901Z DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.400adding route 172.17.0.5/32 -> 10.0.0.255Aug 14 12:00:59.400
56302026-08-14T12:01:00.902Z
56312026-08-14T12:01:00.902ZDEBG INFO 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.29/32 -> 10.0.0.255Aug 14 12:00:59.400
56322026-08-14T12:01:00.902Z DEBG
56332026-08-14T12:01:00.902Z 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 } }]
56342026-08-14T12:01:00.902ZAug 14 12:00:59.400 Aug 14 12:00:59.400Aug 14 12:00:59.400DEBGAug 14 12:00:59.400 INFOINFO Aug 14 12:00:59.400replacing 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.47/32 -> 10.0.0.255
56352026-08-14T12:01:00.902Z
56362026-08-14T12:01:00.902ZAug 14 12:00:59.406 DEBGINFO Aug 14 12:00:59.406replacing 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.30/32 -> 10.0.0.255
56372026-08-14T12:01:00.902Z
56382026-08-14T12:01:00.902ZINFODEBG 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:00:59.406
56392026-08-14T12:01:00.902Z DEBGAug 14 12:00:59.406adding route 172.17.0.25/32 -> 10.0.0.255
56402026-08-14T12:01:00.902ZAug 14 12:00:59.406replacing 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
56412026-08-14T12:01:00.902ZINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
56422026-08-14T12:01:00.902ZAug 14 12:00:59.406
56432026-08-14T12:01:00.902Z Aug 14 12:00:59.406INFO Aug 14 12:00:59.406DEBGAug 14 12:00:59.406 adding route 172.17.0.31/32 -> 10.0.0.255DEBG
56442026-08-14T12:01:00.902Z 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
56452026-08-14T12:01:00.902Z 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.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 } }]
56462026-08-14T12:01:00.902Z
56472026-08-14T12:01:00.902ZAug 14 12:00:59.406Aug 14 12:00:59.406 INFODEBG adding route 172.17.0.26/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 } }]
56482026-08-14T12:01:00.902ZAug 14 12:00:59.406
56492026-08-14T12:01:00.902Z Aug 14 12:00:59.406INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255Aug 14 12:00:59.406
56502026-08-14T12:01:00.902Z Aug 14 12:00:59.406adding route 172.17.0.49/32 -> 10.0.0.255
56512026-08-14T12:01:00.902ZINFO Aug 14 12:00:59.406DEBG 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 } }]adding route 172.17.0.32/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 } }]
56522026-08-14T12:01:00.902Z
56532026-08-14T12:01:00.902Z
56542026-08-14T12:01:00.902ZAug 14 12:00:59.406Aug 14 12:00:59.406Aug 14 12:00:59.406 INFODEBG 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:00:59.406INFOadding route 172.17.0.46/32 -> 10.0.0.255
56552026-08-14T12:01:00.902Z adding route 172.17.0.27/32 -> 10.0.0.255DEBG
56562026-08-14T12:01:00.902Z Aug 14 12:00:59.406
56572026-08-14T12:01:00.902Zreplacing 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 } }]
56582026-08-14T12:01:00.902ZAug 14 12:00:59.407DEBGAug 14 12:00:59.407 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 } }]
56592026-08-14T12:01:00.902Zadding route 172.17.0.33/32 -> 10.0.0.255
56602026-08-14T12:01:00.902ZDEBG Aug 14 12:00:59.407replacing 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:00:59.407INFO
56612026-08-14T12:01:00.902Z INFOadding route 172.17.0.50/32 -> 10.0.0.255
56622026-08-14T12:01:00.902ZAug 14 12:00:59.407 DEBGadding route 172.17.0.47/32 -> 10.0.0.255Aug 14 12:00:59.407 Aug 14 12:00:59.407INFOreplacing 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.28/32 -> 10.0.0.255
56632026-08-14T12:01:00.902Z
56642026-08-14T12:01:00.902ZDEBG
56652026-08-14T12:01:00.902Z 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 } }]
56662026-08-14T12:01:00.902ZAug 14 12:00:59.407 Aug 14 12:00:59.407INFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255
56672026-08-14T12:01:00.902Zreplacing 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:00:59.407Aug 14 12:00:59.407
56682026-08-14T12:01:00.902Z INFO Aug 14 12:00:59.407adding route 172.17.0.51/32 -> 10.0.0.255 Aug 14 12:00:59.407
56692026-08-14T12:01:00.903ZDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56702026-08-14T12:01:00.903Z 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:00:59.407INFOAug 14 12:00:59.407 DEBG
56712026-08-14T12:01:00.903ZINFO adding route 172.17.0.35/32 -> 10.0.0.255 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56722026-08-14T12:01:00.903Z
56732026-08-14T12:01:00.903Zadding route 172.17.0.48/32 -> 10.0.0.255Aug 14 12:00:59.407
56742026-08-14T12:01:00.903Z INFOAug 14 12:00:59.407 Aug 14 12:00:59.407 DEBGadding route 172.17.0.29/32 -> 10.0.0.255INFO
56752026-08-14T12:01:00.903Zreplacing 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.52/32 -> 10.0.0.255
56762026-08-14T12:01:00.903ZAug 14 12:00:59.407
56772026-08-14T12:01:00.903Z DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.407
56782026-08-14T12:01:00.903Z Aug 14 12:00:59.407 INFODEBG Aug 14 12:00:59.407adding route 172.17.0.36/32 -> 10.0.0.255Aug 14 12:00:59.407 INFO DEBG
56792026-08-14T12:01:00.903Z 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.49/32 -> 10.0.0.255
56802026-08-14T12:01:00.903Z
56812026-08-14T12:01:00.903Zreplacing 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 } }]
56822026-08-14T12:01:00.903ZAug 14 12:00:59.407 Aug 14 12:00:59.407DEBGAug 14 12:00:59.407 DEBGreplacing 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 } }]
56832026-08-14T12:01:00.903Ztest route::tests::delete_targets_fragmented ... ok
56842026-08-14T12:01:00.903Ztest route::tests::delete_target_full ... ok
56852026-08-14T12:01:00.903Zreplacing 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:00:59.407
56862026-08-14T12:01:00.903Z adding route 172.17.0.6/32 -> 10.0.0.255INFO
56872026-08-14T12:01:00.903Z Aug 14 12:00:59.407adding route 172.17.0.53/32 -> 10.0.0.255
56882026-08-14T12:01:00.903ZINFO Aug 14 12:00:59.407adding route 172.17.0.37/32 -> 10.0.0.255 Aug 14 12:00:59.407INFO
56892026-08-14T12:01:00.903Zadding route 172.17.0.50/32 -> 10.0.0.255INFODEBG
56902026-08-14T12:01:00.903ZAug 14 12:00:59.407 adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56912026-08-14T12:01:00.903Z
56922026-08-14T12:01:00.903ZAug 14 12:00:59.407 DEBGDEBG Aug 14 12:00:59.407replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]INFOAug 14 12:00:59.407
56932026-08-14T12:01:00.903Z adding route 172.17.0.7/32 -> 10.0.0.255Aug 14 12:00:59.407
56942026-08-14T12:01:00.903ZDEBG
56952026-08-14T12:01:00.903Z Aug 14 12:00:59.407DEBG 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:00:59.407 DEBG
56962026-08-14T12:01:00.903Zreplacing 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 } }]
56972026-08-14T12:01:00.903ZAug 14 12:00:59.413 INFOAug 14 12:00:59.413 INFO adding route 172.17.0.54/32 -> 10.0.0.255
56982026-08-14T12:01:00.903Zadding route 172.17.0.51/32 -> 10.0.0.255INFOAug 14 12:00:59.413
56992026-08-14T12:01:00.903Z DEBGadding route 172.17.0.38/32 -> 10.0.0.255
57002026-08-14T12:01:00.903Zreplacing 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 } }]
57012026-08-14T12:01:00.903ZAug 14 12:00:59.413 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 } }]
57022026-08-14T12:01:00.903ZAug 14 12:00:59.413 Aug 14 12:00:59.413Aug 14 12:00:59.413 DEBGINFO INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57032026-08-14T12:01:00.903Zadding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
57042026-08-14T12:01:00.903Z
57052026-08-14T12:01:00.903ZAug 14 12:00:59.413 INFO adding route 172.17.0.39/32 -> 10.0.0.255
57062026-08-14T12:01:00.903ZAug 14 12:00:59.413Aug 14 12:00:59.413 Aug 14 12:00:59.413DEBG 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 } }]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 } }]
57072026-08-14T12:01:00.903Z
57082026-08-14T12:01:00.904ZDEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.413 INFO adding route 172.17.0.53/32 -> 10.0.0.255
57092026-08-14T12:01:00.904Z
57102026-08-14T12:01:00.904ZAug 14 12:00:59.413Aug 14 12:00:59.413 INFOAug 14 12:00:59.413DEBG adding route 172.17.0.40/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 } }]
57112026-08-14T12:01:00.904Z INFO
57122026-08-14T12:01:00.904Z adding route 172.17.0.56/32 -> 10.0.0.255Aug 14 12:00:59.413 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 } }]
57132026-08-14T12:01:00.904Z
57142026-08-14T12:01:00.904ZAug 14 12:00:59.413Aug 14 12:00:59.413 INFOAug 14 12:00:59.413INFO DEBGadding route 172.17.0.54/32 -> 10.0.0.255
57152026-08-14T12:01:00.908Z adding route 172.17.0.41/32 -> 10.0.0.255replacing 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 } }]
57162026-08-14T12:01:00.908Z
57172026-08-14T12:01:00.908ZAug 14 12:00:59.413 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 } }]
57182026-08-14T12:01:00.908ZAug 14 12:00:59.413 Aug 14 12:00:59.413INFOAug 14 12:00:59.413 adding route 172.17.0.55/32 -> 10.0.0.255DEBG
57192026-08-14T12:01:00.908Z 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 } }]INFO
57202026-08-14T12:01:00.908Z adding route 172.17.0.57/32 -> 10.0.0.255Aug 14 12:00:59.413
57212026-08-14T12:01:00.908Z 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 } }]
57222026-08-14T12:01:00.908ZAug 14 12:00:59.413Aug 14 12:00:59.413 INFOAug 14 12:00:59.413INFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
57232026-08-14T12:01:00.908Z
57242026-08-14T12:01:00.908ZDEBG 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 } }]
57252026-08-14T12:01:00.908ZAug 14 12:00:59.413 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 } }]
57262026-08-14T12:01:00.908ZAug 14 12:00:59.413Aug 14 12:00:59.413 Aug 14 12:00:59.413DEBG INFOreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57272026-08-14T12:01:00.908Zadding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
57282026-08-14T12:01:00.908Z
57292026-08-14T12:01:00.908ZAug 14 12:00:59.413 INFO adding route 172.17.0.57/32 -> 10.0.0.255
57302026-08-14T12:01:00.908ZAug 14 12:00:59.413Aug 14 12:00:59.413 DEBGAug 14 12:00:59.413DEBG 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 } }]DEBG
57312026-08-14T12:01:00.908Zreplacing 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 } }]
57322026-08-14T12:01:00.908Zreplacing 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 } }]
57332026-08-14T12:01:00.908ZAug 14 12:00:59.413 INFO adding route 172.17.0.58/32 -> 10.0.0.255
57342026-08-14T12:01:00.908ZAug 14 12:00:59.413Aug 14 12:00:59.413 DEBGAug 14 12:00:59.413 INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57352026-08-14T12:01:00.908Zadding route 172.17.0.44/32 -> 10.0.0.255INFO
57362026-08-14T12:01:00.908Z adding route 172.17.0.59/32 -> 10.0.0.255Aug 14 12:00:59.413 INFO adding route 172.17.0.59/32 -> 10.0.0.255
57372026-08-14T12:01:00.908Z
57382026-08-14T12:01:00.908ZAug 14 12:00:59.413Aug 14 12:00:59.413 Aug 14 12:00:59.413DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57392026-08-14T12:01:00.908Zreplacing 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 } }]
57402026-08-14T12:01:00.908Zreplacing 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 } }]
57412026-08-14T12:01:00.908ZAug 14 12:00:59.413 INFO adding route 172.17.0.60/32 -> 10.0.0.255
57422026-08-14T12:01:00.908ZAug 14 12:00:59.413Aug 14 12:00:59.413 Aug 14 12:00:59.413DEBG INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 172.17.0.45/32 -> 10.0.0.255
57432026-08-14T12:01:00.909Z
57442026-08-14T12:01:00.909Zadding route 172.17.0.60/32 -> 10.0.0.255
57452026-08-14T12:01:00.909ZAug 14 12:00:59.413 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:01:00.909ZAug 14 12:00:59.413Aug 14 12:00:59.413 Aug 14 12:00:59.413 DEBG DEBGINFO failed to allocate space for the new target listadding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57472026-08-14T12:01:00.909Z
57482026-08-14T12:01:00.909Z
57492026-08-14T12:01:00.909ZAug 14 12:00:59.413 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 } }]
57502026-08-14T12:01:00.909ZAug 14 12:00:59.413Aug 14 12:00:59.413 INFODEBG Aug 14 12:00:59.413 adding route 172.17.0.61/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.2, vlan_id: None } }]
57512026-08-14T12:01:00.909ZINFO
57522026-08-14T12:01:00.909Z adding route 172.17.0.47/32 -> 10.0.0.255
57532026-08-14T12:01:00.909ZAug 14 12:00:59.413 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 } }]
57542026-08-14T12:01:00.909ZAug 14 12:00:59.413 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:00:59.413
57552026-08-14T12:01:00.909Z INFO adding route 172.17.0.48/32 -> 10.0.0.255
57562026-08-14T12:01:00.909ZAug 14 12:00:59.413 INFO adding route 172.17.0.62/32 -> 10.0.0.255
57572026-08-14T12:01:00.909ZAug 14 12:00:59.413Aug 14 12:00:59.413 DEBGDEBG Aug 14 12:00:59.413replacing 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 } }]
57582026-08-14T12:01:00.909ZINFOreplacing 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 } }]
57592026-08-14T12:01:00.909Zadding route 172.17.0.8/32 -> 10.0.0.255
57602026-08-14T12:01:00.909ZAug 14 12:00:59.413 INFOAug 14 12:00:59.413 Aug 14 12:00:59.413adding route 172.17.0.49/32 -> 10.0.0.255
57612026-08-14T12:01:00.909ZDEBGDEBG 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 } }]failed to allocate space for the new target list
57622026-08-14T12:01:00.909ZAug 14 12:00:59.413
57632026-08-14T12:01:00.909Z 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 } }]
57642026-08-14T12:01:00.909ZAug 14 12:00:59.413 INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 14 12:00:59.413
57652026-08-14T12:01:00.909Z INFOAug 14 12:00:59.413 adding route 172.17.0.50/32 -> 10.0.0.255DEBG
57662026-08-14T12:01:00.909Z Aug 14 12:00:59.413replacing 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 } }]
57672026-08-14T12:01:00.909ZDEBG 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:00:59.413
57682026-08-14T12:01:00.909Z 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 } }]
57692026-08-14T12:01:00.909ZAug 14 12:00:59.413 INFO adding route 172.17.0.10/32 -> 10.0.0.255Aug 14 12:00:59.413
57702026-08-14T12:01:00.909Z INFOAug 14 12:00:59.413 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 } }]
57712026-08-14T12:01:00.909ZAug 14 12:00:59.413 INFO adding route 172.17.0.11/32 -> 10.0.0.255
57722026-08-14T12:01:00.909Z adding route 172.17.0.51/32 -> 10.0.0.255
57732026-08-14T12:01:00.909ZAug 14 12:00:59.413 DEBGAug 14 12:00:59.413 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57742026-08-14T12:01:00.909Z 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 } }]
57752026-08-14T12:01:00.909ZAug 14 12:00:59.413Aug 14 12:00:59.413 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
57762026-08-14T12:01:00.909Z
57772026-08-14T12:01:00.909ZAug 14 12:00:59.413 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 } }]
57782026-08-14T12:01:00.909ZAug 14 12:00:59.413Aug 14 12:00:59.413 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.53/32 -> 10.0.0.255
57792026-08-14T12:01:00.909Z
57802026-08-14T12:01:00.909ZAug 14 12:00:59.413 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 } }]
57812026-08-14T12:01:00.909ZAug 14 12:00:59.413 Aug 14 12:00:59.413INFO INFOadding route 172.17.0.13/32 -> 10.0.0.255
57822026-08-14T12:01:00.910Zadding route 172.17.0.54/32 -> 10.0.0.255
57832026-08-14T12:01:00.910ZAug 14 12:00:59.413Aug 14 12:00:59.413 DEBGDEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
57842026-08-14T12:01:00.910Z
57852026-08-14T12:01:00.910Ztest route::tests::add_target_fails_full ... ok
57862026-08-14T12:01:00.910ZAug 14 12:00:59.413 INFO adding route 172.17.0.14/32 -> 10.0.0.255
57872026-08-14T12:01:00.910ZAug 14 12:00:59.414 DEBG Aug 14 12:00:59.414replacing 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 } }]
57882026-08-14T12:01:00.910ZINFO adding route 172.17.0.55/32 -> 10.0.0.255
57892026-08-14T12:01:00.910ZAug 14 12:00:59.414 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 } }]
57902026-08-14T12:01:00.910ZAug 14 12:00:59.414 INFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 14 12:00:59.414
57912026-08-14T12:01:00.910Z INFO adding route 172.17.0.56/32 -> 10.0.0.255
57922026-08-14T12:01:00.910ZAug 14 12:00:59.414Aug 14 12:00:59.414 DEBGDEBG 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 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 } }]
57932026-08-14T12:01:00.910Z
57942026-08-14T12:01:00.910ZAug 14 12:00:59.414Aug 14 12:00:59.414 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
57952026-08-14T12:01:00.910Z
57962026-08-14T12:01:00.910ZAug 14 12:00:59.414 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 } }]
57972026-08-14T12:01:00.910ZAug 14 12:00:59.414 Aug 14 12:00:59.414DEBG INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57982026-08-14T12:01:00.910Zadding route 172.17.0.17/32 -> 10.0.0.255
57992026-08-14T12:01:00.910ZAug 14 12:00:59.414 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 } }]
58002026-08-14T12:01:00.910ZAug 14 12:00:59.414 INFOAug 14 12:00:59.414 adding route 172.17.0.58/32 -> 10.0.0.255INFO
58012026-08-14T12:01:00.910Z adding route 172.17.0.18/32 -> 10.0.0.255
58022026-08-14T12:01:00.910ZAug 14 12:00:59.414 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 } }]
58032026-08-14T12:01:00.910ZAug 14 12:00:59.414 DEBG Aug 14 12:00:59.414replacing 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 } }]
58042026-08-14T12:01:00.910ZINFO adding route 172.17.0.19/32 -> 10.0.0.255
58052026-08-14T12:01:00.910Zreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.414Aug 14 12:00:59.414
58062026-08-14T12:01:00.910Z DEBGINFO 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.59/32 -> 10.0.0.255Aug 14 12:00:59.414
58072026-08-14T12:01:00.910Z
58082026-08-14T12:01:00.910ZINFO adding route 172.17.0.31/32 -> 10.0.0.255
58092026-08-14T12:01:00.910ZAug 14 12:00:59.414Aug 14 12:00:59.414 INFODEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255
58102026-08-14T12:01:00.910Z
58112026-08-14T12:01:00.910ZAug 14 12:00:59.414Aug 14 12:00:59.414 DEBGAug 14 12:00:59.414DEBG 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 } }] INFO
58122026-08-14T12:01:00.910Zreplacing 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 } }]
58132026-08-14T12:01:00.910Zadding route 172.17.0.60/32 -> 10.0.0.255
58142026-08-14T12:01:00.910ZAug 14 12:00:59.414Aug 14 12:00:59.414 Aug 14 12:00:59.414INFO DEBGINFO adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58152026-08-14T12:01:00.915Zadding route 172.17.0.21/32 -> 10.0.0.255
58162026-08-14T12:01:00.915ZAug 14 12:00:59.420 DEBGAug 14 12:00:59.420 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
58172026-08-14T12:01:00.915Z adding route 172.17.0.61/32 -> 10.0.0.255
58182026-08-14T12:01:00.915ZAug 14 12:00:59.420 INFOAug 14 12:00:59.420 adding route 172.17.0.22/32 -> 10.0.0.255DEBG
58192026-08-14T12:01:00.915Z 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 } }]
58202026-08-14T12:01:00.915Z
58212026-08-14T12:01:00.915ZAug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58222026-08-14T12:01:00.915Zadding route 172.17.0.62/32 -> 10.0.0.255
58232026-08-14T12:01:00.915ZAug 14 12:00:59.420 Aug 14 12:00:59.420INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255
58242026-08-14T12:01:00.915Zreplacing 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 } }]
58252026-08-14T12:01:00.915ZAug 14 12:00:59.420 INFO adding route 172.17.0.63/32 -> 10.0.0.255
58262026-08-14T12:01:00.915ZAug 14 12:00:59.420 DEBGAug 14 12:00:59.420 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
58272026-08-14T12:01:00.915Z 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 } }]
58282026-08-14T12:01:00.915ZAug 14 12:00:59.420 DEBG failed to allocate space for the new target list
58292026-08-14T12:01:00.915ZAug 14 12:00:59.420 INFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 14 12:00:59.420
58302026-08-14T12:01:00.915ZDEBG 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:00:59.420
58312026-08-14T12:01:00.915Z Aug 14 12:00:59.420DEBG 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 } }]
58322026-08-14T12:01:00.915ZAug 14 12:00:59.420replacing 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 } }]
58332026-08-14T12:01:00.915ZDEBG failed to allocate space for the new target listAug 14 12:00:59.420
58342026-08-14T12:01:00.915ZAug 14 12:00:59.420 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
58352026-08-14T12:01:00.915Z
58362026-08-14T12:01:00.915ZAug 14 12:00:59.420Aug 14 12:00:59.420 DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58372026-08-14T12:01:00.915Z
58382026-08-14T12:01:00.915ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255
58392026-08-14T12:01:00.915Z
58402026-08-14T12:01:00.915ZAug 14 12:00:59.420Aug 14 12:00:59.420 DEBGDEBG 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 } }]
58412026-08-14T12:01:00.915Z replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.420
58422026-08-14T12:01:00.915Z INFO adding route 172.17.0.27/32 -> 10.0.0.255
58432026-08-14T12:01:00.915ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.35/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 } }]
58442026-08-14T12:01:00.915Z
58452026-08-14T12:01:00.915ZAug 14 12:00:59.420Aug 14 12:00:59.420 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.28/32 -> 10.0.0.255
58462026-08-14T12:01:00.915Z
58472026-08-14T12:01:00.915ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.36/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 } }]
58482026-08-14T12:01:00.915Z
58492026-08-14T12:01:00.915ZAug 14 12:00:59.420Aug 14 12:00:59.420 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.29/32 -> 10.0.0.255
58502026-08-14T12:01:00.915Z
58512026-08-14T12:01:00.915ZAug 14 12:00:59.420Aug 14 12:00:59.420 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.37/32 -> 10.0.0.255
58522026-08-14T12:01:00.916Z
58532026-08-14T12:01:00.916ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.30/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 } }]
58542026-08-14T12:01:00.916Z
58552026-08-14T12:01:00.916ZAug 14 12:00:59.420Aug 14 12:00:59.420 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.38/32 -> 10.0.0.255
58562026-08-14T12:01:00.916Z
58572026-08-14T12:01:00.916ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255
58582026-08-14T12:01:00.916ZAug 14 12:00:59.420replacing 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 } }]
58592026-08-14T12:01:00.916ZDEBG 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:00:59.420 INFO adding route 172.17.0.39/32 -> 10.0.0.255
58602026-08-14T12:01:00.916Z
58612026-08-14T12:01:00.916ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.32/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 } }]
58622026-08-14T12:01:00.916Z
58632026-08-14T12:01:00.916ZAug 14 12:00:59.420Aug 14 12:00:59.420 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.40/32 -> 10.0.0.255
58642026-08-14T12:01:00.916Z
58652026-08-14T12:01:00.916ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.33/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 } }]
58662026-08-14T12:01:00.916Z
58672026-08-14T12:01:00.916ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.41/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 } }]
58682026-08-14T12:01:00.916Z
58692026-08-14T12:01:00.916ZAug 14 12:00:59.420Aug 14 12:00:59.420 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.34/32 -> 10.0.0.255
58702026-08-14T12:01:00.916Z
58712026-08-14T12:01:00.916ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG 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 } }]
58722026-08-14T12:01:00.916Z
58732026-08-14T12:01:00.916ZAug 14 12:00:59.420Aug 14 12:00:59.420 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.35/32 -> 10.0.0.255
58742026-08-14T12:01:00.916Z
58752026-08-14T12:01:00.916ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding 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 } }]
58762026-08-14T12:01:00.916Z
58772026-08-14T12:01:00.916ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.36/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 } }]
58782026-08-14T12:01:00.916Z
58792026-08-14T12:01:00.916ZAug 14 12:00:59.420Aug 14 12:00:59.420 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.44/32 -> 10.0.0.255
58802026-08-14T12:01:00.916Ztest route::tests::delete_target_fragmented ... ok
58812026-08-14T12:01:00.916Z
58822026-08-14T12:01:00.916ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.37/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 } }]
58832026-08-14T12:01:00.916Z
58842026-08-14T12:01:00.916ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.45/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 } }]
58852026-08-14T12:01:00.916Z
58862026-08-14T12:01:00.916Ztest route::tests::delete_targets_full ... ok
58872026-08-14T12:01:00.916ZAug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO 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 } }]adding route 172.17.0.38/32 -> 10.0.0.255
58882026-08-14T12:01:00.916Z
58892026-08-14T12:01:00.916Z
58902026-08-14T12:01:00.916ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.46/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 } }]
58912026-08-14T12:01:00.917Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
58922026-08-14T12:01:00.917Z
58932026-08-14T12:01:00.917Z
58942026-08-14T12:01:00.917ZAug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255
58952026-08-14T12:01:00.917Z
58962026-08-14T12:01:00.917ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.47/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 } }]
58972026-08-14T12:01:00.917Z
58982026-08-14T12:01:00.917ZAug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255
58992026-08-14T12:01:00.917Z
59002026-08-14T12:01:00.917ZAug 14 12:00:59.420Aug 14 12:00:59.420 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.48/32 -> 10.0.0.255
59012026-08-14T12:01:00.917Z
59022026-08-14T12:01:00.917ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.41/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 } }]
59032026-08-14T12:01:00.917Z
59042026-08-14T12:01:00.917ZAug 14 12:00:59.420Aug 14 12:00:59.420 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.49/32 -> 10.0.0.255
59052026-08-14T12:01:00.917Z
59062026-08-14T12:01:00.917ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.42/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 } }]
59072026-08-14T12:01:00.917Z
59082026-08-14T12:01:00.917ZAug 14 12:00:59.420Aug 14 12:00:59.420 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.50/32 -> 10.0.0.255
59092026-08-14T12:01:00.917Z
59102026-08-14T12:01:00.917ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.43/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 } }]
59112026-08-14T12:01:00.917Z
59122026-08-14T12:01:00.917ZAug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO 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 } }]adding route 172.17.0.51/32 -> 10.0.0.255
59132026-08-14T12:01:00.917Z
59142026-08-14T12:01:00.917ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59152026-08-14T12:01:00.921Z
59162026-08-14T12:01:00.921ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.52/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 } }]
59172026-08-14T12:01:00.921Z
59182026-08-14T12:01:00.921ZAug 14 12:00:59.420Aug 14 12:00:59.420 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.45/32 -> 10.0.0.255
59192026-08-14T12:01:00.921Z
59202026-08-14T12:01:00.921ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.53/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 } }]
59212026-08-14T12:01:00.921Z
59222026-08-14T12:01:00.921ZAug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255
59232026-08-14T12:01:00.921Z
59242026-08-14T12:01:00.921ZAug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
59252026-08-14T12:01:00.921Z
59262026-08-14T12:01:00.921ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.47/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 } }]
59272026-08-14T12:01:00.921Z
59282026-08-14T12:01:00.921ZAug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255
59292026-08-14T12:01:00.921Z
59302026-08-14T12:01:00.921ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.48/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 } }]
59312026-08-14T12:01:00.921Z
59322026-08-14T12:01:00.922ZAug 14 12:00:59.420Aug 14 12:00:59.420 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.56/32 -> 10.0.0.255
59332026-08-14T12:01:00.922Z
59342026-08-14T12:01:00.922ZAug 14 12:00:59.420Aug 14 12:00:59.420 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255replacing 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 } }]
59352026-08-14T12:01:00.922Z
59362026-08-14T12:01:00.922ZAug 14 12:00:59.420Aug 14 12:00:59.420 DEBGINFO 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 } }]adding route 172.17.0.57/32 -> 10.0.0.255
59372026-08-14T12:01:00.922Z
59382026-08-14T12:01:00.922ZAug 14 12:00:59.426 INFO adding route 172.17.0.50/32 -> 10.0.0.255
59392026-08-14T12:01:00.922ZAug 14 12:00:59.426Aug 14 12:00:59.426 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 } }]
59402026-08-14T12:01:00.922ZDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:00:59.426
59412026-08-14T12:01:00.922Z INFO adding route 172.17.0.51/32 -> 10.0.0.255
59422026-08-14T12:01:00.922ZAug 14 12:00:59.426 INFO Aug 14 12:00:59.426adding route 172.17.0.58/32 -> 10.0.0.255
59432026-08-14T12:01:00.922ZDEBG 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 } }]
59442026-08-14T12:01:00.922ZAug 14 12:00:59.426 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:00:59.426
59452026-08-14T12:01:00.922Z INFO adding route 172.17.0.52/32 -> 10.0.0.255
59462026-08-14T12:01:00.922ZAug 14 12:00:59.426 INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 14 12:00:59.426
59472026-08-14T12:01:00.922Z 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 } }]
59482026-08-14T12:01:00.922ZAug 14 12:00:59.426 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:00:59.426
59492026-08-14T12:01:00.922Z INFO adding route 172.17.0.53/32 -> 10.0.0.255
59502026-08-14T12:01:00.922ZAug 14 12:00:59.426 INFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 14 12:00:59.426
59512026-08-14T12:01:00.922Z 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 } }]
59522026-08-14T12:01:00.922ZAug 14 12:00:59.426 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:00:59.426
59532026-08-14T12:01:00.922Z INFO adding route 172.17.0.54/32 -> 10.0.0.255
59542026-08-14T12:01:00.922ZAug 14 12:00:59.426 DEBG failed to allocate space for the new target listAug 14 12:00:59.427
59552026-08-14T12:01:00.922Z 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 } }]
59562026-08-14T12:01:00.922ZAug 14 12:00:59.427 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 } }]Aug 14 12:00:59.427
59572026-08-14T12:01:00.922Z INFO adding route 172.17.0.55/32 -> 10.0.0.255
59582026-08-14T12:01:00.922ZAug 14 12:00:59.427 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:01:00.922ZAug 14 12:00:59.427 INFO adding route 172.17.0.56/32 -> 10.0.0.255
59602026-08-14T12:01:00.922ZAug 14 12:00:59.427 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:01:00.922ZAug 14 12:00:59.427 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59622026-08-14T12:01:00.922ZAug 14 12:00:59.427 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:01:00.922ZAug 14 12:00:59.427 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59642026-08-14T12:01:00.922ZAug 14 12:00:59.427 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:01:00.922ZAug 14 12:00:59.427 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59662026-08-14T12:01:00.922ZAug 14 12:00:59.427 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:01:00.922ZAug 14 12:00:59.427 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59682026-08-14T12:01:00.922ZAug 14 12:00:59.427 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:01:00.922ZAug 14 12:00:59.427 DEBG failed to allocate space for the new target list
59702026-08-14T12:01:00.922ZAug 14 12:00:59.427 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:01:00.923Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-87e1c72674414b03)
59722026-08-14T12:01:00.923Z
59732026-08-14T12:01:00.923Zrunning 0 tests
59742026-08-14T12:01:00.923Z
59752026-08-14T12:01:00.923Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59762026-08-14T12:01:00.923Z
59772026-08-14T12:01:00.923Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
59782026-08-14T12:01:00.923Z
59792026-08-14T12:01:00.923Zrunning 0 tests
59802026-08-14T12:01:00.923Z
59812026-08-14T12:01:00.923Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59822026-08-14T12:01:00.923Z
59832026-08-14T12:01:00.923Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e93a99ac5e645656)
59842026-08-14T12:01:00.923Z
59852026-08-14T12:01:00.923Zrunning 6 tests
59862026-08-14T12:01:00.923Ztest tests::test_full_lot_id_neither_present ... ok
59872026-08-14T12:01:00.923Ztest tests::test_full_lot_id_lot_only ... ok
59882026-08-14T12:01:00.923Ztest tests::test_full_lot_id_lotnum_only ... ok
59892026-08-14T12:01:00.923Ztest tests::test_full_lot_id_both_present ... ok
59902026-08-14T12:01:00.923Ztest tests::test_port_id_cmp ... ok
59912026-08-14T12:01:00.923Ztest tests::test_parse_client_port_id ... ok
59922026-08-14T12:01:00.923Z
59932026-08-14T12:01:00.923Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59942026-08-14T12:01:00.923Z
59952026-08-14T12:01:00.923Z Running tests/test_all.rs (target/debug/deps/test_all-cd4e053c312dafad)
59962026-08-14T12:01:00.923Z
59972026-08-14T12:01:00.923Zrunning 0 tests
59982026-08-14T12:01:00.923Z
59992026-08-14T12:01:00.923Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60002026-08-14T12:01:00.923Z
60012026-08-14T12:01:00.923Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
60022026-08-14T12:01:00.923Z
60032026-08-14T12:01:00.923Zrunning 0 tests
60042026-08-14T12:01:00.923Z
60052026-08-14T12:01:00.923Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60062026-08-14T12:01:00.923Z
60072026-08-14T12:01:00.923Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
60082026-08-14T12:01:00.923Z
60092026-08-14T12:01:00.923Zrunning 0 tests
60102026-08-14T12:01:00.924Z
60112026-08-14T12:01:00.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60122026-08-14T12:01:00.924Z
60132026-08-14T12:01:00.924Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
60142026-08-14T12:01:00.924Z
60152026-08-14T12:01:00.927Zrunning 12 tests
60162026-08-14T12:01:00.927Ztest icmp::test_v6_checksum ... ok
60172026-08-14T12:01:00.927Ztest ipv6::test_ipv6_parse ... ok
60182026-08-14T12:01:00.927Ztest pbuf::test_byte ... ok
60192026-08-14T12:01:00.927Ztest icmp::test_v4_checksum ... ok
60202026-08-14T12:01:00.927Ztest lldp::test_lldp_parse ... ok
60212026-08-14T12:01:00.927Ztest pbuf::test_nibble ... ok
60222026-08-14T12:01:00.927Ztest pbuf::test_short ... ok
60232026-08-14T12:01:00.927Ztest pbuf::test_overflow ... ok
60242026-08-14T12:01:00.928Ztest pbuf::test_twelve ... ok
60252026-08-14T12:01:00.928Ztest pbuf::test_word ... ok
60262026-08-14T12:01:00.928Ztest tcp::test_checksum_syn_nodata ... ok
60272026-08-14T12:01:00.928Ztest tcp::test_checksum_ack_data ... ok
60282026-08-14T12:01:00.928Z
60292026-08-14T12:01:00.928Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60302026-08-14T12:01:00.928Z
60312026-08-14T12:01:00.928Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60322026-08-14T12:01:00.928Z
60332026-08-14T12:01:00.928Zrunning 0 tests
60342026-08-14T12:01:00.928Z
60352026-08-14T12:01:00.928Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60362026-08-14T12:01:00.928Z
60372026-08-14T12:01:00.928Z Running unittests src/main.rs (target/debug/deps/swadm-fbdb6359d79fc046)
60382026-08-14T12:01:00.928Z
60392026-08-14T12:01:00.928Zrunning 5 tests
60402026-08-14T12:01:00.928Ztest switchport::test::test_compute_lanes ... ok
60412026-08-14T12:01:00.928Ztest switchport::test::port_id_ordering ... ok
60422026-08-14T12:01:00.928Z Lane 0 Lane 1 Lane 2 Lane 3
60432026-08-14T12:01:00.928Z Rx Loss-of-lock: Yes Lane 0 Yes YesLane 1 Yes
60442026-08-14T12:01:00.928ZLane 2 Lane 3 Rx Loss-of-signal: Yes
60452026-08-14T12:01:00.928Z Yes State: ActivatedYes Yes
60462026-08-14T12:01:00.928ZActivated Rx CDR Enabled: Yes Activated YesActivated
60472026-08-14T12:01:00.928ZYes Rx Output Enabled: falseYes
60482026-08-14T12:01:00.928Z false Tx Enabled: Yesfalse falseYes
60492026-08-14T12:01:00.928Z Yes Rx Output Status: valid Yes
60502026-08-14T12:01:00.928Zvalid Tx Loss-of-lock: Novalid validNo
60512026-08-14T12:01:00.928ZNo Rx Loss-of-lock: true No
60522026-08-14T12:01:00.928Ztrue Tx Loss-of-signal: Notrue Notrue
60532026-08-14T12:01:00.928Z Rx Loss-of-signal: false Nofalse No
60542026-08-14T12:01:00.928Zfalse Tx CDR Enabled: No false
60552026-08-14T12:01:00.928ZNo Rx Auto-squelch Disable: true Notrue Notrue
60562026-08-14T12:01:00.928Z Tx Adaptive EQ Fault: Notrue
60572026-08-14T12:01:00.928ZNo Tx Output Enabled: true No trueNo
60582026-08-14T12:01:00.928Ztrue Tx Fault: Yestrue
60592026-08-14T12:01:00.928ZYes Tx Output Status: invalid Yesinvalid Yes
60602026-08-14T12:01:00.928Zinvalid invalid
60612026-08-14T12:01:00.928Z Tx Loss-of-lock: false false false false
60622026-08-14T12:01:00.928Z Tx Loss-of-signal: true true true true
60632026-08-14T12:01:00.929ZTx Auto-squelch Disable: false false false false
60642026-08-14T12:01:00.929Z Tx Adaptive EQ Fail: true true true true
60652026-08-14T12:01:00.929Z Tx Failure: false false false false
60662026-08-14T12:01:00.929Z Tx Force Squelch: true true true true
60672026-08-14T12:01:00.929Z Tx Input Polarity: normal normal normal normal
60682026-08-14T12:01:00.929Ztest switchport::test::test_print_sff_datapath ... ok
60692026-08-14T12:01:00.929Ztest switchport::test::test_print_cmis_datapath ... ok
60702026-08-14T12:01:00.929Ztest link::test_filter ... ok
60712026-08-14T12:01:00.929Z
60722026-08-14T12:01:00.929Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60732026-08-14T12:01:00.929Z
60742026-08-14T12:01:00.929Z Running tests/counters.rs (target/debug/deps/counters-5ce120fa8d2b54bb)
60752026-08-14T12:01:00.932Z
60762026-08-14T12:01:00.932Zrunning 1 test
60772026-08-14T12:01:00.932Ztest test_p4_counter_list ... ignored
60782026-08-14T12:01:00.932Z
60792026-08-14T12:01:00.932Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60802026-08-14T12:01:00.932Z
60812026-08-14T12:01:00.932Z Running tests/port-link.rs (target/debug/deps/port_link-388d3ec65a04516c)
60822026-08-14T12:01:00.932Z
60832026-08-14T12:01:00.932Zrunning 5 tests
60842026-08-14T12:01:00.933Ztest test_an ... ignored
60852026-08-14T12:01:00.933Ztest test_enable ... ignored
60862026-08-14T12:01:00.933Ztest test_ip_addresses ... ignored
60872026-08-14T12:01:00.933Ztest test_kr ... ignored
60882026-08-14T12:01:00.933Ztest test_mac ... ignored
60892026-08-14T12:01:00.933Z
60902026-08-14T12:01:00.933Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
60912026-08-14T12:01:00.933Z
60922026-08-14T12:01:00.933Z Running unittests src/main.rs (target/debug/deps/tfportd-b79f97b4380a5c75)
60932026-08-14T12:01:00.933Z
60942026-08-14T12:01:00.933Zrunning 3 tests
60952026-08-14T12:01:00.936Ztest linklocal::test_parse_ipadm ... ok
60962026-08-14T12:01:00.936Ztest tfport::test_parse_tfport ... ok
60972026-08-14T12:01:00.936Ztest config::tests::test_updates ... ok
60982026-08-14T12:01:00.936Z
60992026-08-14T12:01:00.936Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61002026-08-14T12:01:00.936Z
61012026-08-14T12:01:00.936Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
61022026-08-14T12:01:00.936Z
61032026-08-14T12:01:00.936Zrunning 0 tests
61042026-08-14T12:01:00.936Z
61052026-08-14T12:01:00.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61062026-08-14T12:01:00.936Z
61072026-08-14T12:01:00.936Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
61082026-08-14T12:01:00.939Z
61092026-08-14T12:01:00.940Zrunning 0 tests
61102026-08-14T12:01:00.940Z
61112026-08-14T12:01:00.940Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61122026-08-14T12:01:00.940Z
61132026-08-14T12:01:00.940Z Doc-tests aal
61142026-08-14T12:01:01.058Z
61152026-08-14T12:01:01.058Zrunning 0 tests
61162026-08-14T12:01:01.058Z
61172026-08-14T12:01:01.058Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61182026-08-14T12:01:01.058Z
61192026-08-14T12:01:01.074Z Doc-tests aal_macros
61202026-08-14T12:01:01.140Z
61212026-08-14T12:01:01.140Zrunning 0 tests
61222026-08-14T12:01:01.140Z
61232026-08-14T12:01:01.140Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61242026-08-14T12:01:01.140Z
61252026-08-14T12:01:01.149Z Doc-tests common
61262026-08-14T12:01:01.378Z
61272026-08-14T12:01:01.378Zrunning 0 tests
61282026-08-14T12:01:01.378Z
61292026-08-14T12:01:01.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61302026-08-14T12:01:01.378Z
61312026-08-14T12:01:01.398Z Doc-tests dpd_api
61322026-08-14T12:01:02.132Z
61332026-08-14T12:01:02.132Zrunning 2 tests
61342026-08-14T12:01:02.132Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
61352026-08-14T12:01:02.132Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
61362026-08-14T12:01:02.132Z
61372026-08-14T12:01:02.132Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61382026-08-14T12:01:02.132Z
61392026-08-14T12:01:02.162Z Doc-tests dpd_client
61402026-08-14T12:01:03.420Z
61412026-08-14T12:01:03.420Zrunning 0 tests
61422026-08-14T12:01:03.420Z
61432026-08-14T12:01:03.420Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61442026-08-14T12:01:03.420Z
61452026-08-14T12:01:03.464Z Doc-tests dpd_types
61462026-08-14T12:01:03.674Z
61472026-08-14T12:01:03.674Zrunning 0 tests
61482026-08-14T12:01:03.674Z
61492026-08-14T12:01:03.674Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61502026-08-14T12:01:03.674Z
61512026-08-14T12:01:03.699Z Doc-tests dpd_types_versions
61522026-08-14T12:01:04.895Z
61532026-08-14T12:01:04.895Zrunning 1 test
61542026-08-14T12:01:04.895Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61552026-08-14T12:01:04.895Z
61562026-08-14T12:01:04.895Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61572026-08-14T12:01:04.895Z
61582026-08-14T12:01:04.939Z Doc-tests packet
61592026-08-14T12:01:05.052Z
61602026-08-14T12:01:05.052Zrunning 0 tests
61612026-08-14T12:01:05.052Z
61622026-08-14T12:01:05.052Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61632026-08-14T12:01:05.052Z
61642026-08-14T12:01:05.067Z Doc-tests pcap
61652026-08-14T12:01:05.118Z
61662026-08-14T12:01:05.118Zrunning 0 tests
61672026-08-14T12:01:05.118Z
61682026-08-14T12:01:05.118Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61692026-08-14T12:01:05.119Z
61702026-08-14T12:01:05.165Z+ for feat in tofino_stub tofino_asic softnpu chaos
61712026-08-14T12:01:05.165Z+ RUST_BACKTRACE=full
61722026-08-14T12:01:05.165Z+ cargo test --features softnpu --no-fail-fast
61732026-08-14T12:01:05.803Z Compiling num-integer v0.1.46
61742026-08-14T12:01:05.890Z Compiling num-complex v0.4.6
61752026-08-14T12:01:05.936Z Compiling bitstruct_derive v0.1.0
61762026-08-14T12:01:05.940Z Compiling tap v1.0.1
61772026-08-14T12:01:06.050Z Compiling wyz v0.5.1
61782026-08-14T12:01:06.177Z Compiling num-iter v0.1.45
61792026-08-14T12:01:06.213Z Compiling num-rational v0.4.2
61802026-08-14T12:01:06.232Z Compiling num-bigint v0.4.6
61812026-08-14T12:01:06.311Z Compiling radium v0.7.0
61822026-08-14T12:01:06.326Z Compiling funty v2.0.0
61832026-08-14T12:01:06.359Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61842026-08-14T12:01:06.420Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61852026-08-14T12:01:06.511Z Compiling num v0.4.3
61862026-08-14T12:01:06.591Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61872026-08-14T12:01:06.626Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61882026-08-14T12:01:06.636Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61892026-08-14T12:01:06.716Z Compiling bitvec v1.0.1
61902026-08-14T12:01:06.756Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61912026-08-14T12:01:06.885Z Compiling typeid v1.0.3
61922026-08-14T12:01:06.929Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61932026-08-14T12:01:06.978Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61942026-08-14T12:01:07.002Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61952026-08-14T12:01:07.046Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61962026-08-14T12:01:07.333Z Compiling ascii v1.1.0
61972026-08-14T12:01:07.743Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61982026-08-14T12:01:07.840Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61992026-08-14T12:01:07.907Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62002026-08-14T12:01:07.928Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62012026-08-14T12:01:08.104Z Compiling erased-serde v0.4.8
62022026-08-14T12:01:08.163Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62032026-08-14T12:01:08.264Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62042026-08-14T12:01:08.383Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62052026-08-14T12:01:08.583Z Compiling bitstruct v0.1.1
62062026-08-14T12:01:08.895Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62072026-08-14T12:01:08.926Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62082026-08-14T12:01:08.948Z Compiling serde_arrays v0.1.0
62092026-08-14T12:01:08.988Z Compiling libloading v0.7.4
62102026-08-14T12:01:09.220Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62112026-08-14T12:01:09.733Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62122026-08-14T12:01:09.945Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62132026-08-14T12:01:09.987Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62142026-08-14T12:01:11.120Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62152026-08-14T12:01:11.867Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62162026-08-14T12:01:17.902Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62172026-08-14T12:01:18.124Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62182026-08-14T12:01:18.124Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62192026-08-14T12:01:18.211Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62202026-08-14T12:01:18.214Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62212026-08-14T12:01:18.745Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
62222026-08-14T12:01:20.253Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62232026-08-14T12:01:20.598Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62242026-08-14T12:01:23.127Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
62252026-08-14T12:01:23.632Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
62262026-08-14T12:01:25.086Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62272026-08-14T12:01:27.149Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62282026-08-14T12:01:27.177Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
62292026-08-14T12:01:28.113Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62302026-08-14T12:01:35.315Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62312026-08-14T12:01:37.739Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62322026-08-14T12:01:40.608Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62332026-08-14T12:02:22.292Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
62342026-08-14T12:02:22.410Z Running unittests src/lib.rs (target/debug/deps/aal-affad6fdfabd907a)
62352026-08-14T12:02:22.414Z
62362026-08-14T12:02:22.414Zrunning 5 tests
62372026-08-14T12:02:22.414Ztest fuse::tests::chip_revision_b0 ... ok
62382026-08-14T12:02:22.414Ztest fuse::tests::chip_revision_b1 ... ok
62392026-08-14T12:02:22.414Ztest fuse::tests::chip_revision_a0 ... ok
62402026-08-14T12:02:22.414Ztest fuse::tests::chip_revision_unknown_device_id ... ok
62412026-08-14T12:02:22.414Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
62422026-08-14T12:02:22.414Z
62432026-08-14T12:02:22.414Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62442026-08-14T12:02:22.414Z
62452026-08-14T12:02:22.414Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62462026-08-14T12:02:22.418Z
62472026-08-14T12:02:22.418Zrunning 0 tests
62482026-08-14T12:02:22.418Z
62492026-08-14T12:02:22.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62502026-08-14T12:02:22.421Z
62512026-08-14T12:02:22.421Z Running unittests src/lib.rs (target/debug/deps/asic-e67036ebfb68f0c4)
62522026-08-14T12:02:22.421Z
62532026-08-14T12:02:22.422Zrunning 0 tests
62542026-08-14T12:02:22.422Z
62552026-08-14T12:02:22.422Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62562026-08-14T12:02:22.422Z
62572026-08-14T12:02:22.425Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
62582026-08-14T12:02:22.428Z
62592026-08-14T12:02:22.429Zrunning 11 tests
62602026-08-14T12:02:22.432Ztest network::tests::test_equal ... ok
62612026-08-14T12:02:22.432Ztest nat::tests::test_vni ... ok
62622026-08-14T12:02:22.432Ztest network::tests::test_eui64 ... ok
62632026-08-14T12:02:22.432Ztest network::tests::test_generate_ipv6_link_local ... ok
62642026-08-14T12:02:22.432Ztest network::tests::test_into ... ok
62652026-08-14T12:02:22.432Ztest network::tests::test_not_equal ... ok
62662026-08-14T12:02:22.432Ztest network::tests::test_to_string ... ok
62672026-08-14T12:02:22.432Ztest ports::tests::port_ids_are_ascii ... ok
62682026-08-14T12:02:22.432Ztest network::tests::test_parse ... ok
62692026-08-14T12:02:22.432Ztest test_purge ... ok
62702026-08-14T12:02:22.435Ztest illumos::test::address_exists_handles_missing_object ... ok
62712026-08-14T12:02:22.436Z
62722026-08-14T12:02:22.436Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62732026-08-14T12:02:22.436Z
62742026-08-14T12:02:22.436Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0e5bd5cdf8c4ffbd)
62752026-08-14T12:02:22.441Z
62762026-08-14T12:02:22.441Zrunning 1 test
62772026-08-14T12:02:22.444Z -------
62782026-08-14T12:02:22.444Z Generating OpenAPI documents from API definitions ...
62792026-08-14T12:02:22.581Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62802026-08-14T12:02:22.647Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62812026-08-14T12:02:23.640Z -------
62822026-08-14T12:02:23.640Z Checking 12 OpenAPI documents...
62832026-08-14T12:02:23.640Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-08-14T12:02:23.640Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62852026-08-14T12:02:23.640Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62862026-08-14T12:02:23.640Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62872026-08-14T12:02:23.640Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62882026-08-14T12:02:23.644Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62892026-08-14T12:02:23.644Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62902026-08-14T12:02:23.644Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62912026-08-14T12:02:23.644Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62922026-08-14T12:02:23.644Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62932026-08-14T12:02:23.644Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62942026-08-14T12:02:23.644Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62952026-08-14T12:02:23.644Z Fresh dpd "latest" symlink
62962026-08-14T12:02:23.644Z -------
62972026-08-14T12:02:23.644Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
62982026-08-14T12:02:23.700Ztest test::test_apis_up_to_date ... ok
62992026-08-14T12:02:23.701Z
63002026-08-14T12:02:23.701Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
63012026-08-14T12:02:23.701Z
63022026-08-14T12:02:23.758Z Running unittests src/main.rs (target/debug/deps/dpd-95da137ea5c9df79)
63032026-08-14T12:02:23.764Z
63042026-08-14T12:02:23.764Zrunning 34 tests
63052026-08-14T12:02:23.768Ztest freemap::test_ordering ... ok
63062026-08-14T12:02:23.768Ztest dhcpv6::tests::test_create_duid_bytes ... ok
63072026-08-14T12:02:23.768Ztest config::tests::test_updates ... ok
63082026-08-14T12:02:23.768Ztest freemap::test_split ... ok
63092026-08-14T12:02:23.768Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63102026-08-14T12:02:23.768Ztest macaddrs::tests::test_mac_offset ... ok
63112026-08-14T12:02:23.773Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63122026-08-14T12:02:23.773Ztest macaddrs::tests::test_parse_port_id ... ok
63132026-08-14T12:02:23.773ZAug 14 12:02:22.307 DEBG created new freemap, unit: freemap_test
63142026-08-14T12:02:23.773Ztest nat::test_mapping ... ok
63152026-08-14T12:02:23.773ZAug 14 12:02:22.307 DEBG initted freemap. size: 128, unit: freemap_test
63162026-08-14T12:02:23.773ZAug 14 12:02:22.307 DEBG reset freemap, unit: freemap_test
63172026-08-14T12:02:23.773ZAug 14 12:02:22.307 DEBG created new freemap, unit: freemap_test
63182026-08-14T12:02:23.773ZAug 14 12:02:22.307 DEBG initted freemap. size: 128, unit: freemap_test
63192026-08-14T12:02:23.773ZAug 14 12:02:22.307 DEBG reset freemap, unit: freemap_test
63202026-08-14T12:02:23.774ZAug 14 12:02:22.307 DEBG created new freemap, unit: freemap_test
63212026-08-14T12:02:23.774Ztest freemap::test_exhaustion ... ok
63222026-08-14T12:02:23.774ZAug 14 12:02:22.307 DEBG initted freemap. size: 128, unit: freemap_test
63232026-08-14T12:02:23.774ZAug 14 12:02:22.307 DEBG reset freemap, unit: freemap_test
63242026-08-14T12:02:23.774Ztest freemap::test_basic ... ok
63252026-08-14T12:02:23.774Ztest freemap::test_reclaim ... ok
63262026-08-14T12:02:23.774ZAug 14 12:02:22.308 DEBG created new freemap, unit: freemap_test
63272026-08-14T12:02:23.774ZAug 14 12:02:22.308 DEBG initted freemap. size: 128, unit: freemap_test
63282026-08-14T12:02:23.774Ztest port_map::tests::test_backplane_group ... ok
63292026-08-14T12:02:23.774ZAug 14 12:02:22.308 DEBG reset freemap, unit: freemap_test
63302026-08-14T12:02:23.774Ztest freemap::test_free ... ok
63312026-08-14T12:02:23.774Ztest port_map::tests::test_port_map ... ok
63322026-08-14T12:02:23.774Ztest port_map::tests::dump_map ... ok
63332026-08-14T12:02:23.774ZAug 14 12:02:22.308 DEBG created new freemap, unit: freemap_test
63342026-08-14T12:02:23.774ZAug 14 12:02:22.308 DEBG initted freemap. size: 8, unit: freemap_test
63352026-08-14T12:02:23.774ZAug 14 12:02:22.308 DEBG reset freemap, unit: freemap_test
63362026-08-14T12:02:23.774Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63372026-08-14T12:02:23.775Ztest api_server::tests::test_build_info ... ok
63382026-08-14T12:02:23.775ZAug 14 12:02:22.308 DEBG created new freemap, unit: freemap_test
63392026-08-14T12:02:23.775ZAug 14 12:02:22.308 DEBG created new freemap, unit: freemap_route_ipv4
63402026-08-14T12:02:23.775ZAug 14 12:02:22.309 DEBG initted freemap. size: 128, unit:Aug 14 12:02:22.309 freemap_testDEBG
63412026-08-14T12:02:23.775Z created new freemap, unit: Aug 14 12:02:22.309freemap_route_ipv6
63422026-08-14T12:02:23.775ZDEBG reset freemap, unitAug 14 12:02:22.309: DEBGfreemap_test
63432026-08-14T12:02:23.775Zinitted freemap. size: 64Aug 14 12:02:22.309, unit :DEBG freemap_route_ipv4created new freemap
63442026-08-14T12:02:23.775Z, unit:Aug 14 12:02:22.309 freemap_route_ipv4DEBG
63452026-08-14T12:02:23.775Zreset freemap, unit: freemap_route_ipv4
63462026-08-14T12:02:23.775ZAug 14 12:02:22.309 DEBG Aug 14 12:02:22.309created new freemap , DEBGunit :initted freemap. size: 64 , freemap_route_ipv6unit
63472026-08-14T12:02:23.775Z: freemap_route_ipv6
63482026-08-14T12:02:23.775ZAug 14 12:02:22.309Aug 14 12:02:22.309 DEBGDEBG initted freemap. size: 64reset freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6
63492026-08-14T12:02:23.775Z
63502026-08-14T12:02:23.775ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemap
63512026-08-14T12:02:23.775Z, unit: freemap_route_ipv4Aug 14 12:02:22.309
63522026-08-14T12:02:23.776Z 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:02:22.309
63532026-08-14T12:02:23.776Z DEBG initted freemap. size: 64, Aug 14 12:02:22.309unit :INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2
63542026-08-14T12:02:23.776Z
63552026-08-14T12:02:23.776ZAug 14 12:02:22.309Aug 14 12:02:22.309 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 } }]reset freemap
63562026-08-14T12:02:23.776Z, unit: freemap_route_ipv6
63572026-08-14T12:02:23.776ZAug 14 12:02:22.309 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:02:22.309
63582026-08-14T12:02:23.776Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63592026-08-14T12:02:23.776ZAug 14 12:02:22.309 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:02:22.309
63602026-08-14T12:02:23.776Z 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 } }]
63612026-08-14T12:02:23.776ZAug 14 12:02:22.309 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 14 12:02:22.309
63622026-08-14T12:02:23.776Z INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
63632026-08-14T12:02:23.776ZAug 14 12:02:22.309 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 14 12:02:22.309
63642026-08-14T12:02:23.776Z 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 } }]
63652026-08-14T12:02:23.776ZAug 14 12:02:22.309 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 14 12:02:22.309
63662026-08-14T12:02:23.776Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63672026-08-14T12:02:23.776ZAug 14 12:02:22.309 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.309
63682026-08-14T12:02:23.776Z 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:02:23.776ZAug 14 12:02:22.309 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63702026-08-14T12:02:23.777ZAug 14 12:02:22.309 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 14 12:02:22.309
63712026-08-14T12:02:23.777Z 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 } }]Aug 14 12:02:22.309
63722026-08-14T12:02:23.777Z 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 } }]
63732026-08-14T12:02:23.777ZAug 14 12:02:22.309 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 14 12:02:22.309
63742026-08-14T12:02:23.777Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63752026-08-14T12:02:23.777ZAug 14 12:02:22.309 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 } }]Aug 14 12:02:22.309
63762026-08-14T12:02:23.777Z 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 } }]
63772026-08-14T12:02:23.777ZAug 14 12:02:22.309 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63782026-08-14T12:02:23.777ZAug 14 12:02:22.309 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 14 12:02:22.309
63792026-08-14T12:02:23.777Z 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 } }]
63802026-08-14T12:02:23.777ZAug 14 12:02:22.309 DEBG Aug 14 12:02:22.309replacing 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 } }]
63812026-08-14T12:02:23.777ZINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63822026-08-14T12:02:23.777ZAug 14 12:02:22.309 INFOAug 14 12:02:22.309 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG
63832026-08-14T12:02:23.777Z 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 } }]
63842026-08-14T12:02:23.777ZAug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63852026-08-14T12:02:23.777Z
63862026-08-14T12:02:23.777ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63872026-08-14T12:02:23.777Z
63882026-08-14T12:02:23.778ZAug 14 12:02:22.309Aug 14 12:02:22.309 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:6::/64 -> 2001:db8::55:ff
63892026-08-14T12:02:23.778Z
63902026-08-14T12:02:23.778ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:7::/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 } }]
63912026-08-14T12:02:23.778Z
63922026-08-14T12:02:23.778ZAug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
63932026-08-14T12:02:23.778Z
63942026-08-14T12:02:23.778ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:8::/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 } }]
63952026-08-14T12:02:23.778Z
63962026-08-14T12:02:23.778ZAug 14 12:02:22.309Aug 14 12:02:22.309 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:8::/64 -> 2001:db8::55:ff
63972026-08-14T12:02:23.778Z
63982026-08-14T12:02:23.778ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:9::/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 } }]
63992026-08-14T12:02:23.778Z
64002026-08-14T12:02:23.778ZAug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
64012026-08-14T12:02:23.778Z
64022026-08-14T12:02:23.778ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing 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 } }]
64032026-08-14T12:02:23.778Z
64042026-08-14T12:02:23.778ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing 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 } }]
64052026-08-14T12:02:23.778Z
64062026-08-14T12:02:23.779ZAug 14 12:02:22.309Aug 14 12:02:22.309 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:b::/64 -> 2001:db8::55:ff
64072026-08-14T12:02:23.779Z
64082026-08-14T12:02:23.779Ztest port_map::tests::parse_softnpu_revision ... ok
64092026-08-14T12:02:23.779ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing 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 } }]
64102026-08-14T12:02:23.779Z
64112026-08-14T12:02:23.784ZAug 14 12:02:22.309Aug 14 12:02:22.309 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:c::/64 -> 2001:db8::55:ff
64122026-08-14T12:02:23.784Z
64132026-08-14T12:02:23.784ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:c::/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 } }]
64142026-08-14T12:02:23.784Z
64152026-08-14T12:02:23.784ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:d::/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 } }]
64162026-08-14T12:02:23.784Z
64172026-08-14T12:02:23.784ZAug 14 12:02:22.309Aug 14 12:02:22.309 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:d::/64 -> 2001:db8::55:ff
64182026-08-14T12:02:23.784Z
64192026-08-14T12:02:23.784ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:e::/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 } }]
64202026-08-14T12:02:23.784Z
64212026-08-14T12:02:23.784ZAug 14 12:02:22.309Aug 14 12:02:22.309 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 } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
64222026-08-14T12:02:23.784Z
64232026-08-14T12:02:23.785ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64242026-08-14T12:02:23.785Z
64252026-08-14T12:02:23.785ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing 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 } }]
64262026-08-14T12:02:23.785Z
64272026-08-14T12:02:23.785ZAug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
64282026-08-14T12:02:23.785Z
64292026-08-14T12:02:23.785ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:10::/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 } }]
64302026-08-14T12:02:23.785Z
64312026-08-14T12:02:23.785ZAug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
64322026-08-14T12:02:23.785Z
64332026-08-14T12:02:23.785ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64342026-08-14T12:02:23.785Z
64352026-08-14T12:02:23.785ZAug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
64362026-08-14T12:02:23.785Z
64372026-08-14T12:02:23.785ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64382026-08-14T12:02:23.786Z
64392026-08-14T12:02:23.786ZAug 14 12:02:22.309Aug 14 12:02:22.309 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 3fff:beef:13::/64 -> 2001:db8::55:ff
64402026-08-14T12:02:23.786Z
64412026-08-14T12:02:23.786ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing 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 } }]
64422026-08-14T12:02:23.786Z
64432026-08-14T12:02:23.786ZAug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
64442026-08-14T12:02:23.786Z
64452026-08-14T12:02:23.786ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64462026-08-14T12:02:23.786Z
64472026-08-14T12:02:23.786ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64482026-08-14T12:02:23.786Z
64492026-08-14T12:02:23.786ZAug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
64502026-08-14T12:02:23.786Z
64512026-08-14T12:02:23.786ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:16::/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 } }]
64522026-08-14T12:02:23.786Z
64532026-08-14T12:02:23.786ZAug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO 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:beef:16::/64 -> 2001:db8::55:ff
64542026-08-14T12:02:23.786Z
64552026-08-14T12:02:23.786ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:17::/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 } }]
64562026-08-14T12:02:23.787Z
64572026-08-14T12:02:23.787ZAug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO 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:17::/64 -> 2001:db8::55:ff
64582026-08-14T12:02:23.787Z
64592026-08-14T12:02:23.787ZAug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO 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:18::/64 -> 2001:db8::55:ff
64602026-08-14T12:02:23.787Z
64612026-08-14T12:02:23.787ZAug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO 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:18::/64 -> 2001:db8::55:ff
64622026-08-14T12:02:23.787Z
64632026-08-14T12:02:23.787ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64642026-08-14T12:02:23.787Z
64652026-08-14T12:02:23.787Ztest freemap::test_span ... ok
64662026-08-14T12:02:23.787ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
64672026-08-14T12:02:23.787ZAug 14 12:02:22.309 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 } }]
64682026-08-14T12:02:23.787ZAug 14 12:02:22.309 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
64692026-08-14T12:02:23.787ZAug 14 12:02:22.309 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 } }]
64702026-08-14T12:02:23.787ZAug 14 12:02:22.309 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
64712026-08-14T12:02:23.787ZAug 14 12:02:22.309 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 } }]
64722026-08-14T12:02:23.787ZAug 14 12:02:22.309 Aug 14 12:02:22.309INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
64732026-08-14T12:02:23.787Zcreated new freemap, unitAug 14 12:02:22.309: DEBGfreemap_route_ipv4 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64742026-08-14T12:02:23.787Z
64752026-08-14T12:02:23.787ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffcreated new freemap
64762026-08-14T12:02:23.787Z, unit: freemap_route_ipv6Aug 14 12:02:22.309
64772026-08-14T12:02:23.787Z 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 } }]
64782026-08-14T12:02:23.787ZAug 14 12:02:22.309 DEBG Aug 14 12:02:22.309initted freemap. size: 64 , INFOunit :adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
64792026-08-14T12:02:23.787Zfreemap_route_ipv4
64802026-08-14T12:02:23.787ZAug 14 12:02:22.309 Aug 14 12:02:22.309DEBG 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 } }] reset freemap, unit: freemap_route_ipv4
64812026-08-14T12:02:23.787Z
64822026-08-14T12:02:23.787ZAug 14 12:02:22.309 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
64832026-08-14T12:02:23.787ZAug 14 12:02:22.309 DEBG reset freemapAug 14 12:02:22.309, unitINFO: adding route 3fff:beef:1f::/64 -> 2001:db8::55:fffreemap_route_ipv6
64842026-08-14T12:02:23.787Z
64852026-08-14T12:02:23.787ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
64862026-08-14T12:02:23.787Z
64872026-08-14T12:02:23.787ZAug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
64882026-08-14T12:02:23.787Z
64892026-08-14T12:02:23.787ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
64902026-08-14T12:02:23.787Z
64912026-08-14T12:02:23.788ZAug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
64922026-08-14T12:02:23.788Z
64932026-08-14T12:02:23.788ZAug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO 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 3fff:dead::/64 -> 2001:db8::55:1
64942026-08-14T12:02:23.788Z
64952026-08-14T12:02:23.788ZAug 14 12:02:22.309Aug 14 12:02:22.309 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
64962026-08-14T12:02:23.788Z
64972026-08-14T12:02:23.788ZAug 14 12:02:22.309Aug 14 12:02:22.309 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
64982026-08-14T12:02:23.788Z
64992026-08-14T12:02:23.788ZAug 14 12:02:22.310Aug 14 12:02:22.310 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
65002026-08-14T12:02:23.788Z
65012026-08-14T12:02:23.788ZAug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65022026-08-14T12:02:23.788Z
65032026-08-14T12:02:23.788ZAug 14 12:02:22.310Aug 14 12:02:22.310 DEBGINFO 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:24::/64 -> 2001:db8::55:ff
65042026-08-14T12:02:23.788Z
65052026-08-14T12:02:23.788ZAug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing 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 } }]
65062026-08-14T12:02:23.788Z
65072026-08-14T12:02:23.788ZAug 14 12:02:22.310Aug 14 12:02:22.310 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 } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
65082026-08-14T12:02:23.788Z
65092026-08-14T12:02:23.788ZAug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:2::/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 } }]
65102026-08-14T12:02:23.788Z
65112026-08-14T12:02:23.793ZAug 14 12:02:22.310Aug 14 12:02:22.310 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 } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
65122026-08-14T12:02:23.793Z
65132026-08-14T12:02:23.793ZAug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing 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 } }]
65142026-08-14T12:02:23.793Z
65152026-08-14T12:02:23.793ZAug 14 12:02:22.310Aug 14 12:02:22.310 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
65162026-08-14T12:02:23.793Z
65172026-08-14T12:02:23.793ZAug 14 12:02:22.309Aug 14 12:02:22.310Aug 14 12:02:22.310 DEBGDEBG created new freemapINFOreplacing 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 } }] ,
65182026-08-14T12:02:23.793Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffunit
65192026-08-14T12:02:23.793Z:Aug 14 12:02:22.310 Aug 14 12:02:22.310freemap_route_ipv4 INFODEBG
65202026-08-14T12:02:23.793Z DEBG Aug 14 12:02:22.310replacing 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 } }]
65212026-08-14T12:02:23.793ZDEBG created new freemap, unit: Aug 14 12:02:22.310freemap_route_ipv6
65222026-08-14T12:02:23.793ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
65232026-08-14T12:02:23.793ZAug 14 12:02:22.310Aug 14 12:02:22.310 DEBGDEBG initted freemap. size: 64replacing 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 } }],
65242026-08-14T12:02:23.793Zunit: freemap_route_ipv4
65252026-08-14T12:02:23.793ZAug 14 12:02:22.310 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 } }]INFO
65262026-08-14T12:02:23.793Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 14 12:02:22.310
65272026-08-14T12:02:23.794Z DEBG reset freemapAug 14 12:02:22.310, unitDEBG: 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 } }]freemap_route_ipv4
65282026-08-14T12:02:23.794Z
65292026-08-14T12:02:23.794ZAug 14 12:02:22.310Aug 14 12:02:22.310 Aug 14 12:02:22.310INFO DEBG INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
65302026-08-14T12:02:23.794Zinitted freemap. size: 64adding route 3fff:beef:5::/64 -> 2001:db8::55:ff,
65312026-08-14T12:02:23.794Zunit:Aug 14 12:02:22.310 Aug 14 12:02:22.310DEBGfreemap_route_ipv6 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
65322026-08-14T12:02:23.794Z
65332026-08-14T12:02:23.794Z 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 } }]
65342026-08-14T12:02:23.794ZAug 14 12:02:22.310 INFOAug 14 12:02:22.310 Aug 14 12:02:22.310DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
65352026-08-14T12:02:23.794Z reset freemapadding route 3fff:beef:6::/64 -> 2001:db8::55:ff,
65362026-08-14T12:02:23.794Zunit:Aug 14 12:02:22.310 freemap_route_ipv6Aug 14 12:02:22.310DEBG 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 } }]
65372026-08-14T12:02:23.794Zreplacing 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 } }]
65382026-08-14T12:02:23.794Z
65392026-08-14T12:02:23.794ZAug 14 12:02:22.310 Aug 14 12:02:22.310Aug 14 12:02:22.310 INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
65402026-08-14T12:02:23.794Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
65412026-08-14T12:02:23.794Z adding route 3fff:dead::/64 -> 2001:db8::55:1
65422026-08-14T12:02:23.794ZAug 14 12:02:22.310 Aug 14 12:02:22.310DEBG Aug 14 12:02:22.310replacing 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 } }]
65432026-08-14T12:02:23.794ZDEBGDEBG 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:02:22.310replacing 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 } }]
65442026-08-14T12:02:23.795Z
65452026-08-14T12:02:23.795Z INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
65462026-08-14T12:02:23.795ZAug 14 12:02:22.310 Aug 14 12:02:22.310INFO Aug 14 12:02:22.310 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
65472026-08-14T12:02:23.795Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
65482026-08-14T12:02:23.795Zreplacing 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 } }]
65492026-08-14T12:02:23.795ZAug 14 12:02:22.310Aug 14 12:02:22.310 Aug 14 12:02:22.310 INFODEBG DEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
65502026-08-14T12:02:23.795Z
65512026-08-14T12:02:23.795Z 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 } }]
65522026-08-14T12:02:23.795ZAug 14 12:02:22.310Aug 14 12:02:22.310 Aug 14 12:02:22.310 INFO INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
65532026-08-14T12:02:23.795Z adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
65542026-08-14T12:02:23.795Z
65552026-08-14T12:02:23.795ZAug 14 12:02:22.310Aug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
65562026-08-14T12:02:23.795Z 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 } }]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 } }]
65572026-08-14T12:02:23.795Z
65582026-08-14T12:02:23.795ZAug 14 12:02:22.310 DEBGAug 14 12:02:22.310Aug 14 12:02:22.310 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65592026-08-14T12:02:23.795Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO
65602026-08-14T12:02:23.795Z adding route 3fff:dead::/64 -> 2001:db8::55:2
65612026-08-14T12:02:23.795ZAug 14 12:02:22.310 Aug 14 12:02:22.310INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 14 12:02:22.310
65622026-08-14T12:02:23.796Z 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 } }]
65632026-08-14T12:02:23.796Zreplacing 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:02:22.310
65642026-08-14T12:02:23.796Z DEBG Aug 14 12:02:22.310replacing 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 } }]
65652026-08-14T12:02:23.796ZAug 14 12:02:22.310INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
65662026-08-14T12:02:23.796Zadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 14 12:02:22.310
65672026-08-14T12:02:23.796ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 14 12:02:22.310
65682026-08-14T12:02:23.796Z DEBGAug 14 12:02:22.310Aug 14 12:02:22.310 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:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65692026-08-14T12:02:23.796Z
65702026-08-14T12:02:23.796Z
65712026-08-14T12:02:23.796ZAug 14 12:02:22.310Aug 14 12:02:22.310 INFOINFO Aug 14 12:02:22.310Aug 14 12:02:22.310adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
65722026-08-14T12:02:23.796Z DEBGINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff created new freemap
65732026-08-14T12:02:23.796Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff, Aug 14 12:02:22.310
65742026-08-14T12:02:23.796Z unitDEBG: 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_ipv4
65752026-08-14T12:02:23.796ZAug 14 12:02:22.310
65762026-08-14T12:02:23.796ZDEBGAug 14 12:02:22.310 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:02:22.310
65772026-08-14T12:02:23.796Z INFODEBG adding route 3fff:beef:25::/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 } }]
65782026-08-14T12:02:23.796ZAug 14 12:02:22.310
65792026-08-14T12:02:23.797Z DEBGAug 14 12:02:22.310Aug 14 12:02:22.310 Aug 14 12:02:22.310 DEBG created new freemap INFO , 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 } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ffunit
65802026-08-14T12:02:23.797Z
65812026-08-14T12:02:23.797Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff:
65822026-08-14T12:02:23.797Z freemap_route_ipv6Aug 14 12:02:22.310Aug 14 12:02:22.310
65832026-08-14T12:02:23.797Z Aug 14 12:02:22.310DEBGINFO 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:26::/64 -> 2001:db8::55:ff
65842026-08-14T12:02:23.797ZAug 14 12:02:22.310
65852026-08-14T12:02:23.797ZDEBG DEBG initted freemap. size: 64Aug 14 12:02:22.310, Aug 14 12:02:22.310replacing 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 } }] INFOunitDEBG: 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:e::/64 -> 2001:db8::55:ff
65862026-08-14T12:02:23.797Z
65872026-08-14T12:02:23.797Z
65882026-08-14T12:02:23.797Zfreemap_route_ipv4
65892026-08-14T12:02:23.797ZAug 14 12:02:22.310 Aug 14 12:02:22.310Aug 14 12:02:22.310Aug 14 12:02:22.310DEBG DEBGINFO INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
65902026-08-14T12:02:23.797Z
65912026-08-14T12:02:23.797Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffreset freemap, Aug 14 12:02:22.310
65922026-08-14T12:02:23.797Z unit:INFO freemap_route_ipv4adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 14 12:02:22.310
65932026-08-14T12:02:23.797ZAug 14 12:02:22.310
65942026-08-14T12:02:23.797Z DEBG Aug 14 12:02:22.310replacing 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
65952026-08-14T12:02:23.797Z Aug 14 12:02:22.310 DEBG initted freemap. size: 64replacing 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:02:22.310unit
65962026-08-14T12:02:23.797Z: INFOfreemap_route_ipv6 Aug 14 12:02:22.310
65972026-08-14T12:02:23.798ZDEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
65982026-08-14T12:02:23.798Zreplacing 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 } }]
65992026-08-14T12:02:23.798ZINFO Aug 14 12:02:22.310Aug 14 12:02:22.310adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 14 12:02:22.310
66002026-08-14T12:02:23.798Z INFODEBG 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 } }] Aug 14 12:02:22.310adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
66012026-08-14T12:02:23.798Z DEBG
66022026-08-14T12:02:23.798ZDEBG reset freemapreplacing 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:02:22.310Aug 14 12:02:22.310
66032026-08-14T12:02:23.798Zunit : INFODEBG adding route 3fff:beef:29::/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 } }]
66042026-08-14T12:02:23.798Z
66052026-08-14T12:02:23.798Zfreemap_route_ipv6
66062026-08-14T12:02:23.798ZAug 14 12:02:22.310Aug 14 12:02:22.310Aug 14 12:02:22.310 Aug 14 12:02:22.310INFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
66072026-08-14T12:02:23.798Z adding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]INFO
66082026-08-14T12:02:23.798Z
66092026-08-14T12:02:23.798Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 14 12:02:22.310
66102026-08-14T12:02:23.798Z DEBGAug 14 12:02:22.310Aug 14 12:02:22.310 INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66112026-08-14T12:02:23.928Z Aug 14 12:02:22.310replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
66122026-08-14T12:02:23.928Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 14 12:02:22.310
66132026-08-14T12:02:23.928ZDEBG INFOAug 14 12:02:22.310Aug 14 12:02:22.310 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
66142026-08-14T12:02:23.928Z 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: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 } }]DEBG
66152026-08-14T12:02:23.928Z
66162026-08-14T12:02:23.928Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]
66172026-08-14T12:02:23.928ZAug 14 12:02:22.310Aug 14 12:02:22.310Aug 14 12:02:22.310 INFO DEBGINFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff 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 } }]
66182026-08-14T12:02:23.929Z
66192026-08-14T12:02:23.929Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
66202026-08-14T12:02:23.929ZAug 14 12:02:22.310Aug 14 12:02:22.310 Aug 14 12:02:22.310 INFO DEBGDEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
66212026-08-14T12:02:23.929Zreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66222026-08-14T12:02:23.929Z
66232026-08-14T12:02:23.929ZAug 14 12:02:22.310Aug 14 12:02:22.310Aug 14 12:02:22.310 INFOINFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
66242026-08-14T12:02:23.929Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing 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 } }]
66252026-08-14T12:02:23.929Z
66262026-08-14T12:02:23.929ZAug 14 12:02:22.310 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:02:22.310
66272026-08-14T12:02:23.929Z INFOAug 14 12:02:22.310 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 14 12:02:22.310DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
66282026-08-14T12:02:23.929Z replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.310
66292026-08-14T12:02:23.929Z DEBG Aug 14 12:02:22.310replacing 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 } }]
66302026-08-14T12:02:23.929ZINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
66312026-08-14T12:02:23.929ZAug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:29::/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 } }]
66322026-08-14T12:02:23.929Z
66332026-08-14T12:02:23.929ZAug 14 12:02:22.310Aug 14 12:02:22.310 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
66342026-08-14T12:02:23.929Z
66352026-08-14T12:02:23.929ZAug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing 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 } }]
66362026-08-14T12:02:23.929Z
66372026-08-14T12:02:23.929ZAug 14 12:02:22.310Aug 14 12:02:22.310 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:a::/64 -> 2001:db8::55:ff
66382026-08-14T12:02:23.929Z
66392026-08-14T12:02:23.929ZAug 14 12:02:22.310Aug 14 12:02:22.310 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:2b::/64 -> 2001:db8::55:ff
66402026-08-14T12:02:23.929Z
66412026-08-14T12:02:23.929ZAug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:b::/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 } }]
66422026-08-14T12:02:23.929Z
66432026-08-14T12:02:23.930ZAug 14 12:02:22.310Aug 14 12:02:22.310 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:2c::/64 -> 2001:db8::55:ff
66442026-08-14T12:02:23.930Z
66452026-08-14T12:02:23.930ZAug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing 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 } }]
66462026-08-14T12:02:23.930Z
66472026-08-14T12:02:23.930ZAug 14 12:02:22.310Aug 14 12:02:22.310 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:2d::/64 -> 2001:db8::55:ff
66482026-08-14T12:02:23.930Z
66492026-08-14T12:02:23.930ZAug 14 12:02:22.310Aug 14 12:02:22.310 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
66502026-08-14T12:02:23.930Z
66512026-08-14T12:02:23.930ZAug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:2e::/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 } }]
66522026-08-14T12:02:23.930Z
66532026-08-14T12:02:23.930ZAug 14 12:02:22.310Aug 14 12:02:22.310 DEBGINFO 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 } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
66542026-08-14T12:02:23.930Z
66552026-08-14T12:02:23.930ZAug 14 12:02:22.310Aug 14 12:02:22.310 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 } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
66562026-08-14T12:02:23.930Z
66572026-08-14T12:02:23.930ZAug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing 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 } }]
66582026-08-14T12:02:23.930Z
66592026-08-14T12:02:23.930ZAug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing 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 } }]
66602026-08-14T12:02:23.930Z
66612026-08-14T12:02:23.930ZAug 14 12:02:22.310Aug 14 12:02:22.310 DEBGINFO 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 } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
66622026-08-14T12:02:23.930Z
66632026-08-14T12:02:23.930Z
66642026-08-14T12:02:23.930ZAug 14 12:02:22.310 DEBGAug 14 12:02:22.310 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 } }]INFO
66652026-08-14T12:02:23.930Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
66662026-08-14T12:02:23.930ZAug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG Aug 14 12:02:22.310adding route 3fff:beef:11::/64 -> 2001:db8::55:ff DEBGreplacing 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 } }]
66672026-08-14T12:02:23.930Zreplacing 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 } }]
66682026-08-14T12:02:23.931Z
66692026-08-14T12:02:23.931ZAug 14 12:02:22.310Aug 14 12:02:22.310 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.310
66702026-08-14T12:02:23.931Z
66712026-08-14T12:02:23.931Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 14 12:02:22.311Aug 14 12:02:22.311
66722026-08-14T12:02:23.931Z INFODEBG adding route 3fff:beef:12::/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:02:22.311
66732026-08-14T12:02:23.931Z
66742026-08-14T12:02:23.931ZDEBG Aug 14 12:02:22.311replacing 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 } }]
66752026-08-14T12:02:23.931ZINFOAug 14 12:02:22.311 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
66762026-08-14T12:02:23.931ZAug 14 12:02:22.311replacing 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 } }]
66772026-08-14T12:02:23.931ZINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 14 12:02:22.311
66782026-08-14T12:02:23.931Z Aug 14 12:02:22.311DEBG INFO Aug 14 12:02:22.311 replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
66792026-08-14T12:02:23.931ZDEBG
66802026-08-14T12:02:23.931Z 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 } }]
66812026-08-14T12:02:23.931ZAug 14 12:02:22.311Aug 14 12:02:22.311Aug 14 12:02:22.311 INFO DEBGINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing 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 } }]
66822026-08-14T12:02:23.931Z
66832026-08-14T12:02:23.931Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
66842026-08-14T12:02:23.931ZAug 14 12:02:22.311Aug 14 12:02:22.311 DEBGAug 14 12:02:22.311INFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
66852026-08-14T12:02:23.931Z
66862026-08-14T12:02:23.931ZDEBG 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:02:22.311Aug 14 12:02:22.311
66872026-08-14T12:02:23.931Z INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
66882026-08-14T12:02:23.931Zreplacing 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:02:22.311
66892026-08-14T12:02:23.931Z Aug 14 12:02:22.311INFO Aug 14 12:02:22.311adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
66902026-08-14T12:02:23.931Z INFOreplacing 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 } }]
66912026-08-14T12:02:23.931Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 14 12:02:22.311
66922026-08-14T12:02:23.932Z Aug 14 12:02:22.311DEBG 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 } }]
66932026-08-14T12:02:23.932ZAug 14 12:02:22.311adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
66942026-08-14T12:02:23.932ZAug 14 12:02:22.311DEBG 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 } }]
66952026-08-14T12:02:23.932Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 14 12:02:22.311
66962026-08-14T12:02:23.932Z 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 } }]
66972026-08-14T12:02:23.932ZAug 14 12:02:22.311Aug 14 12:02:22.311 INFOAug 14 12:02:22.311DEBG INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
66982026-08-14T12:02:23.932Z
66992026-08-14T12:02:23.932Zreplacing 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 } }]
67002026-08-14T12:02:23.932ZAug 14 12:02:22.311Aug 14 12:02:22.311 Aug 14 12:02:22.311DEBG DEBG INFOreplacing 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 } }]
67012026-08-14T12:02:23.932Zreplacing 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:beef:1a::/64 -> 2001:db8::55:ff
67022026-08-14T12:02:23.932Z
67032026-08-14T12:02:23.932ZAug 14 12:02:22.311Aug 14 12:02:22.311Aug 14 12:02:22.311 DEBGINFOINFO adding route 3fff:beef:38::/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 } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
67042026-08-14T12:02:23.932Z
67052026-08-14T12:02:23.932Z
67062026-08-14T12:02:23.932ZAug 14 12:02:22.311Aug 14 12:02:22.311 DEBGAug 14 12:02:22.311 INFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67072026-08-14T12:02:23.932Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
67082026-08-14T12:02:23.932ZDEBG 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 } }]
67092026-08-14T12:02:23.932ZAug 14 12:02:22.311Aug 14 12:02:22.311 INFODEBG Aug 14 12:02:22.311adding route 3fff:beef:18::/64 -> 2001:db8::55:ff 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 } }]
67102026-08-14T12:02:23.932Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
67112026-08-14T12:02:24.045Z
67122026-08-14T12:02:24.045ZAug 14 12:02:22.311Aug 14 12:02:22.311Aug 14 12:02:22.311 INFODEBG DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
67132026-08-14T12:02:24.045Z 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 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 } }]
67142026-08-14T12:02:24.045Z
67152026-08-14T12:02:24.045ZAug 14 12:02:22.311Aug 14 12:02:22.311 Aug 14 12:02:22.311DEBG INFOINFOreplacing 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 } }]
67162026-08-14T12:02:24.045Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
67172026-08-14T12:02:24.045Z
67182026-08-14T12:02:24.045ZAug 14 12:02:22.311Aug 14 12:02:22.311 Aug 14 12:02:22.311 INFODEBG adding route 3fff:beef:1d::/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 } }]
67192026-08-14T12:02:24.045Z
67202026-08-14T12:02:24.045ZDEBG 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 } }]
67212026-08-14T12:02:24.045ZAug 14 12:02:22.311Aug 14 12:02:22.311Aug 14 12:02:22.311 DEBG INFO INFOadding route 3fff:beef:1a::/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 } }]
67222026-08-14T12:02:24.045Z
67232026-08-14T12:02:24.045Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
67242026-08-14T12:02:24.045ZAug 14 12:02:22.311Aug 14 12:02:22.311 Aug 14 12:02:22.311 INFODEBG DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
67252026-08-14T12:02:24.045Z 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: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 } }]
67262026-08-14T12:02:24.045Z
67272026-08-14T12:02:24.045ZAug 14 12:02:22.311 DEBG Aug 14 12:02:22.311Aug 14 12:02:22.311replacing 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 } }]
67282026-08-14T12:02:24.045ZINFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 14 12:02:22.311
67292026-08-14T12:02:24.045Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff INFO
67302026-08-14T12:02:24.045Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
67312026-08-14T12:02:24.045ZAug 14 12:02:22.311 Aug 14 12:02:22.311DEBG Aug 14 12:02:22.311replacing 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 } }]DEBG
67322026-08-14T12:02:24.045ZDEBG 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 } }]Aug 14 12:02:22.311
67332026-08-14T12:02:24.045Z
67342026-08-14T12:02:24.045ZDEBG failed to allocate space for the new target listAug 14 12:02:22.311
67352026-08-14T12:02:24.045ZAug 14 12:02:22.311 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
67362026-08-14T12:02:24.046Z
67372026-08-14T12:02:24.046ZAug 14 12:02:22.311 DEBG Aug 14 12:02:22.311replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:02:22.311 DEBG
67382026-08-14T12:02:24.046ZDEBG 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: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 } }]
67392026-08-14T12:02:24.046Z
67402026-08-14T12:02:24.046ZAug 14 12:02:22.311Aug 14 12:02:22.311 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
67412026-08-14T12:02:24.046Z
67422026-08-14T12:02:24.046ZAug 14 12:02:22.311Aug 14 12:02:22.311 DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67432026-08-14T12:02:24.046Z
67442026-08-14T12:02:24.046ZAug 14 12:02:22.311Aug 14 12:02:22.311 INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
67452026-08-14T12:02:24.046Z
67462026-08-14T12:02:24.046ZINFOAug 14 12:02:22.311Aug 14 12:02:22.311 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
67472026-08-14T12:02:24.046Z 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 } }]
67482026-08-14T12:02:24.046Zreplacing 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 } }]
67492026-08-14T12:02:24.046ZAug 14 12:02:22.311Aug 14 12:02:22.311Aug 14 12:02:22.311 INFODEBGINFO adding route 3fff:beef:23::/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 } }]
67502026-08-14T12:02:24.046Z
67512026-08-14T12:02:24.046Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
67522026-08-14T12:02:24.046ZAug 14 12:02:22.311Aug 14 12:02:22.311 Aug 14 12:02:22.311 INFODEBGDEBGAug 14 12:02:22.311 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 } }]DEBG
67532026-08-14T12:02:24.046Z 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 } }]created new freemapadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
67542026-08-14T12:02:24.046Z,
67552026-08-14T12:02:24.046ZunitAug 14 12:02:22.311:Aug 14 12:02:22.311 Aug 14 12:02:22.311 freemap_route_ipv4 INFODEBG
67562026-08-14T12:02:24.046Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67572026-08-14T12:02:24.046Z
67582026-08-14T12:02:24.046ZAug 14 12:02:22.311Aug 14 12:02:22.311 Aug 14 12:02:22.311 INFODEBGDEBG adding route 3fff:beef:24::/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 } }]
67592026-08-14T12:02:24.046ZINFOcreated new freemap
67602026-08-14T12:02:24.046Z, unitadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff:
67612026-08-14T12:02:24.046ZAug 14 12:02:22.311 Aug 14 12:02:22.311 INFOfreemap_route_ipv6 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
67622026-08-14T12:02:24.046ZAug 14 12:02:22.311 DEBG
67632026-08-14T12:02:24.047ZDEBGreplacing 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:02:22.311
67642026-08-14T12:02:24.047Z 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 } }]
67652026-08-14T12:02:24.047ZDEBG Aug 14 12:02:22.311initted freemap. size: 64Aug 14 12:02:22.311Aug 14 12:02:22.311, DEBGunit 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 } }]:
67662026-08-14T12:02:24.047Z freemap_route_ipv4
67672026-08-14T12:02:24.047Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
67682026-08-14T12:02:24.047Ztest route::tests::grow_succeeds ... ok
67692026-08-14T12:02:24.047ZAug 14 12:02:22.311 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 } }]
67702026-08-14T12:02:24.047ZINFOAug 14 12:02:22.311 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
67712026-08-14T12:02:24.047Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
67722026-08-14T12:02:24.047ZAug 14 12:02:22.311 DEBGAug 14 12:02:22.311 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:02:22.311
67732026-08-14T12:02:24.047Z 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
67742026-08-14T12:02:24.047Z reset freemap, unitAug 14 12:02:22.311: INFOfreemap_route_ipv4
67752026-08-14T12:02:24.047ZAug 14 12:02:22.311adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
67762026-08-14T12:02:24.047ZINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 14 12:02:22.311
67772026-08-14T12:02:24.047Z DEBGAug 14 12:02:22.311 initted freemap. size: 64Aug 14 12:02:22.311, DEBGunit :DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67782026-08-14T12:02:24.047Zreplacing 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 } }]
67792026-08-14T12:02:24.047Zfreemap_route_ipv6
67802026-08-14T12:02:24.047ZAug 14 12:02:22.311 INFOAug 14 12:02:22.311 Aug 14 12:02:22.311 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO
67812026-08-14T12:02:24.047Z DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
67822026-08-14T12:02:24.047Zreset freemapAug 14 12:02:22.311, unitDEBG: 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 } }]freemap_route_ipv6Aug 14 12:02:22.311
67832026-08-14T12:02:24.048Z
67842026-08-14T12:02:24.048Z DEBGAug 14 12:02:22.311 Aug 14 12:02:22.311replacing 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 } }]
67852026-08-14T12:02:24.048ZINFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
67862026-08-14T12:02:24.048Z
67872026-08-14T12:02:24.048ZAug 14 12:02:22.311Aug 14 12:02:22.311 Aug 14 12:02:22.311DEBG INFO DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67882026-08-14T12:02:24.048Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
67892026-08-14T12:02:24.048Z
67902026-08-14T12:02:24.048ZAug 14 12:02:22.311 Aug 14 12:02:22.311INFO Aug 14 12:02:22.311DEBG 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 } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
67912026-08-14T12:02:24.048Z
67922026-08-14T12:02:24.048Z 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 } }]
67932026-08-14T12:02:24.048ZAug 14 12:02:22.311 DEBGAug 14 12:02:22.311 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
67942026-08-14T12:02:24.048Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
67952026-08-14T12:02:24.048ZAug 14 12:02:22.311Aug 14 12:02:22.311 INFOAug 14 12:02:22.311DEBG INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
67962026-08-14T12:02:24.048Zadding route 3fff:beef:22::/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 } }]
67972026-08-14T12:02:24.048Z
67982026-08-14T12:02:24.048ZAug 14 12:02:22.311 DEBGAug 14 12:02:22.311 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 } }]DEBGAug 14 12:02:22.311
67992026-08-14T12:02:24.048Z INFO 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:2a::/64 -> 2001:db8::55:ff
68002026-08-14T12:02:24.048Z
68012026-08-14T12:02:24.048ZAug 14 12:02:22.311 INFO Aug 14 12:02:22.311Aug 14 12:02:22.311adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
68022026-08-14T12:02:24.048ZDEBG 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 } }]
68032026-08-14T12:02:24.048Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
68042026-08-14T12:02:24.048ZAug 14 12:02:22.311 Aug 14 12:02:22.311DEBG INFOreplacing 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:02:22.311adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
68052026-08-14T12:02:24.049Z
68062026-08-14T12:02:24.049ZDEBG 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 } }]
68072026-08-14T12:02:24.049ZAug 14 12:02:22.311Aug 14 12:02:22.311 INFODEBGAug 14 12:02:22.311 INFOadding route 3fff:beef:38::/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 } }]
68082026-08-14T12:02:24.049Z
68092026-08-14T12:02:24.049Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
68102026-08-14T12:02:24.049ZAug 14 12:02:22.311Aug 14 12:02:22.311Aug 14 12:02:22.311 DEBGINFO 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:2c::/64 -> 2001:db8::55:ff
68112026-08-14T12:02:24.076Z
68122026-08-14T12:02:24.076Z 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 } }]
68132026-08-14T12:02:24.076ZAug 14 12:02:22.311Aug 14 12:02:22.311 INFOAug 14 12:02:22.311DEBG INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
68142026-08-14T12:02:24.076Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing 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 } }]
68152026-08-14T12:02:24.076Z
68162026-08-14T12:02:24.076ZAug 14 12:02:22.311Aug 14 12:02:22.311Aug 14 12:02:22.311 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 } }]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 } }]
68172026-08-14T12:02:24.076Z
68182026-08-14T12:02:24.076Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
68192026-08-14T12:02:24.076ZAug 14 12:02:22.311Aug 14 12:02:22.311 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 14 12:02:22.311
68202026-08-14T12:02:24.076Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
68212026-08-14T12:02:24.077Zreplacing 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:02:22.311
68222026-08-14T12:02:24.077Z DEBG Aug 14 12:02:22.311replacing 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 } }]
68232026-08-14T12:02:24.077ZDEBGAug 14 12:02:22.311 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
68242026-08-14T12:02:24.077Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 14 12:02:22.311
68252026-08-14T12:02:24.077Z Aug 14 12:02:22.311INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 14 12:02:22.311
68262026-08-14T12:02:24.077Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
68272026-08-14T12:02:24.077Zreplacing 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:02:22.311
68282026-08-14T12:02:24.077Z DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.311
68292026-08-14T12:02:24.077Z DEBG Aug 14 12:02:22.311replacing 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 } }]
68302026-08-14T12:02:24.077ZAug 14 12:02:22.311INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 14 12:02:22.311adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
68312026-08-14T12:02:24.077Z
68322026-08-14T12:02:24.077Z INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 14 12:02:22.311Aug 14 12:02:22.311
68332026-08-14T12:02:24.077ZDEBGDEBG 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 } }]Aug 14 12:02:22.311
68342026-08-14T12:02:24.077Zreplacing 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 } }]
68352026-08-14T12:02:24.077ZDEBG 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 } }]
68362026-08-14T12:02:24.077ZAug 14 12:02:22.311Aug 14 12:02:22.311 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
68372026-08-14T12:02:24.077ZAug 14 12:02:22.311
68382026-08-14T12:02:24.077Z INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 14 12:02:22.311
68392026-08-14T12:02:24.077Z Aug 14 12:02:22.311DEBG 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 } }]DEBGAug 14 12:02:22.311
68402026-08-14T12:02:24.077Z replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
68412026-08-14T12:02:24.077Z Aug 14 12:02:22.311replacing 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 } }]
68422026-08-14T12:02:24.077ZINFOAug 14 12:02:22.311 INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
68432026-08-14T12:02:24.077ZAug 14 12:02:22.311adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
68442026-08-14T12:02:24.077ZINFOAug 14 12:02:22.311 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG
68452026-08-14T12:02:24.078Z replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.311
68462026-08-14T12:02:24.078Z Aug 14 12:02:22.311DEBG DEBGreplacing 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 } }]
68472026-08-14T12:02:24.078ZAug 14 12:02:22.311replacing 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 } }]
68482026-08-14T12:02:24.078ZINFOAug 14 12:02:22.311 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
68492026-08-14T12:02:24.078Z Aug 14 12:02:22.311adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
68502026-08-14T12:02:24.078ZINFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 14 12:02:22.311Aug 14 12:02:22.311
68512026-08-14T12:02:24.078ZDEBG 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 } }]
68522026-08-14T12:02:24.078Zreplacing 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:02:22.312
68532026-08-14T12:02:24.078Z INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 14 12:02:22.312
68542026-08-14T12:02:24.078Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
68552026-08-14T12:02:24.078ZAug 14 12:02:22.312 Aug 14 12:02:22.312DEBG DEBGAug 14 12:02:22.312replacing 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 } }]
68562026-08-14T12:02:24.078Z 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 } }]
68572026-08-14T12:02:24.078Zreplacing 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 } }]
68582026-08-14T12:02:24.078ZAug 14 12:02:22.312Aug 14 12:02:22.312Aug 14 12:02:22.312 INFO DEBGINFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
68592026-08-14T12:02:24.078Z failed to allocate space for the new target listadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
68602026-08-14T12:02:24.078Z
68612026-08-14T12:02:24.078ZAug 14 12:02:22.312 Aug 14 12:02:22.312DEBG DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68622026-08-14T12:02:24.078Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:02:22.312
68632026-08-14T12:02:24.078Z 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:02:22.312
68642026-08-14T12:02:24.078Z Aug 14 12:02:22.312INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 14 12:02:22.312
68652026-08-14T12:02:24.078Z INFOfailed to allocate space for the new target list
68662026-08-14T12:02:24.078Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 14 12:02:22.312
68672026-08-14T12:02:24.079Z DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.312
68682026-08-14T12:02:24.079Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
68692026-08-14T12:02:24.079Z 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 } }]
68702026-08-14T12:02:24.079ZAug 14 12:02:22.312 INFO Aug 14 12:02:22.312adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
68712026-08-14T12:02:24.079ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
68722026-08-14T12:02:24.079ZAug 14 12:02:22.312 DEBGAug 14 12:02:22.312 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
68732026-08-14T12:02:24.079Z 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 } }]
68742026-08-14T12:02:24.079ZAug 14 12:02:22.312 INFOAug 14 12:02:22.312 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
68752026-08-14T12:02:24.079Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
68762026-08-14T12:02:24.079ZAug 14 12:02:22.312 DEBGAug 14 12:02:22.312 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
68772026-08-14T12:02:24.079Z 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 } }]
68782026-08-14T12:02:24.079ZAug 14 12:02:22.312 INFOAug 14 12:02:22.312 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
68792026-08-14T12:02:24.079Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
68802026-08-14T12:02:24.079ZAug 14 12:02:22.312 DEBGAug 14 12:02:22.312 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
68812026-08-14T12:02:24.079Z 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 } }]
68822026-08-14T12:02:24.079ZAug 14 12:02:22.312Aug 14 12:02:22.312 DEBG INFOcreated new freemapAug 14 12:02:22.312, adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO Aug 14 12:02:22.312adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 14 12:02:22.312DEBGAug 14 12:02:22.312
68832026-08-14T12:02:24.079Z DEBG DEBGcreated new freemap created new freemap, created new freemapunitAug 14 12:02:22.322:, , unitDEBGunitfreemap_route_ipv4 :
68842026-08-14T12:02:24.079Z: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 } }] freemap_route_ipv4freemap_route_ipv4
68852026-08-14T12:02:24.079Z
68862026-08-14T12:02:24.079Z
68872026-08-14T12:02:24.079ZAug 14 12:02:22.322Aug 14 12:02:22.322 DEBG created new freemap, unit: DEBGfreemap_route_ipv6Aug 14 12:02:22.322
68882026-08-14T12:02:24.079Z INFOcreated new freemap , adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffunit
68892026-08-14T12:02:24.079ZAug 14 12:02:22.322: DEBGfreemap_route_ipv6
68902026-08-14T12:02:24.079Zinitted freemap. size: 64, unitAug 14 12:02:22.322Aug 14 12:02:22.322Aug 14 12:02:22.322 DEBG: DEBGDEBGfreemap_route_ipv4 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 } }]created new freemapAug 14 12:02:22.312
68912026-08-14T12:02:24.079Z,
68922026-08-14T12:02:24.079Z unitinitted freemap. size: 64:Aug 14 12:02:22.322, Aug 14 12:02:22.322 DEBGINFODEBG created new freemapreset freemapadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff, , freemap_route_ipv6unitunit
68932026-08-14T12:02:24.080Z
68942026-08-14T12:02:24.080Zunit:: freemap_route_ipv4:
68952026-08-14T12:02:24.080ZAug 14 12:02:22.322Aug 14 12:02:22.322 DEBGfreemap_route_ipv4Aug 14 12:02:22.322freemap_route_ipv4
68962026-08-14T12:02:24.080ZDEBGDEBG 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 } }]
68972026-08-14T12:02:24.080Zinitted freemap. size: 64, unit:
68982026-08-14T12:02:24.080Zinitted freemap. size: 64Aug 14 12:02:22.322 freemap_route_ipv4,
68992026-08-14T12:02:24.080ZunitDEBGAug 14 12:02:22.322 :INFO Aug 14 12:02:22.322 adding route 3fff:beef:3c::/64 -> 2001:db8::55:fffreemap_route_ipv6 reset freemapDEBG
69002026-08-14T12:02:24.080Z
69012026-08-14T12:02:24.080Z reset freemap, , unit:Aug 14 12:02:22.322unit : DEBG freemap_route_ipv4reset freemapfreemap_route_ipv4
69022026-08-14T12:02:24.080ZAug 14 12:02:22.322
69032026-08-14T12:02:24.080ZAug 14 12:02:22.322DEBG, Aug 14 12:02:22.322unit: freemap_route_ipv6 DEBG
69042026-08-14T12:02:24.080ZAug 14 12:02:22.322replacing 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 } }] initted freemap. size: 64
69052026-08-14T12:02:24.080Z, DEBGAug 14 12:02:22.322unitDEBG :initted freemap. size: 64INFO, unit :Aug 14 12:02:22.322 created new freemapfreemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1
69062026-08-14T12:02:24.080ZDEBG, freemap_route_ipv6failed to allocate space for the new target list
69072026-08-14T12:02:24.080Z
69082026-08-14T12:02:24.080ZunitAug 14 12:02:22.322:
69092026-08-14T12:02:24.080ZDEBGAug 14 12:02:22.322 Aug 14 12:02:22.322 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] DEBGDEBG
69102026-08-14T12:02:24.080Z freemap_route_ipv6 reset freemap
69112026-08-14T12:02:24.149Zreplacing targets for 3fff:dead::/64 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:02:22.322
69122026-08-14T12:02:24.149Z Aug 14 12:02:22.322, Aug 14 12:02:22.322unitINFO: DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
69132026-08-14T12:02:24.149Zreset freemapfreemap_route_ipv6, unitinitted freemap. size: 64
69142026-08-14T12:02:24.149Z:Aug 14 12:02:22.322 , freemap_route_ipv6 unitDEBG: 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:02:22.322
69152026-08-14T12:02:24.149Z
69162026-08-14T12:02:24.149Z freemap_route_ipv4
69172026-08-14T12:02:24.149ZINFO Aug 14 12:02:22.322Aug 14 12:02:22.322 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.16.0.0/32 -> 10.0.0.1
69182026-08-14T12:02:24.149Z
69192026-08-14T12:02:24.149ZAug 14 12:02:22.322 DEBGAug 14 12:02:22.322Aug 14 12:02:22.322adding route 3fff:dead::/64 -> 2001:db8::55:1
69202026-08-14T12:02:24.149Z
69212026-08-14T12:02:24.149ZDEBG 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 } }]DEBGAug 14 12:02:22.322
69222026-08-14T12:02:24.149Zreset freemap , unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]:
69232026-08-14T12:02:24.149ZAug 14 12:02:22.322DEBG 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
69242026-08-14T12:02:24.149Zfreemap_route_ipv4
69252026-08-14T12:02:24.149ZAug 14 12:02:22.322replacing 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 } }]
69262026-08-14T12:02:24.149ZINFOAug 14 12:02:22.322 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.0/32 -> 10.0.0.255Aug 14 12:02:22.322
69272026-08-14T12:02:24.149Z
69282026-08-14T12:02:24.150ZAug 14 12:02:22.322 INFO Aug 14 12:02:22.322INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 14 12:02:22.322Aug 14 12:02:22.322
69292026-08-14T12:02:24.150ZDEBG
69302026-08-14T12:02:24.150Z 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 } }] DEBGDEBG
69312026-08-14T12:02:24.150ZAug 14 12:02:22.322 initted freemap. size: 64DEBG, 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:02:22.322
69322026-08-14T12:02:24.150Zunit 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
69332026-08-14T12:02:24.150Z Aug 14 12:02:22.322replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:02:22.322:
69342026-08-14T12:02:24.150Z DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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:02:22.322
69352026-08-14T12:02:24.150Z INFO Aug 14 12:02:22.322 adding route 3fff:beef::/64 -> 2001:db8::55:fffreemap_route_ipv6INFO
69362026-08-14T12:02:24.150Zadding route 172.17.0.1/32 -> 10.0.0.255
69372026-08-14T12:02:24.150ZAug 14 12:02:22.322
69382026-08-14T12:02:24.150ZWARNadding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 14 12:02:22.322shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
69392026-08-14T12:02:24.150Z
69402026-08-14T12:02:24.150ZDEBG Aug 14 12:02:22.322Aug 14 12:02:22.322Aug 14 12:02:22.322 Aug 14 12:02:22.322 DEBG DEBGERROreset freemap 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 } }], rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })unit
69412026-08-14T12:02:24.150Z 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 } }]
69422026-08-14T12:02:24.150Z:
69432026-08-14T12:02:24.150Z Aug 14 12:02:22.322DEBG Aug 14 12:02:22.322 ERROINFO Aug 14 12:02:22.322replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff 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
69442026-08-14T12:02:24.150Z
69452026-08-14T12:02:24.150Z
69462026-08-14T12:02:24.150ZINFO Aug 14 12:02:22.322freemap_route_ipv6 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 14 12:02:22.322DEBG
69472026-08-14T12:02:24.150Z 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 } }]
69482026-08-14T12:02:24.150Z
69492026-08-14T12:02:24.150Z INFO Aug 14 12:02:22.322adding route 172.17.0.2/32 -> 10.0.0.255
69502026-08-14T12:02:24.150ZAug 14 12:02:22.322DEBG INFO 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:dead::/64 -> 2001:db8::55:1
69512026-08-14T12:02:24.150Z
69522026-08-14T12:02:24.150ZAug 14 12:02:22.322Aug 14 12:02:22.322 INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 14 12:02:22.322
69532026-08-14T12:02:24.150Z INFO Aug 14 12:02:22.322replacing 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 } }]
69542026-08-14T12:02:24.150ZAug 14 12:02:22.322adding route 3fff:beef:36::/64 -> 2001:db8::55:ff DEBG
69552026-08-14T12:02:24.151ZDEBG 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
69562026-08-14T12:02:24.151Z
69572026-08-14T12:02:24.151ZAug 14 12:02:22.322Aug 14 12:02:22.322 INFODEBG adding route 172.17.0.3/32 -> 10.0.0.255replacing 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 } }]
69582026-08-14T12:02:24.151ZAug 14 12:02:22.322
69592026-08-14T12:02:24.151ZAug 14 12:02:22.322 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:02:22.322
69602026-08-14T12:02:24.151Z
69612026-08-14T12:02:24.151Z INFOAug 14 12:02:22.322 Aug 14 12:02:22.322DEBG Aug 14 12:02:22.322 DEBG 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 } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69622026-08-14T12:02:24.151Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]
69632026-08-14T12:02:24.151Z
69642026-08-14T12:02:24.151Z
69652026-08-14T12:02:24.151ZAug 14 12:02:22.322Aug 14 12:02:22.322 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.322
69662026-08-14T12:02:24.151Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:02:22.322INFOunit :
69672026-08-14T12:02:24.151ZAug 14 12:02:22.322 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFOfreemap_route_ipv4
69682026-08-14T12:02:24.151ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
69692026-08-14T12:02:24.151Z
69702026-08-14T12:02:24.151ZAug 14 12:02:22.322 adding route 172.17.0.4/32 -> 10.0.0.255DEBG
69712026-08-14T12:02:24.151Z 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:02:22.322
69722026-08-14T12:02:24.151Z Aug 14 12:02:22.322DEBG Aug 14 12:02:22.322DEBGAug 14 12:02:22.322replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:02:22.322 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 } }]DEBG
69732026-08-14T12:02:24.151Z INFO
69742026-08-14T12:02:24.151Zcreated new freemap 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 } }],
69752026-08-14T12:02:24.151Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ffunit
69762026-08-14T12:02:24.151Z:Aug 14 12:02:22.322 freemap_route_ipv6Aug 14 12:02:22.322 INFO Aug 14 12:02:22.322
69772026-08-14T12:02:24.151Z Aug 14 12:02:22.322DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
69782026-08-14T12:02:24.151Ztest route::tests::rollback_on_compact_delete_failure ... ok
69792026-08-14T12:02:24.151Z
69802026-08-14T12:02:24.151Z adding route 3fff:dead::/64 -> 2001:db8::55:4INFOAug 14 12:02:22.322
69812026-08-14T12:02:24.151Z adding route 172.17.0.5/32 -> 10.0.0.255DEBG
69822026-08-14T12:02:24.152ZAug 14 12:02:22.322Aug 14 12:02:22.322 INFO initted freemap. size: 64Aug 14 12:02:22.322 DEBG, adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBGunitAug 14 12:02:22.322:
69832026-08-14T12:02:24.152Z freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
69842026-08-14T12:02:24.152Z
69852026-08-14T12:02:24.152Z DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 14 12:02:22.322
69862026-08-14T12:02:24.152Zreplacing 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:02:22.322Aug 14 12:02:22.322
69872026-08-14T12:02:24.152Z DEBGDEBG reset freemapDEBG, Aug 14 12:02:22.322 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: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 } }]freemap_route_ipv4Aug 14 12:02:22.322
69882026-08-14T12:02:24.152Z
69892026-08-14T12:02:24.152ZINFO INFO adding route 3fff:beef:3a::/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 } }]Aug 14 12:02:22.322adding route 172.17.0.6/32 -> 10.0.0.255
69902026-08-14T12:02:24.152ZAug 14 12:02:22.322
69912026-08-14T12:02:24.152Ztest route::tests::rollback_on_compact_write_failure ... ok
69922026-08-14T12:02:24.152Z
69932026-08-14T12:02:24.152Z DEBG Aug 14 12:02:22.322initted freemap. size: 64 WARNAug 14 12:02:22.322, INFO DEBGunitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
69942026-08-14T12:02:24.152Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }): freemap_route_ipv6Aug 14 12:02:22.322 DEBG Aug 14 12:02:22.323Aug 14 12:02:22.323replacing 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 } }]
69952026-08-14T12:02:24.152ZDEBG DEBG Aug 14 12:02:22.331 created new freemapcreated new freemap, unit, unit:INFO: freemap_route_ipv4 freemap_route_ipv4
69962026-08-14T12:02:24.152Z
69972026-08-14T12:02:24.152Zadding route 172.17.0.7/32 -> 10.0.0.255
69982026-08-14T12:02:24.152ZAug 14 12:02:22.323
69992026-08-14T12:02:24.153Z Aug 14 12:02:22.331DEBG DEBGAug 14 12:02:22.331replacing 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:02:22.331DEBG
70002026-08-14T12:02:24.153Z 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 } }] created new freemapDEBG, unit
70012026-08-14T12:02:24.153Z:created new freemap , freemap_route_ipv6unit
70022026-08-14T12:02:24.153Z:Aug 14 12:02:22.331 freemap_route_ipv6Aug 14 12:02:22.331
70032026-08-14T12:02:24.153ZAug 14 12:02:22.331INFO adding route 172.17.0.8/32 -> 10.0.0.255DEBG
70042026-08-14T12:02:24.153Zinitted freemap. size: 64Aug 14 12:02:22.331, INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff unitinitted freemap. size: 64:,
70052026-08-14T12:02:24.153Zunit Aug 14 12:02:22.331freemap_route_ipv4:
70062026-08-14T12:02:24.153ZDEBGfreemap_route_ipv4
70072026-08-14T12:02:24.153Zreplacing 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 } }]
70082026-08-14T12:02:24.153ZAug 14 12:02:22.331Aug 14 12:02:22.331 Aug 14 12:02:22.331DEBG
70092026-08-14T12:02:24.153Z DEBG reset freemapDEBG, unitreset freemap:Aug 14 12:02:22.331 , freemap_route_ipv4DEBGreplacing 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 } }]unitAug 14 12:02:22.331:
70102026-08-14T12:02:24.153Z
70112026-08-14T12:02:24.183Zfreemap_route_ipv4
70122026-08-14T12:02:24.183Zreset freemap , INFOunit Aug 14 12:02:22.331Aug 14 12:02:22.331Aug 14 12:02:22.331: DEBGDEBGfreemap_route_ipv6
70132026-08-14T12:02:24.183Zinitted freemap. size: 64 initted freemap. size: 64, , unit :INFO Aug 14 12:02:22.331freemap_route_ipv6unit
70142026-08-14T12:02:24.183Z :INFO adding route 172.17.0.9/32 -> 10.0.0.255 freemap_route_ipv6
70152026-08-14T12:02:24.183ZAug 14 12:02:22.331
70162026-08-14T12:02:24.183Zadding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
70172026-08-14T12:02:24.183ZDEBG
70182026-08-14T12:02:24.183ZAug 14 12:02:22.331 reset freemapDEBG, Aug 14 12:02:22.331Aug 14 12:02:22.331 unit :Aug 14 12:02:22.331 DEBGfreemap_route_ipv6DEBG
70192026-08-14T12:02:24.183ZDEBGreset freemap , 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 } }]unitreplacing 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 } }]:
70202026-08-14T12:02:24.183Z Aug 14 12:02:22.331
70212026-08-14T12:02:24.183Zfreemap_route_ipv6
70222026-08-14T12:02:24.183Zreplacing 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:02:22.331INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:02:22.331
70232026-08-14T12:02:24.183Z
70242026-08-14T12:02:24.183ZINFOAug 14 12:02:22.331 adding route 172.16.0.0/32 -> 10.0.0.1
70252026-08-14T12:02:24.183ZINFO Aug 14 12:02:22.331Aug 14 12:02:22.331 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2
70262026-08-14T12:02:24.183Z
70272026-08-14T12:02:24.183ZAug 14 12:02:22.331 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 } }]DEBGadding route 172.17.0.10/32 -> 10.0.0.255
70282026-08-14T12:02:24.183ZAug 14 12:02:22.331 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 } }]DEBG
70292026-08-14T12:02:24.183Zreplacing 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:02:22.331 DEBG
70302026-08-14T12:02:24.183Z
70312026-08-14T12:02:24.183ZAug 14 12:02:22.331Aug 14 12:02:22.331 INFO 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 172.16.0.0/32 -> 10.0.0.1
70322026-08-14T12:02:24.183Z
70332026-08-14T12:02:24.183ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:02:22.331Aug 14 12:02:22.331 Aug 14 12:02:22.331DEBG 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 } }]INFO
70342026-08-14T12:02:24.184Zreplacing 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:02:22.331
70352026-08-14T12:02:24.184Z
70362026-08-14T12:02:24.184Z adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }]
70372026-08-14T12:02:24.184Z
70382026-08-14T12:02:24.184ZINFOAug 14 12:02:22.331Aug 14 12:02:22.331 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 } }]INFO
70392026-08-14T12:02:24.184Z Aug 14 12:02:22.331adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:02:22.331
70402026-08-14T12:02:24.184Z Aug 14 12:02:22.331adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG INFO
70412026-08-14T12:02:24.184Z Aug 14 12:02:22.331 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 } }] INFO
70422026-08-14T12:02:24.184ZAug 14 12:02:22.331 INFO
70432026-08-14T12:02:24.184Z adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
70442026-08-14T12:02:24.184Z 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:02:22.331Aug 14 12:02:22.331Aug 14 12:02:22.331
70452026-08-14T12:02:24.184ZINFO DEBGDEBGAug 14 12:02:22.331 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 } }]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
70462026-08-14T12:02:24.184Z
70472026-08-14T12:02:24.184Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]
70482026-08-14T12:02:24.184Z
70492026-08-14T12:02:24.184Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 14 12:02:22.331
70502026-08-14T12:02:24.184Z Aug 14 12:02:22.331Aug 14 12:02:22.331INFO Aug 14 12:02:22.331 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFOadding route 3fff:dead::/64 -> 2001:db8::55:4
70512026-08-14T12:02:24.184Z INFOAug 14 12:02:22.331adding route 172.17.0.12/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2Aug 14 12:02:22.331
70522026-08-14T12:02:24.184Z DEBGDEBG
70532026-08-14T12:02:24.184Z 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 } }]
70542026-08-14T12:02:24.184ZAug 14 12:02:22.331
70552026-08-14T12:02:24.184Z Aug 14 12:02:22.331Aug 14 12:02:22.331 Aug 14 12:02:22.331DEBG Aug 14 12:02:22.331DEBGDEBG 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 172.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 } }]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 } }]
70562026-08-14T12:02:24.184Z
70572026-08-14T12:02:24.184ZDEBG
70582026-08-14T12:02:24.184Z
70592026-08-14T12:02:24.185Zreplacing 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:02:22.331Aug 14 12:02:22.331
70602026-08-14T12:02:24.185ZWARN DEBGINFO Aug 14 12:02:22.331shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 14 12:02:22.331
70612026-08-14T12:02:24.185Z adding route 172.17.0.0/32 -> 10.0.0.255 INFOINFO
70622026-08-14T12:02:24.185Z adding route 172.17.0.0/32 -> 10.0.0.255Aug 14 12:02:22.331 INFO
70632026-08-14T12:02:24.185Zadding route 172.17.0.13/32 -> 10.0.0.255Aug 14 12:02:22.331 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
70642026-08-14T12:02:24.185Z
70652026-08-14T12:02:24.185Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing 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 } }]
70662026-08-14T12:02:24.185Z
70672026-08-14T12:02:24.185ZAug 14 12:02:22.331 DEBGAug 14 12:02:22.331 Aug 14 12:02:22.331 DEBGAug 14 12:02:22.331INFOreplacing 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 } }]
70682026-08-14T12:02:24.185Z 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 } }]DEBGadding route 172.17.0.1/32 -> 10.0.0.255
70692026-08-14T12:02:24.185Z
70702026-08-14T12:02:24.185Ztest route::tests::rollback_on_index_readd_failure ... ok
70712026-08-14T12:02:24.185Z 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:02:22.331
70722026-08-14T12:02:24.185Z Aug 14 12:02:22.331Aug 14 12:02:22.331 INFOINFOINFOAug 14 12:02:22.331 DEBGAug 14 12:02:22.331 adding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
70732026-08-14T12:02:24.185Z 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 } }]adding route 172.17.0.14/32 -> 10.0.0.255
70742026-08-14T12:02:24.185ZINFO
70752026-08-14T12:02:24.185Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:02:22.331
70762026-08-14T12:02:24.185Z Aug 14 12:02:22.331DEBG
70772026-08-14T12:02:24.185Z INFO 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 } }]adding route 172.17.0.2/32 -> 10.0.0.255
70782026-08-14T12:02:24.185Z
70792026-08-14T12:02:24.185ZAug 14 12:02:22.331Aug 14 12:02:22.331 Aug 14 12:02:22.331Aug 14 12:02:22.331DEBG Aug 14 12:02:22.331 DEBG INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70802026-08-14T12:02:24.185Zreplacing 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
70812026-08-14T12:02:24.185ZDEBG 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:02:22.331
70822026-08-14T12:02:24.185Zreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255
70832026-08-14T12:02:24.185ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
70842026-08-14T12:02:24.185ZAug 14 12:02:22.331
70852026-08-14T12:02:24.185ZAug 14 12:02:22.331 INFOINFOAug 14 12:02:22.331Aug 14 12:02:22.331 adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255 DEBG
70862026-08-14T12:02:24.186Z
70872026-08-14T12:02:24.186Z 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
70882026-08-14T12:02:24.186ZAug 14 12:02:22.331Aug 14 12:02:22.331 Aug 14 12:02:22.331DEBG 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 } }]failed to allocate space for the new target list
70892026-08-14T12:02:24.186ZAug 14 12:02:22.331DEBG DEBGINFO adding route 172.17.0.3/32 -> 10.0.0.255 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70902026-08-14T12:02:24.186Z
70912026-08-14T12:02:24.186Zreplacing 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:02:22.331
70922026-08-14T12:02:24.186Z INFO
70932026-08-14T12:02:24.186ZAug 14 12:02:22.331 Aug 14 12:02:22.331 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO INFOadding route 172.17.0.4/32 -> 10.0.0.255
70942026-08-14T12:02:24.186ZAug 14 12:02:22.331
70952026-08-14T12:02:24.186Z Aug 14 12:02:22.331 DEBGDEBG adding route 172.17.0.16/32 -> 10.0.0.255Aug 14 12:02:22.331Aug 14 12:02:22.331
70962026-08-14T12:02:24.186Z DEBGDEBG Aug 14 12:02:22.331replacing 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: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 } }]
70972026-08-14T12:02:24.186Z
70982026-08-14T12:02:24.186ZDEBG 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 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:02:22.331 Aug 14 12:02:22.332 INFO adding route 172.17.0.5/32 -> 10.0.0.255DEBGreplacing targets for 3fff:dead::/64 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 } }]
70992026-08-14T12:02:24.186Zcreated new freemap
71002026-08-14T12:02:24.186Z, unit:Aug 14 12:02:22.331 freemap_route_ipv4INFOAug 14 12:02:22.341 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 } }]
71012026-08-14T12:02:24.186Z
71022026-08-14T12:02:24.186ZAug 14 12:02:22.312 Aug 14 12:02:22.332Aug 14 12:02:22.341DEBG Aug 14 12:02:22.341 DEBG INFO created new freemap INFOadding route 172.17.0.6/32 -> 10.0.0.255,
71032026-08-14T12:02:24.186Zcreated new freemapunit adding route 172.17.0.17/32 -> 10.0.0.255:
71042026-08-14T12:02:24.186Z, Aug 14 12:02:22.341 unit freemap_route_ipv4DEBG
71052026-08-14T12:02:24.186Z :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 } }]
71062026-08-14T12:02:24.186Zfreemap_route_ipv4Aug 14 12:02:22.341
71072026-08-14T12:02:24.186Z DEBGAug 14 12:02:22.341 Aug 14 12:02:22.341replacing 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
71082026-08-14T12:02:24.186Z adding route 172.17.0.7/32 -> 10.0.0.255DEBG
71092026-08-14T12:02:24.186Z created new freemapAug 14 12:02:22.341, unitINFO:Aug 14 12:02:22.341 freemap_route_ipv6 adding route 172.17.0.18/32 -> 10.0.0.255Aug 14 12:02:22.341
71102026-08-14T12:02:24.186ZDEBG
71112026-08-14T12:02:24.213Zreplacing 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
71122026-08-14T12:02:24.213ZAug 14 12:02:22.341 DEBGcreated new freemap , initted freemap. size: 64unit, Aug 14 12:02:22.341Aug 14 12:02:22.341 unit :DEBG: INFO adding route 172.17.0.8/32 -> 10.0.0.255freemap_route_ipv4
71132026-08-14T12:02:24.213Z
71142026-08-14T12:02:24.213Zfreemap_route_ipv6replacing 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 } }]
71152026-08-14T12:02:24.213Z
71162026-08-14T12:02:24.213ZAug 14 12:02:22.341Aug 14 12:02:22.341 DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemapAug 14 12:02:22.341
71172026-08-14T12:02:24.213Z DEBG, unitinitted freemap. size: 64Aug 14 12:02:22.341:, Aug 14 12:02:22.341unit : INFOfreemap_route_ipv4
71182026-08-14T12:02:24.213Z adding route 172.17.0.9/32 -> 10.0.0.255freemap_route_ipv4
71192026-08-14T12:02:24.213Z
71202026-08-14T12:02:24.214ZINFOAug 14 12:02:22.341Aug 14 12:02:22.341Aug 14 12:02:22.341 DEBGDEBG initted freemap. size: 64replacing 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.19/32 -> 10.0.0.255,
71212026-08-14T12:02:24.214Z
71222026-08-14T12:02:24.214Zunit: DEBGfreemap_route_ipv6Aug 14 12:02:22.341
71232026-08-14T12:02:24.214Zreset freemapAug 14 12:02:22.341, INFOunit: DEBGadding route 172.17.0.10/32 -> 10.0.0.255
71242026-08-14T12:02:24.214Zreplacing 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:02:22.341
71252026-08-14T12:02:24.214Zfreemap_route_ipv4
71262026-08-14T12:02:24.214ZDEBG reset freemapAug 14 12:02:22.341, unitDEBG: Aug 14 12:02:22.341replacing 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:02:22.341
71272026-08-14T12:02:24.214Z INFOfreemap_route_ipv6
71282026-08-14T12:02:24.214ZDEBG Aug 14 12:02:22.341initted freemap. size: 64 Aug 14 12:02:22.341, INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1
71292026-08-14T12:02:24.214Zunit
71302026-08-14T12:02:24.214Z
71312026-08-14T12:02:24.214Z: freemap_route_ipv6Aug 14 12:02:22.341Aug 14 12:02:22.341 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 } }]
71322026-08-14T12:02:24.214ZAug 14 12:02:22.342 Aug 14 12:02:22.342
71332026-08-14T12:02:24.214ZDEBG
71342026-08-14T12:02:24.214Z INFO DEBG adding route 172.17.0.12/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
71352026-08-14T12:02:24.214Z
71362026-08-14T12:02:24.214ZAug 14 12:02:22.342 Aug 14 12:02:22.342 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 } }]DEBGAug 14 12:02:22.342
71372026-08-14T12:02:24.214ZDEBGAug 14 12:02:22.342created new freemap 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 } }],
71382026-08-14T12:02:24.214ZunitINFO :DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 14 12:02:22.342freemap_route_ipv6
71392026-08-14T12:02:24.214ZINFO
71402026-08-14T12:02:24.214Zreset freemapAug 14 12:02:22.342 INFOadding route 172.17.0.13/32 -> 10.0.0.255,
71412026-08-14T12:02:24.214ZAug 14 12:02:22.342 adding route 172.17.0.21/32 -> 10.0.0.255
71422026-08-14T12:02:24.214ZDEBGAug 14 12:02:22.342unit initted freemap. size: 64 Aug 14 12:02:22.342, DEBGunit Aug 14 12:02:22.342replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] :DEBG DEBG
71432026-08-14T12:02:24.214Z freemap_route_ipv4
71442026-08-14T12:02:24.214Zreplacing 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 } }]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 } }]
71452026-08-14T12:02:24.214Z
71462026-08-14T12:02:24.214Z:Aug 14 12:02:22.342 Aug 14 12:02:22.342 INFODEBG Aug 14 12:02:22.342adding route 172.17.0.14/32 -> 10.0.0.255reset freemap
71472026-08-14T12:02:24.215Z, Aug 14 12:02:22.342freemap_route_ipv6unit: freemap_route_ipv4INFOAug 14 12:02:22.342
71482026-08-14T12:02:24.215Z
71492026-08-14T12:02:24.215Z adding route 172.17.0.22/32 -> 10.0.0.255INFO
71502026-08-14T12:02:24.215ZDEBG 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 } }]
71512026-08-14T12:02:24.215Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:02:22.342
71522026-08-14T12:02:24.215Z Aug 14 12:02:22.342 Aug 14 12:02:22.342INFOAug 14 12:02:22.342 DEBGINFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 14 12:02:22.342
71532026-08-14T12:02:24.215Zreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
71542026-08-14T12:02:24.215Z
71552026-08-14T12:02:24.215Z DEBG Aug 14 12:02:22.342initted freemap. size: 64 , DEBG unitAug 14 12:02:22.342 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 } }]:
71562026-08-14T12:02:24.215Z Aug 14 12:02:22.342 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 } }] freemap_route_ipv6DEBGadding route 172.17.0.23/32 -> 10.0.0.255
71572026-08-14T12:02:24.215Z
71582026-08-14T12:02:24.215ZAug 14 12:02:22.342
71592026-08-14T12:02:24.215Z INFO adding route 172.17.0.16/32 -> 10.0.0.255
71602026-08-14T12:02:24.215ZAug 14 12:02:22.342Aug 14 12:02:22.342replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:02:22.342Aug 14 12:02:22.342DEBG
71612026-08-14T12:02:24.215Z reset freemap , INFOunitDEBG: 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 } }] DEBGfreemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:4
71622026-08-14T12:02:24.215Z
71632026-08-14T12:02:24.215Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:02:22.342
71642026-08-14T12:02:24.215Z
71652026-08-14T12:02:24.215ZAug 14 12:02:22.342Aug 14 12:02:22.342 INFOINFO Aug 14 12:02:22.342adding route 172.17.0.17/32 -> 10.0.0.255 INFOAug 14 12:02:22.342
71662026-08-14T12:02:24.215Z DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
71672026-08-14T12:02:24.215Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]
71682026-08-14T12:02:24.215ZAug 14 12:02:22.342adding route 172.17.0.24/32 -> 10.0.0.255 Aug 14 12:02:22.342DEBGAug 14 12:02:22.342
71692026-08-14T12:02:24.215ZDEBG 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
71702026-08-14T12:02:24.215Z
71712026-08-14T12:02:24.215ZDEBGAug 14 12:02:22.342 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 } }]
71722026-08-14T12:02:24.215Z
71732026-08-14T12:02:24.215Ztest route::tests::same_size_non_subset_replace ... ok
71742026-08-14T12:02:24.216ZDEBG Aug 14 12:02:22.342Aug 14 12:02:22.342replacing 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 } }]
71752026-08-14T12:02:24.216ZINFOAug 14 12:02:22.342 Aug 14 12:02:22.342 adding route 172.17.0.18/32 -> 10.0.0.255WARNINFO
71762026-08-14T12:02:24.216Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
71772026-08-14T12:02:24.216Z
71782026-08-14T12:02:24.216Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:02:22.342Aug 14 12:02:22.342Aug 14 12:02:22.342 DEBGDEBG
71792026-08-14T12:02:24.216Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
71802026-08-14T12:02:24.216Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:11::/64 -> 2001:db8::55:ff
71812026-08-14T12:02:24.216ZAug 14 12:02:22.342adding route 172.17.0.25/32 -> 10.0.0.255Aug 14 12:02:22.342 INFO
71822026-08-14T12:02:24.216Zadding route 172.17.0.19/32 -> 10.0.0.255INFO
71832026-08-14T12:02:24.216ZAug 14 12:02:22.342 DEBG
71842026-08-14T12:02:24.216Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:02:22.342
71852026-08-14T12:02:24.216Z DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 14 12:02:22.342replacing 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 } }]
71862026-08-14T12:02:24.216Z
71872026-08-14T12:02:24.216Z DEBGAug 14 12:02:22.342 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:02:22.342DEBG
71882026-08-14T12:02:24.216Z 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 172.17.0.26/32 -> 10.0.0.255
71892026-08-14T12:02:24.216Z
71902026-08-14T12:02:24.216ZAug 14 12:02:22.342 INFO Aug 14 12:02:22.342adding route 172.17.0.20/32 -> 10.0.0.255Aug 14 12:02:22.342
71912026-08-14T12:02:24.216Z DEBGAug 14 12:02:22.342 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 } }]Aug 14 12:02:22.342
71922026-08-14T12:02:24.216Z 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 } }] adding route 3fff:beef:12::/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 } }]
71932026-08-14T12:02:24.216Z
71942026-08-14T12:02:24.216ZAug 14 12:02:22.342
71952026-08-14T12:02:24.216Z INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 14 12:02:22.342
71962026-08-14T12:02:24.216Z Aug 14 12:02:22.342Aug 14 12:02:22.342 INFODEBGINFO Aug 14 12:02:22.342adding route 3fff:dead::/64 -> 2001:db8::55:4
71972026-08-14T12:02:24.216Zreplacing 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.17.0.21/32 -> 10.0.0.255
71982026-08-14T12:02:24.216Z
71992026-08-14T12:02:24.216ZDEBG Aug 14 12:02:22.342replacing 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 } }]
72002026-08-14T12:02:24.216ZDEBG Aug 14 12:02:22.342replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
72012026-08-14T12:02:24.216Z replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:02:22.342
72022026-08-14T12:02:24.217Z Aug 14 12:02:22.342INFO Aug 14 12:02:22.342DEBG adding route 172.17.0.28/32 -> 10.0.0.255INFOAug 14 12:02:22.342
72032026-08-14T12:02:24.217Z 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 } }]INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
72042026-08-14T12:02:24.217Zadding route 172.17.0.22/32 -> 10.0.0.255
72052026-08-14T12:02:24.217ZAug 14 12:02:22.342 DEBG Aug 14 12:02:22.548created new freemapAug 14 12:02:22.342
72062026-08-14T12:02:24.217Z Aug 14 12:02:22.342 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 } }]DEBGAug 14 12:02:22.549
72072026-08-14T12:02:24.217Z created new freemap DEBG , , unit
72082026-08-14T12:02:24.217Z:created new freemapunit, 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:02:22.549unit
72092026-08-14T12:02:24.217Z:freemap_route_ipv4
72102026-08-14T12:02:24.217Z INFOfreemap_route_ipv4Aug 14 12:02:22.549
72112026-08-14T12:02:24.248Z INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff :adding route 172.17.0.23/32 -> 10.0.0.255
72122026-08-14T12:02:24.248Z
72132026-08-14T12:02:24.248Z Aug 14 12:02:22.549Aug 14 12:02:22.549 freemap_route_ipv4 Aug 14 12:02:22.549INFODEBGAug 14 12:02:22.549Aug 14 12:02:22.549 adding route 172.17.0.4/32 -> 10.0.0.255created new freemap
72142026-08-14T12:02:24.248Z
72152026-08-14T12:02:24.248ZDEBG, unitreplacing 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 } }]
72162026-08-14T12:02:24.249ZDEBG :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 } }]
72172026-08-14T12:02:24.249Z Aug 14 12:02:22.549DEBG Aug 14 12:02:22.549freemap_route_ipv6DEBG Aug 14 12:02:22.549 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 } }]
72182026-08-14T12:02:24.249ZINFOcreated new freemap Aug 14 12:02:22.549
72192026-08-14T12:02:24.249Zadding route 172.17.0.24/32 -> 10.0.0.255DEBG
72202026-08-14T12:02:24.249Z created new freemap, unitINFO:Aug 14 12:02:22.549Aug 14 12:02:22.549Aug 14 12:02:22.549 freemap_route_ipv6
72212026-08-14T12:02:24.249ZDEBG , 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 } }] INFOinitted freemap. size: 64Aug 14 12:02:22.549 unit, adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255DEBG
72222026-08-14T12:02:24.249Z
72232026-08-14T12:02:24.249Zunit:
72242026-08-14T12:02:24.249Z :freemap_route_ipv6 Aug 14 12:02:22.549Aug 14 12:02:22.549freemap_route_ipv4initted freemap. size: 64
72252026-08-14T12:02:24.249Z, unitAug 14 12:02:22.549: INFODEBG
72262026-08-14T12:02:24.249Zreplacing 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
72272026-08-14T12:02:24.249Zadding route 172.17.0.25/32 -> 10.0.0.255
72282026-08-14T12:02:24.249Zreplacing 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 } }]
72292026-08-14T12:02:24.249ZAug 14 12:02:22.549 Aug 14 12:02:22.549freemap_route_ipv4 DEBGAug 14 12:02:22.549Aug 14 12:02:22.549 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255
72302026-08-14T12:02:24.249ZAug 14 12:02:22.549
72312026-08-14T12:02:24.249ZDEBG
72322026-08-14T12:02:24.249Zinitted freemap. size: 64DEBG, Aug 14 12:02:22.549replacing 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 } }] unit
72332026-08-14T12:02:24.249Z DEBG:reset freemap , unit: replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.549 Aug 14 12:02:22.549
72342026-08-14T12:02:24.249Zfreemap_route_ipv4 freemap_route_ipv4
72352026-08-14T12:02:24.249ZINFOAug 14 12:02:22.549
72362026-08-14T12:02:24.249ZAug 14 12:02:22.549DEBG 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 } }]Aug 14 12:02:22.549 INFO
72372026-08-14T12:02:24.249Zadding route 172.17.0.26/32 -> 10.0.0.255 DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ffreset freemap
72382026-08-14T12:02:24.249Z
72392026-08-14T12:02:24.249Z, Aug 14 12:02:22.549 unitreset freemap, :Aug 14 12:02:22.549 DEBGfreemap_route_ipv4Aug 14 12:02:22.549INFO Aug 14 12:02:22.549DEBG unit initted freemap. size: 64 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: 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.7/32 -> 10.0.0.255
72402026-08-14T12:02:24.249Zfreemap_route_ipv4
72412026-08-14T12:02:24.249Z,
72422026-08-14T12:02:24.249Z
72432026-08-14T12:02:24.250Z
72442026-08-14T12:02:24.250ZunitAug 14 12:02:22.549Aug 14 12:02:22.549 :Aug 14 12:02:22.549 DEBGINFO freemap_route_ipv6replacing 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:02:22.549
72452026-08-14T12:02:24.250Z
72462026-08-14T12:02:24.250ZDEBG initted freemap. size: 64 , Aug 14 12:02:22.549DEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 14 12:02:22.549unitINFO
72472026-08-14T12:02:24.250Z : initted freemap. size: 64INFO, unitadding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255:
72482026-08-14T12:02:24.250Z
72492026-08-14T12:02:24.250Zfreemap_route_ipv6Aug 14 12:02:22.549 Aug 14 12:02:22.549 freemap_route_ipv6
72502026-08-14T12:02:24.250ZAug 14 12:02:22.549Aug 14 12:02:22.549 DEBGDEBGDEBGDEBG 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 } }]reset freemap
72512026-08-14T12:02:24.250Zreplacing 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 } }]
72522026-08-14T12:02:24.250Z,
72532026-08-14T12:02:24.250Z 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:02:22.549unit INFO
72542026-08-14T12:02:24.250Z: Aug 14 12:02:22.549adding route 172.17.0.28/32 -> 10.0.0.255
72552026-08-14T12:02:24.250ZINFO Aug 14 12:02:22.549 adding route 172.17.0.9/32 -> 10.0.0.255DEBG
72562026-08-14T12:02:24.250ZAug 14 12:02:22.549Aug 14 12:02:22.549 freemap_route_ipv6reset freemap
72572026-08-14T12:02:24.250Z Aug 14 12:02:22.549, DEBGunit:DEBGAug 14 12:02:22.549 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 } }]freemap_route_ipv6Aug 14 12:02:22.549
72582026-08-14T12:02:24.250Zreplacing 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
72592026-08-14T12:02:24.250ZINFO
72602026-08-14T12:02:24.250Z DEBG Aug 14 12:02:22.549reset freemap Aug 14 12:02:22.549, INFOunitadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
72612026-08-14T12:02:24.250Z:adding route 172.17.0.29/32 -> 10.0.0.255
72622026-08-14T12:02:24.250Z freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1
72632026-08-14T12:02:24.251Z
72642026-08-14T12:02:24.251ZAug 14 12:02:22.549Aug 14 12:02:22.549INFO DEBG adding route 172.17.0.10/32 -> 10.0.0.255Aug 14 12:02:22.549replacing 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:02:22.549
72652026-08-14T12:02:24.251ZDEBG Aug 14 12:02:22.549INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1
72662026-08-14T12:02:24.251ZAug 14 12:02:22.549
72672026-08-14T12:02:24.251Zadding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
72682026-08-14T12:02:24.251ZDEBG
72692026-08-14T12:02:24.251Z 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 } }]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 } }]
72702026-08-14T12:02:24.252Z
72712026-08-14T12:02:24.252ZAug 14 12:02:22.549Aug 14 12:02:22.549 Aug 14 12:02:22.549 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
72722026-08-14T12:02:24.252Z
72732026-08-14T12:02:24.252ZAug 14 12:02:22.549DEBGAug 14 12:02:22.549 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 } }]INFO
72742026-08-14T12:02:24.252Z Aug 14 12:02:22.549Aug 14 12:02:22.549 Aug 14 12:02:22.549DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing 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
72752026-08-14T12:02:24.252Z
72762026-08-14T12:02:24.252Z adding route 172.17.0.11/32 -> 10.0.0.255DEBG
72772026-08-14T12:02:24.252Z Aug 14 12:02:22.549 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:02:22.549Aug 14 12:02:22.549
72782026-08-14T12:02:24.252ZAug 14 12:02:22.549INFO adding route 172.17.0.31/32 -> 10.0.0.255DEBGDEBGAug 14 12:02:22.549
72792026-08-14T12:02:24.252Z 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 } }]
72802026-08-14T12:02:24.252ZINFOAug 14 12:02:22.549replacing 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 } }] DEBG
72812026-08-14T12:02:24.252Z 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 } }]DEBGreplacing 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 } }]
72822026-08-14T12:02:24.252Zadding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
72832026-08-14T12:02:24.252Z
72842026-08-14T12:02:24.252Z
72852026-08-14T12:02:24.252ZAug 14 12:02:22.549Aug 14 12:02:22.549 Aug 14 12:02:22.549Aug 14 12:02:22.549 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 } }]
72862026-08-14T12:02:24.252ZAug 14 12:02:22.549 INFO adding route 172.16.0.0/32 -> 10.0.0.1
72872026-08-14T12:02:24.252ZAug 14 12:02:22.549 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 } }]
72882026-08-14T12:02:24.252ZAug 14 12:02:22.549 Aug 14 12:02:22.342INFOINFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2
72892026-08-14T12:02:24.252ZINFO adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
72902026-08-14T12:02:24.252Z Aug 14 12:02:22.549
72912026-08-14T12:02:24.252Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
72922026-08-14T12:02:24.252ZDEBG Aug 14 12:02:22.549replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]
72932026-08-14T12:02:24.252ZAug 14 12:02:22.549DEBG 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 } }]
72942026-08-14T12:02:24.252ZAug 14 12:02:22.549 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
72952026-08-14T12:02:24.253ZAug 14 12:02:22.549DEBG INFOAug 14 12:02:22.549 Aug 14 12:02:22.549adding route 172.17.0.32/32 -> 10.0.0.255
72962026-08-14T12:02:24.253ZDEBG Aug 14 12:02:22.549replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
72972026-08-14T12:02:24.253Zreplacing 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.0/32 -> 10.0.0.255
72982026-08-14T12:02:24.253ZAug 14 12:02:22.549INFO Aug 14 12:02:22.549 adding route 172.17.0.29/32 -> 10.0.0.255INFODEBG
72992026-08-14T12:02:24.253Z adding route 3fff:dead::/64 -> 2001:db8::55:4
73002026-08-14T12:02:24.253Zreplacing 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 } }]
73012026-08-14T12:02:24.253Z
73022026-08-14T12:02:24.253ZAug 14 12:02:22.549Aug 14 12:02:22.549 DEBGDEBG Aug 14 12:02:22.549replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:02:22.549
73032026-08-14T12:02:24.253Z INFOINFOreplacing 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 } }]
73042026-08-14T12:02:24.253ZAug 14 12:02:22.549adding route 172.17.0.33/32 -> 10.0.0.255
73052026-08-14T12:02:24.253ZDEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 14 12:02:22.549
73062026-08-14T12:02:24.253Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 14 12:02:22.549
73072026-08-14T12:02:24.253Z INFODEBG Aug 14 12:02:22.549 adding route 172.17.0.30/32 -> 10.0.0.255
73082026-08-14T12:02:24.253ZDEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
73092026-08-14T12:02:24.253Z
73102026-08-14T12:02:24.253ZAug 14 12:02:22.549Aug 14 12:02:22.549 DEBG 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 } }] Aug 14 12:02:22.549replacing 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 } }]
73112026-08-14T12:02:24.258ZINFO
73122026-08-14T12:02:24.258Z Aug 14 12:02:22.549adding route 172.17.0.34/32 -> 10.0.0.255
73132026-08-14T12:02:24.258ZINFOAug 14 12:02:22.549 adding route 172.17.0.1/32 -> 10.0.0.255INFO
73142026-08-14T12:02:24.258ZAug 14 12:02:22.549 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 14 12:02:22.549INFO
73152026-08-14T12:02:24.258Z DEBGadding route 172.17.0.31/32 -> 10.0.0.255 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 } }]
73162026-08-14T12:02:24.258ZAug 14 12:02:22.550Aug 14 12:02:22.550 Aug 14 12:02:22.592DEBG DEBGcreated new freemap DEBGcreated new freemap, unitreplacing 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 } }]:
73172026-08-14T12:02:24.258Z , freemap_route_ipv4unit
73182026-08-14T12:02:24.258Z: Aug 14 12:02:22.592freemap_route_ipv4
73192026-08-14T12:02:24.258ZINFO adding route 172.17.0.32/32 -> 10.0.0.255
73202026-08-14T12:02:24.258Z
73212026-08-14T12:02:24.258ZAug 14 12:02:22.592Aug 14 12:02:22.592 Aug 14 12:02:22.592 Aug 14 12:02:22.592DEBGAug 14 12:02:22.592 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 } }]
73222026-08-14T12:02:24.258ZDEBG created new freemap, Aug 14 12:02:22.592unit INFO Aug 14 12:02:22.592 DEBGadding route 172.17.0.35/32 -> 10.0.0.255 INFO:
73232026-08-14T12:02:24.258Zreplacing 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 } }]created new freemap , unit
73242026-08-14T12:02:24.258Zfreemap_route_ipv6DEBGadding route 172.17.0.2/32 -> 10.0.0.255
73252026-08-14T12:02:24.258Z
73262026-08-14T12:02:24.258ZAug 14 12:02:22.592: 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:02:22.592Aug 14 12:02:22.592 freemap_route_ipv6
73272026-08-14T12:02:24.258ZINFODEBGDEBG 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.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 } }]
73282026-08-14T12:02:24.258ZAug 14 12:02:22.592
73292026-08-14T12:02:24.258Z
73302026-08-14T12:02:24.258ZDEBGadding route 172.17.0.33/32 -> 10.0.0.255Aug 14 12:02:22.592 initted freemap. size: 64
73312026-08-14T12:02:24.258ZAug 14 12:02:22.592, Aug 14 12:02:22.592INFOunit Aug 14 12:02:22.592INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff: adding route 172.17.0.3/32 -> 10.0.0.255DEBG
73322026-08-14T12:02:24.259Z
73332026-08-14T12:02:24.259Z replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
73342026-08-14T12:02:24.259Z Aug 14 12:02:22.592 adding route 172.17.0.36/32 -> 10.0.0.255Aug 14 12:02:22.592
73352026-08-14T12:02:24.259ZDEBG freemap_route_ipv4DEBG
73362026-08-14T12:02:24.259Z 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:02:22.592
73372026-08-14T12:02:24.259Zinitted freemap. size: 64Aug 14 12:02:22.592 Aug 14 12:02:22.592, DEBGDEBGAug 14 12:02:22.592 INFOINFOunit :adding route 172.17.0.4/32 -> 10.0.0.255
73382026-08-14T12:02:24.259Zreplacing 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:02:22.592adding route 172.17.0.34/32 -> 10.0.0.255
73392026-08-14T12:02:24.259Zfreemap_route_ipv4
73402026-08-14T12:02:24.259Z
73412026-08-14T12:02:24.259ZAug 14 12:02:22.592 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 } }]Aug 14 12:02:22.592Aug 14 12:02:22.592DEBG Aug 14 12:02:22.592
73422026-08-14T12:02:24.259Z 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 } }]
73432026-08-14T12:02:24.259ZDEBGINFOreset freemap , adding route 172.17.0.37/32 -> 10.0.0.255
73442026-08-14T12:02:24.259Zreset freemapunitAug 14 12:02:22.592, : replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:02:22.592
73452026-08-14T12:02:24.259Zunit: INFOfreemap_route_ipv4Aug 14 12:02:22.592freemap_route_ipv4
73462026-08-14T12:02:24.259Z INFODEBG
73472026-08-14T12:02:24.259Z 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.5/32 -> 10.0.0.255Aug 14 12:02:22.593
73482026-08-14T12:02:24.259Z
73492026-08-14T12:02:24.259ZAug 14 12:02:22.593 INFOAug 14 12:02:22.593DEBG initted freemap. size: 64adding route 172.17.0.35/32 -> 10.0.0.255Aug 14 12:02:22.593
73502026-08-14T12:02:24.259Z, unitDEBGAug 14 12:02:22.593 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 } }] INFO
73512026-08-14T12:02:24.259ZAug 14 12:02:22.593 freemap_route_ipv6adding route 172.17.0.38/32 -> 10.0.0.255
73522026-08-14T12:02:24.259Z
73532026-08-14T12:02:24.259Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Aug 14 12:02:22.593DEBG Aug 14 12:02:22.593 DEBG Aug 14 12:02:22.593replacing 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 } }]reset freemapinitted freemap. size: 64 , DEBGunitINFO
73542026-08-14T12:02:24.259Z: freemap_route_ipv6
73552026-08-14T12:02:24.259Zadding route 172.17.0.6/32 -> 10.0.0.255,
73562026-08-14T12:02:24.259Zunit:Aug 14 12:02:22.593 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
73572026-08-14T12:02:24.259ZAug 14 12:02:22.593
73582026-08-14T12:02:24.259ZINFO
73592026-08-14T12:02:24.259ZINFO Aug 14 12:02:22.593Aug 14 12:02:22.593adding route 3fff:dead::/64 -> 2001:db8::55:1
73602026-08-14T12:02:24.260ZDEBG adding route 172.17.0.36/32 -> 10.0.0.255
73612026-08-14T12:02:24.260Zreplacing 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 } }]DEBGAug 14 12:02:22.593
73622026-08-14T12:02:24.260Z 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 } }]reset freemapAug 14 12:02:22.593Aug 14 12:02:22.593
73632026-08-14T12:02:24.260Z , DEBGINFOunit adding route 172.17.0.7/32 -> 10.0.0.255:
73642026-08-14T12:02:24.260Zreplacing 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:02:22.593
73652026-08-14T12:02:24.260Z INFOfreemap_route_ipv6
73662026-08-14T12:02:24.260Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:02:22.593
73672026-08-14T12:02:24.260Z Aug 14 12:02:22.593 DEBG DEBGAug 14 12:02:22.593replacing 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:02:22.593Aug 14 12:02:22.593 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 } }]DEBG
73682026-08-14T12:02:24.260ZAug 14 12:02:22.593
73692026-08-14T12:02:24.260Z 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 } }]
73702026-08-14T12:02:24.260ZINFOINFO Aug 14 12:02:22.593 adding route 172.17.0.39/32 -> 10.0.0.255
73712026-08-14T12:02:24.260ZINFOadding route 172.17.0.37/32 -> 10.0.0.255Aug 14 12:02:22.593
73722026-08-14T12:02:24.260Zadding route 172.16.0.0/32 -> 10.0.0.1 Aug 14 12:02:22.593INFOadding route 172.17.0.8/32 -> 10.0.0.255
73732026-08-14T12:02:24.260Ztest route::tests::shrink_preserves_compacted_order ... ok
73742026-08-14T12:02:24.260Zadding route 3fff:dead::/64 -> 2001:db8::55:3
73752026-08-14T12:02:24.260Z
73762026-08-14T12:02:24.260Z Aug 14 12:02:22.593DEBGAug 14 12:02:22.593Aug 14 12:02:22.593Aug 14 12:02:22.593 DEBGDEBG 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 } }]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 } }]
73772026-08-14T12:02:24.260Z Aug 14 12:02:22.593
73782026-08-14T12:02:24.260Ztest route::tests::identity_replace_is_noop ... ok
73792026-08-14T12:02:24.260Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG 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:02:22.593
73802026-08-14T12:02:24.260Z DEBG created new freemap, unit: Aug 14 12:02:22.663 freemap_route_ipv4INFO
73812026-08-14T12:02:24.260Z adding route 172.16.0.0/32 -> 10.0.0.2
73822026-08-14T12:02:24.260ZAug 14 12:02:22.663 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 } }]
73832026-08-14T12:02:24.260Z
73842026-08-14T12:02:24.260ZAug 14 12:02:22.663 Aug 14 12:02:22.663DEBGDEBGAug 14 12:02:22.663 created new 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 } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff, Aug 14 12:02:22.663
73852026-08-14T12:02:24.260Zunit :INFO
73862026-08-14T12:02:24.260ZINFOfreemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:4INFOAug 14 12:02:22.663
73872026-08-14T12:02:24.261ZAug 14 12:02:22.663
73882026-08-14T12:02:24.261Z INFO INFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.38/32 -> 10.0.0.255
73892026-08-14T12:02:24.261Z
73902026-08-14T12:02:24.261ZAug 14 12:02:22.663
73912026-08-14T12:02:24.261Z
73922026-08-14T12:02:24.261Z DEBGAug 14 12:02:22.663 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:02:22.663 DEBG
73932026-08-14T12:02:24.261ZAug 14 12:02:22.663 Aug 14 12:02:22.663initted freemap. size: 64 , DEBGunitAug 14 12:02:22.663DEBGAug 14 12:02:22.663 :Aug 14 12:02:22.663 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 } }]
73942026-08-14T12:02:24.261ZDEBG freemap_route_ipv4
73952026-08-14T12:02:24.261ZDEBGreplacing 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:02:22.663DEBG 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 } }]
73962026-08-14T12:02:24.261ZINFO
73972026-08-14T12:02:24.261ZAug 14 12:02:22.663replacing targets for 3fff:dead::/64 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
73982026-08-14T12:02:24.261Zadding route 172.17.0.39/32 -> 10.0.0.255Aug 14 12:02:22.663DEBG
73992026-08-14T12:02:24.261ZAug 14 12:02:22.663 INFO reset freemapINFO, 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:02:22.663adding route 172.17.0.41/32 -> 10.0.0.255
74002026-08-14T12:02:24.261ZDEBG adding route 172.16.0.0/32 -> 10.0.0.4
74012026-08-14T12:02:24.261Zreplacing 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 } }]unit:
74022026-08-14T12:02:24.261Z
74032026-08-14T12:02:24.261ZAug 14 12:02:22.663 freemap_route_ipv4Aug 14 12:02:22.663Aug 14 12:02:22.663 INFO
74042026-08-14T12:02:24.261ZAug 14 12:02:22.663 DEBGINFO adding route 172.17.0.40/32 -> 10.0.0.255
74052026-08-14T12:02:24.261ZDEBGreplacing 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 } }]
74062026-08-14T12:02:24.261Z 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:02:22.663
74072026-08-14T12:02:24.261Zadding route 172.17.0.10/32 -> 10.0.0.255 Aug 14 12:02:22.663DEBG
74082026-08-14T12:02:24.261ZDEBGAug 14 12:02:22.663 initted freemap. size: 64 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 } }]DEBGAug 14 12:02:22.663
74092026-08-14T12:02:24.261Zreplacing 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 } }], unit: Aug 14 12:02:22.663
74102026-08-14T12:02:24.261Z INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255freemap_route_ipv6
74112026-08-14T12:02:24.266Z
74122026-08-14T12:02:24.266Z
74132026-08-14T12:02:24.266ZAug 14 12:02:22.663 Aug 14 12:02:22.664 DEBGAug 14 12:02:22.664 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
74142026-08-14T12:02:24.266ZAug 14 12:02:22.664DEBG 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 } }] reset freemapreplacing 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:02:22.664
74152026-08-14T12:02:24.266Z
74162026-08-14T12:02:24.267ZINFO adding route 172.17.0.42/32 -> 10.0.0.255,
74172026-08-14T12:02:24.267ZAug 14 12:02:22.664unit :INFOAug 14 12:02:22.664 adding route 172.17.0.43/32 -> 10.0.0.255Aug 14 12:02:22.664 INFO
74182026-08-14T12:02:24.267ZDEBG 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.11/32 -> 10.0.0.255freemap_route_ipv6
74192026-08-14T12:02:24.267Z
74202026-08-14T12:02:24.267Z
74212026-08-14T12:02:24.267ZAug 14 12:02:22.664 Aug 14 12:02:22.664 Aug 14 12:02:22.664INFO INFOadding route 172.17.0.43/32 -> 10.0.0.255
74222026-08-14T12:02:24.267Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:02:22.664
74232026-08-14T12:02:24.267Z 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.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:02:22.664
74242026-08-14T12:02:24.267Z Aug 14 12:02:22.664DEBG
74252026-08-14T12:02:24.267Z 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 } }]
74262026-08-14T12:02:24.267ZDEBG Aug 14 12:02:22.664Aug 14 12:02:22.664replacing 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 } }]
74272026-08-14T12:02:24.267ZINFO adding route 172.17.0.44/32 -> 10.0.0.255INFO
74282026-08-14T12:02:24.267ZAug 14 12:02:22.664Aug 14 12:02:22.664 adding route 172.17.0.12/32 -> 10.0.0.255INFOAug 14 12:02:22.664 INFODEBG
74292026-08-14T12:02:24.267Zadding route 172.17.0.12/32 -> 10.0.0.255 INFOadding route 172.17.0.44/32 -> 10.0.0.255
74302026-08-14T12:02:24.267Z
74312026-08-14T12:02:24.267Z 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 } }]
74322026-08-14T12:02:24.267Zadding route 172.16.0.0/32 -> 10.0.0.2
74332026-08-14T12:02:24.267ZAug 14 12:02:22.664 Aug 14 12:02:22.664DEBG Aug 14 12:02:22.664replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:02:22.664
74342026-08-14T12:02:24.267ZDEBG DEBGAug 14 12:02:22.664 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 } }]INFODEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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.45/32 -> 10.0.0.255replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:02:22.664
74352026-08-14T12:02:24.267Z
74362026-08-14T12:02:24.267Z INFO
74372026-08-14T12:02:24.267Z
74382026-08-14T12:02:24.267Z adding route 172.17.0.45/32 -> 10.0.0.255
74392026-08-14T12:02:24.267Z
74402026-08-14T12:02:24.268ZAug 14 12:02:22.664Aug 14 12:02:22.664 DEBGAug 14 12:02:22.664Aug 14 12:02:22.664 Aug 14 12:02:22.664Aug 14 12:02:22.664INFOreplacing 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 } }]
74412026-08-14T12:02:24.268Z INFODEBG adding route 172.17.0.13/32 -> 10.0.0.255 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 } }]
74422026-08-14T12:02:24.268ZAug 14 12:02:22.664adding route 172.17.0.13/32 -> 10.0.0.255
74432026-08-14T12:02:24.268Z INFO
74442026-08-14T12:02:24.268Z Aug 14 12:02:22.664adding route 172.17.0.46/32 -> 10.0.0.255
74452026-08-14T12:02:24.268ZINFO Aug 14 12:02:22.664adding route 172.17.0.46/32 -> 10.0.0.255 Aug 14 12:02:22.664 adding route 172.16.0.0/32 -> 10.0.0.3INFODEBGDEBG
74462026-08-14T12:02:24.268Z
74472026-08-14T12:02:24.268Z 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:02:22.664
74482026-08-14T12:02:24.268Zreplacing 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 } }]
74492026-08-14T12:02:24.268ZAug 14 12:02:22.664DEBG Aug 14 12:02:22.664replacing 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 } }]
74502026-08-14T12:02:24.268ZAug 14 12:02:22.664DEBG 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:02:22.664Aug 14 12:02:22.664adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
74512026-08-14T12:02:24.268ZINFOINFO
74522026-08-14T12:02:24.268Z adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255
74532026-08-14T12:02:24.268Z
74542026-08-14T12:02:24.268ZINFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 Aug 14 12:02:22.664
74552026-08-14T12:02:24.268Zreplacing 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:02:22.664DEBG
74562026-08-14T12:02:24.268ZAug 14 12:02:22.664 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 } }]
74572026-08-14T12:02:24.268ZDEBGadding route 172.16.0.0/32 -> 10.0.0.4Aug 14 12:02:22.664
74582026-08-14T12:02:24.268Zreplacing 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:02:22.664
74592026-08-14T12:02:24.268ZDEBGAug 14 12:02:22.664 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
74602026-08-14T12:02:24.268ZDEBGadding route 172.17.0.48/32 -> 10.0.0.255Aug 14 12:02:22.664
74612026-08-14T12:02:24.268ZAug 14 12:02:22.664Aug 14 12:02:22.664 INFODEBG Aug 14 12:02:22.664 adding route 172.17.0.15/32 -> 10.0.0.255 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:02:22.664
74622026-08-14T12:02:24.268Z
74632026-08-14T12:02:24.268Z 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.48/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 } }]Aug 14 12:02:22.664
74642026-08-14T12:02:24.268Z
74652026-08-14T12:02:24.269Z
74662026-08-14T12:02:24.269Z INFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255 Aug 14 12:02:22.664
74672026-08-14T12:02:24.269Zreplacing 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:02:22.664Aug 14 12:02:22.664INFOAug 14 12:02:22.664 adding route 172.17.0.49/32 -> 10.0.0.255
74682026-08-14T12:02:24.269Z
74692026-08-14T12:02:24.269Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
74702026-08-14T12:02:24.269Z INFODEBGDEBGAug 14 12:02:22.664Aug 14 12:02:22.664 Aug 14 12:02:22.664 INFODEBG 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 } }]adding route 172.17.0.16/32 -> 10.0.0.255
74712026-08-14T12:02:24.269Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
74722026-08-14T12:02:24.269Zreplacing 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 } }]
74732026-08-14T12:02:24.269Z
74742026-08-14T12:02:24.269ZDEBGreplacing 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:02:22.664Aug 14 12:02:22.664Aug 14 12:02:22.664 Aug 14 12:02:22.664INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255DEBG
74752026-08-14T12:02:24.269ZDEBG
74762026-08-14T12:02:24.269Zreplacing 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 } }]
74772026-08-14T12:02:24.269Zadding route 172.17.0.50/32 -> 10.0.0.255 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 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 } }]
74782026-08-14T12:02:24.269ZAug 14 12:02:22.664 Aug 14 12:02:22.721DEBG INFOcreated new freemap
74792026-08-14T12:02:24.269Z , adding route 3fff:beef:23::/64 -> 2001:db8::55:ffunit
74802026-08-14T12:02:24.269Z: freemap_route_ipv4
74812026-08-14T12:02:24.269ZAug 14 12:02:22.721Aug 14 12:02:22.721 INFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 14 12:02:22.721DEBG Aug 14 12:02:22.721 INFO
74822026-08-14T12:02:24.269Z 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 } }]
74832026-08-14T12:02:24.269ZDEBG adding route 172.17.0.17/32 -> 10.0.0.255created new freemap
74842026-08-14T12:02:24.269Z, unitAug 14 12:02:22.721 Aug 14 12:02:22.721: INFODEBGfreemap_route_ipv6Aug 14 12:02:22.721
74852026-08-14T12:02:24.269Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
74862026-08-14T12:02:24.269Z replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:02:22.721
74872026-08-14T12:02:24.269Zreplacing 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 } }]
74882026-08-14T12:02:24.269ZDEBG Aug 14 12:02:22.721initted freemap. size: 64 Aug 14 12:02:22.721DEBG, Aug 14 12:02:22.721 unit :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
74892026-08-14T12:02:24.269Z adding route 172.17.0.16/32 -> 10.0.0.255freemap_route_ipv4
74902026-08-14T12:02:24.269Z
74912026-08-14T12:02:24.269ZINFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 14 12:02:22.721Aug 14 12:02:22.721 INFOAug 14 12:02:22.721 DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
74922026-08-14T12:02:24.269Z
74932026-08-14T12:02:24.270Zreset freemapDEBG, unitreplacing 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:02:22.721Aug 14 12:02:22.721:
74942026-08-14T12:02:24.270Z 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 } }]freemap_route_ipv4
74952026-08-14T12:02:24.270Z
74962026-08-14T12:02:24.270Zreplacing 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 } }]
74972026-08-14T12:02:24.270ZAug 14 12:02:22.721 INFOAug 14 12:02:22.721 adding route 172.17.0.17/32 -> 10.0.0.255INFO
74982026-08-14T12:02:24.270Z Aug 14 12:02:22.721adding route 172.17.0.19/32 -> 10.0.0.255Aug 14 12:02:22.721
74992026-08-14T12:02:24.270Z DEBGINFO initted freemap. size: 64adding route 3fff:beef:26::/64 -> 2001:db8::55:ff, Aug 14 12:02:22.721unitAug 14 12:02:22.721
75002026-08-14T12:02:24.270Z: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 } }]DEBGfreemap_route_ipv6
75012026-08-14T12:02:24.270Z
75022026-08-14T12:02:24.270ZAug 14 12:02:22.721replacing 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 } }]
75032026-08-14T12:02:24.270ZDEBG 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:02:22.721
75042026-08-14T12:02:24.270Z DEBGAug 14 12:02:22.721 reset freemapINFO, unit:adding route 172.17.0.18/32 -> 10.0.0.255
75052026-08-14T12:02:24.270Zfreemap_route_ipv6
75062026-08-14T12:02:24.270ZAug 14 12:02:22.721 Aug 14 12:02:22.721INFO Aug 14 12:02:22.721Aug 14 12:02:22.721 adding route 172.17.0.20/32 -> 10.0.0.255INFO
75072026-08-14T12:02:24.270Z DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
75082026-08-14T12:02:24.270Z
75092026-08-14T12:02:24.270Zreplacing 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 } }]
75102026-08-14T12:02:24.270ZAug 14 12:02:22.721 Aug 14 12:02:22.721 Aug 14 12:02:22.721DEBG 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 } }]
75112026-08-14T12:02:24.275Zreplacing 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
75122026-08-14T12:02:24.275Z 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 } }]
75132026-08-14T12:02:24.275ZAug 14 12:02:22.721 INFOAug 14 12:02:22.721 Aug 14 12:02:22.721Aug 14 12:02:22.721 INFOINFOadding route 172.17.0.19/32 -> 10.0.0.255 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 14 12:02:22.721adding route 172.16.0.0/32 -> 10.0.0.2
75142026-08-14T12:02:24.275Z
75152026-08-14T12:02:24.275ZINFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255
75162026-08-14T12:02:24.275Z
75172026-08-14T12:02:24.275ZAug 14 12:02:22.721Aug 14 12:02:22.721 DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:02:22.721DEBG
75182026-08-14T12:02:24.275Z Aug 14 12:02:22.721 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 } }] 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 } }]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 } }]
75192026-08-14T12:02:24.275Z
75202026-08-14T12:02:24.275Zreplacing 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 } }]
75212026-08-14T12:02:24.275Z
75222026-08-14T12:02:24.275ZAug 14 12:02:22.721 INFO Aug 14 12:02:22.721adding route 172.17.0.50/32 -> 10.0.0.255 Aug 14 12:02:22.721Aug 14 12:02:22.721
75232026-08-14T12:02:24.276ZINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO
75242026-08-14T12:02:24.276Z adding route 172.16.0.0/32 -> 10.0.0.3Aug 14 12:02:22.721
75252026-08-14T12:02:24.276ZINFO Aug 14 12:02:22.721Aug 14 12:02:22.721INFO DEBG DEBG adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255replacing 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 } }]
75262026-08-14T12:02:24.276Zreplacing 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 } }]
75272026-08-14T12:02:24.276Z
75282026-08-14T12:02:24.276ZAug 14 12:02:22.721
75292026-08-14T12:02:24.276Z 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 } }]Aug 14 12:02:22.721Aug 14 12:02:22.721 Aug 14 12:02:22.721DEBGINFO
75302026-08-14T12:02:24.276Z 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 } }] DEBG
75312026-08-14T12:02:24.276Zreplacing 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:02:22.721adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
75322026-08-14T12:02:24.276Z
75332026-08-14T12:02:24.276ZAug 14 12:02:22.721 INFOINFO Aug 14 12:02:22.721Aug 14 12:02:22.721Aug 14 12:02:22.721 DEBGadding route 172.17.0.51/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.4
75342026-08-14T12:02:24.276Zreplacing 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 } }]
75352026-08-14T12:02:24.276Z
75362026-08-14T12:02:24.276ZINFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 14 12:02:22.721INFO Aug 14 12:02:22.721
75372026-08-14T12:02:24.276Z INFODEBG adding route 172.17.0.21/32 -> 10.0.0.255Aug 14 12:02:22.721 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
75382026-08-14T12:02:24.276Zreplacing 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 } }]DEBG
75392026-08-14T12:02:24.276Z 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 } }]
75402026-08-14T12:02:24.276ZAug 14 12:02:22.721
75412026-08-14T12:02:24.276Z Aug 14 12:02:22.721DEBG Aug 14 12:02:22.721DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
75422026-08-14T12:02:24.276Z adding route 172.17.0.52/32 -> 10.0.0.255Aug 14 12:02:22.721 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 } }]
75432026-08-14T12:02:24.276Z
75442026-08-14T12:02:24.276ZAug 14 12:02:22.721DEBG INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 14 12:02:22.721Aug 14 12:02:22.721
75452026-08-14T12:02:24.276ZAug 14 12:02:22.721
75462026-08-14T12:02:24.276ZDEBG INFO 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
75472026-08-14T12:02:24.276Zadding route 172.17.0.24/32 -> 10.0.0.255
75482026-08-14T12:02:24.276ZAug 14 12:02:22.721Aug 14 12:02:22.721 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 } }] DEBGINFO
75492026-08-14T12:02:24.277Z replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255
75502026-08-14T12:02:24.277Z
75512026-08-14T12:02:24.277ZAug 14 12:02:22.721 DEBGAug 14 12:02:22.721 Aug 14 12:02:22.721INFO 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 } }] DEBGadding route 172.17.0.22/32 -> 10.0.0.255
75522026-08-14T12:02:24.277Z
75532026-08-14T12:02:24.277Zreplacing 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:02:22.721
75542026-08-14T12:02:24.277Z INFO
75552026-08-14T12:02:24.277Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
75562026-08-14T12:02:24.277ZAug 14 12:02:22.721 DEBGAug 14 12:02:22.721Aug 14 12:02:22.721 Aug 14 12:02:22.721INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255DEBGreplacing 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.25/32 -> 10.0.0.255
75572026-08-14T12:02:24.277ZAug 14 12:02:22.721
75582026-08-14T12:02:24.277Z DEBG
75592026-08-14T12:02:24.277Zreplacing 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:02:22.721
75602026-08-14T12:02:24.277Z Aug 14 12:02:22.721replacing 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
75612026-08-14T12:02:24.277ZAug 14 12:02:22.721Aug 14 12:02:22.721DEBG INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255
75622026-08-14T12:02:24.277Zreplacing 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 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing 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 } }]
75632026-08-14T12:02:24.277ZAug 14 12:02:22.721
75642026-08-14T12:02:24.277Z
75652026-08-14T12:02:24.277ZINFO Aug 14 12:02:22.721adding route 172.17.0.51/32 -> 10.0.0.255 Aug 14 12:02:22.721DEBGAug 14 12:02:22.721
75662026-08-14T12:02:24.277ZAug 14 12:02:22.721 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
75672026-08-14T12:02:24.277Z Aug 14 12:02:22.721 INFOINFOreplacing 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:02:22.721adding route 172.17.0.55/32 -> 10.0.0.255
75682026-08-14T12:02:24.277Z INFO
75692026-08-14T12:02:24.277Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing 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.26/32 -> 10.0.0.255
75702026-08-14T12:02:24.277Z
75712026-08-14T12:02:24.277ZAug 14 12:02:22.721
75722026-08-14T12:02:24.277ZINFO Aug 14 12:02:22.721adding route 172.17.0.24/32 -> 10.0.0.255
75732026-08-14T12:02:24.277Z Aug 14 12:02:22.721INFO Aug 14 12:02:22.721DEBG 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 172.17.0.52/32 -> 10.0.0.255
75742026-08-14T12:02:24.277ZAug 14 12:02:22.721Aug 14 12:02:22.721 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 } }]
75752026-08-14T12:02:24.278Zreplacing 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:02:22.721
75762026-08-14T12:02:24.278Zreplacing 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 } }]
75772026-08-14T12:02:24.278Z
75782026-08-14T12:02:24.278ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
75792026-08-14T12:02:24.278ZAug 14 12:02:22.721Aug 14 12:02:22.721 Aug 14 12:02:22.721Aug 14 12:02:22.721DEBG INFO 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 } }] adding route 172.17.0.56/32 -> 10.0.0.255 Aug 14 12:02:22.721
75802026-08-14T12:02:24.278Z
75812026-08-14T12:02:24.278Z adding route 172.17.0.27/32 -> 10.0.0.255DEBGINFO
75822026-08-14T12:02:24.278Zadding route 172.17.0.25/32 -> 10.0.0.255 Aug 14 12:02:22.721
75832026-08-14T12:02:24.278Zreplacing 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:02:22.721
75842026-08-14T12:02:24.278Ztest route::tests::delete_targets_full ... ok
75852026-08-14T12:02:24.278ZINFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255 Aug 14 12:02:22.721Aug 14 12:02:22.721replacing 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 } }]
75862026-08-14T12:02:24.278Z
75872026-08-14T12:02:24.278Ztest route::tests::add_target_fails_full ... ok
75882026-08-14T12:02:24.278ZAug 14 12:02:22.721DEBG 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 } }] adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 14 12:02:22.721
75892026-08-14T12:02:24.278Z
75902026-08-14T12:02:24.278ZAug 14 12:02:22.721 DEBGDEBG 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 } }]Aug 14 12:02:22.721
75912026-08-14T12:02:24.278Z Aug 14 12:02:22.721 adding route 172.17.0.57/32 -> 10.0.0.255 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
75922026-08-14T12:02:24.278Z
75932026-08-14T12:02:24.278Zreplacing 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 adding route 172.17.0.28/32 -> 10.0.0.255
75942026-08-14T12:02:24.278ZAug 14 12:02:22.751Aug 14 12:02:22.751Aug 14 12:02:22.751 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.26/32 -> 10.0.0.255DEBG
75952026-08-14T12:02:24.278Z
75962026-08-14T12:02:24.278Zreplacing 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 } }]
75972026-08-14T12:02:24.278ZAug 14 12:02:22.751 INFO adding route 172.17.0.29/32 -> 10.0.0.255Aug 14 12:02:22.751
75982026-08-14T12:02:24.278Z INFOAug 14 12:02:22.751 adding route 172.17.0.58/32 -> 10.0.0.255Aug 14 12:02:22.751INFOAug 14 12:02:22.751 adding route 172.17.0.54/32 -> 10.0.0.255DEBG
75992026-08-14T12:02:24.278Z
76002026-08-14T12:02:24.278Z replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76012026-08-14T12:02:24.278Z Aug 14 12:02:22.751Aug 14 12:02:22.751replacing 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 } }]
76022026-08-14T12:02:24.278ZDEBGDEBG 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 } }]
76032026-08-14T12:02:24.279Zreplacing 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 } }]
76042026-08-14T12:02:24.279ZAug 14 12:02:22.751Aug 14 12:02:22.751 INFOINFO Aug 14 12:02:22.751adding route 172.17.0.30/32 -> 10.0.0.255
76052026-08-14T12:02:24.279Zadding route 172.17.0.27/32 -> 10.0.0.255INFO
76062026-08-14T12:02:24.279ZAug 14 12:02:22.751 adding route 172.17.0.55/32 -> 10.0.0.255INFO
76072026-08-14T12:02:24.279Z adding route 172.17.0.59/32 -> 10.0.0.255Aug 14 12:02:22.751
76082026-08-14T12:02:24.279Z Aug 14 12:02:22.751DEBG 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 } }]replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:02:22.751Aug 14 12:02:22.751
76092026-08-14T12:02:24.279Z
76102026-08-14T12:02:24.279ZDEBGDEBG 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 } }]
76112026-08-14T12:02:24.284Zreplacing 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 } }]
76122026-08-14T12:02:24.284ZAug 14 12:02:22.751Aug 14 12:02:22.751 Aug 14 12:02:22.751INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255INFO
76132026-08-14T12:02:24.284ZAug 14 12:02:22.751 adding route 172.17.0.28/32 -> 10.0.0.255INFO
76142026-08-14T12:02:24.284Zadding route 172.17.0.60/32 -> 10.0.0.255Aug 14 12:02:22.751
76152026-08-14T12:02:24.284Z adding route 172.17.0.56/32 -> 10.0.0.255
76162026-08-14T12:02:24.284ZDEBG 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:02:22.751
76172026-08-14T12:02:24.284Z Aug 14 12:02:22.751DEBG DEBGreplacing 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:02:22.751replacing 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:02:22.751
76182026-08-14T12:02:24.284Z
76192026-08-14T12:02:24.284Z INFO DEBG Aug 14 12:02:22.751adding route 172.17.0.32/32 -> 10.0.0.255
76202026-08-14T12:02:24.284ZINFOAug 14 12:02:22.751 DEBGadding route 172.17.0.57/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 } }]
76212026-08-14T12:02:24.284Z
76222026-08-14T12:02:24.284Zfailed to allocate space for the new target list
76232026-08-14T12:02:24.284ZAug 14 12:02:22.751 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:02:22.751Aug 14 12:02:22.751
76242026-08-14T12:02:24.284ZINFO DEBGAug 14 12:02:22.751 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:02:22.751DEBG
76252026-08-14T12:02:24.284Z replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255
76262026-08-14T12:02:24.284ZINFO
76272026-08-14T12:02:24.284Zadding route 172.17.0.33/32 -> 10.0.0.255
76282026-08-14T12:02:24.284ZAug 14 12:02:22.751 INFO Aug 14 12:02:22.751adding route 172.17.0.58/32 -> 10.0.0.255
76292026-08-14T12:02:24.284ZDEBG 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 } }]
76302026-08-14T12:02:24.284ZAug 14 12:02:22.751 Aug 14 12:02:22.752DEBG 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 } }]
76312026-08-14T12:02:24.285ZAug 14 12:02:22.752 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
76322026-08-14T12:02:24.285Z Aug 14 12:02:22.752adding route 172.17.0.34/32 -> 10.0.0.255
76332026-08-14T12:02:24.285ZINFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 14 12:02:22.752
76342026-08-14T12:02:24.285Z INFO adding route 172.17.0.59/32 -> 10.0.0.255
76352026-08-14T12:02:24.285ZAug 14 12:02:22.752 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 } }]
76362026-08-14T12:02:24.285ZAug 14 12:02:22.752Aug 14 12:02:22.752Aug 14 12:02:22.752 DEBG INFODEBGreplacing 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.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
76372026-08-14T12:02:24.285Z
76382026-08-14T12:02:24.285Z
76392026-08-14T12:02:24.285ZAug 14 12:02:22.752Aug 14 12:02:22.752 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 14 12:02:22.752
76402026-08-14T12:02:24.285Zadding route 172.17.0.35/32 -> 10.0.0.255 DEBG
76412026-08-14T12:02:24.285Zreplacing 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 } }]
76422026-08-14T12:02:24.285ZAug 14 12:02:22.752 DEBGAug 14 12:02:22.752 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 } }]DEBG
76432026-08-14T12:02:24.285Z Aug 14 12:02:22.752 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76442026-08-14T12:02:24.285ZAug 14 12:02:22.752 adding route 172.17.0.32/32 -> 10.0.0.255INFO
76452026-08-14T12:02:24.285Z adding route 172.17.0.61/32 -> 10.0.0.255
76462026-08-14T12:02:24.285ZAug 14 12:02:22.752 INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 14 12:02:22.752
76472026-08-14T12:02:24.285Z DEBG Aug 14 12:02:22.752replacing 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 } }]
76482026-08-14T12:02:24.285ZDEBGAug 14 12:02:22.752 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 } }]
76492026-08-14T12:02:24.285ZDEBG 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:02:22.752
76502026-08-14T12:02:24.285Z INFOAug 14 12:02:22.752 adding route 172.17.0.62/32 -> 10.0.0.255Aug 14 12:02:22.752INFO
76512026-08-14T12:02:24.285Z INFOadding route 172.17.0.33/32 -> 10.0.0.255
76522026-08-14T12:02:24.285Zadding route 172.17.0.37/32 -> 10.0.0.255Aug 14 12:02:22.752
76532026-08-14T12:02:24.285Z 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 } }]
76542026-08-14T12:02:24.285ZAug 14 12:02:22.752
76552026-08-14T12:02:24.285ZAug 14 12:02:22.752 DEBGAug 14 12:02:22.752 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
76562026-08-14T12:02:24.286Z adding route 172.17.0.63/32 -> 10.0.0.255Aug 14 12:02:22.752DEBG
76572026-08-14T12:02:24.286Z Aug 14 12:02:22.752replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 14 12:02:22.752INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
76582026-08-14T12:02:24.286ZDEBG
76592026-08-14T12:02:24.286Z 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 } }]
76602026-08-14T12:02:24.286Zadding route 172.17.0.38/32 -> 10.0.0.255
76612026-08-14T12:02:24.286ZAug 14 12:02:22.752Aug 14 12:02:22.752 DEBGAug 14 12:02:22.752Aug 14 12:02:22.752 INFODEBG 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 } }] DEBGfailed to allocate space for the new target list
76622026-08-14T12:02:24.286Zadding route 172.17.0.34/32 -> 10.0.0.255
76632026-08-14T12:02:24.286Z
76642026-08-14T12:02:24.286Zreplacing 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 } }]
76652026-08-14T12:02:24.286ZAug 14 12:02:22.752 Aug 14 12:02:22.752INFO Aug 14 12:02:22.752Aug 14 12:02:22.752 INFODEBGDEBG adding route 3fff:beef:33::/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 } }]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 } }]
76662026-08-14T12:02:24.286Z
76672026-08-14T12:02:24.286Z
76682026-08-14T12:02:24.286Ztest route::tests::delete_target_fragmented ... ok
76692026-08-14T12:02:24.286Ztest route::tests::delete_targets_fragmented ... ok
76702026-08-14T12:02:24.286Z adding route 172.17.0.39/32 -> 10.0.0.255
76712026-08-14T12:02:24.286ZAug 14 12:02:22.752 DEBGAug 14 12:02:22.752 Aug 14 12:02:22.752INFOAug 14 12:02:22.752replacing 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 } }]
76722026-08-14T12:02:24.286Z DEBG DEBGadding route 172.17.0.35/32 -> 10.0.0.255
76732026-08-14T12:02:24.286ZAug 14 12:02:22.752 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 } }]failed to allocate space for the new target list
76742026-08-14T12:02:24.286Z Aug 14 12:02:22.752adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
76752026-08-14T12:02:24.286Z
76762026-08-14T12:02:24.286ZDEBG 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:02:22.752
76772026-08-14T12:02:24.286Z Aug 14 12:02:22.752INFO adding route 172.17.0.40/32 -> 10.0.0.255DEBG
76782026-08-14T12:02:24.286ZAug 14 12:02:22.752 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 } }]
76792026-08-14T12:02:24.286ZINFO adding route 172.17.0.36/32 -> 10.0.0.255
76802026-08-14T12:02:24.286ZAug 14 12:02:22.752Aug 14 12:02:22.752 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 3fff:beef:35::/64 -> 2001:db8::55:ff
76812026-08-14T12:02:24.286Z
76822026-08-14T12:02:24.286ZAug 14 12:02:22.752 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 } }]Aug 14 12:02:22.752
76832026-08-14T12:02:24.287Z Aug 14 12:02:22.752DEBG INFOreplacing 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 } }]
76842026-08-14T12:02:24.287Zadding route 172.17.0.41/32 -> 10.0.0.255
76852026-08-14T12:02:24.287ZAug 14 12:02:22.752 Aug 14 12:02:22.752INFO INFOadding route 172.17.0.37/32 -> 10.0.0.255 Aug 14 12:02:22.752adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
76862026-08-14T12:02:24.287Z
76872026-08-14T12:02:24.287Z 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 } }]Aug 14 12:02:22.752
76882026-08-14T12:02:24.287Z DEBGAug 14 12:02:22.752 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
76892026-08-14T12:02:24.287Z Aug 14 12:02:22.752replacing 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 } }]
76902026-08-14T12:02:24.287ZINFO Aug 14 12:02:22.752adding route 172.17.0.42/32 -> 10.0.0.255
76912026-08-14T12:02:24.287ZINFOAug 14 12:02:22.752 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
76922026-08-14T12:02:24.287ZAug 14 12:02:22.752 adding route 172.17.0.38/32 -> 10.0.0.255DEBG
76932026-08-14T12:02:24.287ZAug 14 12:02:22.752 DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76942026-08-14T12:02:24.287Zreplacing 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 } }]
76952026-08-14T12:02:24.287ZAug 14 12:02:22.752 DEBG Aug 14 12:02:22.752replacing 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:02:22.752
76962026-08-14T12:02:24.287Z INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
76972026-08-14T12:02:24.287Z
76982026-08-14T12:02:24.287ZAug 14 12:02:22.752 INFOAug 14 12:02:22.752Aug 14 12:02:22.752 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76992026-08-14T12:02:24.287Zreplacing 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.39/32 -> 10.0.0.255
77002026-08-14T12:02:24.287Z
77012026-08-14T12:02:24.287ZAug 14 12:02:22.752Aug 14 12:02:22.752Aug 14 12:02:22.752 DEBGINFOINFO 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.44/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
77022026-08-14T12:02:24.287Z
77032026-08-14T12:02:24.287Z
77042026-08-14T12:02:24.287ZAug 14 12:02:22.752Aug 14 12:02:22.752 Aug 14 12:02:22.752 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 } }]
77052026-08-14T12:02:24.287ZINFO 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 } }]adding route 172.17.0.40/32 -> 10.0.0.255
77062026-08-14T12:02:24.287Z
77072026-08-14T12:02:24.287ZAug 14 12:02:22.752 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
77082026-08-14T12:02:24.287ZAug 14 12:02:22.752Aug 14 12:02:22.752 Aug 14 12:02:22.752INFODEBG 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 } }]adding route 172.17.0.45/32 -> 10.0.0.255
77092026-08-14T12:02:24.287Z
77102026-08-14T12:02:24.287Zreplacing 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 } }]
77112026-08-14T12:02:24.292ZAug 14 12:02:22.752Aug 14 12:02:22.752 Aug 14 12:02:22.752 INFODEBGINFO 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 } }]adding route 172.17.0.41/32 -> 10.0.0.255
77122026-08-14T12:02:24.292Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
77132026-08-14T12:02:24.292Z
77142026-08-14T12:02:24.292ZAug 14 12:02:22.780 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 } }]
77152026-08-14T12:02:24.292ZAug 14 12:02:22.780Aug 14 12:02:22.780 INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.46/32 -> 10.0.0.255
77162026-08-14T12:02:24.292Z
77172026-08-14T12:02:24.292ZAug 14 12:02:22.780 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 } }]
77182026-08-14T12:02:24.292ZAug 14 12:02:22.780 DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:02:22.780
77192026-08-14T12:02:24.292Z INFO adding route 172.17.0.47/32 -> 10.0.0.255
77202026-08-14T12:02:24.292ZAug 14 12:02:22.780 INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
77212026-08-14T12:02:24.292ZAug 14 12:02:22.780Aug 14 12:02:22.780 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 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 } }]
77222026-08-14T12:02:24.292Z
77232026-08-14T12:02:24.292ZAug 14 12:02:22.780 INFO adding route 172.17.0.48/32 -> 10.0.0.255
77242026-08-14T12:02:24.293ZAug 14 12:02:22.780 INFO Aug 14 12:02:22.780adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
77252026-08-14T12:02:24.293ZDEBG 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 } }]
77262026-08-14T12:02:24.293ZAug 14 12:02:22.780 DEBGAug 14 12:02:22.780 INFO adding route 172.17.0.49/32 -> 10.0.0.255
77272026-08-14T12:02:24.293Z 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 } }]
77282026-08-14T12:02:24.293ZAug 14 12:02:22.780 DEBG Aug 14 12:02:22.780 DEBG failed to allocate space for the new target list
77292026-08-14T12:02:24.293Zreplacing 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:02:22.780
77302026-08-14T12:02:24.293Z DEBGAug 14 12:02:22.780 INFO adding route 172.17.0.50/32 -> 10.0.0.255
77312026-08-14T12:02:24.293Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
77322026-08-14T12:02:24.293ZAug 14 12:02:22.780 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 } }]
77332026-08-14T12:02:24.293ZAug 14 12:02:22.780 INFO adding route 172.17.0.51/32 -> 10.0.0.255
77342026-08-14T12:02:24.293ZAug 14 12:02:22.780 Aug 14 12:02:22.780DEBG DEBGreplacing 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 } }]
77352026-08-14T12:02:24.293Zreplacing 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 } }]
77362026-08-14T12:02:24.293ZAug 14 12:02:22.780Aug 14 12:02:22.780 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
77372026-08-14T12:02:24.293Z
77382026-08-14T12:02:24.293ZAug 14 12:02:22.780Aug 14 12:02:22.780 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 } }]
77392026-08-14T12:02:24.293Zreplacing 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 } }]
77402026-08-14T12:02:24.293ZAug 14 12:02:22.780Aug 14 12:02:22.780 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255
77412026-08-14T12:02:24.293Zadding route 172.17.0.53/32 -> 10.0.0.255
77422026-08-14T12:02:24.293ZAug 14 12:02:22.780Aug 14 12:02:22.780 DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77432026-08-14T12:02:24.293Z
77442026-08-14T12:02:24.293ZAug 14 12:02:22.780Aug 14 12:02:22.780 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
77452026-08-14T12:02:24.293Z
77462026-08-14T12:02:24.293ZAug 14 12:02:22.780 Aug 14 12:02:22.780DEBG 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 } }]
77472026-08-14T12:02:24.293Zreplacing 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 } }]
77482026-08-14T12:02:24.293ZAug 14 12:02:22.780Aug 14 12:02:22.780 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
77492026-08-14T12:02:24.293Z
77502026-08-14T12:02:24.294ZAug 14 12:02:22.780Aug 14 12:02:22.780 DEBGDEBG 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 } }]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 } }]
77512026-08-14T12:02:24.294Z
77522026-08-14T12:02:24.294ZAug 14 12:02:22.780 Aug 14 12:02:22.780INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255
77532026-08-14T12:02:24.294Zadding route 172.17.0.46/32 -> 10.0.0.255
77542026-08-14T12:02:24.294ZAug 14 12:02:22.780Aug 14 12:02:22.780 DEBGDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77552026-08-14T12:02:24.294Z
77562026-08-14T12:02:24.294ZAug 14 12:02:22.780Aug 14 12:02:22.780 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
77572026-08-14T12:02:24.294Z
77582026-08-14T12:02:24.294ZAug 14 12:02:22.780Aug 14 12:02:22.780 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77592026-08-14T12:02:24.294Z
77602026-08-14T12:02:24.294ZAug 14 12:02:22.780Aug 14 12:02:22.780 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
77612026-08-14T12:02:24.294Z
77622026-08-14T12:02:24.294ZAug 14 12:02:22.780Aug 14 12:02:22.780 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.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 } }]
77632026-08-14T12:02:24.294Z
77642026-08-14T12:02:24.294ZAug 14 12:02:22.780Aug 14 12:02:22.780 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
77652026-08-14T12:02:24.294Z
77662026-08-14T12:02:24.294ZAug 14 12:02:22.780Aug 14 12:02:22.780 DEBGDEBG 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.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 } }]
77672026-08-14T12:02:24.294Z
77682026-08-14T12:02:24.294ZAug 14 12:02:22.780Aug 14 12:02:22.780 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
77692026-08-14T12:02:24.294Z
77702026-08-14T12:02:24.294ZAug 14 12:02:22.780Aug 14 12:02:22.780 DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
77712026-08-14T12:02:24.294Z
77722026-08-14T12:02:24.294ZAug 14 12:02:22.780Aug 14 12:02:22.780 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.51/32 -> 10.0.0.255
77732026-08-14T12:02:24.294Z
77742026-08-14T12:02:24.294ZAug 14 12:02:22.780Aug 14 12:02:22.780 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 } }]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 } }]
77752026-08-14T12:02:24.294Z
77762026-08-14T12:02:24.294ZAug 14 12:02:22.780 INFO adding route 172.17.0.52/32 -> 10.0.0.255
77772026-08-14T12:02:24.294ZAug 14 12:02:22.780 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 } }]
77782026-08-14T12:02:24.295ZAug 14 12:02:22.780 INFO adding route 172.17.0.53/32 -> 10.0.0.255
77792026-08-14T12:02:24.295ZAug 14 12:02:22.780 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 } }]
77802026-08-14T12:02:24.295ZAug 14 12:02:22.780 INFO adding route 172.17.0.54/32 -> 10.0.0.255
77812026-08-14T12:02:24.295ZAug 14 12:02:22.780 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 } }]
77822026-08-14T12:02:24.295ZAug 14 12:02:22.780 INFO adding route 172.17.0.55/32 -> 10.0.0.255
77832026-08-14T12:02:24.295ZAug 14 12:02:22.780 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 } }]
77842026-08-14T12:02:24.295ZAug 14 12:02:22.780 INFO adding route 172.17.0.56/32 -> 10.0.0.255
77852026-08-14T12:02:24.295ZAug 14 12:02:22.780 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 } }]
77862026-08-14T12:02:24.295ZAug 14 12:02:22.780 INFO adding route 172.17.0.57/32 -> 10.0.0.255
77872026-08-14T12:02:24.295ZAug 14 12:02:22.780 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 } }]
77882026-08-14T12:02:24.295ZAug 14 12:02:22.780 INFO adding route 172.17.0.58/32 -> 10.0.0.255
77892026-08-14T12:02:24.295ZAug 14 12:02:22.780 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 } }]
77902026-08-14T12:02:24.295ZAug 14 12:02:22.780 INFO adding route 172.17.0.59/32 -> 10.0.0.255
77912026-08-14T12:02:24.295ZAug 14 12:02:22.780 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 } }]
77922026-08-14T12:02:24.295ZAug 14 12:02:22.780 INFO adding route 172.17.0.60/32 -> 10.0.0.255
77932026-08-14T12:02:24.295ZAug 14 12:02:22.780 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 } }]
77942026-08-14T12:02:24.295ZAug 14 12:02:22.780 DEBG failed to allocate space for the new target list
77952026-08-14T12:02:24.295ZAug 14 12:02:22.780 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 } }]
77962026-08-14T12:02:24.295ZAug 14 12:02:22.781 DEBG created new freemap, unit: freemap_route_ipv4
77972026-08-14T12:02:24.295ZAug 14 12:02:22.781 DEBG created new freemap, unit: freemap_route_ipv6
77982026-08-14T12:02:24.295ZAug 14 12:02:22.781 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
77992026-08-14T12:02:24.295ZAug 14 12:02:22.781 DEBG reset freemap, unit: freemap_route_ipv4
78002026-08-14T12:02:24.295ZAug 14 12:02:22.781 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
78012026-08-14T12:02:24.295ZAug 14 12:02:22.781 DEBG reset freemap, unit: freemap_route_ipv6
78022026-08-14T12:02:24.295ZAug 14 12:02:22.781 INFO adding route 172.16.0.0/32 -> 10.0.0.1
78032026-08-14T12:02:24.295ZAug 14 12:02:22.781 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 } }]
78042026-08-14T12:02:24.295ZAug 14 12:02:22.781 INFO adding route 172.16.0.0/32 -> 10.0.0.2
78052026-08-14T12:02:24.295ZAug 14 12:02:22.781 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 } }]
78062026-08-14T12:02:24.296ZAug 14 12:02:22.781 INFO adding route 172.17.0.0/32 -> 10.0.0.255
78072026-08-14T12:02:24.296ZAug 14 12:02:22.781 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 } }]
78082026-08-14T12:02:24.296ZAug 14 12:02:22.781 INFO adding route 172.17.0.1/32 -> 10.0.0.255
78092026-08-14T12:02:24.296ZAug 14 12:02:22.781 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 } }]
78102026-08-14T12:02:24.296ZAug 14 12:02:22.781 INFO adding route 172.17.0.2/32 -> 10.0.0.255
78112026-08-14T12:02:24.300ZAug 14 12:02:22.781 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 } }]
78122026-08-14T12:02:24.300ZAug 14 12:02:22.781 INFO adding route 172.17.0.3/32 -> 10.0.0.255
78132026-08-14T12:02:24.300ZAug 14 12:02:22.781 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 } }]
78142026-08-14T12:02:24.301ZAug 14 12:02:22.781 INFO adding route 172.17.0.4/32 -> 10.0.0.255
78152026-08-14T12:02:24.301ZAug 14 12:02:22.781 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 } }]
78162026-08-14T12:02:24.301ZAug 14 12:02:22.781 INFO adding route 172.17.0.5/32 -> 10.0.0.255
78172026-08-14T12:02:24.301ZAug 14 12:02:22.781 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 } }]
78182026-08-14T12:02:24.301ZAug 14 12:02:22.781 INFO adding route 172.17.0.6/32 -> 10.0.0.255
78192026-08-14T12:02:24.301ZAug 14 12:02:22.781 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 } }]
78202026-08-14T12:02:24.301ZAug 14 12:02:22.781 INFO adding route 172.17.0.7/32 -> 10.0.0.255
78212026-08-14T12:02:24.301ZAug 14 12:02:22.781 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 } }]
78222026-08-14T12:02:24.301ZAug 14 12:02:22.781 INFO adding route 172.17.0.8/32 -> 10.0.0.255
78232026-08-14T12:02:24.301ZAug 14 12:02:22.781 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 } }]
78242026-08-14T12:02:24.301ZAug 14 12:02:22.781 INFO adding route 172.17.0.9/32 -> 10.0.0.255
78252026-08-14T12:02:24.301ZAug 14 12:02:22.781 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 } }]
78262026-08-14T12:02:24.301ZAug 14 12:02:22.781 INFO adding route 172.17.0.10/32 -> 10.0.0.255
78272026-08-14T12:02:24.301ZAug 14 12:02:22.781 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 } }]
78282026-08-14T12:02:24.301ZAug 14 12:02:22.781 INFO adding route 172.17.0.11/32 -> 10.0.0.255
78292026-08-14T12:02:24.301ZAug 14 12:02:22.781 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 } }]
78302026-08-14T12:02:24.301ZAug 14 12:02:22.796 INFO adding route 172.17.0.12/32 -> 10.0.0.255
78312026-08-14T12:02:24.301ZAug 14 12:02:22.796 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 } }]
78322026-08-14T12:02:24.301ZAug 14 12:02:22.796 INFO adding route 172.17.0.13/32 -> 10.0.0.255
78332026-08-14T12:02:24.301ZAug 14 12:02:22.796 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 } }]
78342026-08-14T12:02:24.301ZAug 14 12:02:22.796 INFO adding route 172.17.0.14/32 -> 10.0.0.255
78352026-08-14T12:02:24.301ZAug 14 12:02:22.796 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 } }]
78362026-08-14T12:02:24.301ZAug 14 12:02:22.796 INFO adding route 172.17.0.15/32 -> 10.0.0.255
78372026-08-14T12:02:24.301ZAug 14 12:02:22.796 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 } }]
78382026-08-14T12:02:24.301ZAug 14 12:02:22.796 INFO adding route 172.17.0.16/32 -> 10.0.0.255
78392026-08-14T12:02:24.301ZAug 14 12:02:22.796 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 } }]
78402026-08-14T12:02:24.301ZAug 14 12:02:22.796 INFO adding route 172.17.0.17/32 -> 10.0.0.255
78412026-08-14T12:02:24.302ZAug 14 12:02:22.796 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 } }]
78422026-08-14T12:02:24.302ZAug 14 12:02:22.796 INFO adding route 172.17.0.18/32 -> 10.0.0.255
78432026-08-14T12:02:24.302ZAug 14 12:02:22.796 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 } }]
78442026-08-14T12:02:24.302ZAug 14 12:02:22.796 INFO adding route 172.17.0.19/32 -> 10.0.0.255
78452026-08-14T12:02:24.302ZAug 14 12:02:22.796 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 } }]
78462026-08-14T12:02:24.302ZAug 14 12:02:22.796 INFO adding route 172.17.0.20/32 -> 10.0.0.255
78472026-08-14T12:02:24.302ZAug 14 12:02:22.796 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 } }]
78482026-08-14T12:02:24.302ZAug 14 12:02:22.796 INFO adding route 172.17.0.21/32 -> 10.0.0.255
78492026-08-14T12:02:24.302ZAug 14 12:02:22.796 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 } }]
78502026-08-14T12:02:24.302ZAug 14 12:02:22.796 INFO adding route 172.17.0.22/32 -> 10.0.0.255
78512026-08-14T12:02:24.302ZAug 14 12:02:22.796 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 } }]
78522026-08-14T12:02:24.302ZAug 14 12:02:22.796 INFO adding route 172.17.0.23/32 -> 10.0.0.255
78532026-08-14T12:02:24.302ZAug 14 12:02:22.796 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 } }]
78542026-08-14T12:02:24.302ZAug 14 12:02:22.796 INFO adding route 172.17.0.24/32 -> 10.0.0.255
78552026-08-14T12:02:24.302ZAug 14 12:02:22.796 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 } }]
78562026-08-14T12:02:24.302ZAug 14 12:02:22.796 INFO adding route 172.17.0.25/32 -> 10.0.0.255
78572026-08-14T12:02:24.302ZAug 14 12:02:22.796 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 } }]
78582026-08-14T12:02:24.302ZAug 14 12:02:22.796 INFO adding route 172.17.0.26/32 -> 10.0.0.255
78592026-08-14T12:02:24.302ZAug 14 12:02:22.796 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 } }]
78602026-08-14T12:02:24.302ZAug 14 12:02:22.796 INFO adding route 172.17.0.27/32 -> 10.0.0.255
78612026-08-14T12:02:24.302ZAug 14 12:02:22.796 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 } }]
78622026-08-14T12:02:24.302ZAug 14 12:02:22.796 INFO adding route 172.17.0.28/32 -> 10.0.0.255
78632026-08-14T12:02:24.302ZAug 14 12:02:22.796 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 } }]
78642026-08-14T12:02:24.302ZAug 14 12:02:22.796 INFO adding route 172.17.0.29/32 -> 10.0.0.255
78652026-08-14T12:02:24.302ZAug 14 12:02:22.796 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 } }]
78662026-08-14T12:02:24.302ZAug 14 12:02:22.796 INFO adding route 172.17.0.30/32 -> 10.0.0.255
78672026-08-14T12:02:24.302ZAug 14 12:02:22.796 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 } }]
78682026-08-14T12:02:24.303Ztest route::tests::delete_target_full ... ok
78692026-08-14T12:02:24.303Z
78702026-08-14T12:02:24.303Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
78712026-08-14T12:02:24.303Z
78722026-08-14T12:02:24.303ZAug 14 12:02:22.796 INFO adding route 172.17.0.31/32 -> 10.0.0.255
78732026-08-14T12:02:24.303ZAug 14 12:02:22.796 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 } }]
78742026-08-14T12:02:24.303ZAug 14 12:02:22.796 INFO adding route 172.17.0.32/32 -> 10.0.0.255
78752026-08-14T12:02:24.303ZAug 14 12:02:22.796 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 } }]
78762026-08-14T12:02:24.303ZAug 14 12:02:22.796 INFO adding route 172.17.0.33/32 -> 10.0.0.255
78772026-08-14T12:02:24.303ZAug 14 12:02:22.796 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 } }]
78782026-08-14T12:02:24.303ZAug 14 12:02:22.796 INFO adding route 172.17.0.34/32 -> 10.0.0.255
78792026-08-14T12:02:24.303ZAug 14 12:02:22.796 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 } }]
78802026-08-14T12:02:24.303ZAug 14 12:02:22.796 INFO adding route 172.17.0.35/32 -> 10.0.0.255
78812026-08-14T12:02:24.303ZAug 14 12:02:22.796 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 } }]
78822026-08-14T12:02:24.303ZAug 14 12:02:22.796 INFO adding route 172.17.0.36/32 -> 10.0.0.255
78832026-08-14T12:02:24.303ZAug 14 12:02:22.796 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 } }]
78842026-08-14T12:02:24.303ZAug 14 12:02:22.796 INFO adding route 172.17.0.37/32 -> 10.0.0.255
78852026-08-14T12:02:24.303ZAug 14 12:02:22.796 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 } }]
78862026-08-14T12:02:24.303ZAug 14 12:02:22.796 INFO adding route 172.17.0.38/32 -> 10.0.0.255
78872026-08-14T12:02:24.303ZAug 14 12:02:22.796 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 } }]
78882026-08-14T12:02:24.303ZAug 14 12:02:22.796 INFO adding route 172.17.0.39/32 -> 10.0.0.255
78892026-08-14T12:02:24.303ZAug 14 12:02:22.796 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 } }]
78902026-08-14T12:02:24.303ZAug 14 12:02:22.796 INFO adding route 172.17.0.40/32 -> 10.0.0.255
78912026-08-14T12:02:24.303ZAug 14 12:02:22.796 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 } }]
78922026-08-14T12:02:24.303ZAug 14 12:02:22.796 INFO adding route 172.17.0.41/32 -> 10.0.0.255
78932026-08-14T12:02:24.303ZAug 14 12:02:22.804 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 } }]
78942026-08-14T12:02:24.303ZAug 14 12:02:22.804 INFO adding route 172.17.0.42/32 -> 10.0.0.255
78952026-08-14T12:02:24.303ZAug 14 12:02:22.804 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 } }]
78962026-08-14T12:02:24.304ZAug 14 12:02:22.804 INFO adding route 172.17.0.43/32 -> 10.0.0.255
78972026-08-14T12:02:24.304ZAug 14 12:02:22.804 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 } }]
78982026-08-14T12:02:24.304ZAug 14 12:02:22.804 INFO adding route 172.17.0.44/32 -> 10.0.0.255
78992026-08-14T12:02:24.304ZAug 14 12:02:22.804 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 } }]
79002026-08-14T12:02:24.304ZAug 14 12:02:22.804 INFO adding route 172.17.0.45/32 -> 10.0.0.255
79012026-08-14T12:02:24.304ZAug 14 12:02:22.804 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 } }]
79022026-08-14T12:02:24.304ZAug 14 12:02:22.804 INFO adding route 172.17.0.46/32 -> 10.0.0.255
79032026-08-14T12:02:24.304ZAug 14 12:02:22.804 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 } }]
79042026-08-14T12:02:24.304ZAug 14 12:02:22.804 INFO adding route 172.17.0.47/32 -> 10.0.0.255
79052026-08-14T12:02:24.304ZAug 14 12:02:22.804 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 } }]
79062026-08-14T12:02:24.304ZAug 14 12:02:22.804 INFO adding route 172.17.0.48/32 -> 10.0.0.255
79072026-08-14T12:02:24.304ZAug 14 12:02:22.804 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 } }]
79082026-08-14T12:02:24.304ZAug 14 12:02:22.804 INFO adding route 172.17.0.49/32 -> 10.0.0.255
79092026-08-14T12:02:24.304ZAug 14 12:02:22.804 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 } }]
79102026-08-14T12:02:24.304ZAug 14 12:02:22.804 INFO adding route 172.17.0.50/32 -> 10.0.0.255
79112026-08-14T12:02:24.310ZAug 14 12:02:22.804 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 } }]
79122026-08-14T12:02:24.310ZAug 14 12:02:22.804 INFO adding route 172.17.0.51/32 -> 10.0.0.255
79132026-08-14T12:02:24.310ZAug 14 12:02:22.804 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 } }]
79142026-08-14T12:02:24.310ZAug 14 12:02:22.804 INFO adding route 172.17.0.52/32 -> 10.0.0.255
79152026-08-14T12:02:24.310ZAug 14 12:02:22.804 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 } }]
79162026-08-14T12:02:24.310ZAug 14 12:02:22.804 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79172026-08-14T12:02:24.310ZAug 14 12:02:22.804 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 } }]
79182026-08-14T12:02:24.310ZAug 14 12:02:22.804 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79192026-08-14T12:02:24.310ZAug 14 12:02:22.804 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 } }]
79202026-08-14T12:02:24.310ZAug 14 12:02:22.804 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79212026-08-14T12:02:24.310ZAug 14 12:02:22.804 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 } }]
79222026-08-14T12:02:24.310ZAug 14 12:02:22.804 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79232026-08-14T12:02:24.310ZAug 14 12:02:22.804 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 } }]
79242026-08-14T12:02:24.310ZAug 14 12:02:22.804 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79252026-08-14T12:02:24.310ZAug 14 12:02:22.804 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 } }]
79262026-08-14T12:02:24.310ZAug 14 12:02:22.804 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79272026-08-14T12:02:24.310ZAug 14 12:02:22.804 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 } }]
79282026-08-14T12:02:24.310ZAug 14 12:02:22.804 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79292026-08-14T12:02:24.310ZAug 14 12:02:22.804 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 } }]
79302026-08-14T12:02:24.311ZAug 14 12:02:22.804 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79312026-08-14T12:02:24.311ZAug 14 12:02:22.805 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 } }]
79322026-08-14T12:02:24.311ZAug 14 12:02:22.805 INFO adding route 172.17.0.61/32 -> 10.0.0.255
79332026-08-14T12:02:24.311ZAug 14 12:02:22.805 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 } }]
79342026-08-14T12:02:24.311ZAug 14 12:02:22.805 INFO adding route 172.17.0.62/32 -> 10.0.0.255
79352026-08-14T12:02:24.311ZAug 14 12:02:22.805 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 } }]
79362026-08-14T12:02:24.311ZAug 14 12:02:22.805 DEBG failed to allocate space for the new target list
79372026-08-14T12:02:24.311ZAug 14 12:02:22.805 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 } }]
79382026-08-14T12:02:24.311Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-696ee5442bd93402)
79392026-08-14T12:02:24.311Z
79402026-08-14T12:02:24.311Zrunning 0 tests
79412026-08-14T12:02:24.311Z
79422026-08-14T12:02:24.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79432026-08-14T12:02:24.311Z
79442026-08-14T12:02:24.311Z Running unittests src/lib.rs (target/debug/deps/dpd_api-cd1b9f4a0bf3bd95)
79452026-08-14T12:02:24.311Z
79462026-08-14T12:02:24.311Zrunning 0 tests
79472026-08-14T12:02:24.311Z
79482026-08-14T12:02:24.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79492026-08-14T12:02:24.311Z
79502026-08-14T12:02:24.311Z Running unittests src/lib.rs (target/debug/deps/dpd_client-01ad159aa705243b)
79512026-08-14T12:02:24.311Z
79522026-08-14T12:02:24.311Zrunning 6 tests
79532026-08-14T12:02:24.311Ztest tests::test_full_lot_id_both_present ... ok
79542026-08-14T12:02:24.311Ztest tests::test_full_lot_id_lotnum_only ... ok
79552026-08-14T12:02:24.311Ztest tests::test_full_lot_id_neither_present ... ok
79562026-08-14T12:02:24.311Ztest tests::test_full_lot_id_lot_only ... ok
79572026-08-14T12:02:24.312Ztest tests::test_parse_client_port_id ... ok
79582026-08-14T12:02:24.312Ztest tests::test_port_id_cmp ... ok
79592026-08-14T12:02:24.312Z
79602026-08-14T12:02:24.312Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79612026-08-14T12:02:24.312Z
79622026-08-14T12:02:24.312Z Running tests/test_all.rs (target/debug/deps/test_all-5d9fbf4ac0a87495)
79632026-08-14T12:02:24.312Z
79642026-08-14T12:02:24.312Zrunning 0 tests
79652026-08-14T12:02:24.312Z
79662026-08-14T12:02:24.312Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79672026-08-14T12:02:24.312Z
79682026-08-14T12:02:24.312Z Running unittests src/lib.rs (target/debug/deps/dpd_types-3e6bfbc8380dbf99)
79692026-08-14T12:02:24.312Z
79702026-08-14T12:02:24.312Zrunning 0 tests
79712026-08-14T12:02:24.312Z
79722026-08-14T12:02:24.312Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79732026-08-14T12:02:24.312Z
79742026-08-14T12:02:24.312Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9daf43cdfa0ac479)
79752026-08-14T12:02:24.312Z
79762026-08-14T12:02:24.312Zrunning 0 tests
79772026-08-14T12:02:24.312Z
79782026-08-14T12:02:24.312Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79792026-08-14T12:02:24.312Z
79802026-08-14T12:02:24.312Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
79812026-08-14T12:02:24.312Z
79822026-08-14T12:02:24.312Zrunning 12 tests
79832026-08-14T12:02:24.312Ztest icmp::test_v6_checksum ... ok
79842026-08-14T12:02:24.312Ztest icmp::test_v4_checksum ... ok
79852026-08-14T12:02:24.313Ztest ipv6::test_ipv6_parse ... ok
79862026-08-14T12:02:24.313Ztest lldp::test_lldp_parse ... ok
79872026-08-14T12:02:24.313Ztest pbuf::test_byte ... ok
79882026-08-14T12:02:24.313Ztest pbuf::test_nibble ... ok
79892026-08-14T12:02:24.313Ztest pbuf::test_short ... ok
79902026-08-14T12:02:24.313Ztest pbuf::test_overflow ... ok
79912026-08-14T12:02:24.313Ztest pbuf::test_twelve ... ok
79922026-08-14T12:02:24.313Ztest pbuf::test_word ... ok
79932026-08-14T12:02:24.313Ztest tcp::test_checksum_ack_data ... ok
79942026-08-14T12:02:24.313Ztest tcp::test_checksum_syn_nodata ... ok
79952026-08-14T12:02:24.313Z
79962026-08-14T12:02:24.313Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79972026-08-14T12:02:24.313Z
79982026-08-14T12:02:24.313Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
79992026-08-14T12:02:24.313Z
80002026-08-14T12:02:24.313Zrunning 0 tests
80012026-08-14T12:02:24.313Z
80022026-08-14T12:02:24.313Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80032026-08-14T12:02:24.313Z
80042026-08-14T12:02:24.313Z Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc)
80052026-08-14T12:02:24.313Z
80062026-08-14T12:02:24.313Zrunning 5 tests
80072026-08-14T12:02:24.319Ztest switchport::test::test_compute_lanes ... ok
80082026-08-14T12:02:24.319Ztest switchport::test::port_id_ordering ... ok
80092026-08-14T12:02:24.319Ztest link::test_filter ... ok
80102026-08-14T12:02:24.319Z Lane 0 Lane 1 Lane 2 Lane 3
80112026-08-14T12:02:24.319Z Rx Loss-of-lock: Yes Yes Yes Yes
80122026-08-14T12:02:24.319Z Rx Loss-of-signal: Yes Lane 0 Yes Yes Lane 1Yes
80132026-08-14T12:02:24.319Z Rx CDR Enabled: YesLane 2 Yes Lane 3Yes
80142026-08-14T12:02:24.319ZYes
80152026-08-14T12:02:24.319Z State: Activated Tx Enabled: Yes Activated Yes ActivatedYes YesActivated
80162026-08-14T12:02:24.319Z
80172026-08-14T12:02:24.319Z Tx Loss-of-lock: No Rx Output Enabled: false Nofalse Nofalse Nofalse
80182026-08-14T12:02:24.319Z
80192026-08-14T12:02:24.319Z Tx Loss-of-signal: No Rx Output Status: validNo validNo No
80202026-08-14T12:02:24.319Zvalid Tx CDR Enabled: No validNo
80212026-08-14T12:02:24.320Z No Rx Loss-of-lock: true No
80222026-08-14T12:02:24.320Ztrue true Tx Adaptive EQ Fault: No true
80232026-08-14T12:02:24.320ZNo Rx Loss-of-signal: falseNo falseNo
80242026-08-14T12:02:24.320Zfalse Tx Fault: Yesfalse
80252026-08-14T12:02:24.320ZYesRx Auto-squelch Disable: true Yestrue Yes
80262026-08-14T12:02:24.320Ztrue true
80272026-08-14T12:02:24.320Z Tx Output Enabled: true true true true
80282026-08-14T12:02:24.320Z Tx Output Status: invalid invalid invalid invalid
80292026-08-14T12:02:24.320Z Tx Loss-of-lock: false false false false
80302026-08-14T12:02:24.320Z Tx Loss-of-signal: true true true true
80312026-08-14T12:02:24.320ZTx Auto-squelch Disable: false false false false
80322026-08-14T12:02:24.320Z Tx Adaptive EQ Fail: true true true true
80332026-08-14T12:02:24.320Z Tx Failure: false false false false
80342026-08-14T12:02:24.320Z Tx Force Squelch: true true true true
80352026-08-14T12:02:24.320Z Tx Input Polarity: normal normal normal normal
80362026-08-14T12:02:24.320Ztest switchport::test::test_print_cmis_datapath ... ok
80372026-08-14T12:02:24.320Ztest switchport::test::test_print_sff_datapath ... ok
80382026-08-14T12:02:24.320Z
80392026-08-14T12:02:24.320Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80402026-08-14T12:02:24.320Z
80412026-08-14T12:02:24.320Z Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7)
80422026-08-14T12:02:24.383Z
80432026-08-14T12:02:24.383Zrunning 1 test
80442026-08-14T12:02:24.383Ztest test_p4_counter_list ... ignored
80452026-08-14T12:02:24.383Z
80462026-08-14T12:02:24.383Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80472026-08-14T12:02:24.383Z
80482026-08-14T12:02:24.383Z Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43)
80492026-08-14T12:02:24.383Z
80502026-08-14T12:02:24.383Zrunning 5 tests
80512026-08-14T12:02:24.383Ztest test_an ... ignored
80522026-08-14T12:02:24.383Ztest test_enable ... ignored
80532026-08-14T12:02:24.383Ztest test_ip_addresses ... ignored
80542026-08-14T12:02:24.384Ztest test_kr ... ignored
80552026-08-14T12:02:24.384Ztest test_mac ... ignored
80562026-08-14T12:02:24.384Z
80572026-08-14T12:02:24.384Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80582026-08-14T12:02:24.384Z
80592026-08-14T12:02:24.384Z Running unittests src/main.rs (target/debug/deps/tfportd-1ae81b2a3d099b28)
80602026-08-14T12:02:24.384Z
80612026-08-14T12:02:24.384Zrunning 3 tests
80622026-08-14T12:02:24.384Ztest linklocal::test_parse_ipadm ... ok
80632026-08-14T12:02:24.384Ztest tfport::test_parse_tfport ... ok
80642026-08-14T12:02:24.384Ztest config::tests::test_updates ... ok
80652026-08-14T12:02:24.384Z
80662026-08-14T12:02:24.384Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80672026-08-14T12:02:24.384Z
80682026-08-14T12:02:24.384Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
80692026-08-14T12:02:24.384Z
80702026-08-14T12:02:24.384Zrunning 0 tests
80712026-08-14T12:02:24.384Z
80722026-08-14T12:02:24.384Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80732026-08-14T12:02:24.384Z
80742026-08-14T12:02:24.384Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
80752026-08-14T12:02:24.384Z
80762026-08-14T12:02:24.384Zrunning 0 tests
80772026-08-14T12:02:24.384Z
80782026-08-14T12:02:24.384Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80792026-08-14T12:02:24.384Z
80802026-08-14T12:02:24.384Z Doc-tests aal
80812026-08-14T12:02:24.465Z
80822026-08-14T12:02:24.466Zrunning 0 tests
80832026-08-14T12:02:24.466Z
80842026-08-14T12:02:24.466Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80852026-08-14T12:02:24.466Z
80862026-08-14T12:02:24.482Z Doc-tests aal_macros
80872026-08-14T12:02:24.550Z
80882026-08-14T12:02:24.551Zrunning 0 tests
80892026-08-14T12:02:24.551Z
80902026-08-14T12:02:24.551Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80912026-08-14T12:02:24.554Z
80922026-08-14T12:02:24.563Z Doc-tests common
80932026-08-14T12:02:24.795Z
80942026-08-14T12:02:24.795Zrunning 0 tests
80952026-08-14T12:02:24.796Z
80962026-08-14T12:02:24.796Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80972026-08-14T12:02:24.796Z
80982026-08-14T12:02:24.816Z Doc-tests dpd_api
80992026-08-14T12:02:25.559Z
81002026-08-14T12:02:25.559Zrunning 2 tests
81012026-08-14T12:02:25.559Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
81022026-08-14T12:02:25.559Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
81032026-08-14T12:02:25.560Z
81042026-08-14T12:02:25.560Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81052026-08-14T12:02:25.560Z
81062026-08-14T12:02:25.590Z Doc-tests dpd_client
81072026-08-14T12:02:26.844Z
81082026-08-14T12:02:26.844Zrunning 0 tests
81092026-08-14T12:02:26.844Z
81102026-08-14T12:02:26.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81112026-08-14T12:02:26.844Z
81122026-08-14T12:02:26.889Z Doc-tests dpd_types
81132026-08-14T12:02:27.096Z
81142026-08-14T12:02:27.097Zrunning 0 tests
81152026-08-14T12:02:27.097Z
81162026-08-14T12:02:27.097Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81172026-08-14T12:02:27.097Z
81182026-08-14T12:02:27.122Z Doc-tests dpd_types_versions
81192026-08-14T12:02:28.318Z
81202026-08-14T12:02:28.318Zrunning 1 test
81212026-08-14T12:02:28.318Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81222026-08-14T12:02:28.318Z
81232026-08-14T12:02:28.318Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81242026-08-14T12:02:28.318Z
81252026-08-14T12:02:28.361Z Doc-tests packet
81262026-08-14T12:02:28.475Z
81272026-08-14T12:02:28.475Zrunning 0 tests
81282026-08-14T12:02:28.475Z
81292026-08-14T12:02:28.475Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81302026-08-14T12:02:28.475Z
81312026-08-14T12:02:28.491Z Doc-tests pcap
81322026-08-14T12:02:28.542Z
81332026-08-14T12:02:28.542Zrunning 0 tests
81342026-08-14T12:02:28.542Z
81352026-08-14T12:02:28.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81362026-08-14T12:02:28.542Z
81372026-08-14T12:02:28.591Z+ for feat in tofino_stub tofino_asic softnpu chaos
81382026-08-14T12:02:28.591Z+ RUST_BACKTRACE=full
81392026-08-14T12:02:28.591Z+ cargo test --features chaos --no-fail-fast
81402026-08-14T12:02:29.195Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81412026-08-14T12:02:29.275Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81422026-08-14T12:02:29.284Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81432026-08-14T12:02:37.546Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81442026-08-14T12:02:37.674Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81452026-08-14T12:03:12.510Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.90s
81462026-08-14T12:03:12.638Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
81472026-08-14T12:03:12.641Z
81482026-08-14T12:03:12.641Zrunning 5 tests
81492026-08-14T12:03:12.641Ztest fuse::tests::chip_revision_a0 ... ok
81502026-08-14T12:03:12.641Ztest fuse::tests::chip_revision_b1 ... ok
81512026-08-14T12:03:12.641Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
81522026-08-14T12:03:12.641Ztest fuse::tests::chip_revision_unknown_device_id ... ok
81532026-08-14T12:03:12.641Ztest fuse::tests::chip_revision_b0 ... ok
81542026-08-14T12:03:12.641Z
81552026-08-14T12:03:12.641Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81562026-08-14T12:03:12.642Z
81572026-08-14T12:03:12.642Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81582026-08-14T12:03:12.645Z
81592026-08-14T12:03:12.645Zrunning 0 tests
81602026-08-14T12:03:12.645Z
81612026-08-14T12:03:12.645Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81622026-08-14T12:03:12.645Z
81632026-08-14T12:03:12.648Z Running unittests src/lib.rs (target/debug/deps/asic-a23d923fc57e1b37)
81642026-08-14T12:03:12.651Z
81652026-08-14T12:03:12.651Zrunning 0 tests
81662026-08-14T12:03:12.652Z
81672026-08-14T12:03:12.652Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81682026-08-14T12:03:12.652Z
81692026-08-14T12:03:12.652Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
81702026-08-14T12:03:12.656Z
81712026-08-14T12:03:12.657Zrunning 11 tests
81722026-08-14T12:03:12.660Ztest nat::tests::test_vni ... ok
81732026-08-14T12:03:12.660Ztest network::tests::test_equal ... ok
81742026-08-14T12:03:12.660Ztest network::tests::test_eui64 ... ok
81752026-08-14T12:03:12.660Ztest network::tests::test_into ... ok
81762026-08-14T12:03:12.660Ztest network::tests::test_generate_ipv6_link_local ... ok
81772026-08-14T12:03:12.660Ztest network::tests::test_not_equal ... ok
81782026-08-14T12:03:12.660Ztest network::tests::test_to_string ... ok
81792026-08-14T12:03:12.660Ztest ports::tests::port_ids_are_ascii ... ok
81802026-08-14T12:03:12.660Ztest network::tests::test_parse ... ok
81812026-08-14T12:03:12.660Ztest test_purge ... ok
81822026-08-14T12:03:12.664Ztest illumos::test::address_exists_handles_missing_object ... ok
81832026-08-14T12:03:12.664Z
81842026-08-14T12:03:12.664Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81852026-08-14T12:03:12.664Z
81862026-08-14T12:03:12.664Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
81872026-08-14T12:03:12.690Z
81882026-08-14T12:03:12.690Zrunning 1 test
81892026-08-14T12:03:12.693Z -------
81902026-08-14T12:03:12.696Z Generating OpenAPI documents from API definitions ...
81912026-08-14T12:03:12.852Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81922026-08-14T12:03:12.921Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81932026-08-14T12:03:13.902Z -------
81942026-08-14T12:03:13.902Z Checking 12 OpenAPI documents...
81952026-08-14T12:03:13.902Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-08-14T12:03:13.902Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81972026-08-14T12:03:13.906Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81982026-08-14T12:03:13.906Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81992026-08-14T12:03:13.906Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
82002026-08-14T12:03:13.906Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
82012026-08-14T12:03:13.906Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
82022026-08-14T12:03:13.906Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
82032026-08-14T12:03:13.906Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
82042026-08-14T12:03:13.906Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
82052026-08-14T12:03:13.906Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
82062026-08-14T12:03:13.906Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
82072026-08-14T12:03:13.906Z Fresh dpd "latest" symlink
82082026-08-14T12:03:13.906Z -------
82092026-08-14T12:03:13.906Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
82102026-08-14T12:03:13.970Ztest test::test_apis_up_to_date ... ok
82112026-08-14T12:03:13.970Z
82122026-08-14T12:03:13.970Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
82132026-08-14T12:03:13.970Z
82142026-08-14T12:03:14.030Z Running unittests src/main.rs (target/debug/deps/dpd-6d6720b10860fcd3)
82152026-08-14T12:03:14.035Z
82162026-08-14T12:03:14.035Zrunning 34 tests
82172026-08-14T12:03:14.038Ztest freemap::test_ordering ... ok
82182026-08-14T12:03:14.038Ztest config::tests::test_updates ... ok
82192026-08-14T12:03:14.038Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82202026-08-14T12:03:14.038Ztest freemap::test_split ... ok
82212026-08-14T12:03:14.038Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82222026-08-14T12:03:14.043Ztest macaddrs::tests::test_mac_offset ... ok
82232026-08-14T12:03:14.043Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82242026-08-14T12:03:14.043ZAug 14 12:03:12.578 DEBG created new freemap, unit: freemap_test
82252026-08-14T12:03:14.043ZAug 14 12:03:12.578 DEBG initted freemap. size: 128, unit: freemap_test
82262026-08-14T12:03:14.043ZAug 14 12:03:12.578 DEBG reset freemap, unit: freemap_test
82272026-08-14T12:03:14.043Ztest macaddrs::tests::test_parse_port_id ... ok
82282026-08-14T12:03:14.043Ztest freemap::test_free ... ok
82292026-08-14T12:03:14.043ZAug 14 12:03:12.578 DEBG created new freemap, unit: freemap_test
82302026-08-14T12:03:14.043ZAug 14 12:03:12.578 DEBG initted freemap. size: 128, unit: freemap_test
82312026-08-14T12:03:14.043ZAug 14 12:03:12.578 DEBG reset freemap, unit: freemap_test
82322026-08-14T12:03:14.043Ztest nat::test_mapping ... ok
82332026-08-14T12:03:14.043ZAug 14 12:03:12.578 DEBG created new freemap, Aug 14 12:03:12.578unit :DEBG freemap_testcreated new freemap
82342026-08-14T12:03:14.043Z, unit: freemap_test
82352026-08-14T12:03:14.043ZAug 14 12:03:12.578 DEBG initted freemap. size: 128, unit: freemap_test
82362026-08-14T12:03:14.043ZAug 14 12:03:12.579 DEBG reset freemap, unit: freemap_testAug 14 12:03:12.578
82372026-08-14T12:03:14.043Z DEBG initted freemap. size: 128, unit: freemap_test
82382026-08-14T12:03:14.043ZAug 14 12:03:12.579 DEBG reset freemap, unit: freemap_test
82392026-08-14T12:03:14.043Ztest freemap::test_reclaim ... ok
82402026-08-14T12:03:14.044Ztest freemap::test_exhaustion ... ok
82412026-08-14T12:03:14.044Ztest freemap::test_basic ... ok
82422026-08-14T12:03:14.044Ztest port_map::tests::test_backplane_group ... ok
82432026-08-14T12:03:14.044Ztest port_map::tests::test_port_map ... ok
82442026-08-14T12:03:14.044Ztest port_map::tests::dump_map ... ok
82452026-08-14T12:03:14.044ZAug 14 12:03:12.579 DEBG created new freemap, unit: freemap_test
82462026-08-14T12:03:14.044ZAug 14 12:03:12.579 DEBG initted freemap. size: 8, unit: freemap_test
82472026-08-14T12:03:14.044ZAug 14 12:03:12.579 DEBG reset freemap, unit: freemap_test
82482026-08-14T12:03:14.044Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82492026-08-14T12:03:14.044ZAug 14 12:03:12.579 DEBG created new freemap, unit: freemap_test
82502026-08-14T12:03:14.044ZAug 14 12:03:12.579 DEBG initted freemap. size: 128, unitAug 14 12:03:12.579: DEBGfreemap_test
82512026-08-14T12:03:14.044Zcreated new freemap, unit:Aug 14 12:03:12.579 freemap_route_ipv4DEBG
82522026-08-14T12:03:14.044Z reset freemap, unit: Aug 14 12:03:12.579freemap_test
82532026-08-14T12:03:14.044ZDEBG created new freemap, unit: freemap_route_ipv6
82542026-08-14T12:03:14.044ZAug 14 12:03:12.580Aug 14 12:03:12.579 DEBGDEBG initted freemap. size: 64created new freemap, unit, :unit :freemap_route_ipv4
82552026-08-14T12:03:14.044Zfreemap_route_ipv4
82562026-08-14T12:03:14.044ZAug 14 12:03:12.580 DEBG reset freemap, Aug 14 12:03:12.580unit :DEBG freemap_route_ipv4created new freemap
82572026-08-14T12:03:14.044Z, unit: freemap_route_ipv6Aug 14 12:03:12.580
82582026-08-14T12:03:14.044Z DEBG initted freemap. size: 64, unit:Aug 14 12:03:12.580 freemap_route_ipv6DEBG
82592026-08-14T12:03:14.044Z initted freemap. size: 64, Aug 14 12:03:12.580unit :DEBG freemap_route_ipv4reset freemap
82602026-08-14T12:03:14.044Z, unit:Aug 14 12:03:12.580 freemap_route_ipv6DEBG
82612026-08-14T12:03:14.044Z reset freemap, unit:Aug 14 12:03:12.580 freemap_route_ipv4INFO
82622026-08-14T12:03:14.044Z adding route 3fff:dead::/64 -> 2001:db8::55:1
82632026-08-14T12:03:14.044ZAug 14 12:03:12.580 DEBGAug 14 12:03:12.580 initted freemap. size: 64DEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]:
82642026-08-14T12:03:14.044Z freemap_route_ipv6
82652026-08-14T12:03:14.044ZAug 14 12:03:12.580 INFOAug 14 12:03:12.580 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
82662026-08-14T12:03:14.044Z reset freemap, unit:Aug 14 12:03:12.580 freemap_route_ipv6DEBG
82672026-08-14T12:03:14.044Z 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 } }]
82682026-08-14T12:03:14.044ZAug 14 12:03:12.580 INFO Aug 14 12:03:12.580adding route 3fff:dead::/64 -> 2001:db8::55:1
82692026-08-14T12:03:14.044ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3
82702026-08-14T12:03:14.044ZAug 14 12:03:12.580 DEBG Aug 14 12:03:12.580replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
82712026-08-14T12:03:14.044ZDEBG 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:03:12.580
82722026-08-14T12:03:14.044Z INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
82732026-08-14T12:03:14.044ZAug 14 12:03:12.580 INFOAug 14 12:03:12.580 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
82742026-08-14T12:03:14.044Z 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 } }]
82752026-08-14T12:03:14.044ZAug 14 12:03:12.580 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 } }]
82762026-08-14T12:03:14.044ZAug 14 12:03:12.580 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
82772026-08-14T12:03:14.044ZAug 14 12:03:12.580 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 } }]
82782026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82792026-08-14T12:03:14.045ZAug 14 12:03:12.580 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 } }]
82802026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82812026-08-14T12:03:14.045ZAug 14 12:03:12.580 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 } }]
82822026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82832026-08-14T12:03:14.045ZAug 14 12:03:12.580 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 } }]
82842026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82852026-08-14T12:03:14.045ZAug 14 12:03:12.580 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 } }]
82862026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82872026-08-14T12:03:14.045ZAug 14 12:03:12.580 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 } }]
82882026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
82892026-08-14T12:03:14.045ZAug 14 12:03:12.580 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 } }]
82902026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
82912026-08-14T12:03:14.045ZAug 14 12:03:12.580 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 } }]
82922026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
82932026-08-14T12:03:14.045ZAug 14 12:03:12.580 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 } }]
82942026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
82952026-08-14T12:03:14.045ZAug 14 12:03:12.580 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 } }]
82962026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
82972026-08-14T12:03:14.045ZAug 14 12:03:12.580 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 } }]
82982026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
82992026-08-14T12:03:14.045ZAug 14 12:03:12.580 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 } }]
83002026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
83012026-08-14T12:03:14.045ZAug 14 12:03:12.580 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 } }]
83022026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
83032026-08-14T12:03:14.045ZAug 14 12:03:12.580 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 } }]
83042026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
83052026-08-14T12:03:14.045ZAug 14 12:03:12.580 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 } }]
83062026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
83072026-08-14T12:03:14.045ZAug 14 12:03:12.580 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 } }]
83082026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
83092026-08-14T12:03:14.045ZAug 14 12:03:12.580 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 } }]
83102026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
83112026-08-14T12:03:14.045ZAug 14 12:03:12.580 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 } }]
83122026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
83132026-08-14T12:03:14.045ZAug 14 12:03:12.580 DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83142026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
83152026-08-14T12:03:14.045ZAug 14 12:03:12.580 DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83162026-08-14T12:03:14.045ZAug 14 12:03:12.580 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
83172026-08-14T12:03:14.046ZAug 14 12:03:12.580 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 } }]
83182026-08-14T12:03:14.046ZAug 14 12:03:12.580 Aug 14 12:03:12.580INFO INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
83192026-08-14T12:03:14.046Z
83202026-08-14T12:03:14.046Ztest port_map::tests::parse_softnpu_revision ... ok
83212026-08-14T12:03:14.046ZAug 14 12:03:12.580Aug 14 12:03:12.580 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 } }]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 } }]
83222026-08-14T12:03:14.066Z
83232026-08-14T12:03:14.066ZAug 14 12:03:12.580Aug 14 12:03:12.580 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
83242026-08-14T12:03:14.066Z
83252026-08-14T12:03:14.066ZAug 14 12:03:12.580Aug 14 12:03:12.580 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
83262026-08-14T12:03:14.066Z
83272026-08-14T12:03:14.066ZAug 14 12:03:12.580Aug 14 12:03:12.580 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
83282026-08-14T12:03:14.066Z
83292026-08-14T12:03:14.066ZAug 14 12:03:12.580Aug 14 12:03:12.580 DEBGDEBG 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: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 } }]
83302026-08-14T12:03:14.066Z
83312026-08-14T12:03:14.066ZAug 14 12:03:12.580Aug 14 12:03:12.580 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
83322026-08-14T12:03:14.066Z
83332026-08-14T12:03:14.066ZAug 14 12:03:12.580Aug 14 12:03:12.580 DEBGDEBG 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 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 } }]
83342026-08-14T12:03:14.066Z
83352026-08-14T12:03:14.066ZAug 14 12:03:12.580Aug 14 12:03:12.580 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
83362026-08-14T12:03:14.066Z
83372026-08-14T12:03:14.066ZAug 14 12:03:12.580Aug 14 12:03:12.580 DEBGDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83382026-08-14T12:03:14.066Z
83392026-08-14T12:03:14.066ZAug 14 12:03:12.580Aug 14 12:03:12.580 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
83402026-08-14T12:03:14.066Z
83412026-08-14T12:03:14.066ZAug 14 12:03:12.580Aug 14 12:03:12.580 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: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 } }]
83422026-08-14T12:03:14.066Z
83432026-08-14T12:03:14.066ZAug 14 12:03:12.580Aug 14 12:03:12.580 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
83442026-08-14T12:03:14.066Z
83452026-08-14T12:03:14.066ZAug 14 12:03:12.580Aug 14 12:03:12.580 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: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 } }]
83462026-08-14T12:03:14.066Z
83472026-08-14T12:03:14.066ZAug 14 12:03:12.580Aug 14 12:03:12.580 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
83482026-08-14T12:03:14.066Z
83492026-08-14T12:03:14.066ZAug 14 12:03:12.580Aug 14 12:03:12.580Aug 14 12:03:12.580 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83502026-08-14T12:03:14.066Z
83512026-08-14T12:03:14.067ZDEBG created new freemap, Aug 14 12:03:12.580Aug 14 12:03:12.580 unitINFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff :adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
83522026-08-14T12:03:14.067Z
83532026-08-14T12:03:14.067Zfreemap_route_ipv4
83542026-08-14T12:03:14.067ZAug 14 12:03:12.580Aug 14 12:03:12.580 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 } }]Aug 14 12:03:12.580
83552026-08-14T12:03:14.067Zreplacing 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 } }]
83562026-08-14T12:03:14.067ZDEBG created new freemapAug 14 12:03:12.580, Aug 14 12:03:12.580unitINFO :INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff freemap_route_ipv6
83572026-08-14T12:03:14.067Z
83582026-08-14T12:03:14.067Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
83592026-08-14T12:03:14.067ZAug 14 12:03:12.580Aug 14 12:03:12.580Aug 14 12:03:12.580 DEBGDEBG DEBGinitted freemap. size: 64replacing 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 } }], unitreplacing 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 } }]
83602026-08-14T12:03:14.067Z:
83612026-08-14T12:03:14.067Z freemap_route_ipv4
83622026-08-14T12:03:14.067ZAug 14 12:03:12.580Aug 14 12:03:12.580 INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 14 12:03:12.580
83632026-08-14T12:03:14.067Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
83642026-08-14T12:03:14.067Z reset freemapAug 14 12:03:12.580, unitDEBGAug 14 12:03:12.580 :DEBGreplacing 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 } }]
83652026-08-14T12:03:14.067Zfreemap_route_ipv4
83662026-08-14T12:03:14.067Zreplacing 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 } }]
83672026-08-14T12:03:14.067ZAug 14 12:03:12.580 Aug 14 12:03:12.580Aug 14 12:03:12.580DEBG INFOINFO initted freemap. size: 64adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
83682026-08-14T12:03:14.067Z
83692026-08-14T12:03:14.067Z, unit: freemap_route_ipv6Aug 14 12:03:12.580
83702026-08-14T12:03:14.067Z Aug 14 12:03:12.580DEBG DEBGreplacing 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 } }]
83712026-08-14T12:03:14.067Zreplacing 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:03:12.580 Aug 14 12:03:12.580
83722026-08-14T12:03:14.067Z INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreset freemap
83732026-08-14T12:03:14.067Z, Aug 14 12:03:12.580unit :INFO Aug 14 12:03:12.580 freemap_route_ipv6adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
83742026-08-14T12:03:14.067ZDEBG
83752026-08-14T12:03:14.067Zreplacing 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:03:12.580
83762026-08-14T12:03:14.067Z DEBG Aug 14 12:03:12.580replacing 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 } }]
83772026-08-14T12:03:14.067ZAug 14 12:03:12.580INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
83782026-08-14T12:03:14.067Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
83792026-08-14T12:03:14.067ZAug 14 12:03:12.580Aug 14 12:03:12.580 INFOAug 14 12:03:12.580DEBG 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 } }] adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
83802026-08-14T12:03:14.067Z
83812026-08-14T12:03:14.067Zreplacing 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 } }]
83822026-08-14T12:03:14.067Ztest freemap::test_span ... ok
83832026-08-14T12:03:14.067ZAug 14 12:03:12.580Aug 14 12:03:12.580Aug 14 12:03:12.580 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
83842026-08-14T12:03:14.067Ztest api_server::tests::test_build_info ... ok
83852026-08-14T12:03:14.067ZAug 14 12:03:12.580 DEBGINFO 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
83862026-08-14T12:03:14.067Z
83872026-08-14T12:03:14.067Z Aug 14 12:03:12.580 DEBGINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83882026-08-14T12:03:14.067ZAug 14 12:03:12.580
83892026-08-14T12:03:14.068Z DEBGAug 14 12:03:12.580 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
83902026-08-14T12:03:14.068Z 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 } }]
83912026-08-14T12:03:14.068ZAug 14 12:03:12.580Aug 14 12:03:12.580 Aug 14 12:03:12.580INFO INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
83922026-08-14T12:03:14.068Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
83932026-08-14T12:03:14.068Z
83942026-08-14T12:03:14.068ZAug 14 12:03:12.580Aug 14 12:03:12.580 Aug 14 12:03:12.580 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 } }]DEBG
83952026-08-14T12:03:14.068Z 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: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 } }]
83962026-08-14T12:03:14.068Z
83972026-08-14T12:03:14.068ZAug 14 12:03:12.580 INFO Aug 14 12:03:12.580adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
83982026-08-14T12:03:14.068ZINFOAug 14 12:03:12.580 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO
83992026-08-14T12:03:14.068ZAug 14 12:03:12.580 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
84002026-08-14T12:03:14.068Z Aug 14 12:03:12.580replacing 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 } }]
84012026-08-14T12:03:14.068ZDEBG 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 } }]
84022026-08-14T12:03:14.068ZAug 14 12:03:12.580Aug 14 12:03:12.580 Aug 14 12:03:12.580DEBG INFO 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 } }]INFO
84032026-08-14T12:03:14.068Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
84042026-08-14T12:03:14.068Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
84052026-08-14T12:03:14.068ZAug 14 12:03:12.580Aug 14 12:03:12.580 Aug 14 12:03:12.580INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
84062026-08-14T12:03:14.068ZDEBG 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: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 } }]
84072026-08-14T12:03:14.068Z
84082026-08-14T12:03:14.068ZAug 14 12:03:12.580 Aug 14 12:03:12.580Aug 14 12:03:12.580DEBG INFOINFO 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:3::/64 -> 2001:db8::55:ff
84092026-08-14T12:03:14.068Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
84102026-08-14T12:03:14.068Z
84112026-08-14T12:03:14.068ZAug 14 12:03:12.580Aug 14 12:03:12.580Aug 14 12:03:12.580 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84122026-08-14T12:03:14.068Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
84132026-08-14T12:03:14.068Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84142026-08-14T12:03:14.068ZAug 14 12:03:12.580Aug 14 12:03:12.580 INFODEBGAug 14 12:03:12.580 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 } }]INFO
84152026-08-14T12:03:14.068Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
84162026-08-14T12:03:14.068Z
84172026-08-14T12:03:14.068ZAug 14 12:03:12.580Aug 14 12:03:12.580Aug 14 12:03:12.580 DEBGDEBG INFO 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: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 } }]
84182026-08-14T12:03:14.068Z
84192026-08-14T12:03:14.068Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
84202026-08-14T12:03:14.068ZAug 14 12:03:12.580Aug 14 12:03:12.580 Aug 14 12:03:12.580Aug 14 12:03:12.580INFO INFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
84212026-08-14T12:03:14.068Zcreated 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 } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ffunit
84222026-08-14T12:03:14.074Z
84232026-08-14T12:03:14.074ZAug 14 12:03:12.580: DEBG freemap_route_ipv4Aug 14 12:03:12.580
84242026-08-14T12:03:14.074Z 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 } }]INFOAug 14 12:03:12.580
84252026-08-14T12:03:14.074Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff DEBG
84262026-08-14T12:03:14.074Z replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:03:12.580
84272026-08-14T12:03:14.074ZAug 14 12:03:12.580 Aug 14 12:03:12.580INFO DEBGDEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 14 12:03:12.580replacing 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 } }]
84282026-08-14T12:03:14.074Z created new freemap
84292026-08-14T12:03:14.074Z, unitINFO: Aug 14 12:03:12.581Aug 14 12:03:12.581adding route 3fff:beef:6::/64 -> 2001:db8::55:ff INFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
84302026-08-14T12:03:14.074Zreplacing 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 } }]
84312026-08-14T12:03:14.074Z
84322026-08-14T12:03:14.074Zfreemap_route_ipv6
84332026-08-14T12:03:14.074ZAug 14 12:03:12.581Aug 14 12:03:12.581Aug 14 12:03:12.581Aug 14 12:03:12.581 DEBGDEBGINFO initted freemap. size: 64replacing 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 } }]
84342026-08-14T12:03:14.074Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG,
84352026-08-14T12:03:14.074Zunit :Aug 14 12:03:12.581replacing 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 } }]
84362026-08-14T12:03:14.074Z freemap_route_ipv4INFO
84372026-08-14T12:03:14.074ZAug 14 12:03:12.581 DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
84382026-08-14T12:03:14.074Zreplacing 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:03:12.581
84392026-08-14T12:03:14.074Z Aug 14 12:03:12.581INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
84402026-08-14T12:03:14.074Z Aug 14 12:03:12.581reset 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 } }]Aug 14 12:03:12.581unit
84412026-08-14T12:03:14.074ZAug 14 12:03:12.581DEBG 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 } }]:
84422026-08-14T12:03:14.074Z Aug 14 12:03:12.581 INFOfreemap_route_ipv4INFO
84432026-08-14T12:03:14.074Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
84442026-08-14T12:03:14.074Z
84452026-08-14T12:03:14.074ZAug 14 12:03:12.581Aug 14 12:03:12.581 DEBGDEBG Aug 14 12:03:12.581 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: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 } }]
84462026-08-14T12:03:14.074Z
84472026-08-14T12:03:14.074ZAug 14 12:03:12.581DEBG INFOAug 14 12:03:12.581initted freemap. size: 64Aug 14 12:03:12.581 , INFOunit adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff:
84482026-08-14T12:03:14.074ZINFO
84492026-08-14T12:03:14.074Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 14 12:03:12.581
84502026-08-14T12:03:14.074Z freemap_route_ipv6DEBG
84512026-08-14T12:03:14.074Z 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:03:12.581
84522026-08-14T12:03:14.074Z Aug 14 12:03:12.581DEBG Aug 14 12:03:12.581Aug 14 12:03:12.581DEBG 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
84532026-08-14T12:03:14.074Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84542026-08-14T12:03:14.074Z
84552026-08-14T12:03:14.074ZDEBG Aug 14 12:03:12.581reset freemap Aug 14 12:03:12.581INFO, unitadding route 3fff:beef:9::/64 -> 2001:db8::55:ff:Aug 14 12:03:12.581 DEBGINFOfreemap_route_ipv6
84562026-08-14T12:03:14.074Zreplacing 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 } }]
84572026-08-14T12:03:14.074Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
84582026-08-14T12:03:14.075Z
84592026-08-14T12:03:14.075ZAug 14 12:03:12.581 Aug 14 12:03:12.581Aug 14 12:03:12.581Aug 14 12:03:12.581DEBG DEBGINFO INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
84602026-08-14T12:03:14.075Z
84612026-08-14T12:03:14.075Zreplacing 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 } }]
84622026-08-14T12:03:14.075Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:03:12.581Aug 14 12:03:12.581
84632026-08-14T12:03:14.075Z INFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
84642026-08-14T12:03:14.075Zreplacing 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:03:12.581
84652026-08-14T12:03:14.075ZAug 14 12:03:12.581 DEBGAug 14 12:03:12.581Aug 14 12:03:12.581 INFOINFO DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
84662026-08-14T12:03:14.075Z
84672026-08-14T12:03:14.075Zreplacing 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: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 } }]
84682026-08-14T12:03:14.075Z
84692026-08-14T12:03:14.075ZAug 14 12:03:12.581Aug 14 12:03:12.581 Aug 14 12:03:12.581DEBG DEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
84702026-08-14T12:03:14.075Z
84712026-08-14T12:03:14.075Zreplacing 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:03:12.581
84722026-08-14T12:03:14.075Z INFOAug 14 12:03:12.581 Aug 14 12:03:12.581 INFOAug 14 12:03:12.581adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
84732026-08-14T12:03:14.075ZINFO 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 } }]
84742026-08-14T12:03:14.075Z
84752026-08-14T12:03:14.075Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
84762026-08-14T12:03:14.075ZAug 14 12:03:12.581 Aug 14 12:03:12.581DEBG Aug 14 12:03:12.581 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 } }]
84772026-08-14T12:03:14.075Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
84782026-08-14T12:03:14.075ZDEBGAug 14 12:03:12.581 Aug 14 12:03:12.581replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
84792026-08-14T12:03:14.075ZDEBGAug 14 12:03:12.581 DEBGAug 14 12:03:12.581adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
84802026-08-14T12:03:14.075Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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
84812026-08-14T12:03:14.075Z
84822026-08-14T12:03:14.075Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
84832026-08-14T12:03:14.075ZAug 14 12:03:12.581 Aug 14 12:03:12.581DEBG Aug 14 12:03:12.581INFOreplacing 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 } }]
84842026-08-14T12:03:14.075Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 14 12:03:12.581
84852026-08-14T12:03:14.075ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGAug 14 12:03:12.581 Aug 14 12:03:12.581
84862026-08-14T12:03:14.075Zreplacing 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
84872026-08-14T12:03:14.075ZDEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Aug 14 12:03:12.581
84882026-08-14T12:03:14.075Z 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 } }]
84892026-08-14T12:03:14.075Zreplacing 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 } }]
84902026-08-14T12:03:14.075ZAug 14 12:03:12.581Aug 14 12:03:12.581Aug 14 12:03:12.581Aug 14 12:03:12.581 INFOINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
84912026-08-14T12:03:14.075Z
84922026-08-14T12:03:14.075Zreplacing 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 } }]
84932026-08-14T12:03:14.075ZINFO Aug 14 12:03:12.581adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
84942026-08-14T12:03:14.075ZAug 14 12:03:12.581DEBG Aug 14 12:03:12.581DEBG 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 } }, NextHop { asic_port_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: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 } }]
84952026-08-14T12:03:14.075Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
84962026-08-14T12:03:14.075Z
84972026-08-14T12:03:14.075ZAug 14 12:03:12.581 DEBG Aug 14 12:03:12.581replacing 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:03:12.581Aug 14 12:03:12.581INFO
84982026-08-14T12:03:14.076Z INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
84992026-08-14T12:03:14.076Zreplacing 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::/64 -> 2001:db8::55:ff
85002026-08-14T12:03:14.076Z
85012026-08-14T12:03:14.076ZAug 14 12:03:12.581Aug 14 12:03:12.581 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:03:12.581
85022026-08-14T12:03:14.076Z 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:03:12.581INFO
85032026-08-14T12:03:14.076Z DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
85042026-08-14T12:03:14.076ZAug 14 12:03:12.581Aug 14 12:03:12.581 DEBGINFO Aug 14 12:03:12.581replacing 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: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 } }]
85052026-08-14T12:03:14.076Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
85062026-08-14T12:03:14.076Zreplacing 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:03:12.581
85072026-08-14T12:03:14.076Z
85082026-08-14T12:03:14.076ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
85092026-08-14T12:03:14.076ZAug 14 12:03:12.581Aug 14 12:03:12.581 Aug 14 12:03:12.581 DEBGINFO INFO 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 } }]
85102026-08-14T12:03:14.076Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 14 12:03:12.581
85112026-08-14T12:03:14.076Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff Aug 14 12:03:12.581
85122026-08-14T12:03:14.076ZDEBG Aug 14 12:03:12.581replacing 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 } }]
85132026-08-14T12:03:14.076ZDEBG INFOAug 14 12:03:12.581 adding route 3fff:beef:37::/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 } }]
85142026-08-14T12:03:14.076Z
85152026-08-14T12:03:14.076ZDEBG Aug 14 12:03:12.581Aug 14 12:03:12.581 Aug 14 12:03:12.581 INFODEBG 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 } }]INFOreplacing 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:10::/64 -> 2001:db8::55:ff
85162026-08-14T12:03:14.076ZAug 14 12:03:12.581 DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
85172026-08-14T12:03:14.076Zreplacing 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 } }]
85182026-08-14T12:03:14.076ZAug 14 12:03:12.581Aug 14 12:03:12.581 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 } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
85192026-08-14T12:03:14.076Z
85202026-08-14T12:03:14.076ZAug 14 12:03:12.581 Aug 14 12:03:12.581DEBG INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85212026-08-14T12:03:14.076Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
85222026-08-14T12:03:14.080ZAug 14 12:03:12.581 Aug 14 12:03:12.581INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
85232026-08-14T12:03:14.080Zreplacing 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:03:12.581
85242026-08-14T12:03:14.080Z DEBG Aug 14 12:03:12.581created new freemap Aug 14 12:03:12.581DEBG , unitreplacing 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 } }]:INFO freemap_route_ipv4
85252026-08-14T12:03:14.080Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
85262026-08-14T12:03:14.080Z
85272026-08-14T12:03:14.080ZAug 14 12:03:12.581Aug 14 12:03:12.581 DEBGINFO Aug 14 12:03:12.581 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85282026-08-14T12:03:14.080Z
85292026-08-14T12:03:14.080ZDEBG created new freemapAug 14 12:03:12.581 INFO, unitadding route 3fff:beef:5::/64 -> 2001:db8::55:ff:
85302026-08-14T12:03:14.080Z freemap_route_ipv6
85312026-08-14T12:03:14.080ZAug 14 12:03:12.581Aug 14 12:03:12.581Aug 14 12:03:12.581 DEBGDEBG initted freemap. size: 64DEBG, unitreplacing 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: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 } }]
85322026-08-14T12:03:14.080Z
85332026-08-14T12:03:14.080Zfreemap_route_ipv4
85342026-08-14T12:03:14.081ZAug 14 12:03:12.581 Aug 14 12:03:12.581INFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
85352026-08-14T12:03:14.081Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
85362026-08-14T12:03:14.081ZAug 14 12:03:12.581Aug 14 12:03:12.581 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: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 } }]
85372026-08-14T12:03:14.081Z
85382026-08-14T12:03:14.081ZAug 14 12:03:12.581 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
85392026-08-14T12:03:14.081ZAug 14 12:03:12.581
85402026-08-14T12:03:14.081ZINFO Aug 14 12:03:12.581adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
85412026-08-14T12:03:14.081ZDEBG Aug 14 12:03:12.581replacing 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 } }]
85422026-08-14T12:03:14.081ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 14 12:03:12.581Aug 14 12:03:12.581
85432026-08-14T12:03:14.081ZAug 14 12:03:12.581 DEBGINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG
85442026-08-14T12:03:14.081ZAug 14 12:03:12.581 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 Aug 14 12:03:12.581
85452026-08-14T12:03:14.081Z reset freemap, unit: Aug 14 12:03:12.581
85462026-08-14T12:03:14.081Z freemap_route_ipv4INFO
85472026-08-14T12:03:14.081Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
85482026-08-14T12:03:14.081ZAug 14 12:03:12.581 DEBG Aug 14 12:03:12.581initted freemap. size: 64 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
85492026-08-14T12:03:14.081Z, Aug 14 12:03:12.581unit :DEBG Aug 14 12:03:12.581 freemap_route_ipv6DEBGreplacing 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 } }]
85502026-08-14T12:03:14.081Zreplacing 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 } }]
85512026-08-14T12:03:14.081Z
85522026-08-14T12:03:14.081ZDEBGAug 14 12:03:12.581Aug 14 12:03:12.581Aug 14 12:03:12.581 DEBG INFOINFOreset freemap , unitreplacing 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:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff:
85532026-08-14T12:03:14.081Z
85542026-08-14T12:03:14.081Z
85552026-08-14T12:03:14.081Zfreemap_route_ipv6
85562026-08-14T12:03:14.081ZAug 14 12:03:12.581 DEBG Aug 14 12:03:12.581replacing 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 } }]
85572026-08-14T12:03:14.081ZAug 14 12:03:12.581Aug 14 12:03:12.581INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 INFO
85582026-08-14T12:03:14.081Z Aug 14 12:03:12.581adding route 3fff:beef:9::/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 } }]
85592026-08-14T12:03:14.081Z
85602026-08-14T12:03:14.081ZAug 14 12:03:12.581INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
85612026-08-14T12:03:14.081ZAug 14 12:03:12.581Aug 14 12:03:12.581 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
85622026-08-14T12:03:14.081Z INFOreplacing 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 } }]
85632026-08-14T12:03:14.081Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
85642026-08-14T12:03:14.081ZAug 14 12:03:12.581Aug 14 12:03:12.581Aug 14 12:03:12.581 DEBG 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 } }]DEBG adding route 3fff:beef:a::/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 } }]
85652026-08-14T12:03:14.081Z
85662026-08-14T12:03:14.081Z
85672026-08-14T12:03:14.081ZAug 14 12:03:12.581 DEBG Aug 14 12:03:12.581replacing 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:03:12.581 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:19::/64 -> 2001:db8::55:ff
85682026-08-14T12:03:14.081Z
85692026-08-14T12:03:14.081Z
85702026-08-14T12:03:14.081ZAug 14 12:03:12.581 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 } }]
85712026-08-14T12:03:14.081ZAug 14 12:03:12.581Aug 14 12:03:12.581 INFOAug 14 12:03:12.581 INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
85722026-08-14T12:03:14.081Z INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
85732026-08-14T12:03:14.082Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
85742026-08-14T12:03:14.082ZAug 14 12:03:12.581 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:03:12.581
85752026-08-14T12:03:14.082Z 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 } }]
85762026-08-14T12:03:14.082ZAug 14 12:03:12.581 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 14 12:03:12.581
85772026-08-14T12:03:14.082ZAug 14 12:03:12.581 DEBGINFO 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 3fff:beef:c::/64 -> 2001:db8::55:ff
85782026-08-14T12:03:14.082Z
85792026-08-14T12:03:14.082ZAug 14 12:03:12.581 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:03:12.581
85802026-08-14T12:03:14.082ZAug 14 12:03:12.581 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:03:12.581
85812026-08-14T12:03:14.082Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO
85822026-08-14T12:03:14.082Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 14 12:03:12.581
85832026-08-14T12:03:14.082Z Aug 14 12:03:12.581INFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 14 12:03:12.581
85842026-08-14T12:03:14.082Z 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 } }]
85852026-08-14T12:03:14.082Zreplacing 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 } }]
85862026-08-14T12:03:14.082ZAug 14 12:03:12.581 DEBGAug 14 12:03:12.581 Aug 14 12:03:12.581 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
85872026-08-14T12:03:14.082ZINFO failed to allocate space for the new target listadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
85882026-08-14T12:03:14.082Z
85892026-08-14T12:03:14.082ZAug 14 12:03:12.581Aug 14 12:03:12.581Aug 14 12:03:12.581 DEBGINFO 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 } }]DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
85902026-08-14T12:03:14.082Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]
85912026-08-14T12:03:14.082Z
85922026-08-14T12:03:14.082ZAug 14 12:03:12.581Aug 14 12:03:12.581 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85932026-08-14T12:03:14.082Z
85942026-08-14T12:03:14.082ZAug 14 12:03:12.581Aug 14 12:03:12.581 DEBGINFO 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:f::/64 -> 2001:db8::55:ff
85952026-08-14T12:03:14.082Z
85962026-08-14T12:03:14.082ZAug 14 12:03:12.581 Aug 14 12:03:12.581DEBG INFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85972026-08-14T12:03:14.082Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
85982026-08-14T12:03:14.082ZAug 14 12:03:12.581 Aug 14 12:03:12.581INFO DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
85992026-08-14T12:03:14.082Zreplacing 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 } }]
86002026-08-14T12:03:14.082ZAug 14 12:03:12.581 DEBG Aug 14 12:03:12.581replacing 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 } }]
86012026-08-14T12:03:14.082ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
86022026-08-14T12:03:14.082ZAug 14 12:03:12.581 INFOAug 14 12:03:12.581 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
86032026-08-14T12:03:14.082Z 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 } }]
86042026-08-14T12:03:14.082ZAug 14 12:03:12.581 Aug 14 12:03:12.581DEBG INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86052026-08-14T12:03:14.082Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
86062026-08-14T12:03:14.082ZAug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:12::/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 } }]
86072026-08-14T12:03:14.082Z
86082026-08-14T12:03:14.082ZAug 14 12:03:12.582 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 14 12:03:12.582
86092026-08-14T12:03:14.082Z DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86102026-08-14T12:03:14.082ZAug 14 12:03:12.582 DEBG Aug 14 12:03:12.582replacing 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 } }]
86112026-08-14T12:03:14.082ZAug 14 12:03:12.582replacing 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
86122026-08-14T12:03:14.083Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
86132026-08-14T12:03:14.083ZAug 14 12:03:12.582Aug 14 12:03:12.582 DEBGINFO 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 } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
86142026-08-14T12:03:14.083Z
86152026-08-14T12:03:14.083ZAug 14 12:03:12.582Aug 14 12:03:12.582 DEBGINFO 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 } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
86162026-08-14T12:03:14.083Z
86172026-08-14T12:03:14.083ZAug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86182026-08-14T12:03:14.083Z
86192026-08-14T12:03:14.083ZAug 14 12:03:12.582Aug 14 12:03:12.582 DEBGINFO 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:25::/64 -> 2001:db8::55:ff
86202026-08-14T12:03:14.083Z
86212026-08-14T12:03:14.083ZAug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:25::/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 } }]
86222026-08-14T12:03:14.087Z
86232026-08-14T12:03:14.087ZAug 14 12:03:12.582Aug 14 12:03:12.582 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
86242026-08-14T12:03:14.087Z
86252026-08-14T12:03:14.087ZAug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing 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 } }]
86262026-08-14T12:03:14.087Z
86272026-08-14T12:03:14.087ZAug 14 12:03:12.582Aug 14 12:03:12.582 DEBGINFO 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:27::/64 -> 2001:db8::55:ff
86282026-08-14T12:03:14.087Z
86292026-08-14T12:03:14.087ZAug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:27::/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 } }]
86302026-08-14T12:03:14.087Z
86312026-08-14T12:03:14.087ZAug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:28::/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 } }]
86322026-08-14T12:03:14.087Z
86332026-08-14T12:03:14.087ZAug 14 12:03:12.582Aug 14 12:03:12.582 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:28::/64 -> 2001:db8::55:ff
86342026-08-14T12:03:14.087Z
86352026-08-14T12:03:14.087ZAug 14 12:03:12.582Aug 14 12:03:12.582 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 } }]
86362026-08-14T12:03:14.087ZAug 14 12:03:12.582 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
86372026-08-14T12:03:14.087ZINFOAug 14 12:03:12.582 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
86382026-08-14T12:03:14.087ZAug 14 12:03:12.582 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
86392026-08-14T12:03:14.087Z 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 } }]
86402026-08-14T12:03:14.087ZAug 14 12:03:12.582Aug 14 12:03:12.582 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
86412026-08-14T12:03:14.087Z INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 14 12:03:12.582
86422026-08-14T12:03:14.087Z 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 } }]Aug 14 12:03:12.582INFO DEBG
86432026-08-14T12:03:14.087Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
86442026-08-14T12:03:14.087Zreplacing 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 } }]
86452026-08-14T12:03:14.087ZAug 14 12:03:12.582 INFO Aug 14 12:03:12.582Aug 14 12:03:12.582 adding route 3fff:beef:15::/64 -> 2001:db8::55:ff INFODEBG
86462026-08-14T12:03:14.087Zreplacing 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:2b::/64 -> 2001:db8::55:ff
86472026-08-14T12:03:14.087Z
86482026-08-14T12:03:14.087ZAug 14 12:03:12.582Aug 14 12:03:12.582 Aug 14 12:03:12.582DEBG INFODEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86492026-08-14T12:03:14.087Z
86502026-08-14T12:03:14.087Zreplacing 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 } }]
86512026-08-14T12:03:14.087ZAug 14 12:03:12.582Aug 14 12:03:12.582 Aug 14 12:03:12.582INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
86522026-08-14T12:03:14.088Z adding route 3fff:beef:16::/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 } }]
86532026-08-14T12:03:14.088Z
86542026-08-14T12:03:14.088ZAug 14 12:03:12.582Aug 14 12:03:12.582Aug 14 12:03:12.582 DEBG 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 } }] DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86552026-08-14T12:03:14.088Z
86562026-08-14T12:03:14.088Z 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 } }]
86572026-08-14T12:03:14.088ZAug 14 12:03:12.582Aug 14 12:03:12.582 Aug 14 12:03:12.582 INFO DEBGINFO adding route 3fff:beef:2d::/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 } }]
86582026-08-14T12:03:14.088Z
86592026-08-14T12:03:14.088Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
86602026-08-14T12:03:14.088ZAug 14 12:03:12.582Aug 14 12:03:12.582 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 14 12:03:12.582
86612026-08-14T12:03:14.088Z
86622026-08-14T12:03:14.088ZDEBG 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 } }]
86632026-08-14T12:03:14.088ZAug 14 12:03:12.582 Aug 14 12:03:12.582DEBG Aug 14 12:03:12.582replacing 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 } }]
86642026-08-14T12:03:14.088ZINFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
86652026-08-14T12:03:14.088Z
86662026-08-14T12:03:14.088ZAug 14 12:03:12.582 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 14 12:03:12.582
86672026-08-14T12:03:14.088ZAug 14 12:03:12.582 DEBG DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86682026-08-14T12:03:14.088Zreplacing 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:03:12.582
86692026-08-14T12:03:14.088Z 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 } }]
86702026-08-14T12:03:14.088ZAug 14 12:03:12.582 INFOAug 14 12:03:12.582 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 14 12:03:12.582
86712026-08-14T12:03:14.088ZINFO INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
86722026-08-14T12:03:14.088Z
86732026-08-14T12:03:14.088ZAug 14 12:03:12.582 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:03:12.582
86742026-08-14T12:03:14.088ZAug 14 12:03:12.582 DEBGDEBG 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:03:12.582replacing 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 } }]
86752026-08-14T12:03:14.088Z
86762026-08-14T12:03:14.088ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
86772026-08-14T12:03:14.088ZAug 14 12:03:12.582Aug 14 12:03:12.582 INFOINFOAug 14 12:03:12.582 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
86782026-08-14T12:03:14.088Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86792026-08-14T12:03:14.088Z
86802026-08-14T12:03:14.088ZAug 14 12:03:12.582 DEBGAug 14 12:03:12.582 Aug 14 12:03:12.582replacing 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 } }]
86812026-08-14T12:03:14.088Z INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG
86822026-08-14T12:03:14.088Z 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:03:12.582
86832026-08-14T12:03:14.088Z INFOAug 14 12:03:12.582 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
86842026-08-14T12:03:14.088ZAug 14 12:03:12.582 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
86852026-08-14T12:03:14.088Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 14 12:03:12.582
86862026-08-14T12:03:14.088Z DEBGAug 14 12:03:12.582 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 } }]INFOAug 14 12:03:12.582 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
86872026-08-14T12:03:14.088Z
86882026-08-14T12:03:14.088ZDEBG 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 } }]
86892026-08-14T12:03:14.088ZAug 14 12:03:12.582 Aug 14 12:03:12.582INFO Aug 14 12:03:12.582 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 } }] adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
86902026-08-14T12:03:14.088Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
86912026-08-14T12:03:14.089Z
86922026-08-14T12:03:14.089ZAug 14 12:03:12.582Aug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
86932026-08-14T12:03:14.089Ztest route::tests::grow_succeeds ... ok
86942026-08-14T12:03:14.089Z replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
86952026-08-14T12:03:14.089Z
86962026-08-14T12:03:14.089ZAug 14 12:03:12.582Aug 14 12:03:12.582 Aug 14 12:03:12.582INFO DEBG INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
86972026-08-14T12:03:14.089Z
86982026-08-14T12:03:14.089Z
86992026-08-14T12:03:14.089ZAug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG Aug 14 12:03:12.582 adding route 3fff:beef:34::/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 } }]
87002026-08-14T12:03:14.089Z
87012026-08-14T12:03:14.089Z 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:03:12.582
87022026-08-14T12:03:14.089Z Aug 14 12:03:12.582DEBG INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 14 12:03:12.582adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
87032026-08-14T12:03:14.089Z
87042026-08-14T12:03:14.089ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
87052026-08-14T12:03:14.089ZAug 14 12:03:12.582 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 } }]
87062026-08-14T12:03:14.089ZAug 14 12:03:12.582 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
87072026-08-14T12:03:14.089ZAug 14 12:03:12.582 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 } }]
87082026-08-14T12:03:14.089ZAug 14 12:03:12.582 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 } }]Aug 14 12:03:12.582
87092026-08-14T12:03:14.089Z INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
87102026-08-14T12:03:14.089ZAug 14 12:03:12.582 INFO Aug 14 12:03:12.582adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
87112026-08-14T12:03:14.089ZDEBG 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 } }]
87122026-08-14T12:03:14.089ZAug 14 12:03:12.582 DEBG Aug 14 12:03:12.582replacing 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 } }]
87132026-08-14T12:03:14.089ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
87142026-08-14T12:03:14.089ZAug 14 12:03:12.582 INFOAug 14 12:03:12.582 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
87152026-08-14T12:03:14.089Z 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 } }]
87162026-08-14T12:03:14.089ZAug 14 12:03:12.582 DEBGAug 14 12:03:12.582 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
87172026-08-14T12:03:14.089Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
87182026-08-14T12:03:14.089ZAug 14 12:03:12.582 Aug 14 12:03:12.582INFO DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
87192026-08-14T12:03:14.089Zreplacing 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 } }]
87202026-08-14T12:03:14.089ZAug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:38::/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 } }]
87212026-08-14T12:03:14.089Z
87222026-08-14T12:03:14.093ZAug 14 12:03:12.582 Aug 14 12:03:12.582INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
87232026-08-14T12:03:14.093Zreplacing 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 } }]
87242026-08-14T12:03:14.093ZAug 14 12:03:12.582Aug 14 12:03:12.582 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 } }]
87252026-08-14T12:03:14.093Z
87262026-08-14T12:03:14.093ZAug 14 12:03:12.582 DEBG Aug 14 12:03:12.582created new freemapAug 14 12:03:12.582 INFODEBG adding route 3fff:beef:23::/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 } }]
87272026-08-14T12:03:14.094Z
87282026-08-14T12:03:14.094Z, unit: freemap_route_ipv4Aug 14 12:03:12.582 Aug 14 12:03:12.582
87292026-08-14T12:03:14.094Z DEBGINFO 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 } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
87302026-08-14T12:03:14.094Z
87312026-08-14T12:03:14.094ZAug 14 12:03:12.582 DEBG Aug 14 12:03:12.582created new freemap Aug 14 12:03:12.582DEBG 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 } }]unit
87322026-08-14T12:03:14.094Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff:
87332026-08-14T12:03:14.094Z freemap_route_ipv6
87342026-08-14T12:03:14.094ZAug 14 12:03:12.582 INFOAug 14 12:03:12.582 Aug 14 12:03:12.582adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff DEBG
87352026-08-14T12:03:14.094ZDEBG 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 } }]
87362026-08-14T12:03:14.094Zinitted freemap. size: 64Aug 14 12:03:12.582, unitDEBG: Aug 14 12:03:12.582replacing 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 } }] freemap_route_ipv4
87372026-08-14T12:03:14.094ZINFO
87382026-08-14T12:03:14.094Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
87392026-08-14T12:03:14.094ZAug 14 12:03:12.582 INFOAug 14 12:03:12.582Aug 14 12:03:12.582 Aug 14 12:03:12.582 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBGDEBG
87402026-08-14T12:03:14.094Zreplacing 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 } }]
87412026-08-14T12:03:14.094Z reset freemapINFO, unitadding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 14 12:03:12.582:Aug 14 12:03:12.582
87422026-08-14T12:03:14.094Zfreemap_route_ipv4 DEBG
87432026-08-14T12:03:14.094Z INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87442026-08-14T12:03:14.094Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
87452026-08-14T12:03:14.094ZAug 14 12:03:12.582Aug 14 12:03:12.582 Aug 14 12:03:12.582DEBGDEBGAug 14 12:03:12.582 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 } }],
87462026-08-14T12:03:14.094ZDEBG unit INFO: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:03:12.582 freemap_route_ipv6
87472026-08-14T12:03:14.094Z
87482026-08-14T12:03:14.094Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
87492026-08-14T12:03:14.094ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 14 12:03:12.582Aug 14 12:03:12.582
87502026-08-14T12:03:14.094Z DEBGINFO Aug 14 12:03:12.582adding route 3fff:beef:27::/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 } }]Aug 14 12:03:12.582
87512026-08-14T12:03:14.094Z
87522026-08-14T12:03:14.094ZDEBG reset freemapDEBG, replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
87532026-08-14T12:03:14.094Z:Aug 14 12:03:12.582Aug 14 12:03:12.582 INFOfreemap_route_ipv6
87542026-08-14T12:03:14.094ZAug 14 12:03:12.582DEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
87552026-08-14T12:03:14.094ZINFO Aug 14 12:03:12.582 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
87562026-08-14T12:03:14.094Z Aug 14 12:03:12.582INFO DEBG
87572026-08-14T12:03:14.094Zadding route 172.16.0.0/32 -> 10.0.0.1 Aug 14 12:03:12.582replacing 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 } }]
87582026-08-14T12:03:14.094Z
87592026-08-14T12:03:14.094Z INFOAug 14 12:03:12.582 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 14 12:03:12.582Aug 14 12:03:12.582
87602026-08-14T12:03:14.094ZDEBG 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 } }] 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 } }]
87612026-08-14T12:03:14.094Z
87622026-08-14T12:03:14.094ZAug 14 12:03:12.582failed to allocate space for the new target list
87632026-08-14T12:03:14.094ZDEBG Aug 14 12:03:12.582 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 } }]Aug 14 12:03:12.582
87642026-08-14T12:03:14.094ZDEBG Aug 14 12:03:12.582INFO DEBGadding route 3fff:beef:38::/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 } }]
87652026-08-14T12:03:14.095Z 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 } }]
87662026-08-14T12:03:14.095Z
87672026-08-14T12:03:14.095ZAug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:29::/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 } }]
87682026-08-14T12:03:14.095Z
87692026-08-14T12:03:14.095ZAug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:39::/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 } }]
87702026-08-14T12:03:14.095Z
87712026-08-14T12:03:14.095ZAug 14 12:03:12.582Aug 14 12:03:12.582 DEBGINFO 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:beef:2a::/64 -> 2001:db8::55:ff
87722026-08-14T12:03:14.095Z
87732026-08-14T12:03:14.095ZAug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:3a::/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 } }]
87742026-08-14T12:03:14.095Z
87752026-08-14T12:03:14.095ZAug 14 12:03:12.582Aug 14 12:03:12.582 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 3fff:beef:2b::/64 -> 2001:db8::55:ff
87762026-08-14T12:03:14.095Z
87772026-08-14T12:03:14.095ZAug 14 12:03:12.582Aug 14 12:03:12.582 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
87782026-08-14T12:03:14.095Z
87792026-08-14T12:03:14.095ZAug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing 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 } }]
87802026-08-14T12:03:14.095Z
87812026-08-14T12:03:14.095ZAug 14 12:03:12.582Aug 14 12:03:12.582 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
87822026-08-14T12:03:14.095Z
87832026-08-14T12:03:14.095ZAug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:2d::/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 } }]
87842026-08-14T12:03:14.095Z
87852026-08-14T12:03:14.095ZAug 14 12:03:12.582Aug 14 12:03:12.582 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
87862026-08-14T12:03:14.095Z
87872026-08-14T12:03:14.095Ztest route::tests::rollback_on_compact_delete_failure ... ok
87882026-08-14T12:03:14.095ZAug 14 12:03:12.582Aug 14 12:03:12.582 INFODEBG adding route 3fff:beef:2e::/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 } }]
87892026-08-14T12:03:14.095ZAug 14 12:03:12.582
87902026-08-14T12:03:14.095Z DEBG created new freemap, Aug 14 12:03:12.582Aug 14 12:03:12.582unit INFO:DEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87912026-08-14T12:03:14.095Zfreemap_route_ipv4
87922026-08-14T12:03:14.095Z
87932026-08-14T12:03:14.095ZAug 14 12:03:12.582Aug 14 12:03:12.582 Aug 14 12:03:12.582DEBGINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffcreated new freemapDEBG,
87942026-08-14T12:03:14.095Zunitreplacing 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 } }]:
87952026-08-14T12:03:14.095Z freemap_route_ipv6Aug 14 12:03:12.582
87962026-08-14T12:03:14.095Z Aug 14 12:03:12.582DEBG 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 } }]INFO
87972026-08-14T12:03:14.095ZAug 14 12:03:12.582 adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffDEBG
87982026-08-14T12:03:14.095Z initted freemap. size: 64Aug 14 12:03:12.582, Aug 14 12:03:12.582unit :DEBG INFOreplacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
87992026-08-14T12:03:14.095Z
88002026-08-14T12:03:14.095Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
88012026-08-14T12:03:14.095ZAug 14 12:03:12.582Aug 14 12:03:12.582 DEBGDEBG Aug 14 12:03:12.582failed to allocate space for the new target list reset freemapDEBG
88022026-08-14T12:03:14.095Z , 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 } }]unit
88032026-08-14T12:03:14.095Z: Aug 14 12:03:12.582freemap_route_ipv4 Aug 14 12:03:12.582
88042026-08-14T12:03:14.096Z 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 } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
88052026-08-14T12:03:14.096Z
88062026-08-14T12:03:14.096ZAug 14 12:03:12.582 DEBG initted freemap. size: 64Aug 14 12:03:12.582, Aug 14 12:03:12.582unit :DEBG freemap_route_ipv6failed to allocate space for the new target list
88072026-08-14T12:03:14.096Z
88082026-08-14T12:03:14.096ZDEBG Aug 14 12:03:12.583replacing 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 } }]
88092026-08-14T12:03:14.096ZDEBG reset freemap, unitAug 14 12:03:12.583: INFOfreemap_route_ipv6
88102026-08-14T12:03:14.096Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
88112026-08-14T12:03:14.096ZAug 14 12:03:12.583 Aug 14 12:03:12.583INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 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 } }]
88122026-08-14T12:03:14.096ZAug 14 12:03:12.584 Aug 14 12:03:12.583Aug 14 12:03:12.604 Aug 14 12:03:12.583INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBGcreated new freemap
88132026-08-14T12:03:14.096Zcreated new freemap
88142026-08-14T12:03:14.096Z, unit: freemap_route_ipv4
88152026-08-14T12:03:14.096ZAug 14 12:03:12.583, DEBGDEBG unit created new freemap:Aug 14 12:03:12.604, Aug 14 12:03:12.604unit :DEBG created new freemapfreemap_route_ipv4created new freemapfreemap_route_ipv4,
88162026-08-14T12:03:14.096Z,
88172026-08-14T12:03:14.096ZDEBGunitunit ::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 } }]
88182026-08-14T12:03:14.096Zfreemap_route_ipv4
88192026-08-14T12:03:14.096ZAug 14 12:03:12.604freemap_route_ipv6Aug 14 12:03:12.604
88202026-08-14T12:03:14.096ZAug 14 12:03:12.604DEBG INFODEBGcreated new freemapAug 14 12:03:12.604 Aug 14 12:03:12.604Aug 14 12:03:12.604replacing 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 } }] ,
88212026-08-14T12:03:14.096ZunitDEBGDEBG created new freemap:initted freemap. size: 64 , adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 14 12:03:12.604DEBGunit
88222026-08-14T12:03:14.100Z: , freemap_route_ipv6 unitfreemap_route_ipv6
88232026-08-14T12:03:14.100ZINFO
88242026-08-14T12:03:14.100Z: created new freemapadding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv4Aug 14 12:03:12.604 , DEBG
88252026-08-14T12:03:14.100ZunitAug 14 12:03:12.604
88262026-08-14T12:03:14.100Z: initted freemap. size: 64freemap_route_ipv6DEBG
88272026-08-14T12:03:14.100Z initted freemap. size: 64, , Aug 14 12:03:12.604unit Aug 14 12:03:12.604Aug 14 12:03:12.604: unitDEBGDEBG: DEBGfreemap_route_ipv4 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 } }]freemap_route_ipv4
88282026-08-14T12:03:14.100Zreset freemap
88292026-08-14T12:03:14.100ZAug 14 12:03:12.604, unit
88302026-08-14T12:03:14.100Z DEBG : Aug 14 12:03:12.604 initted freemap. size: 64freemap_route_ipv4
88312026-08-14T12:03:14.100Z , 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:03:12.604unit
88322026-08-14T12:03:14.100ZINFO: DEBGAug 14 12:03:12.604 adding route 172.16.0.0/32 -> 10.0.0.3DEBGfreemap_route_ipv4reset freemapAug 14 12:03:12.604
88332026-08-14T12:03:14.100Z, initted freemap. size: 64, unitunit::Aug 14 12:03:12.604 DEBG freemap_route_ipv4freemap_route_ipv6
88342026-08-14T12:03:14.101Z
88352026-08-14T12:03:14.101Z
88362026-08-14T12:03:14.101Z reset freemap, INFOAug 14 12:03:12.604unitAug 14 12:03:12.604Aug 14 12:03:12.604 DEBG:Aug 14 12:03:12.604 freemap_route_ipv4 DEBGDEBG
88372026-08-14T12:03:14.101Z reset freemap reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }], unit, adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
88382026-08-14T12:03:14.101Z:Aug 14 12:03:12.604
88392026-08-14T12:03:14.101Z initted freemap. size: 64DEBGAug 14 12:03:12.604, unitinitted freemap. size: 64:unit Aug 14 12:03:12.604freemap_route_ipv6, :unit
88402026-08-14T12:03:14.101Z : freemap_route_ipv6freemap_route_ipv6
88412026-08-14T12:03:14.101Z
88422026-08-14T12:03:14.101ZINFO adding route 172.16.0.0/32 -> 10.0.0.4Aug 14 12:03:12.604freemap_route_ipv4
88432026-08-14T12:03:14.101ZDEBG Aug 14 12:03:12.604 DEBGAug 14 12:03:12.604 INFO DEBGAug 14 12:03:12.604 adding route 172.16.0.0/32 -> 10.0.0.1reset freemapreset freemap
88442026-08-14T12:03:14.101Z, , unit: 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 } }]freemap_route_ipv6Aug 14 12:03:12.604
88452026-08-14T12:03:14.101Z
88462026-08-14T12:03:14.101Z
88472026-08-14T12:03:14.101ZDEBGDEBG 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 } }]
88482026-08-14T12:03:14.101Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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
88492026-08-14T12:03:14.101Z: Aug 14 12:03:12.604freemap_route_ipv6
88502026-08-14T12:03:14.101ZINFOAug 14 12:03:12.604Aug 14 12:03:12.604 Aug 14 12:03:12.604 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff INFO
88512026-08-14T12:03:14.101ZAug 14 12:03:12.604 INFODEBG INFOadding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255
88522026-08-14T12:03:14.101Z
88532026-08-14T12:03:14.101Zinitted freemap. size: 64, unitAug 14 12:03:12.604 INFO: Aug 14 12:03:12.604adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:03:12.604
88542026-08-14T12:03:14.101Z freemap_route_ipv6Aug 14 12:03:12.604 DEBG
88552026-08-14T12:03:14.101ZDEBGAug 14 12:03:12.604 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
88562026-08-14T12:03:14.101ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88572026-08-14T12:03:14.101Z
88582026-08-14T12:03:14.101Z
88592026-08-14T12:03:14.101Zreplacing 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:03:12.604
88602026-08-14T12:03:14.101ZDEBGAug 14 12:03:12.604Aug 14 12:03:12.604 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 } }]adding route 172.17.0.1/32 -> 10.0.0.255
88612026-08-14T12:03:14.101ZINFO
88622026-08-14T12:03:14.102ZAug 14 12:03:12.604Aug 14 12:03:12.604 INFOadding route 172.16.0.0/32 -> 10.0.0.2 Aug 14 12:03:12.604Aug 14 12:03:12.604
88632026-08-14T12:03:14.102Z DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
88642026-08-14T12:03:14.102ZAug 14 12:03:12.604 Aug 14 12:03:12.604INFODEBG Aug 14 12:03:12.604 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }]
88652026-08-14T12:03:14.102Z DEBGreset freemap ,
88662026-08-14T12:03:14.102ZDEBG 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 } }]
88672026-08-14T12:03:14.102ZAug 14 12:03:12.604replacing 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.1/32 -> 10.0.0.255
88682026-08-14T12:03:14.102Z
88692026-08-14T12:03:14.102Z DEBGunit :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:03:12.604Aug 14 12:03:12.604
88702026-08-14T12:03:14.102Z INFO Aug 14 12:03:12.604adding route 172.17.0.2/32 -> 10.0.0.255
88712026-08-14T12:03:14.102Zfreemap_route_ipv6 Aug 14 12:03:12.604INFOAug 14 12:03:12.604 DEBG
88722026-08-14T12:03:14.102Zadding route 172.17.0.0/32 -> 10.0.0.255 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 } }]INFOAug 14 12:03:12.604INFO
88732026-08-14T12:03:14.102ZAug 14 12:03:12.604
88742026-08-14T12:03:14.102Zadding route 3fff:dead::/64 -> 2001:db8::55:3
88752026-08-14T12:03:14.102Z DEBGINFOAug 14 12:03:12.604 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 14 12:03:12.604
88762026-08-14T12:03:14.102Zreplacing 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 } }] INFOreplacing 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:03:12.604adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 14 12:03:12.604
88772026-08-14T12:03:14.102Z DEBG
88782026-08-14T12:03:14.102Zadding route 172.17.0.2/32 -> 10.0.0.255DEBG
88792026-08-14T12:03:14.102Z Aug 14 12:03:12.604
88802026-08-14T12:03:14.102Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, 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 } }]
88812026-08-14T12:03:14.102ZINFO Aug 14 12:03:12.604
88822026-08-14T12:03:14.102Zadding route 172.17.0.3/32 -> 10.0.0.255Aug 14 12:03:12.604Aug 14 12:03:12.604
88832026-08-14T12:03:14.102Z Aug 14 12:03:12.604 DEBGINFOINFODEBG 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:03:12.604
88842026-08-14T12:03:14.102Z
88852026-08-14T12:03:14.102Z INFOAug 14 12:03:12.604 adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
88862026-08-14T12:03:14.102ZDEBGAug 14 12:03:12.604
88872026-08-14T12:03:14.102Z 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 } }]
88882026-08-14T12:03:14.102ZINFOadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 14 12:03:12.604Aug 14 12:03:12.604
88892026-08-14T12:03:14.102Z DEBG adding route 172.17.0.3/32 -> 10.0.0.255 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 } }]
88902026-08-14T12:03:14.102Z
88912026-08-14T12:03:14.102ZAug 14 12:03:12.604Aug 14 12:03:12.604 Aug 14 12:03:12.604DEBG 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:03:12.604DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
88922026-08-14T12:03:14.103Z
88932026-08-14T12:03:14.103ZINFO adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
88942026-08-14T12:03:14.103ZDEBGAug 14 12:03:12.604 DEBG Aug 14 12:03:12.604 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 } }]
88952026-08-14T12:03:14.103ZAug 14 12:03:12.604INFO
88962026-08-14T12:03:14.103ZAug 14 12:03:12.604DEBG adding route 172.17.0.2/32 -> 10.0.0.255 DEBG
88972026-08-14T12:03:14.103ZAug 14 12:03:12.604replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
88982026-08-14T12:03:14.103Z
88992026-08-14T12:03:14.103Z 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 } }]WARN
89002026-08-14T12:03:14.103ZAug 14 12:03:12.604Aug 14 12:03:12.604 DEBG INFOreplacing 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 } }]
89012026-08-14T12:03:14.103ZAug 14 12:03:12.604adding route 3fff:dead::/64 -> 2001:db8::55:3 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 14 12:03:12.604
89022026-08-14T12:03:14.103ZAug 14 12:03:12.604 INFOINFO
89032026-08-14T12:03:14.103ZAug 14 12:03:12.604 INFOadding route 172.17.0.5/32 -> 10.0.0.255Aug 14 12:03:12.604
89042026-08-14T12:03:14.103Z adding route 172.17.0.3/32 -> 10.0.0.255INFO
89052026-08-14T12:03:14.103Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.4/32 -> 10.0.0.255DEBG
89062026-08-14T12:03:14.103ZAug 14 12:03:12.604 DEBG
89072026-08-14T12:03:14.103ZAug 14 12:03:12.604replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]
89082026-08-14T12:03:14.103ZDEBG 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:03:12.604replacing 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 } }]
89092026-08-14T12:03:14.103Z
89102026-08-14T12:03:14.103ZAug 14 12:03:12.604 DEBGAug 14 12:03:12.604 Aug 14 12:03:12.604DEBG INFOreplacing 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.17.0.4/32 -> 10.0.0.255
89112026-08-14T12:03:14.103ZAug 14 12:03:12.604
89122026-08-14T12:03:14.103Z 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 INFO
89132026-08-14T12:03:14.103Zadding route 172.17.0.6/32 -> 10.0.0.255Aug 14 12:03:12.604
89142026-08-14T12:03:14.103Z Aug 14 12:03:12.604 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:03:12.604
89152026-08-14T12:03:14.103Z INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89162026-08-14T12:03:14.103ZAug 14 12:03:12.604
89172026-08-14T12:03:14.103ZAug 14 12:03:12.604adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 14 12:03:12.605
89182026-08-14T12:03:14.103Z Aug 14 12:03:12.605DEBG 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 } }]
89192026-08-14T12:03:14.103ZINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.7/32 -> 10.0.0.255INFO
89202026-08-14T12:03:14.103Z
89212026-08-14T12:03:14.103ZAug 14 12:03:12.605Aug 14 12:03:12.605 DEBG INFOadding route 172.17.0.5/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 } }, 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 } }]
89222026-08-14T12:03:14.108ZAug 14 12:03:12.605Aug 14 12:03:12.612
89232026-08-14T12:03:14.108Z Aug 14 12:03:12.605Aug 14 12:03:12.605DEBGDEBG Aug 14 12:03:12.612 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 } }]DEBGDEBGDEBG 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
89242026-08-14T12:03:14.108Z
89252026-08-14T12:03:14.108Z
89262026-08-14T12:03:14.108ZAug 14 12:03:12.612Aug 14 12:03:12.612 INFOINFO
89272026-08-14T12:03:14.108ZAug 14 12:03:12.612adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255
89282026-08-14T12:03:14.108Z
89292026-08-14T12:03:14.108Z Aug 14 12:03:12.583Aug 14 12:03:12.612Aug 14 12:03:12.612 DEBGDEBG 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 } }]
89302026-08-14T12:03:14.108Z 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 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
89312026-08-14T12:03:14.109Z
89322026-08-14T12:03:14.109Zcreated new freemapAug 14 12:03:12.612, Aug 14 12:03:12.612 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 } }]
89332026-08-14T12:03:14.109Z Aug 14 12:03:12.612INFO Aug 14 12:03:12.612adding route 172.17.0.7/32 -> 10.0.0.255
89342026-08-14T12:03:14.109ZINFO adding route 172.17.0.6/32 -> 10.0.0.255unitDEBGadding route 172.17.0.9/32 -> 10.0.0.255Aug 14 12:03:12.612
89352026-08-14T12:03:14.109Z
89362026-08-14T12:03:14.109Z: freemap_route_ipv4DEBGfailed to allocate space for the new target list
89372026-08-14T12:03:14.109Zreplacing 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:03:12.612
89382026-08-14T12:03:14.109Z
89392026-08-14T12:03:14.109Z Aug 14 12:03:12.612DEBG Aug 14 12:03:12.612replacing 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
89402026-08-14T12:03:14.109ZAug 14 12:03:12.612 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
89412026-08-14T12:03:14.109Zreplacing targets for 3fff:dead::/64 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:03:12.612Aug 14 12:03:12.612
89422026-08-14T12:03:14.109Z INFO DEBGAug 14 12:03:12.612 created new freemap adding route 172.17.0.8/32 -> 10.0.0.255, INFOINFOunit :
89432026-08-14T12:03:14.109Z adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
89442026-08-14T12:03:14.109Z
89452026-08-14T12:03:14.109Z Aug 14 12:03:12.612freemap_route_ipv6
89462026-08-14T12:03:14.109ZAug 14 12:03:12.612DEBG Aug 14 12:03:12.612replacing 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:03:12.612DEBGDEBG 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 } }]
89472026-08-14T12:03:14.109Z 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 } }]
89482026-08-14T12:03:14.109Zinitted freemap. size: 64
89492026-08-14T12:03:14.109Z, unitAug 14 12:03:12.612:Aug 14 12:03:12.612 Aug 14 12:03:12.612 INFOfreemap_route_ipv4 INFO
89502026-08-14T12:03:14.109Z INFOadding route 172.17.0.11/32 -> 10.0.0.255
89512026-08-14T12:03:14.109Z Aug 14 12:03:12.612created new freemapadding route 172.17.0.8/32 -> 10.0.0.255,
89522026-08-14T12:03:14.109Zadding route 172.17.0.9/32 -> 10.0.0.255unit DEBGAug 14 12:03:12.612
89532026-08-14T12:03:14.109Z :DEBGAug 14 12:03:12.612reset freemap , unitDEBG: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 } }]
89542026-08-14T12:03:14.109Zreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4Aug 14 12:03:12.612 freemap_route_ipv4
89552026-08-14T12:03:14.109ZDEBG
89562026-08-14T12:03:14.110Z
89572026-08-14T12:03:14.110ZAug 14 12:03:12.612 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 } }]INFOAug 14 12:03:12.612Aug 14 12:03:12.612 Aug 14 12:03:12.612
89582026-08-14T12:03:14.110Z DEBGadding route 172.17.0.12/32 -> 10.0.0.255 initted freemap. size: 64
89592026-08-14T12:03:14.110ZAug 14 12:03:12.612, DEBG unitcreated new freemap :INFO, unit INFOadding route 172.17.0.10/32 -> 10.0.0.255:Aug 14 12:03:12.612
89602026-08-14T12:03:14.110ZDEBGfreemap_route_ipv6
89612026-08-14T12:03:14.110Zreplacing 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 } }]
89622026-08-14T12:03:14.110Zadding route 172.17.0.9/32 -> 10.0.0.255
89632026-08-14T12:03:14.110Z freemap_route_ipv6
89642026-08-14T12:03:14.110ZAug 14 12:03:12.612Aug 14 12:03:12.612Aug 14 12:03:12.612 Aug 14 12:03:12.612 DEBGDEBG DEBGINFOreplacing 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 } }]
89652026-08-14T12:03:14.110Z adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89662026-08-14T12:03:14.110Z
89672026-08-14T12:03:14.110ZAug 14 12:03:12.612initted freemap. size: 64 , unitINFO: adding route 172.17.0.11/32 -> 10.0.0.255freemap_route_ipv4
89682026-08-14T12:03:14.110Z
89692026-08-14T12:03:14.110ZAug 14 12:03:12.612Aug 14 12:03:12.612 Aug 14 12:03:12.612DEBGINFO DEBGAug 14 12:03:12.612Aug 14 12:03:12.612 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 } }]DEBGadding route 172.17.0.10/32 -> 10.0.0.255
89702026-08-14T12:03:14.110Zreset freemap
89712026-08-14T12:03:14.110Z, DEBG unit :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 } }] freemap_route_ipv4
89722026-08-14T12:03:14.110Z
89732026-08-14T12:03:14.110Zreset freemap, Aug 14 12:03:12.612Aug 14 12:03:12.612 DEBGINFOAug 14 12:03:12.612 Aug 14 12:03:12.612adding route 172.17.0.14/32 -> 10.0.0.255unitreplacing 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 } }] :
89742026-08-14T12:03:14.110Z
89752026-08-14T12:03:14.110Z INFODEBGfreemap_route_ipv6
89762026-08-14T12:03:14.110Zinitted freemap. size: 64 , adding route 172.17.0.12/32 -> 10.0.0.255unit
89772026-08-14T12:03:14.110ZAug 14 12:03:12.612: freemap_route_ipv6DEBGAug 14 12:03:12.612
89782026-08-14T12:03:14.110ZAug 14 12:03:12.612 Aug 14 12:03:12.612INFO 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 } }]
89792026-08-14T12:03:14.110Z adding route 172.17.0.11/32 -> 10.0.0.255DEBGINFO
89802026-08-14T12:03:14.110Z Aug 14 12:03:12.612replacing 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
89812026-08-14T12:03:14.110Z Aug 14 12:03:12.612 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 14 12:03:12.612
89822026-08-14T12:03:14.111ZAug 14 12:03:12.612DEBG adding route 172.17.0.15/32 -> 10.0.0.255 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 } }]
89832026-08-14T12:03:14.111Z
89842026-08-14T12:03:14.111Zadding route 172.17.0.13/32 -> 10.0.0.255reset freemap
89852026-08-14T12:03:14.111Z, Aug 14 12:03:12.612unit Aug 14 12:03:12.612Aug 14 12:03:12.612INFO Aug 14 12:03:12.612adding route 172.17.0.12/32 -> 10.0.0.255 DEBG
89862026-08-14T12:03:14.111Z 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 } }]DEBG
89872026-08-14T12:03:14.111Z 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 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 } }]
89882026-08-14T12:03:14.111Z
89892026-08-14T12:03:14.111Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
89902026-08-14T12:03:14.111Z:Aug 14 12:03:12.612 Aug 14 12:03:12.612DEBGAug 14 12:03:12.612 Aug 14 12:03:12.612INFO adding route 172.17.0.14/32 -> 10.0.0.255INFOINFO
89912026-08-14T12:03:14.111Zfreemap_route_ipv6 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.16/32 -> 10.0.0.255
89922026-08-14T12:03:14.111Z
89932026-08-14T12:03:14.111Z
89942026-08-14T12:03:14.111Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 14 12:03:12.612
89952026-08-14T12:03:14.111ZAug 14 12:03:12.612 Aug 14 12:03:12.612 DEBG INFOAug 14 12:03:12.612DEBG 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 } }]
89962026-08-14T12:03:14.111Zreplacing 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.13/32 -> 10.0.0.255
89972026-08-14T12:03:14.111Z
89982026-08-14T12:03:14.111ZINFO Aug 14 12:03:12.612adding route 3fff:dead::/64 -> 2001:db8::55:1
89992026-08-14T12:03:14.111Ztest route::tests::rollback_on_compact_write_failure ... ok
90002026-08-14T12:03:14.111ZAug 14 12:03:12.612 DEBGINFO Aug 14 12:03:12.612Aug 14 12:03:12.612 Aug 14 12:03:12.612 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255DEBGINFO
90012026-08-14T12:03:14.111Ztest route::tests::identity_replace_is_noop ... ok
90022026-08-14T12:03:14.111Zreplacing 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 } }]
90032026-08-14T12:03:14.111Z
90042026-08-14T12:03:14.111Z adding route 172.17.0.15/32 -> 10.0.0.255DEBG
90052026-08-14T12:03:14.111Z 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:03:12.612Aug 14 12:03:12.612Aug 14 12:03:12.612 Aug 14 12:03:12.612
90062026-08-14T12:03:14.111ZINFODEBG 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 } }]INFODEBG
90072026-08-14T12:03:14.111Zadding route 3fff:dead::/64 -> 2001:db8::55:3
90082026-08-14T12:03:14.111Zadding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:03:12.612
90092026-08-14T12:03:14.112Z
90102026-08-14T12:03:14.112ZAug 14 12:03:12.612 INFO INFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 14 12:03:12.612
90112026-08-14T12:03:14.112ZAug 14 12:03:12.612 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO Aug 14 12:03:12.612
90122026-08-14T12:03:14.112Zadding route 172.17.0.16/32 -> 10.0.0.255
90132026-08-14T12:03:14.112Z DEBGDEBGAug 14 12:03:12.612Aug 14 12:03:12.612 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:03:12.612 DEBG
90142026-08-14T12:03:14.112ZDEBGreplacing 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 } }]
90152026-08-14T12:03:14.112Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
90162026-08-14T12:03:14.112Zreplacing 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 } }]
90172026-08-14T12:03:14.112Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:03:12.612Aug 14 12:03:12.612 INFOINFO Aug 14 12:03:12.612adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 14 12:03:12.612
90182026-08-14T12:03:14.112Zadding route 172.17.0.15/32 -> 10.0.0.255 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255
90192026-08-14T12:03:14.112Zadding route 172.17.0.19/32 -> 10.0.0.255Aug 14 12:03:12.612
90202026-08-14T12:03:14.112Z
90212026-08-14T12:03:14.112ZDEBG 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 } }]
90222026-08-14T12:03:14.116Z
90232026-08-14T12:03:14.116ZAug 14 12:03:12.612 Aug 14 12:03:12.612DEBG DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:03:12.612
90242026-08-14T12:03:14.116Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:03:12.612Aug 14 12:03:12.612
90252026-08-14T12:03:14.116ZDEBG DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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:03:12.612Aug 14 12:03:12.612 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
90262026-08-14T12:03:14.117Zreplacing 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 } }]
90272026-08-14T12:03:14.117Z
90282026-08-14T12:03:14.117Zadding route 3fff:dead::/64 -> 2001:db8::55:3
90292026-08-14T12:03:14.117ZAug 14 12:03:12.612
90302026-08-14T12:03:14.117ZAug 14 12:03:12.612 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 } }]Aug 14 12:03:12.612 WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 14 12:03:12.613
90312026-08-14T12:03:14.117ZAug 14 12:03:12.612
90322026-08-14T12:03:14.117Z DEBGINFO created new freemapadding route 172.17.0.16/32 -> 10.0.0.255Aug 14 12:03:12.612,
90332026-08-14T12:03:14.117Zunit :DEBGAug 14 12:03:12.619 freemap_route_ipv4INFO
90342026-08-14T12:03:14.117ZAug 14 12:03:12.619 adding route 172.17.0.21/32 -> 10.0.0.255DEBG
90352026-08-14T12:03:14.117Z 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.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 } }]
90362026-08-14T12:03:14.117Z
90372026-08-14T12:03:14.117ZAug 14 12:03:12.619 Aug 14 12:03:12.619Aug 14 12:03:12.619 ERRO DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:03:12.619created new freemapAug 14 12:03:12.619rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }),
90382026-08-14T12:03:14.117Zunit INFO : freemap_route_ipv6INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
90392026-08-14T12:03:14.117Z
90402026-08-14T12:03:14.117ZAug 14 12:03:12.619
90412026-08-14T12:03:14.117Z adding route 172.17.0.17/32 -> 10.0.0.255INFO adding route 172.17.0.22/32 -> 10.0.0.255
90422026-08-14T12:03:14.117Z
90432026-08-14T12:03:14.117ZAug 14 12:03:12.619 Aug 14 12:03:12.619Aug 14 12:03:12.619DEBGAug 14 12:03:12.619 ERRODEBGinitted freemap. size: 64 , 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 } }]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
90442026-08-14T12:03:14.117Z
90452026-08-14T12:03:14.117Zunit: freemap_route_ipv4Aug 14 12:03:12.619DEBGAug 14 12:03:12.619
90462026-08-14T12:03:14.117Z INFO 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 } }] adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90472026-08-14T12:03:14.117Z
90482026-08-14T12:03:14.117Z
90492026-08-14T12:03:14.117ZAug 14 12:03:12.619 Aug 14 12:03:12.619Aug 14 12:03:12.619 DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }]
90502026-08-14T12:03:14.118Z
90512026-08-14T12:03:14.118ZDEBG Aug 14 12:03:12.619reset freemap , unitINFO: Aug 14 12:03:12.619 adding route 172.17.0.18/32 -> 10.0.0.255INFOfreemap_route_ipv4
90522026-08-14T12:03:14.118Z
90532026-08-14T12:03:14.118ZAug 14 12:03:12.619 adding route 172.17.0.24/32 -> 10.0.0.255WARNAug 14 12:03:12.619
90542026-08-14T12:03:14.118Z Aug 14 12:03:12.619 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
90552026-08-14T12:03:14.118ZDEBG Aug 14 12:03:12.619initted freemap. size: 64 , unitreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
90562026-08-14T12:03:14.118Z :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 } }]
90572026-08-14T12:03:14.118Zfreemap_route_ipv6
90582026-08-14T12:03:14.118ZAug 14 12:03:12.619 INFO adding route 172.17.0.19/32 -> 10.0.0.255
90592026-08-14T12:03:14.118ZAug 14 12:03:12.619Aug 14 12:03:12.619 DEBGINFO replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemapadding route 172.17.0.25/32 -> 10.0.0.255, Aug 14 12:03:12.619
90602026-08-14T12:03:14.118Zunit
90612026-08-14T12:03:14.118Z : DEBGfreemap_route_ipv6
90622026-08-14T12:03:14.118ZAug 14 12:03:12.619replacing 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 } }]
90632026-08-14T12:03:14.118ZDEBG 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:03:12.619
90642026-08-14T12:03:14.118Z Aug 14 12:03:12.619INFO Aug 14 12:03:12.619INFO adding route 172.16.0.0/32 -> 10.0.0.1INFO
90652026-08-14T12:03:14.118Z Aug 14 12:03:12.619 adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
90662026-08-14T12:03:14.118Z
90672026-08-14T12:03:14.118ZINFOAug 14 12:03:12.619 adding route 172.17.0.26/32 -> 10.0.0.255DEBGAug 14 12:03:12.619Aug 14 12:03:12.619
90682026-08-14T12:03:14.118ZDEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, 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 } }]
90692026-08-14T12:03:14.118Z
90702026-08-14T12:03:14.118Z
90712026-08-14T12:03:14.118ZAug 14 12:03:12.619Aug 14 12:03:12.619Aug 14 12:03:12.619 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 } }]INFO Aug 14 12:03:12.619adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255
90722026-08-14T12:03:14.118Z
90732026-08-14T12:03:14.118Z INFO
90742026-08-14T12:03:14.118Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 14 12:03:12.619Aug 14 12:03:12.619
90752026-08-14T12:03:14.118Z INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255Aug 14 12:03:12.619replacing 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 } }]
90762026-08-14T12:03:14.119Z
90772026-08-14T12:03:14.119Z Aug 14 12:03:12.619DEBG Aug 14 12:03:12.619Aug 14 12:03:12.619 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 } }] 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 } }] 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 } }]
90782026-08-14T12:03:14.119Z
90792026-08-14T12:03:14.119Z
90802026-08-14T12:03:14.119Zadding route 172.17.0.21/32 -> 10.0.0.255Aug 14 12:03:12.619Aug 14 12:03:12.619Aug 14 12:03:12.619 INFOINFO
90812026-08-14T12:03:14.119Zadding route 172.17.0.22/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3
90822026-08-14T12:03:14.119Z INFO
90832026-08-14T12:03:14.119Z adding route 172.17.0.28/32 -> 10.0.0.255Aug 14 12:03:12.619
90842026-08-14T12:03:14.119ZAug 14 12:03:12.619 DEBGDEBGAug 14 12:03:12.619Aug 14 12:03:12.619 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 } }]
90852026-08-14T12:03:14.119ZDEBG 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.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 } }]
90862026-08-14T12:03:14.119Z
90872026-08-14T12:03:14.119ZAug 14 12:03:12.619replacing 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
90882026-08-14T12:03:14.119Z Aug 14 12:03:12.619adding route 172.17.0.22/32 -> 10.0.0.255
90892026-08-14T12:03:14.119ZINFOAug 14 12:03:12.619Aug 14 12:03:12.619 INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.23/32 -> 10.0.0.255
90902026-08-14T12:03:14.119Z
90912026-08-14T12:03:14.119ZINFOAug 14 12:03:12.619 adding route 172.17.0.29/32 -> 10.0.0.255DEBG
90922026-08-14T12:03:14.119Z Aug 14 12:03:12.619replacing 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 } }]
90932026-08-14T12:03:14.119ZDEBG 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:03:12.619
90942026-08-14T12:03:14.119Z DEBGAug 14 12:03:12.619 Aug 14 12:03:12.619replacing 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 } }]
90952026-08-14T12:03:14.119ZINFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255
90962026-08-14T12:03:14.119Zreplacing 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:03:12.619
90972026-08-14T12:03:14.119Z 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 } }]Aug 14 12:03:12.619
90982026-08-14T12:03:14.119Z Aug 14 12:03:12.619Aug 14 12:03:12.619 INFO INFODEBGadding route 172.17.0.30/32 -> 10.0.0.255
90992026-08-14T12:03:14.119Z replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
91002026-08-14T12:03:14.119Z
91012026-08-14T12:03:14.119ZAug 14 12:03:12.619 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 } }]
91022026-08-14T12:03:14.119ZAug 14 12:03:12.619 INFOAug 14 12:03:12.619 Aug 14 12:03:12.619 adding route 172.17.0.31/32 -> 10.0.0.255DEBG
91032026-08-14T12:03:14.120Z 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 } }]
91042026-08-14T12:03:14.120ZINFO Aug 14 12:03:12.619adding route 172.17.0.24/32 -> 10.0.0.255
91052026-08-14T12:03:14.120ZDEBGAug 14 12:03:12.619 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 } }]INFO
91062026-08-14T12:03:14.120ZAug 14 12:03:12.619 DEBGadding route 172.17.0.25/32 -> 10.0.0.255
91072026-08-14T12:03:14.120Zreplacing 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:03:12.619
91082026-08-14T12:03:14.120Z INFO Aug 14 12:03:12.619Aug 14 12:03:12.619 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.25/32 -> 10.0.0.255
91092026-08-14T12:03:14.120Z
91102026-08-14T12:03:14.120Zadding route 172.17.0.32/32 -> 10.0.0.255
91112026-08-14T12:03:14.120ZAug 14 12:03:12.619Aug 14 12:03:12.619Aug 14 12:03:12.619 DEBG 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 } }]adding route 172.17.0.26/32 -> 10.0.0.255DEBG
91122026-08-14T12:03:14.120Z
91132026-08-14T12:03:14.120Zreplacing 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 } }]
91142026-08-14T12:03:14.120ZAug 14 12:03:12.619 INFO adding route 172.17.0.33/32 -> 10.0.0.255
91152026-08-14T12:03:14.120ZAug 14 12:03:12.619 Aug 14 12:03:12.619DEBG DEBGAug 14 12:03:12.613Aug 14 12:03:12.619 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 } }]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 } }]
91162026-08-14T12:03:14.120Zcreated new freemapINFO
91172026-08-14T12:03:14.120Z, unitAug 14 12:03:12.619adding route 172.17.0.26/32 -> 10.0.0.255: INFOAug 14 12:03:12.619freemap_route_ipv4
91182026-08-14T12:03:14.120Z
91192026-08-14T12:03:14.120ZINFOadding route 172.17.0.34/32 -> 10.0.0.255
91202026-08-14T12:03:14.120Zadding route 172.17.0.27/32 -> 10.0.0.255
91212026-08-14T12:03:14.120ZAug 14 12:03:12.619Aug 14 12:03:12.619 Aug 14 12:03:12.619DEBGDEBG DEBGcreated new freemap 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:03:12.619
91222026-08-14T12:03:14.124Z , DEBGreplacing 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 } }]unit :
91232026-08-14T12:03:14.124Z 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 } }]freemap_route_ipv6Aug 14 12:03:12.619
91242026-08-14T12:03:14.124Z
91252026-08-14T12:03:14.125ZINFO adding route 172.17.0.27/32 -> 10.0.0.255
91262026-08-14T12:03:14.125ZAug 14 12:03:12.619Aug 14 12:03:12.619 DEBGINFO initted freemap. size: 64adding route 172.17.0.35/32 -> 10.0.0.255Aug 14 12:03:12.619, unit :
91272026-08-14T12:03:14.125ZDEBGAug 14 12:03:12.619 freemap_route_ipv4INFO
91282026-08-14T12:03:14.125Zreplacing 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 } }]
91292026-08-14T12:03:14.125Zadding route 172.17.0.28/32 -> 10.0.0.255Aug 14 12:03:12.619
91302026-08-14T12:03:14.125Z DEBGAug 14 12:03:12.619 Aug 14 12:03:12.619 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
91312026-08-14T12:03:14.125Z INFOreset freemap , Aug 14 12:03:12.619Aug 14 12:03:12.619adding route 172.17.0.28/32 -> 10.0.0.255
91322026-08-14T12:03:14.125Z unitDEBG: INFO 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:03:12.619
91332026-08-14T12:03:14.125Zadding route 172.17.0.36/32 -> 10.0.0.255freemap_route_ipv4
91342026-08-14T12:03:14.125Z
91352026-08-14T12:03:14.125Z DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:03:12.619
91362026-08-14T12:03:14.125ZAug 14 12:03:12.619 DEBGINFO initted freemap. size: 64, unit:Aug 14 12:03:12.619Aug 14 12:03:12.619 freemap_route_ipv6 DEBGDEBG created new freemap
91372026-08-14T12:03:14.125Z, created new freemapunit, Aug 14 12:03:12.620unitAug 14 12:03:12.625: :DEBG freemap_route_ipv4reset freemap
91382026-08-14T12:03:14.125Zfreemap_route_ipv4,
91392026-08-14T12:03:14.125ZunitDEBG: Aug 14 12:03:12.625created new freemap freemap_route_ipv6Aug 14 12:03:12.625DEBG, unit created new freemap
91402026-08-14T12:03:14.125Z, DEBG unitcreated new freemap:, unitfreemap_route_ipv6:
91412026-08-14T12:03:14.125Z freemap_route_ipv6Aug 14 12:03:12.625: INFO
91422026-08-14T12:03:14.125ZAug 14 12:03:12.625 freemap_route_ipv4adding route 172.16.0.0/32 -> 10.0.0.1
91432026-08-14T12:03:14.125Z
91442026-08-14T12:03:14.125ZDEBG Aug 14 12:03:12.625initted freemap. size: 64 , DEBGunitAug 14 12:03:12.625: initted freemap. size: 64 , Aug 14 12:03:12.625freemap_route_ipv4 unitDEBG:DEBG freemap_route_ipv4created new freemap
91452026-08-14T12:03:14.125Z ,
91462026-08-14T12:03:14.125Zunit: 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 } }]freemap_route_ipv6
91472026-08-14T12:03:14.125ZAug 14 12:03:12.625
91482026-08-14T12:03:14.125ZAug 14 12:03:12.625 DEBGDEBG Aug 14 12:03:12.625 reset freemapAug 14 12:03:12.625reset freemapDEBG, unit, initted freemap. size: 64INFO, unit unitadding route 172.16.0.0/32 -> 10.0.0.1::
91492026-08-14T12:03:14.125Z freemap_route_ipv4freemap_route_ipv4:
91502026-08-14T12:03:14.125Z
91512026-08-14T12:03:14.125Zfreemap_route_ipv4
91522026-08-14T12:03:14.125ZAug 14 12:03:12.625 Aug 14 12:03:12.625DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }]
91532026-08-14T12:03:14.125Zinitted freemap. size: 64, Aug 14 12:03:12.625unitAug 14 12:03:12.625: Aug 14 12:03:12.625DEBG freemap_route_ipv6 DEBG
91542026-08-14T12:03:14.125Z reset freemap, initted freemap. size: 64INFO, Aug 14 12:03:12.625unit :DEBG adding route 172.16.0.0/32 -> 10.0.0.1reset freemapunit,
91552026-08-14T12:03:14.125Zunit freemap_route_ipv6:
91562026-08-14T12:03:14.125Zfreemap_route_ipv6:
91572026-08-14T12:03:14.125Z Aug 14 12:03:12.625freemap_route_ipv4 Aug 14 12:03:12.625Aug 14 12:03:12.625 DEBG
91582026-08-14T12:03:14.125ZDEBG INFO reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
91592026-08-14T12:03:14.125Z, unitadding route 3fff:dead::/64 -> 2001:db8::55:1:
91602026-08-14T12:03:14.125Z freemap_route_ipv6Aug 14 12:03:12.625
91612026-08-14T12:03:14.126Z INFOAug 14 12:03:12.625Aug 14 12:03:12.625 DEBGDEBGAug 14 12:03:12.583 Aug 14 12:03:12.625DEBG initted freemap. size: 64INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:dead::/64 -> 2001:db8::55:1created new freemap
91622026-08-14T12:03:14.126Z, unit, :
91632026-08-14T12:03:14.126Zunit adding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv6
91642026-08-14T12:03:14.126Z:Aug 14 12:03:12.625Aug 14 12:03:12.625
91652026-08-14T12:03:14.126Z Aug 14 12:03:12.625 DEBG INFOAug 14 12:03:12.625DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
91662026-08-14T12:03:14.126Z
91672026-08-14T12:03:14.126Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv4
91682026-08-14T12:03:14.126ZDEBG Aug 14 12:03:12.625Aug 14 12:03:12.625 INFODEBG reset freemapAug 14 12:03:12.625replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }],
91692026-08-14T12:03:14.126ZINFO adding route 172.17.0.0/32 -> 10.0.0.255
91702026-08-14T12:03:14.126Z
91712026-08-14T12:03:14.126Zunit:adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 14 12:03:12.625
91722026-08-14T12:03:14.126Zfreemap_route_ipv6 Aug 14 12:03:12.625DEBG
91732026-08-14T12:03:14.126Z 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:03:12.625
91742026-08-14T12:03:14.126Z Aug 14 12:03:12.625DEBG 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 } }] DEBG
91752026-08-14T12:03:14.126Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: 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:03:12.625
91762026-08-14T12:03:14.126Z INFO created new freemapAug 14 12:03:12.625, adding route 3fff:dead::/64 -> 2001:db8::55:1 unit
91772026-08-14T12:03:14.126ZINFO: freemap_route_ipv6Aug 14 12:03:12.625adding route 172.17.0.1/32 -> 10.0.0.255
91782026-08-14T12:03:14.126Z Aug 14 12:03:12.625
91792026-08-14T12:03:14.126ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
91802026-08-14T12:03:14.126ZAug 14 12:03:12.625 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 14 12:03:12.625Aug 14 12:03:12.625
91812026-08-14T12:03:14.126Z DEBG initted freemap. size: 64DEBG 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 } }], unit: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 } }]
91822026-08-14T12:03:14.126ZAug 14 12:03:12.625
91832026-08-14T12:03:14.126Zfreemap_route_ipv4
91842026-08-14T12:03:14.126Z INFOAug 14 12:03:12.625Aug 14 12:03:12.625 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4
91852026-08-14T12:03:14.126Ztest route::tests::rollback_on_index_readd_failure ... ok
91862026-08-14T12:03:14.126Zadding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
91872026-08-14T12:03:14.126Z
91882026-08-14T12:03:14.126ZAug 14 12:03:12.619Aug 14 12:03:12.625Aug 14 12:03:12.625 Aug 14 12:03:12.625DEBG INFOAug 14 12:03:12.625 adding route 172.17.0.29/32 -> 10.0.0.255DEBGDEBG
91892026-08-14T12:03:14.126Zreset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
91902026-08-14T12:03:14.126Ztest route::tests::same_size_non_subset_replace ... ok
91912026-08-14T12:03:14.126Z, 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 } }]unitDEBG
91922026-08-14T12:03:14.126Z :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_ipv4
91932026-08-14T12:03:14.126ZAug 14 12:03:12.625 DEBG Aug 14 12:03:12.632replacing 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 } }]
91942026-08-14T12:03:14.126Z DEBG initted freemap. size: 64
91952026-08-14T12:03:14.126ZAug 14 12:03:12.632, unit :DEBG 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: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:03:12.632
91962026-08-14T12:03:14.126Z
91972026-08-14T12:03:14.127ZINFO Aug 14 12:03:12.632Aug 14 12:03:12.632Aug 14 12:03:12.632 WARNDEBG adding route 172.17.0.30/32 -> 10.0.0.255shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
91982026-08-14T12:03:14.127Zreset freemap
91992026-08-14T12:03:14.127Z, INFOunit :Aug 14 12:03:12.632 freemap_route_ipv6DEBG
92002026-08-14T12:03:14.127Z adding route 172.17.0.3/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 } }]
92012026-08-14T12:03:14.127Z
92022026-08-14T12:03:14.127ZAug 14 12:03:12.632Aug 14 12:03:12.632 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.31/32 -> 10.0.0.255
92032026-08-14T12:03:14.127Z
92042026-08-14T12:03:14.127ZAug 14 12:03:12.632 Aug 14 12:03:12.632adding route 172.17.0.29/32 -> 10.0.0.255
92052026-08-14T12:03:14.127ZDEBG Aug 14 12:03:12.632DEBG 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 } }]replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
92062026-08-14T12:03:14.127Z
92072026-08-14T12:03:14.127Z
92082026-08-14T12:03:14.127ZAug 14 12:03:12.632 DEBGAug 14 12:03:12.632 Aug 14 12:03:12.632 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:03:12.632
92092026-08-14T12:03:14.127Z INFO INFOadding route 172.17.0.32/32 -> 10.0.0.255INFO Aug 14 12:03:12.632adding route 172.17.0.4/32 -> 10.0.0.255
92102026-08-14T12:03:14.127Zadding route 3fff:dead::/64 -> 2001:db8::55:1
92112026-08-14T12:03:14.127Z
92122026-08-14T12:03:14.127ZINFOAug 14 12:03:12.632 adding route 172.17.0.30/32 -> 10.0.0.255DEBG
92132026-08-14T12:03:14.127Z 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:03:12.632
92142026-08-14T12:03:14.127Z DEBGAug 14 12:03:12.632Aug 14 12:03:12.632 DEBGAug 14 12:03:12.626 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:03:12.632DEBG 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 } }]
92152026-08-14T12:03:14.127Zreplacing 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 } }]
92162026-08-14T12:03:14.127Z
92172026-08-14T12:03:14.127Zadding route 172.17.0.33/32 -> 10.0.0.255DEBG
92182026-08-14T12:03:14.127Z created new freemapAug 14 12:03:12.632 , INFOAug 14 12:03:12.632 Aug 14 12:03:12.632adding route 172.17.0.31/32 -> 10.0.0.255
92192026-08-14T12:03:14.127ZDEBG 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 } }]INFOAug 14 12:03:12.632 adding route 3fff:dead::/64 -> 2001:db8::55:1
92202026-08-14T12:03:14.127Z
92212026-08-14T12:03:14.127ZAug 14 12:03:12.632 unitINFO:DEBGAug 14 12:03:12.632Aug 14 12:03:12.632 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.34/32 -> 10.0.0.255
92222026-08-14T12:03:14.132Z
92232026-08-14T12:03:14.132Zfreemap_route_ipv4
92242026-08-14T12:03:14.132Zadding route 172.17.0.5/32 -> 10.0.0.255
92252026-08-14T12:03:14.132Zreplacing 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 } }]
92262026-08-14T12:03:14.132ZAug 14 12:03:12.632Aug 14 12:03:12.632 DEBGDEBG created new freemapAug 14 12:03:12.632, 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
92272026-08-14T12:03:14.132Z :INFO adding route 172.17.0.32/32 -> 10.0.0.255freemap_route_ipv6Aug 14 12:03:12.632
92282026-08-14T12:03:14.132Z
92292026-08-14T12:03:14.132ZAug 14 12:03:12.632Aug 14 12:03:12.632 DEBGAug 14 12:03:12.632 Aug 14 12:03:12.632 INFODEBG INFO 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 } }]
92302026-08-14T12:03:14.132Zadding route 172.17.0.35/32 -> 10.0.0.255initted freemap. size: 64 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 } }]
92312026-08-14T12:03:14.132Z
92322026-08-14T12:03:14.132Zadding route 3fff:dead::/64 -> 2001:db8::55:2,
92332026-08-14T12:03:14.132Zunit: Aug 14 12:03:12.632 Aug 14 12:03:12.632DEBG INFOAug 14 12:03:12.632replacing 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 } }]
92342026-08-14T12:03:14.132Zadding route 172.17.0.33/32 -> 10.0.0.255DEBG
92352026-08-14T12:03:14.132Zreplacing 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 } }]freemap_route_ipv4
92362026-08-14T12:03:14.132ZAug 14 12:03:12.632
92372026-08-14T12:03:14.132ZAug 14 12:03:12.632 Aug 14 12:03:12.632INFO INFODEBG adding route 172.17.0.36/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 } }] adding route 172.17.0.6/32 -> 10.0.0.255
92382026-08-14T12:03:14.132Z
92392026-08-14T12:03:14.132Z
92402026-08-14T12:03:14.133ZAug 14 12:03:12.632Aug 14 12:03:12.632 DEBG INFO Aug 14 12:03:12.632 Aug 14 12:03:12.632adding route 3fff:beef::/64 -> 2001:db8::55:ffreset freemap
92412026-08-14T12:03:14.133Z, INFODEBG adding route 172.17.0.34/32 -> 10.0.0.255Aug 14 12:03:12.632 unitreplacing 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 } }]
92422026-08-14T12:03:14.133Z:
92432026-08-14T12:03:14.133Z freemap_route_ipv4
92442026-08-14T12:03:14.133Z Aug 14 12:03:12.632Aug 14 12:03:12.632Aug 14 12:03:12.632Aug 14 12:03:12.632Aug 14 12:03:12.625 DEBGINFODEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 172.17.0.37/32 -> 10.0.0.255initted freemap. size: 64
92452026-08-14T12:03:14.133ZDEBG
92462026-08-14T12:03:14.133Z 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 3fff:dead::/64 -> 2001:db8::55:3
92472026-08-14T12:03:14.133ZAug 14 12:03:12.632, DEBG unitreplacing 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:03:12.632
92482026-08-14T12:03:14.133Z:
92492026-08-14T12:03:14.133ZINFO freemap_route_ipv6Aug 14 12:03:12.632adding route 172.17.0.35/32 -> 10.0.0.255
92502026-08-14T12:03:14.133Z INFO
92512026-08-14T12:03:14.133Zreplacing 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:03:12.632adding route 3fff:beef:1::/64 -> 2001:db8::55:ff Aug 14 12:03:12.632DEBGAug 14 12:03:12.632
92522026-08-14T12:03:14.133ZAug 14 12:03:12.632 DEBGINFO
92532026-08-14T12:03:14.133Z 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 } }]DEBGreset freemap
92542026-08-14T12:03:14.133Z , 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.38/32 -> 10.0.0.255
92552026-08-14T12:03:14.133Z
92562026-08-14T12:03:14.133ZAug 14 12:03:12.632 unitDEBGAug 14 12:03:12.632Aug 14 12:03:12.632 Aug 14 12:03:12.632 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 } }]Aug 14 12:03:12.632 DEBG
92572026-08-14T12:03:14.133Z adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
92582026-08-14T12:03:14.133Z:replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.36/32 -> 10.0.0.255
92592026-08-14T12:03:14.133Z
92602026-08-14T12:03:14.133Zfreemap_route_ipv6INFOAug 14 12:03:12.632 adding route 172.17.0.7/32 -> 10.0.0.255
92612026-08-14T12:03:14.133Z
92622026-08-14T12:03:14.133ZAug 14 12:03:12.632 Aug 14 12:03:12.632INFO DEBGINFOAug 14 12:03:12.632 Aug 14 12:03:12.632adding route 172.17.0.39/32 -> 10.0.0.255
92632026-08-14T12:03:14.133Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO
92642026-08-14T12:03:14.133Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 14 12:03:12.632Aug 14 12:03:12.632
92652026-08-14T12:03:14.133Z Aug 14 12:03:12.632DEBG 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 3fff:beef:2::/64 -> 2001:db8::55:ff
92662026-08-14T12:03:14.133ZAug 14 12:03:12.632
92672026-08-14T12:03:14.133ZDEBGDEBG DEBG DEBGreplacing 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: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 } }]
92682026-08-14T12:03:14.133Z
92692026-08-14T12:03:14.133Zreplacing 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 } }]
92702026-08-14T12:03:14.133Zreplacing 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:03:12.632Aug 14 12:03:12.632
92712026-08-14T12:03:14.133Z DEBGINFO Aug 14 12:03:12.632Aug 14 12:03:12.632replacing 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 } }] INFOadding route 172.17.0.37/32 -> 10.0.0.255
92722026-08-14T12:03:14.133Z
92732026-08-14T12:03:14.133ZINFOadding route 172.17.0.40/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2
92742026-08-14T12:03:14.133ZAug 14 12:03:12.632
92752026-08-14T12:03:14.133Z Aug 14 12:03:12.632INFO Aug 14 12:03:12.632Aug 14 12:03:12.632DEBG DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
92762026-08-14T12:03:14.134Zreplacing 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.8/32 -> 10.0.0.255
92772026-08-14T12:03:14.134Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 14 12:03:12.632
92782026-08-14T12:03:14.134Z
92792026-08-14T12:03:14.134ZAug 14 12:03:12.632DEBG INFO Aug 14 12:03:12.632replacing 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:03:12.632
92802026-08-14T12:03:14.134Zadding route 172.17.0.38/32 -> 10.0.0.255
92812026-08-14T12:03:14.134ZDEBGINFO Aug 14 12:03:12.632 DEBGadding route 172.17.0.41/32 -> 10.0.0.255
92822026-08-14T12:03:14.134Ztest route::tests::shrink_preserves_compacted_order ... ok
92832026-08-14T12:03:14.134ZAug 14 12:03:12.632 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 } }]DEBGreplacing 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 } }]
92842026-08-14T12:03:14.134ZAug 14 12:03:12.632
92852026-08-14T12:03:14.134Zreplacing 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:03:12.632DEBG
92862026-08-14T12:03:14.134Z 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 } }]DEBGAug 14 12:03:12.632Aug 14 12:03:12.632
92872026-08-14T12:03:14.134ZINFO adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92882026-08-14T12:03:14.134ZINFOAug 14 12:03:12.632
92892026-08-14T12:03:14.134Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO
92902026-08-14T12:03:14.134Zadding route 172.17.0.42/32 -> 10.0.0.255
92912026-08-14T12:03:14.134ZAug 14 12:03:12.632 Aug 14 12:03:12.632Aug 14 12:03:12.632 DEBG INFODEBGreplacing 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 } }]
92922026-08-14T12:03:14.134Zadding route 172.17.0.9/32 -> 10.0.0.255
92932026-08-14T12:03:14.134Zreplacing 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 } }]
92942026-08-14T12:03:14.134ZAug 14 12:03:12.632Aug 14 12:03:12.632 Aug 14 12:03:12.632INFO DEBGAug 14 12:03:12.632 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
92952026-08-14T12:03:14.134Z adding route 172.17.0.40/32 -> 10.0.0.255INFO
92962026-08-14T12:03:14.134Zadding route 172.17.0.43/32 -> 10.0.0.255Aug 14 12:03:12.632
92972026-08-14T12:03:14.134Z 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 } }]INFO
92982026-08-14T12:03:14.134Z Aug 14 12:03:12.632adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 14 12:03:12.632
92992026-08-14T12:03:14.134Z DEBG 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:03:12.633 DEBG created new freemap, unit
93002026-08-14T12:03:14.134Z: freemap_route_ipv4Aug 14 12:03:12.632
93012026-08-14T12:03:14.134ZAug 14 12:03:12.619 DEBG DEBGAug 14 12:03:12.638replacing 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:03:12.638
93022026-08-14T12:03:14.134ZINFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255
93032026-08-14T12:03:14.134Zreplacing 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 } }]created new freemapAug 14 12:03:12.638
93042026-08-14T12:03:14.134Z, unitINFO: adding route 172.17.0.37/32 -> 10.0.0.255Aug 14 12:03:12.638Aug 14 12:03:12.638
93052026-08-14T12:03:14.134Zfreemap_route_ipv6
93062026-08-14T12:03:14.134Z INFODEBGAug 14 12:03:12.638 adding route 3fff:beef:6::/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 } }]
93072026-08-14T12:03:14.134ZAug 14 12:03:12.638DEBG
93082026-08-14T12:03:14.134Zreplacing 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 } }]
93092026-08-14T12:03:14.134ZAug 14 12:03:12.638DEBG INFO adding route 172.17.0.42/32 -> 10.0.0.255initted freemap. size: 64
93102026-08-14T12:03:14.134Z, Aug 14 12:03:12.638unit : freemap_route_ipv4INFO
93112026-08-14T12:03:14.134Zadding route 172.17.0.38/32 -> 10.0.0.255Aug 14 12:03:12.638
93122026-08-14T12:03:14.134Z Aug 14 12:03:12.638Aug 14 12:03:12.638 DEBGAug 14 12:03:12.638DEBG 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 } }]reset freemap
93132026-08-14T12:03:14.134Z DEBG 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 } }]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:03:12.638
93142026-08-14T12:03:14.134Z unit:INFO freemap_route_ipv4adding route 172.17.0.43/32 -> 10.0.0.255
93152026-08-14T12:03:14.134Z
93162026-08-14T12:03:14.135ZAug 14 12:03:12.638
93172026-08-14T12:03:14.135ZINFO Aug 14 12:03:12.638Aug 14 12:03:12.638 adding route 172.17.0.39/32 -> 10.0.0.255DEBG
93182026-08-14T12:03:14.135Z DEBGinitted freemap. size: 64 , Aug 14 12:03:12.638replacing 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:03:12.638unit
93192026-08-14T12:03:14.135Z: DEBGfreemap_route_ipv6
93202026-08-14T12:03:14.135Zreplacing 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 } }]
93212026-08-14T12:03:14.135ZAug 14 12:03:12.638Aug 14 12:03:12.638Aug 14 12:03:12.638 INFODEBGINFO adding route 172.17.0.44/32 -> 10.0.0.255reset freemap
93222026-08-14T12:03:14.139Z, INFO unit :adding route 172.17.0.40/32 -> 10.0.0.255 Aug 14 12:03:12.639adding route 3fff:beef:7::/64 -> 2001:db8::55:fffreemap_route_ipv6
93232026-08-14T12:03:14.139ZDEBG
93242026-08-14T12:03:14.139Z 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 } }]
93252026-08-14T12:03:14.139Z
93262026-08-14T12:03:14.139ZAug 14 12:03:12.639Aug 14 12:03:12.639Aug 14 12:03:12.639 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1
93272026-08-14T12:03:14.139ZDEBGadding route 172.17.0.45/32 -> 10.0.0.255Aug 14 12:03:12.639
93282026-08-14T12:03:14.139Z Aug 14 12:03:12.639replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
93292026-08-14T12:03:14.139Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 14 12:03:12.639
93302026-08-14T12:03:14.139ZAug 14 12:03:12.639replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
93312026-08-14T12:03:14.139Z INFOAug 14 12:03:12.639replacing 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 } }]
93322026-08-14T12:03:14.139Z INFO Aug 14 12:03:12.639adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
93332026-08-14T12:03:14.139Z
93342026-08-14T12:03:14.139Z Aug 14 12:03:12.639INFO INFOAug 14 12:03:12.639 Aug 14 12:03:12.639adding route 172.17.0.46/32 -> 10.0.0.255
93352026-08-14T12:03:14.139ZDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
93362026-08-14T12:03:14.139ZDEBG Aug 14 12:03:12.639
93372026-08-14T12:03:14.139Zreplacing 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 } }]
93382026-08-14T12:03:14.140Z DEBG Aug 14 12:03:12.639replacing 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:03:12.639INFO
93392026-08-14T12:03:14.140Z Aug 14 12:03:12.639 INFODEBGadding route 172.17.0.42/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.3
93402026-08-14T12:03:14.140Z
93412026-08-14T12:03:14.140ZAug 14 12:03:12.639replacing 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 } }]
93422026-08-14T12:03:14.140ZINFO Aug 14 12:03:12.639adding route 172.17.0.47/32 -> 10.0.0.255
93432026-08-14T12:03:14.140ZDEBGAug 14 12:03:12.639 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 } }]
93442026-08-14T12:03:14.140ZDEBGAug 14 12:03:12.639 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 } }]
93452026-08-14T12:03:14.140Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 14 12:03:12.639
93462026-08-14T12:03:14.140ZAug 14 12:03:12.639 INFOAug 14 12:03:12.639 DEBG adding route 172.16.0.0/32 -> 10.0.0.4INFOreplacing 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 } }]
93472026-08-14T12:03:14.140Z
93482026-08-14T12:03:14.140Zadding route 172.17.0.43/32 -> 10.0.0.255
93492026-08-14T12:03:14.140ZAug 14 12:03:12.639 Aug 14 12:03:12.639Aug 14 12:03:12.639 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255DEBGreplacing 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 } }]
93502026-08-14T12:03:14.140ZAug 14 12:03:12.639
93512026-08-14T12:03:14.140Zreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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
93522026-08-14T12:03:14.140Z
93532026-08-14T12:03:14.140Zreplacing 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:03:12.639
93542026-08-14T12:03:14.140Z Aug 14 12:03:12.639DEBG 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:03:12.639
93552026-08-14T12:03:14.140ZDEBG Aug 14 12:03:12.639INFOreplacing 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 } }]
93562026-08-14T12:03:14.140ZINFOadding route 172.17.0.44/32 -> 10.0.0.255 adding route 172.17.0.44/32 -> 10.0.0.255
93572026-08-14T12:03:14.140Z
93582026-08-14T12:03:14.140ZAug 14 12:03:12.639Aug 14 12:03:12.639 INFOINFO Aug 14 12:03:12.639Aug 14 12:03:12.639 adding route 172.17.0.49/32 -> 10.0.0.255 DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93592026-08-14T12:03:14.140Z
93602026-08-14T12:03:14.140Z
93612026-08-14T12:03:14.140Z 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 } }]Aug 14 12:03:12.639Aug 14 12:03:12.639
93622026-08-14T12:03:14.140Z DEBG 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 } }]
93632026-08-14T12:03:14.140ZAug 14 12:03:12.639Aug 14 12:03:12.639 adding route 172.17.0.45/32 -> 10.0.0.255INFO
93642026-08-14T12:03:14.140Z DEBGadding route 172.17.0.45/32 -> 10.0.0.255
93652026-08-14T12:03:14.140Z 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:03:12.639 Aug 14 12:03:12.639INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255
93662026-08-14T12:03:14.140Zreplacing 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 } }]
93672026-08-14T12:03:14.140Z
93682026-08-14T12:03:14.140ZAug 14 12:03:12.639 DEBGAug 14 12:03:12.632 Aug 14 12:03:12.639 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255
93692026-08-14T12:03:14.140Zreplacing 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 } }]
93702026-08-14T12:03:14.141Z
93712026-08-14T12:03:14.141ZAug 14 12:03:12.639Aug 14 12:03:12.639 Aug 14 12:03:12.639DEBG INFODEBG Aug 14 12:03:12.639replacing 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.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:03:12.639 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO
93722026-08-14T12:03:14.141Z
93732026-08-14T12:03:14.141Z DEBGadding route 172.17.0.46/32 -> 10.0.0.255
93742026-08-14T12:03:14.141ZAug 14 12:03:12.639replacing 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 } }]
93752026-08-14T12:03:14.141ZAug 14 12:03:12.639 INFOINFOAug 14 12:03:12.639 Aug 14 12:03:12.639adding route 172.17.0.51/32 -> 10.0.0.255 adding route 172.17.0.47/32 -> 10.0.0.255
93762026-08-14T12:03:14.141ZDEBG
93772026-08-14T12:03:14.141ZDEBG 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 } }]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 } }]
93782026-08-14T12:03:14.141ZAug 14 12:03:12.639
93792026-08-14T12:03:14.141Z DEBGAug 14 12:03:12.639 INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 14 12:03:12.639
93802026-08-14T12:03:14.141Z 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:03:12.639DEBG
93812026-08-14T12:03:14.141Ztest route::tests::delete_target_fragmented ... ok
93822026-08-14T12:03:14.141Ztest route::tests::delete_target_full ... ok
93832026-08-14T12:03:14.141Z INFO Aug 14 12:03:12.639 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 3fff:beef:c::/64 -> 2001:db8::55:ff
93842026-08-14T12:03:14.141Z
93852026-08-14T12:03:14.141ZDEBGAug 14 12:03:12.639 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 } }]INFOAug 14 12:03:12.639
93862026-08-14T12:03:14.141ZAug 14 12:03:12.639 adding route 172.17.0.48/32 -> 10.0.0.255INFO
93872026-08-14T12:03:14.141Z DEBG adding route 172.17.0.52/32 -> 10.0.0.255replacing 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 } }]
93882026-08-14T12:03:14.141Z
93892026-08-14T12:03:14.141ZAug 14 12:03:12.639 DEBG Aug 14 12:03:12.639replacing 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 } }]
93902026-08-14T12:03:14.141ZINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
93912026-08-14T12:03:14.141ZAug 14 12:03:12.639Aug 14 12:03:12.639 Aug 14 12:03:12.639 Aug 14 12:03:12.639DEBG INFO INFODEBGreplacing 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.48/32 -> 10.0.0.255
93922026-08-14T12:03:14.141Z adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
93932026-08-14T12:03:14.141Z
93942026-08-14T12:03:14.141Z
93952026-08-14T12:03:14.141ZAug 14 12:03:12.639Aug 14 12:03:12.639Aug 14 12:03:12.639 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 3fff:beef:e::/64 -> 2001:db8::55:ffAug 14 12:03:12.639
93962026-08-14T12:03:14.141ZDEBG
93972026-08-14T12:03:14.141ZINFOreplacing 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 } }]
93982026-08-14T12:03:14.141Zadding route 172.17.0.53/32 -> 10.0.0.255
93992026-08-14T12:03:14.141ZAug 14 12:03:12.639 DEBG Aug 14 12:03:12.639replacing 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 } }]
94002026-08-14T12:03:14.141ZDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:03:12.639
94012026-08-14T12:03:14.141Z Aug 14 12:03:12.639INFO Aug 14 12:03:12.639adding route 172.17.0.50/32 -> 10.0.0.255
94022026-08-14T12:03:14.141ZINFO Aug 14 12:03:12.639adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO Aug 14 12:03:12.639INFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255
94032026-08-14T12:03:14.141Zadding route 172.17.0.54/32 -> 10.0.0.255
94042026-08-14T12:03:14.141Z
94052026-08-14T12:03:14.141Zreplacing 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 } }]
94062026-08-14T12:03:14.141ZAug 14 12:03:12.639 DEBGAug 14 12:03:12.639 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
94072026-08-14T12:03:14.141Z adding route 172.17.0.51/32 -> 10.0.0.255Aug 14 12:03:12.639
94082026-08-14T12:03:14.141ZAug 14 12:03:12.639Aug 14 12:03:12.639 DEBGINFOAug 14 12:03:12.639 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBGDEBGreplacing 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 } }]
94092026-08-14T12:03:14.141Z
94102026-08-14T12:03:14.142Z replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
94112026-08-14T12:03:14.142ZAug 14 12:03:12.646
94122026-08-14T12:03:14.142Z INFO Aug 14 12:03:12.646adding route 172.17.0.50/32 -> 10.0.0.255Aug 14 12:03:12.646
94132026-08-14T12:03:14.142ZDEBG 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 } }]
94142026-08-14T12:03:14.142ZAug 14 12:03:12.632 Aug 14 12:03:12.646 Aug 14 12:03:12.646DEBGINFO adding route 172.17.0.52/32 -> 10.0.0.255DEBG created new freemap
94152026-08-14T12:03:14.142ZINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
94162026-08-14T12:03:14.142Z
94172026-08-14T12:03:14.142Z, unit:Aug 14 12:03:12.646 freemap_route_ipv4Aug 14 12:03:12.646DEBG
94182026-08-14T12:03:14.142ZAug 14 12:03:12.646 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 } }]INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255
94192026-08-14T12:03:14.142Z
94202026-08-14T12:03:14.142Zreplacing 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 } }]
94212026-08-14T12:03:14.142ZAug 14 12:03:12.646Aug 14 12:03:12.646 INFODEBG adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94222026-08-14T12:03:14.146Z
94232026-08-14T12:03:14.146ZAug 14 12:03:12.646 INFOAug 14 12:03:12.639Aug 14 12:03:12.646Aug 14 12:03:12.646 Aug 14 12:03:12.646 DEBG INFODEBG INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffcreated new freemap
94242026-08-14T12:03:14.146Z 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 } }]
94252026-08-14T12:03:14.146Z,
94262026-08-14T12:03:14.146Z adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255unit
94272026-08-14T12:03:14.146Z
94282026-08-14T12:03:14.146Z:Aug 14 12:03:12.646 Aug 14 12:03:12.646freemap_route_ipv6 INFO INFOadding route 172.17.0.11/32 -> 10.0.0.255
94292026-08-14T12:03:14.146Z
94302026-08-14T12:03:14.146ZAug 14 12:03:12.646Aug 14 12:03:12.646 Aug 14 12:03:12.646 DEBGAug 14 12:03:12.646 DEBG 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.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
94312026-08-14T12:03:14.146Z
94322026-08-14T12:03:14.146Z
94332026-08-14T12:03:14.146Zadding route 172.17.0.54/32 -> 10.0.0.255
94342026-08-14T12:03:14.146Zreplacing 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:03:12.646Aug 14 12:03:12.646Aug 14 12:03:12.646
94352026-08-14T12:03:14.146Z DEBGINFO adding route 172.17.0.12/32 -> 10.0.0.255
94362026-08-14T12:03:14.146Zinitted freemap. size: 64INFO, Aug 14 12:03:12.646Aug 14 12:03:12.646 Aug 14 12:03:12.646unitadding route 172.17.0.53/32 -> 10.0.0.255 Aug 14 12:03:12.646
94372026-08-14T12:03:14.146Z DEBG 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 } }]: INFO
94382026-08-14T12:03:14.146ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing 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:03:12.646Aug 14 12:03:12.646
94392026-08-14T12:03:14.146Z
94402026-08-14T12:03:14.146Z adding route 172.17.0.56/32 -> 10.0.0.255 INFODEBG Aug 14 12:03:12.646adding route 172.17.0.13/32 -> 10.0.0.255
94412026-08-14T12:03:14.146Z
94422026-08-14T12:03:14.146Z 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 } }]freemap_route_ipv4
94432026-08-14T12:03:14.146Z Aug 14 12:03:12.646
94442026-08-14T12:03:14.146Z Aug 14 12:03:12.646INFO adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:03:12.646
94452026-08-14T12:03:14.146Z
94462026-08-14T12:03:14.146ZAug 14 12:03:12.646DEBGAug 14 12:03:12.646 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 } }]Aug 14 12:03:12.646replacing 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 } }]
94472026-08-14T12:03:14.146ZINFO
94482026-08-14T12:03:14.146Z reset freemapDEBGAug 14 12:03:12.646adding route 172.17.0.54/32 -> 10.0.0.255
94492026-08-14T12:03:14.147Z INFO, replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 14 12:03:12.646
94502026-08-14T12:03:14.147Zunit: INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:fffreemap_route_ipv4 adding route 172.17.0.14/32 -> 10.0.0.255
94512026-08-14T12:03:14.147Z
94522026-08-14T12:03:14.147Z
94532026-08-14T12:03:14.147ZAug 14 12:03:12.646Aug 14 12:03:12.646 Aug 14 12:03:12.646DEBGAug 14 12:03:12.646 INFO INFO 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 } }]
94542026-08-14T12:03:14.147Zadding route 172.17.0.57/32 -> 10.0.0.255
94552026-08-14T12:03:14.147Zadding route 172.17.0.56/32 -> 10.0.0.255
94562026-08-14T12:03:14.147Zreplacing 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:03:12.646Aug 14 12:03:12.646
94572026-08-14T12:03:14.147ZAug 14 12:03:12.646Aug 14 12:03:12.646 DEBG Aug 14 12:03:12.646INFODEBG adding route 172.17.0.15/32 -> 10.0.0.255replacing 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 } }]
94582026-08-14T12:03:14.147Z
94592026-08-14T12:03:14.147ZAug 14 12:03:12.647 DEBG DEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 14 12:03:12.647Aug 14 12:03:12.647 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFODEBG
94602026-08-14T12:03:14.147Z INFO
94612026-08-14T12:03:14.147Zadding route 172.17.0.55/32 -> 10.0.0.255 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.57/32 -> 10.0.0.255
94622026-08-14T12:03:14.147Z
94632026-08-14T12:03:14.147Zinitted freemap. size: 64Aug 14 12:03:12.647
94642026-08-14T12:03:14.147ZINFO Aug 14 12:03:12.647Aug 14 12:03:12.647adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
94652026-08-14T12:03:14.147ZINFOAug 14 12:03:12.647 adding route 172.17.0.16/32 -> 10.0.0.255Aug 14 12:03:12.647
94662026-08-14T12:03:14.147ZINFODEBG 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.58/32 -> 10.0.0.255Aug 14 12:03:12.647
94672026-08-14T12:03:14.147Z
94682026-08-14T12:03:14.147ZDEBGAug 14 12:03:12.647, 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 } }]DEBG
94692026-08-14T12:03:14.147Z 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 } }]unit
94702026-08-14T12:03:14.147Zreplacing 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:03:12.647Aug 14 12:03:12.647 INFO
94712026-08-14T12:03:14.147Z Aug 14 12:03:12.647Aug 14 12:03:12.647INFO INFO :adding route 172.17.0.58/32 -> 10.0.0.255 adding route 172.17.0.56/32 -> 10.0.0.255
94722026-08-14T12:03:14.147Z adding route 172.17.0.17/32 -> 10.0.0.255freemap_route_ipv6DEBG
94732026-08-14T12:03:14.147Z
94742026-08-14T12:03:14.147Zreplacing 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 } }]
94752026-08-14T12:03:14.147Z
94762026-08-14T12:03:14.147ZAug 14 12:03:12.647 DEBGAug 14 12:03:12.647 Aug 14 12:03:12.647Aug 14 12:03:12.647replacing 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:03:12.647
94772026-08-14T12:03:14.147Z DEBGDEBG 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.59/32 -> 10.0.0.255
94782026-08-14T12:03:14.147Zreplacing 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 } }]
94792026-08-14T12:03:14.147Z
94802026-08-14T12:03:14.147Z Aug 14 12:03:12.647Aug 14 12:03:12.647Aug 14 12:03:12.647Aug 14 12:03:12.647 INFO DEBGAug 14 12:03:12.647 INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing 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
94812026-08-14T12:03:14.147Z
94822026-08-14T12:03:14.147Z adding route 172.17.0.57/32 -> 10.0.0.255
94832026-08-14T12:03:14.147Zadding route 172.17.0.59/32 -> 10.0.0.255
94842026-08-14T12:03:14.147ZAug 14 12:03:12.647DEBG
94852026-08-14T12:03:14.147Ztest route::tests::add_target_fails_full ... ok
94862026-08-14T12:03:14.147ZAug 14 12:03:12.647 Aug 14 12:03:12.647 DEBG DEBGreset freemapDEBG 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:03:12.647replacing 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 } }]
94872026-08-14T12:03:14.147ZDEBG ,
94882026-08-14T12:03:14.147Zreplacing 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:03:12.647
94892026-08-14T12:03:14.148ZunitAug 14 12:03:12.647: INFOINFOAug 14 12:03:12.647replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255INFO
94902026-08-14T12:03:14.148Z
94912026-08-14T12:03:14.148Z
94922026-08-14T12:03:14.148ZAug 14 12:03:12.647 freemap_route_ipv6 adding route 172.17.0.58/32 -> 10.0.0.255
94932026-08-14T12:03:14.148Z
94942026-08-14T12:03:14.148ZINFOAug 14 12:03:12.647Aug 14 12:03:12.647 adding route 172.17.0.60/32 -> 10.0.0.255 INFO
94952026-08-14T12:03:14.148ZDEBG adding route 3fff:beef:17::/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 } }]
94962026-08-14T12:03:14.148Z
94972026-08-14T12:03:14.148ZAug 14 12:03:12.647 Aug 14 12:03:12.647Aug 14 12:03:12.647 Aug 14 12:03:12.647 DEBGDEBG Aug 14 12:03:12.647 INFO DEBGAug 14 12:03:12.647adding route 172.17.0.20/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 } }]INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94982026-08-14T12:03:14.148Z
94992026-08-14T12:03:14.148Z
95002026-08-14T12:03:14.148Zreplacing 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 3fff:dead::/64 -> 2001:db8::55:1
95012026-08-14T12:03:14.148ZAug 14 12:03:12.647Aug 14 12:03:12.647DEBG DEBGINFO Aug 14 12:03:12.647replacing 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 } }]
95022026-08-14T12:03:14.148ZINFO
95032026-08-14T12:03:14.148Z adding route 172.17.0.61/32 -> 10.0.0.255 Aug 14 12:03:12.647
95042026-08-14T12:03:14.148Zreplacing 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
95052026-08-14T12:03:14.148Z adding route 172.17.0.21/32 -> 10.0.0.255
95062026-08-14T12:03:14.148Zadding route 172.17.0.59/32 -> 10.0.0.255Aug 14 12:03:12.647
95072026-08-14T12:03:14.148Z DEBGAug 14 12:03:12.647Aug 14 12:03:12.647Aug 14 12:03:12.647 Aug 14 12:03:12.647Aug 14 12:03:12.647 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
95082026-08-14T12:03:14.148Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGDEBG 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 } }]
95092026-08-14T12:03:14.148Z
95102026-08-14T12:03:14.148ZDEBGDEBG 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:03:12.647failed to allocate space for the new target list
95112026-08-14T12:03:14.148Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:03:12.647
95122026-08-14T12:03:14.148Z INFO INFO
95132026-08-14T12:03:14.148Zadding route 172.17.0.62/32 -> 10.0.0.255 Aug 14 12:03:12.647
95142026-08-14T12:03:14.148ZAug 14 12:03:12.647adding route 172.17.0.22/32 -> 10.0.0.255
95152026-08-14T12:03:14.148ZAug 14 12:03:12.647 Aug 14 12:03:12.647 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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:03:12.647INFOAug 14 12:03:12.647
95162026-08-14T12:03:14.148Z INFO DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:2
95172026-08-14T12:03:14.148Z
95182026-08-14T12:03:14.148Z
95192026-08-14T12:03:14.148Zadding route 172.17.0.60/32 -> 10.0.0.255replacing 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 } }]
95202026-08-14T12:03:14.148ZAug 14 12:03:12.647
95212026-08-14T12:03:14.148ZAug 14 12:03:12.647 INFOAug 14 12:03:12.647DEBG Aug 14 12:03:12.647adding route 172.17.0.23/32 -> 10.0.0.255 DEBG INFOfailed to allocate space for the new target listAug 14 12:03:12.647
95222026-08-14T12:03:14.153Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
95232026-08-14T12:03:14.153Zreplacing 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 } }]
95242026-08-14T12:03:14.153Z
95252026-08-14T12:03:14.153ZAug 14 12:03:12.647Aug 14 12:03:12.647 Aug 14 12:03:12.647 Aug 14 12:03:12.647INFO DEBGadding route 172.17.0.61/32 -> 10.0.0.255DEBGDEBG
95262026-08-14T12:03:14.153Z replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
95272026-08-14T12:03:14.153Zreplacing 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 } }]
95282026-08-14T12:03:14.153ZAug 14 12:03:12.647
95292026-08-14T12:03:14.153ZDEBG 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:03:12.647Aug 14 12:03:12.647 INFOINFO
95302026-08-14T12:03:14.153Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 172.17.0.24/32 -> 10.0.0.255
95312026-08-14T12:03:14.153Z
95322026-08-14T12:03:14.153ZAug 14 12:03:12.654 DEBGAug 14 12:03:12.654Aug 14 12:03:12.654 INFODEBG adding route 172.17.0.62/32 -> 10.0.0.255replacing 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 } }]
95332026-08-14T12:03:14.153Z
95342026-08-14T12:03:14.153Zreplacing 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 } }]
95352026-08-14T12:03:14.153ZAug 14 12:03:12.654 DEBG Aug 14 12:03:12.654replacing 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 } }]
95362026-08-14T12:03:14.153ZAug 14 12:03:12.654 INFO adding route 172.17.0.63/32 -> 10.0.0.255
95372026-08-14T12:03:14.153Z 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 } }]
95382026-08-14T12:03:14.153Zadding route 172.17.0.25/32 -> 10.0.0.255
95392026-08-14T12:03:14.153ZAug 14 12:03:12.655 INFOAug 14 12:03:12.655 Aug 14 12:03:12.655Aug 14 12:03:12.655 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
95402026-08-14T12:03:14.153Z INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]
95412026-08-14T12:03:14.153Z
95422026-08-14T12:03:14.153Zreplacing 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 } }]
95432026-08-14T12:03:14.153ZAug 14 12:03:12.655 DEBGAug 14 12:03:12.655 Aug 14 12:03:12.655Aug 14 12:03:12.655DEBGreplacing 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 } }] INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.26/32 -> 10.0.0.255
95442026-08-14T12:03:14.153Z
95452026-08-14T12:03:14.153Z
95462026-08-14T12:03:14.153Zfailed to allocate space for the new target list
95472026-08-14T12:03:14.153ZAug 14 12:03:12.655Aug 14 12:03:12.655 Aug 14 12:03:12.655DEBG Aug 14 12:03:12.655 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
95482026-08-14T12:03:14.153Zadding route 3fff:dead::/64 -> 2001:db8::55:4
95492026-08-14T12:03:14.153Z 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 } }] Aug 14 12:03:12.655
95502026-08-14T12:03:14.153Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
95512026-08-14T12:03:14.153ZINFO Aug 14 12:03:12.655adding route 172.17.0.27/32 -> 10.0.0.255
95522026-08-14T12:03:14.153ZAug 14 12:03:12.655DEBG 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
95532026-08-14T12:03:14.153Z Aug 14 12:03:12.655failed to allocate space for the new target list DEBG
95542026-08-14T12:03:14.153Z Aug 14 12:03:12.655replacing 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:03:12.655 DEBGDEBG
95552026-08-14T12:03:14.154Z 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 } }]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 } }]
95562026-08-14T12:03:14.154Z
95572026-08-14T12:03:14.154ZAug 14 12:03:12.655 Aug 14 12:03:12.655INFO INFOadding route 172.17.0.28/32 -> 10.0.0.255
95582026-08-14T12:03:14.154Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
95592026-08-14T12:03:14.154ZAug 14 12:03:12.655 Aug 14 12:03:12.655DEBG 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 } }]
95602026-08-14T12:03:14.154Zreplacing 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 } }]
95612026-08-14T12:03:14.154ZAug 14 12:03:12.655 Aug 14 12:03:12.655INFO INFOadding route 172.17.0.29/32 -> 10.0.0.255
95622026-08-14T12:03:14.154Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
95632026-08-14T12:03:14.154ZAug 14 12:03:12.655 Aug 14 12:03:12.655DEBG 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 } }]
95642026-08-14T12:03:14.154Zreplacing 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 } }]
95652026-08-14T12:03:14.154ZAug 14 12:03:12.655 Aug 14 12:03:12.655INFO INFOadding route 172.17.0.30/32 -> 10.0.0.255
95662026-08-14T12:03:14.154Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
95672026-08-14T12:03:14.154ZAug 14 12:03:12.655Aug 14 12:03:12.655 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
95682026-08-14T12:03:14.154Z
95692026-08-14T12:03:14.154ZAug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
95702026-08-14T12:03:14.154Z
95712026-08-14T12:03:14.154ZAug 14 12:03:12.655Aug 14 12:03:12.655 DEBGDEBG 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 } }]
95722026-08-14T12:03:14.154Zreplacing 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 } }]
95732026-08-14T12:03:14.154ZAug 14 12:03:12.655 INFO Aug 14 12:03:12.655adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
95742026-08-14T12:03:14.154ZINFO adding route 172.17.0.32/32 -> 10.0.0.255
95752026-08-14T12:03:14.154ZAug 14 12:03:12.655 Aug 14 12:03:12.655DEBG 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 } }]
95762026-08-14T12:03:14.154Zreplacing 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 } }]
95772026-08-14T12:03:14.154ZAug 14 12:03:12.655 Aug 14 12:03:12.655INFO INFOadding route 172.17.0.33/32 -> 10.0.0.255
95782026-08-14T12:03:14.154Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
95792026-08-14T12:03:14.154ZAug 14 12:03:12.655 Aug 14 12:03:12.655DEBG 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 } }]
95802026-08-14T12:03:14.154Zreplacing 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 } }]
95812026-08-14T12:03:14.154ZAug 14 12:03:12.655 Aug 14 12:03:12.655INFO INFOadding route 172.17.0.34/32 -> 10.0.0.255
95822026-08-14T12:03:14.154Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
95832026-08-14T12:03:14.154ZAug 14 12:03:12.655 Aug 14 12:03:12.655DEBG 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 } }]
95842026-08-14T12:03:14.154Zreplacing 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 } }]
95852026-08-14T12:03:14.154ZAug 14 12:03:12.655 Aug 14 12:03:12.655INFO INFOadding route 172.17.0.35/32 -> 10.0.0.255
95862026-08-14T12:03:14.154Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
95872026-08-14T12:03:14.154ZAug 14 12:03:12.655 Aug 14 12:03:12.655DEBG DEBGreplacing 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 } }]
95882026-08-14T12:03:14.154Zreplacing 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 } }]
95892026-08-14T12:03:14.154ZAug 14 12:03:12.655 Aug 14 12:03:12.655INFO INFOadding route 172.17.0.36/32 -> 10.0.0.255
95902026-08-14T12:03:14.154Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
95912026-08-14T12:03:14.154ZAug 14 12:03:12.655 Aug 14 12:03:12.655DEBG DEBGreplacing 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 } }]
95922026-08-14T12:03:14.154Zreplacing 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 } }]
95932026-08-14T12:03:14.154ZAug 14 12:03:12.655 Aug 14 12:03:12.655INFO INFOadding route 172.17.0.37/32 -> 10.0.0.255
95942026-08-14T12:03:14.155Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
95952026-08-14T12:03:14.155ZAug 14 12:03:12.655Aug 14 12:03:12.655 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 } }]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 } }]
95962026-08-14T12:03:14.155Z
95972026-08-14T12:03:14.155ZAug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
95982026-08-14T12:03:14.155Z
95992026-08-14T12:03:14.155ZAug 14 12:03:12.655Aug 14 12:03:12.655 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 } }]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 } }]
96002026-08-14T12:03:14.155Z
96012026-08-14T12:03:14.155ZAug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 172.17.0.39/32 -> 10.0.0.255
96022026-08-14T12:03:14.155Z
96032026-08-14T12:03:14.155ZAug 14 12:03:12.655Aug 14 12:03:12.655 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 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 } }]
96042026-08-14T12:03:14.155Z
96052026-08-14T12:03:14.155ZAug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
96062026-08-14T12:03:14.155Z
96072026-08-14T12:03:14.155ZAug 14 12:03:12.655Aug 14 12:03:12.655 DEBGDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
96082026-08-14T12:03:14.155Z
96092026-08-14T12:03:14.155ZAug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.41/32 -> 10.0.0.255
96102026-08-14T12:03:14.155Z
96112026-08-14T12:03:14.155ZAug 14 12:03:12.655Aug 14 12:03:12.655 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
96122026-08-14T12:03:14.155Z
96132026-08-14T12:03:14.155ZAug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
96142026-08-14T12:03:14.155Z
96152026-08-14T12:03:14.155ZAug 14 12:03:12.655Aug 14 12:03:12.655 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.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 } }]
96162026-08-14T12:03:14.155Z
96172026-08-14T12:03:14.155ZAug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.43/32 -> 10.0.0.255
96182026-08-14T12:03:14.155Z
96192026-08-14T12:03:14.155ZAug 14 12:03:12.655Aug 14 12:03:12.655 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
96202026-08-14T12:03:14.155Z
96212026-08-14T12:03:14.155ZAug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
96222026-08-14T12:03:14.159Z
96232026-08-14T12:03:14.159ZAug 14 12:03:12.655Aug 14 12:03:12.655 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: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 } }]
96242026-08-14T12:03:14.159Z
96252026-08-14T12:03:14.159ZAug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
96262026-08-14T12:03:14.159Z
96272026-08-14T12:03:14.159ZAug 14 12:03:12.655Aug 14 12:03:12.655 DEBGDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
96282026-08-14T12:03:14.159Z
96292026-08-14T12:03:14.159ZAug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
96302026-08-14T12:03:14.159Z
96312026-08-14T12:03:14.159ZAug 14 12:03:12.655Aug 14 12:03:12.655 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
96322026-08-14T12:03:14.159Z
96332026-08-14T12:03:14.159ZAug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 172.17.0.47/32 -> 10.0.0.255
96342026-08-14T12:03:14.160Z
96352026-08-14T12:03:14.160ZAug 14 12:03:12.655Aug 14 12:03:12.655 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }]
96362026-08-14T12:03:14.160Z
96372026-08-14T12:03:14.160ZAug 14 12:03:12.655Aug 14 12:03:12.655 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 172.17.0.48/32 -> 10.0.0.255
96382026-08-14T12:03:14.160ZAug 14 12:03:12.663 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 } }]
96392026-08-14T12:03:14.160ZAug 14 12:03:12.663 INFO
96402026-08-14T12:03:14.160Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 14 12:03:12.663
96412026-08-14T12:03:14.160Z 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 } }]
96422026-08-14T12:03:14.160ZAug 14 12:03:12.663 DEBG Aug 14 12:03:12.663replacing 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 } }]
96432026-08-14T12:03:14.160ZINFO adding route 172.17.0.49/32 -> 10.0.0.255
96442026-08-14T12:03:14.160ZAug 14 12:03:12.663 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:03:12.663
96452026-08-14T12:03:14.160Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 14 12:03:12.655
96462026-08-14T12:03:14.160ZAug 14 12:03:12.663 DEBG INFOcreated new freemap Aug 14 12:03:12.663, unitDEBG:adding route 172.17.0.50/32 -> 10.0.0.255
96472026-08-14T12:03:14.160Zreplacing 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 } }]
96482026-08-14T12:03:14.160Zfreemap_route_ipv4
96492026-08-14T12:03:14.160ZAug 14 12:03:12.663 DEBGAug 14 12:03:12.663 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 } }]INFOAug 14 12:03:12.663 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
96502026-08-14T12:03:14.160Z
96512026-08-14T12:03:14.160ZDEBG created new freemap, unitAug 14 12:03:12.663:Aug 14 12:03:12.663 INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255freemap_route_ipv6
96522026-08-14T12:03:14.160Z
96532026-08-14T12:03:14.160Zreplacing 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 } }]
96542026-08-14T12:03:14.160ZAug 14 12:03:12.663Aug 14 12:03:12.663Aug 14 12:03:12.663 DEBGINFO initted freemap. size: 64adding route 3fff:beef:35::/64 -> 2001:db8::55:ff,
96552026-08-14T12:03:14.160ZunitDEBG: Aug 14 12:03:12.663freemap_route_ipv4
96562026-08-14T12:03:14.160ZDEBG 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: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 } }]
96572026-08-14T12:03:14.160ZAug 14 12:03:12.663
96582026-08-14T12:03:14.160Z DEBG reset freemap, Aug 14 12:03:12.663unit :INFOAug 14 12:03:12.663 adding route 172.17.0.52/32 -> 10.0.0.255INFO
96592026-08-14T12:03:14.160Z adding route 3fff:beef:36::/64 -> 2001:db8::55:fffreemap_route_ipv4
96602026-08-14T12:03:14.160Z
96612026-08-14T12:03:14.160ZAug 14 12:03:12.663Aug 14 12:03:12.663 Aug 14 12:03:12.663DEBG 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 } }]
96622026-08-14T12:03:14.160ZDEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitAug 14 12:03:12.663
96632026-08-14T12:03:14.160Z: freemap_route_ipv6
96642026-08-14T12:03:14.160ZINFO Aug 14 12:03:12.663adding route 172.17.0.53/32 -> 10.0.0.255
96652026-08-14T12:03:14.160ZAug 14 12:03:12.663INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
96662026-08-14T12:03:14.160Z reset freemapAug 14 12:03:12.663, unitAug 14 12:03:12.663: DEBGDEBG freemap_route_ipv6
96672026-08-14T12:03:14.160Zreplacing 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: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 } }]
96682026-08-14T12:03:14.160Z
96692026-08-14T12:03:14.160ZAug 14 12:03:12.663Aug 14 12:03:12.663 Aug 14 12:03:12.663INFO INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
96702026-08-14T12:03:14.160Z
96712026-08-14T12:03:14.160Zadding route 172.17.0.54/32 -> 10.0.0.255
96722026-08-14T12:03:14.161ZAug 14 12:03:12.663 Aug 14 12:03:12.663DEBGAug 14 12:03:12.663 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 } }]
96732026-08-14T12:03:14.161ZDEBG DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
96742026-08-14T12:03:14.161ZAug 14 12:03:12.663
96752026-08-14T12:03:14.161Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 14 12:03:12.663Aug 14 12:03:12.663
96762026-08-14T12:03:14.161Z INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
96772026-08-14T12:03:14.161Z
96782026-08-14T12:03:14.161ZAug 14 12:03:12.663 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:03:12.663Aug 14 12:03:12.663
96792026-08-14T12:03:14.161Z DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 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 } }]
96802026-08-14T12:03:14.161ZAug 14 12:03:12.663
96812026-08-14T12:03:14.161Z INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
96822026-08-14T12:03:14.161ZAug 14 12:03:12.663Aug 14 12:03:12.663 Aug 14 12:03:12.663INFO INFODEBG adding route 172.16.0.0/32 -> 10.0.0.3
96832026-08-14T12:03:14.161Zreplacing 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.17.0.56/32 -> 10.0.0.255
96842026-08-14T12:03:14.161Z
96852026-08-14T12:03:14.161Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
96862026-08-14T12:03:14.161ZAug 14 12:03:12.663Aug 14 12:03:12.663 DEBGAug 14 12:03:12.663 DEBGINFOreplacing 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 } }]
96872026-08-14T12:03:14.161Z 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 3fff:beef:3b::/64 -> 2001:db8::55:ff
96882026-08-14T12:03:14.161Z
96892026-08-14T12:03:14.161ZAug 14 12:03:12.663Aug 14 12:03:12.663 INFOAug 14 12:03:12.663INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.57/32 -> 10.0.0.255
96902026-08-14T12:03:14.161Ztest route::tests::delete_targets_full ... ok
96912026-08-14T12:03:14.161ZDEBG
96922026-08-14T12:03:14.161Z 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 } }]
96932026-08-14T12:03:14.161ZAug 14 12:03:12.663Aug 14 12:03:12.663 Aug 14 12:03:12.663DEBG INFODEBGreplacing 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.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
96942026-08-14T12:03:14.161Z
96952026-08-14T12:03:14.161ZAug 14 12:03:12.670 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 } }]
96962026-08-14T12:03:14.161Z
96972026-08-14T12:03:14.161ZAug 14 12:03:12.670 DEBG failed to allocate space for the new target list
96982026-08-14T12:03:14.161ZAug 14 12:03:12.670Aug 14 12:03:12.670Aug 14 12:03:12.670 INFODEBG adding route 172.17.0.58/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 } }]
96992026-08-14T12:03:14.161Z
97002026-08-14T12:03:14.161Z 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.3, vlan_id: None } }]
97012026-08-14T12:03:14.161ZAug 14 12:03:12.670 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 } }]
97022026-08-14T12:03:14.161ZAug 14 12:03:12.670 INFO adding route 172.17.0.59/32 -> 10.0.0.255
97032026-08-14T12:03:14.161ZAug 14 12:03:12.670 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 } }]
97042026-08-14T12:03:14.161ZAug 14 12:03:12.670 INFO adding route 172.17.0.60/32 -> 10.0.0.255
97052026-08-14T12:03:14.161ZAug 14 12:03:12.670 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 } }]
97062026-08-14T12:03:14.161ZAug 14 12:03:12.670 DEBG failed to allocate space for the new target list
97072026-08-14T12:03:14.161ZAug 14 12:03:12.670 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 } }]
97082026-08-14T12:03:14.161ZAug 14 12:03:12.671 DEBG created new freemap, unit: freemap_route_ipv4
97092026-08-14T12:03:14.161ZAug 14 12:03:12.671 DEBG created new freemap, unit: freemap_route_ipv6
97102026-08-14T12:03:14.161ZAug 14 12:03:12.671 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
97112026-08-14T12:03:14.161ZAug 14 12:03:12.671 DEBG reset freemap, unit: freemap_route_ipv4
97122026-08-14T12:03:14.162ZAug 14 12:03:12.671 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
97132026-08-14T12:03:14.162ZAug 14 12:03:12.671 DEBG reset freemap, unit: freemap_route_ipv6
97142026-08-14T12:03:14.162ZAug 14 12:03:12.671 INFO adding route 172.16.0.0/32 -> 10.0.0.1
97152026-08-14T12:03:14.162ZAug 14 12:03:12.671 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 } }]
97162026-08-14T12:03:14.162ZAug 14 12:03:12.671 INFO adding route 172.16.0.0/32 -> 10.0.0.1
97172026-08-14T12:03:14.162ZAug 14 12:03:12.671 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 } }]
97182026-08-14T12:03:14.162ZAug 14 12:03:12.671 INFO adding route 172.16.0.0/32 -> 10.0.0.1
97192026-08-14T12:03:14.162ZAug 14 12:03:12.671 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 } }]
97202026-08-14T12:03:14.162ZAug 14 12:03:12.671 INFO adding route 172.16.0.0/32 -> 10.0.0.2
97212026-08-14T12:03:14.162ZAug 14 12:03:12.671 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 } }]
97222026-08-14T12:03:14.166ZAug 14 12:03:12.671 INFO adding route 172.17.0.0/32 -> 10.0.0.255
97232026-08-14T12:03:14.166ZAug 14 12:03:12.671 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 } }]
97242026-08-14T12:03:14.166ZAug 14 12:03:12.671 INFO adding route 172.17.0.1/32 -> 10.0.0.255
97252026-08-14T12:03:14.166ZAug 14 12:03:12.671 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 } }]
97262026-08-14T12:03:14.166ZAug 14 12:03:12.671 INFO adding route 172.17.0.2/32 -> 10.0.0.255
97272026-08-14T12:03:14.166ZAug 14 12:03:12.671 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 } }]
97282026-08-14T12:03:14.166ZAug 14 12:03:12.671 INFO adding route 172.17.0.3/32 -> 10.0.0.255
97292026-08-14T12:03:14.166ZAug 14 12:03:12.671 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 } }]
97302026-08-14T12:03:14.166ZAug 14 12:03:12.671 INFO adding route 172.17.0.4/32 -> 10.0.0.255
97312026-08-14T12:03:14.166ZAug 14 12:03:12.671 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 } }]
97322026-08-14T12:03:14.166ZAug 14 12:03:12.671 INFO adding route 172.17.0.5/32 -> 10.0.0.255
97332026-08-14T12:03:14.166ZAug 14 12:03:12.671 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 } }]
97342026-08-14T12:03:14.166ZAug 14 12:03:12.671 INFO adding route 172.17.0.6/32 -> 10.0.0.255
97352026-08-14T12:03:14.166ZAug 14 12:03:12.671 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 } }]
97362026-08-14T12:03:14.166ZAug 14 12:03:12.671 INFO adding route 172.17.0.7/32 -> 10.0.0.255
97372026-08-14T12:03:14.166ZAug 14 12:03:12.671 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 } }]
97382026-08-14T12:03:14.166ZAug 14 12:03:12.671 INFO adding route 172.17.0.8/32 -> 10.0.0.255
97392026-08-14T12:03:14.166ZAug 14 12:03:12.671 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 } }]
97402026-08-14T12:03:14.166ZAug 14 12:03:12.671 INFO adding route 172.17.0.9/32 -> 10.0.0.255
97412026-08-14T12:03:14.166ZAug 14 12:03:12.671 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 } }]
97422026-08-14T12:03:14.166ZAug 14 12:03:12.671 INFO adding route 172.17.0.10/32 -> 10.0.0.255
97432026-08-14T12:03:14.166ZAug 14 12:03:12.671 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 } }]
97442026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.11/32 -> 10.0.0.255
97452026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97462026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.12/32 -> 10.0.0.255
97472026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97482026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.13/32 -> 10.0.0.255
97492026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97502026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.14/32 -> 10.0.0.255
97512026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97522026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.15/32 -> 10.0.0.255
97532026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97542026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.16/32 -> 10.0.0.255
97552026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97562026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.17/32 -> 10.0.0.255
97572026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97582026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.18/32 -> 10.0.0.255
97592026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97602026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.19/32 -> 10.0.0.255
97612026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97622026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.20/32 -> 10.0.0.255
97632026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97642026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.21/32 -> 10.0.0.255
97652026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97662026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.22/32 -> 10.0.0.255
97672026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97682026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.23/32 -> 10.0.0.255
97692026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97702026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.24/32 -> 10.0.0.255
97712026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97722026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.25/32 -> 10.0.0.255
97732026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97742026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.26/32 -> 10.0.0.255
97752026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97762026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.27/32 -> 10.0.0.255
97772026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97782026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.28/32 -> 10.0.0.255
97792026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97802026-08-14T12:03:14.167Ztest route::tests::delete_targets_fragmented ... ok
97812026-08-14T12:03:14.167ZAug 14 12:03:12.671 INFO adding route 172.17.0.29/32 -> 10.0.0.255
97822026-08-14T12:03:14.167ZAug 14 12:03:12.671 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 } }]
97832026-08-14T12:03:14.168ZAug 14 12:03:12.671 INFO adding route 172.17.0.30/32 -> 10.0.0.255
97842026-08-14T12:03:14.168ZAug 14 12:03:12.671 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 } }]
97852026-08-14T12:03:14.168ZAug 14 12:03:12.671 INFO adding route 172.17.0.31/32 -> 10.0.0.255
97862026-08-14T12:03:14.168ZAug 14 12:03:12.671 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 } }]
97872026-08-14T12:03:14.168ZAug 14 12:03:12.671 INFO adding route 172.17.0.32/32 -> 10.0.0.255
97882026-08-14T12:03:14.168ZAug 14 12:03:12.671 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 } }]
97892026-08-14T12:03:14.168ZAug 14 12:03:12.671 INFO adding route 172.17.0.33/32 -> 10.0.0.255
97902026-08-14T12:03:14.168Z
97912026-08-14T12:03:14.168Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
97922026-08-14T12:03:14.168Z
97932026-08-14T12:03:14.168ZAug 14 12:03:12.671 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 } }]
97942026-08-14T12:03:14.168ZAug 14 12:03:12.671 INFO adding route 172.17.0.34/32 -> 10.0.0.255
97952026-08-14T12:03:14.168ZAug 14 12:03:12.671 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 } }]
97962026-08-14T12:03:14.168ZAug 14 12:03:12.671 INFO adding route 172.17.0.35/32 -> 10.0.0.255
97972026-08-14T12:03:14.168ZAug 14 12:03:12.672 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 } }]
97982026-08-14T12:03:14.168ZAug 14 12:03:12.672 INFO adding route 172.17.0.36/32 -> 10.0.0.255
97992026-08-14T12:03:14.168ZAug 14 12:03:12.672 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 } }]
98002026-08-14T12:03:14.168ZAug 14 12:03:12.672 INFO adding route 172.17.0.37/32 -> 10.0.0.255
98012026-08-14T12:03:14.168ZAug 14 12:03:12.672 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 } }]
98022026-08-14T12:03:14.168ZAug 14 12:03:12.672 INFO adding route 172.17.0.38/32 -> 10.0.0.255
98032026-08-14T12:03:14.168ZAug 14 12:03:12.672 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 } }]
98042026-08-14T12:03:14.168ZAug 14 12:03:12.672 INFO adding route 172.17.0.39/32 -> 10.0.0.255
98052026-08-14T12:03:14.168ZAug 14 12:03:12.672 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 } }]
98062026-08-14T12:03:14.168ZAug 14 12:03:12.672 INFO adding route 172.17.0.40/32 -> 10.0.0.255
98072026-08-14T12:03:14.168ZAug 14 12:03:12.672 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 } }]
98082026-08-14T12:03:14.168ZAug 14 12:03:12.672 INFO adding route 172.17.0.41/32 -> 10.0.0.255
98092026-08-14T12:03:14.168ZAug 14 12:03:12.672 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 } }]
98102026-08-14T12:03:14.168ZAug 14 12:03:12.672 INFO adding route 172.17.0.42/32 -> 10.0.0.255
98112026-08-14T12:03:14.168ZAug 14 12:03:12.672 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 } }]
98122026-08-14T12:03:14.168ZAug 14 12:03:12.672 INFO adding route 172.17.0.43/32 -> 10.0.0.255
98132026-08-14T12:03:14.168ZAug 14 12:03:12.672 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 } }]
98142026-08-14T12:03:14.168ZAug 14 12:03:12.677 INFO adding route 172.17.0.44/32 -> 10.0.0.255
98152026-08-14T12:03:14.168ZAug 14 12:03:12.677 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 } }]
98162026-08-14T12:03:14.168ZAug 14 12:03:12.677 INFO adding route 172.17.0.45/32 -> 10.0.0.255
98172026-08-14T12:03:14.168ZAug 14 12:03:12.677 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 } }]
98182026-08-14T12:03:14.168ZAug 14 12:03:12.677 INFO adding route 172.17.0.46/32 -> 10.0.0.255
98192026-08-14T12:03:14.168ZAug 14 12:03:12.677 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 } }]
98202026-08-14T12:03:14.168ZAug 14 12:03:12.677 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98212026-08-14T12:03:14.168ZAug 14 12:03:12.677 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 } }]
98222026-08-14T12:03:14.172ZAug 14 12:03:12.677 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98232026-08-14T12:03:14.172ZAug 14 12:03:12.677 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 } }]
98242026-08-14T12:03:14.172ZAug 14 12:03:12.677 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98252026-08-14T12:03:14.172ZAug 14 12:03:12.677 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 } }]
98262026-08-14T12:03:14.172ZAug 14 12:03:12.677 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98272026-08-14T12:03:14.172ZAug 14 12:03:12.677 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 } }]
98282026-08-14T12:03:14.172ZAug 14 12:03:12.677 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98292026-08-14T12:03:14.172ZAug 14 12:03:12.677 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 } }]
98302026-08-14T12:03:14.172ZAug 14 12:03:12.677 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98312026-08-14T12:03:14.172ZAug 14 12:03:12.677 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 } }]
98322026-08-14T12:03:14.172ZAug 14 12:03:12.677 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98332026-08-14T12:03:14.172ZAug 14 12:03:12.677 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 } }]
98342026-08-14T12:03:14.172ZAug 14 12:03:12.677 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98352026-08-14T12:03:14.172ZAug 14 12:03:12.677 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 } }]
98362026-08-14T12:03:14.173ZAug 14 12:03:12.677 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98372026-08-14T12:03:14.173ZAug 14 12:03:12.677 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:03:14.173ZAug 14 12:03:12.677 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98392026-08-14T12:03:14.173ZAug 14 12:03:12.677 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:03:14.173ZAug 14 12:03:12.677 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98412026-08-14T12:03:14.173ZAug 14 12:03:12.677 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:03:14.173ZAug 14 12:03:12.677 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98432026-08-14T12:03:14.173ZAug 14 12:03:12.677 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:03:14.173ZAug 14 12:03:12.677 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98452026-08-14T12:03:14.173ZAug 14 12:03:12.677 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:03:14.173ZAug 14 12:03:12.677 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98472026-08-14T12:03:14.173ZAug 14 12:03:12.677 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:03:14.173ZAug 14 12:03:12.677 DEBG failed to allocate space for the new target list
98492026-08-14T12:03:14.173ZAug 14 12:03:12.677 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:03:14.173Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8a7b77a033db65a1)
98512026-08-14T12:03:14.173Z
98522026-08-14T12:03:14.173Zrunning 0 tests
98532026-08-14T12:03:14.173Z
98542026-08-14T12:03:14.173Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98552026-08-14T12:03:14.173Z
98562026-08-14T12:03:14.173Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
98572026-08-14T12:03:14.173Z
98582026-08-14T12:03:14.173Zrunning 0 tests
98592026-08-14T12:03:14.173Z
98602026-08-14T12:03:14.173Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98612026-08-14T12:03:14.173Z
98622026-08-14T12:03:14.173Z Running unittests src/lib.rs (target/debug/deps/dpd_client-750e40ee01b056d8)
98632026-08-14T12:03:14.173Z
98642026-08-14T12:03:14.173Zrunning 6 tests
98652026-08-14T12:03:14.173Ztest tests::test_full_lot_id_both_present ... ok
98662026-08-14T12:03:14.173Ztest tests::test_full_lot_id_lot_only ... ok
98672026-08-14T12:03:14.173Ztest tests::test_full_lot_id_lotnum_only ... ok
98682026-08-14T12:03:14.173Ztest tests::test_full_lot_id_neither_present ... ok
98692026-08-14T12:03:14.173Ztest tests::test_port_id_cmp ... ok
98702026-08-14T12:03:14.173Ztest tests::test_parse_client_port_id ... ok
98712026-08-14T12:03:14.173Z
98722026-08-14T12:03:14.173Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98732026-08-14T12:03:14.173Z
98742026-08-14T12:03:14.173Z Running tests/test_all.rs (target/debug/deps/test_all-8b8febcc4252f7ff)
98752026-08-14T12:03:14.177Z
98762026-08-14T12:03:14.177Zrunning 6 tests
98772026-08-14T12:03:17.183Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98782026-08-14T12:03:17.186Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98792026-08-14T12:03:17.186Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98802026-08-14T12:03:17.192Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98812026-08-14T12:03:17.521Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98822026-08-14T12:03:18.655Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98832026-08-14T12:03:18.655Z
98842026-08-14T12:03:18.655Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.48s
98852026-08-14T12:03:18.655Z
98862026-08-14T12:03:18.663Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
98872026-08-14T12:03:18.669Z
98882026-08-14T12:03:18.669Zrunning 0 tests
98892026-08-14T12:03:18.669Z
98902026-08-14T12:03:18.672Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98912026-08-14T12:03:18.672Z
98922026-08-14T12:03:18.672Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
98932026-08-14T12:03:18.674Z
98942026-08-14T12:03:18.674Zrunning 0 tests
98952026-08-14T12:03:18.674Z
98962026-08-14T12:03:18.674Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98972026-08-14T12:03:18.675Z
98982026-08-14T12:03:18.677Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
98992026-08-14T12:03:18.681Z
99002026-08-14T12:03:18.681Zrunning 12 tests
99012026-08-14T12:03:18.684Ztest icmp::test_v6_checksum ... ok
99022026-08-14T12:03:18.684Ztest icmp::test_v4_checksum ... ok
99032026-08-14T12:03:18.684Ztest ipv6::test_ipv6_parse ... ok
99042026-08-14T12:03:18.684Ztest pbuf::test_byte ... ok
99052026-08-14T12:03:18.684Ztest lldp::test_lldp_parse ... ok
99062026-08-14T12:03:18.684Ztest pbuf::test_nibble ... ok
99072026-08-14T12:03:18.684Ztest pbuf::test_short ... ok
99082026-08-14T12:03:18.684Ztest pbuf::test_overflow ... ok
99092026-08-14T12:03:18.684Ztest pbuf::test_twelve ... ok
99102026-08-14T12:03:18.684Ztest pbuf::test_word ... ok
99112026-08-14T12:03:18.684Ztest tcp::test_checksum_syn_nodata ... ok
99122026-08-14T12:03:18.684Ztest tcp::test_checksum_ack_data ... ok
99132026-08-14T12:03:18.684Z
99142026-08-14T12:03:18.684Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99152026-08-14T12:03:18.684Z
99162026-08-14T12:03:18.684Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99172026-08-14T12:03:18.687Z
99182026-08-14T12:03:18.687Zrunning 0 tests
99192026-08-14T12:03:18.687Z
99202026-08-14T12:03:18.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99212026-08-14T12:03:18.687Z
99222026-08-14T12:03:18.690Z Running unittests src/main.rs (target/debug/deps/swadm-3b6d5ab7a19b39bb)
99232026-08-14T12:03:18.697Z
99242026-08-14T12:03:18.697Zrunning 5 tests
99252026-08-14T12:03:18.700Ztest switchport::test::test_compute_lanes ... ok
99262026-08-14T12:03:18.703Ztest switchport::test::port_id_ordering ... ok
99272026-08-14T12:03:18.703Ztest link::test_filter ... ok
99282026-08-14T12:03:18.703Z Lane 0 Lane 0 Lane 1Lane 1 Lane 2 Lane 2 Lane 3Lane 3
99292026-08-14T12:03:18.703Z
99302026-08-14T12:03:18.703Z State: Activated Rx Loss-of-lock: Yes Activated Yes Activated Yes ActivatedYes
99312026-08-14T12:03:18.703Z
99322026-08-14T12:03:18.703Z Rx Output Enabled: false Rx Loss-of-signal: Yes false Yesfalse falseYes
99332026-08-14T12:03:18.703ZYes
99342026-08-14T12:03:18.703Z Rx Output Status: valid Rx CDR Enabled: Yesvalid Yesvalid valid
99352026-08-14T12:03:18.703ZYes Rx Loss-of-lock: true Yes
99362026-08-14T12:03:18.703Ztrue Tx Enabled: Yes true true
99372026-08-14T12:03:18.703ZYes Yes Rx Loss-of-signal: false Yes
99382026-08-14T12:03:18.703Zfalse Tx Loss-of-lock: No No false Nofalse
99392026-08-14T12:03:18.703ZNoRx Auto-squelch Disable: true
99402026-08-14T12:03:18.703Z Tx Loss-of-signal: No trueNo trueNo Notrue
99412026-08-14T12:03:18.703Z
99422026-08-14T12:03:18.703Z Tx CDR Enabled: No Tx Output Enabled: true No trueNo Notrue
99432026-08-14T12:03:18.703Ztrue Tx Adaptive EQ Fault: No
99442026-08-14T12:03:18.703Z Tx Output Status: invalidNo invalidNo Noinvalid
99452026-08-14T12:03:18.703Z Tx Fault: Yesinvalid
99462026-08-14T12:03:18.703ZYes Tx Loss-of-lock: false Yes falseYes
99472026-08-14T12:03:18.703Z false false
99482026-08-14T12:03:18.703Z Tx Loss-of-signal: true true true true
99492026-08-14T12:03:18.703ZTx Auto-squelch Disable: false false false false
99502026-08-14T12:03:18.703Z Tx Adaptive EQ Fail: true true true true
99512026-08-14T12:03:18.703Z Tx Failure: false false false false
99522026-08-14T12:03:18.703Z Tx Force Squelch: true true true true
99532026-08-14T12:03:18.703Z Tx Input Polarity: normal normal normal normal
99542026-08-14T12:03:18.703Ztest switchport::test::test_print_cmis_datapath ... ok
99552026-08-14T12:03:18.704Ztest switchport::test::test_print_sff_datapath ... ok
99562026-08-14T12:03:18.704Z
99572026-08-14T12:03:18.704Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
99582026-08-14T12:03:18.704Z
99592026-08-14T12:03:18.704Z Running tests/counters.rs (target/debug/deps/counters-dafdf3819a3acd7e)
99602026-08-14T12:03:18.707Z
99612026-08-14T12:03:18.707Zrunning 1 test
99622026-08-14T12:03:18.707Ztest test_p4_counter_list ... ignored
99632026-08-14T12:03:18.707Z
99642026-08-14T12:03:18.707Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99652026-08-14T12:03:18.707Z
99662026-08-14T12:03:18.707Z Running tests/port-link.rs (target/debug/deps/port_link-721a5ab28abf000c)
99672026-08-14T12:03:18.711Z
99682026-08-14T12:03:18.711Zrunning 5 tests
99692026-08-14T12:03:18.714Ztest test_an ... ignored
99702026-08-14T12:03:18.714Ztest test_enable ... ignored
99712026-08-14T12:03:18.714Ztest test_ip_addresses ... ignored
99722026-08-14T12:03:18.714Ztest test_kr ... ignored
99732026-08-14T12:03:18.714Ztest test_mac ... ignored
99742026-08-14T12:03:18.714Z
99752026-08-14T12:03:18.714Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
99762026-08-14T12:03:18.714Z
99772026-08-14T12:03:18.714Z Running unittests src/main.rs (target/debug/deps/tfportd-fdbe62e0e3cfe18f)
99782026-08-14T12:03:18.714Z
99792026-08-14T12:03:18.714Zrunning 3 tests
99802026-08-14T12:03:18.717Ztest linklocal::test_parse_ipadm ... ok
99812026-08-14T12:03:18.717Ztest tfport::test_parse_tfport ... ok
99822026-08-14T12:03:18.717Ztest config::tests::test_updates ... ok
99832026-08-14T12:03:18.717Z
99842026-08-14T12:03:18.717Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99852026-08-14T12:03:18.717Z
99862026-08-14T12:03:18.717Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
99872026-08-14T12:03:18.720Z
99882026-08-14T12:03:18.720Zrunning 0 tests
99892026-08-14T12:03:18.720Z
99902026-08-14T12:03:18.720Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99912026-08-14T12:03:18.720Z
99922026-08-14T12:03:18.723Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
99932026-08-14T12:03:18.726Z
99942026-08-14T12:03:18.726Zrunning 0 tests
99952026-08-14T12:03:18.726Z
99962026-08-14T12:03:18.726Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99972026-08-14T12:03:18.726Z
99982026-08-14T12:03:18.726Z Doc-tests aal
99992026-08-14T12:03:18.896Z
100002026-08-14T12:03:18.896Zrunning 0 tests
100012026-08-14T12:03:18.896Z
100022026-08-14T12:03:18.899Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100032026-08-14T12:03:18.899Z
100042026-08-14T12:03:18.913Z Doc-tests aal_macros
100052026-08-14T12:03:18.985Z
100062026-08-14T12:03:18.985Zrunning 0 tests
100072026-08-14T12:03:18.985Z
100082026-08-14T12:03:18.985Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100092026-08-14T12:03:18.985Z
100102026-08-14T12:03:18.996Z Doc-tests common
100112026-08-14T12:03:19.231Z
100122026-08-14T12:03:19.231Zrunning 0 tests
100132026-08-14T12:03:19.232Z
100142026-08-14T12:03:19.232Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100152026-08-14T12:03:19.232Z
100162026-08-14T12:03:19.253Z Doc-tests dpd_api
100172026-08-14T12:03:20.084Z
100182026-08-14T12:03:20.084Zrunning 2 tests
100192026-08-14T12:03:20.084Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
100202026-08-14T12:03:20.084Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
100212026-08-14T12:03:20.084Z
100222026-08-14T12:03:20.084Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100232026-08-14T12:03:20.084Z
100242026-08-14T12:03:20.117Z Doc-tests dpd_client
100252026-08-14T12:03:21.375Z
100262026-08-14T12:03:21.375Zrunning 0 tests
100272026-08-14T12:03:21.375Z
100282026-08-14T12:03:21.376Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100292026-08-14T12:03:21.376Z
100302026-08-14T12:03:21.422Z Doc-tests dpd_types
100312026-08-14T12:03:21.632Z
100322026-08-14T12:03:21.632Zrunning 0 tests
100332026-08-14T12:03:21.633Z
100342026-08-14T12:03:21.633Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100352026-08-14T12:03:21.633Z
100362026-08-14T12:03:21.658Z Doc-tests dpd_types_versions
100372026-08-14T12:03:22.869Z
100382026-08-14T12:03:22.869Zrunning 1 test
100392026-08-14T12:03:22.869Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100402026-08-14T12:03:22.869Z
100412026-08-14T12:03:22.869Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100422026-08-14T12:03:22.869Z
100432026-08-14T12:03:22.913Z Doc-tests packet
100442026-08-14T12:03:23.026Z
100452026-08-14T12:03:23.026Zrunning 0 tests
100462026-08-14T12:03:23.026Z
100472026-08-14T12:03:23.026Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100482026-08-14T12:03:23.026Z
100492026-08-14T12:03:23.042Z Doc-tests pcap
100502026-08-14T12:03:23.094Z
100512026-08-14T12:03:23.094Zrunning 0 tests
100522026-08-14T12:03:23.094Z
100532026-08-14T12:03:23.094Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100542026-08-14T12:03:23.094Z
100552026-08-14T12:03:23.144Zprocess exited: duration 590567 ms, exit code 0
 
100562026-08-14T12:03:23.150Zfound 0 output files